Age | Commit message (Expand) | Author | Files | Lines |
2016-06-15 | bpf, maps: flush own entries on perf map release | Daniel Borkmann | 2 | -38/+82 |
2016-06-15 | bpf, maps: extend map_fd_get_ptr arguments | Daniel Borkmann | 2 | -7/+15 |
2016-06-15 | bpf, maps: add release callback | Daniel Borkmann | 1 | -1/+6 |
2016-06-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -2/+2 |
2016-06-10 | Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -1/+1 |
2016-06-09 | Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle' | Rafael J. Wysocki | 1 | -1/+1 |
2016-06-09 | kernel/relay.c: fix potential memory leak | Zhouyi Zhou | 1 | -0/+1 |
2016-06-07 | bpf, trace: use READ_ONCE for retrieving file ptr | Daniel Borkmann | 1 | -2/+2 |
2016-06-03 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2016-06-03 | Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Thomas Gleixner | 66 | -1058/+6095 |
2016-06-02 | cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLE | Catalin Marinas | 1 | -1/+1 |
2016-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -1/+1 |
2016-05-31 | timer: Export destroy_hrtimer_on_stack() | Guenter Roeck | 1 | -0/+1 |
2016-05-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+16 |
2016-05-27 | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 1 | -1/+1 |
2016-05-26 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -0/+1 |
2016-05-26 | mm: oom_reaper: remove some bloat | Michal Hocko | 1 | -0/+2 |
2016-05-26 | add down_write_killable_nested() | Al Viro | 1 | -0/+16 |
2016-05-25 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -7/+11 |
2016-05-25 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -14/+36 |
2016-05-25 | Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+3 |
2016-05-25 | Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core' | Rafael J. Wysocki | 1 | -1/+3 |
2016-05-25 | sched/core: Fix remote wakeups | Peter Zijlstra | 1 | -7/+11 |
2016-05-24 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+1 |
2016-05-24 | genirq: Fix missing return value in irq_destroy_ipi() | Matt Redfearn | 1 | -1/+1 |
2016-05-23 | uprobes: wait for mmap_sem for write killable | Michal Hocko | 1 | -2/+5 |
2016-05-23 | prctl: make PR_SET_THP_DISABLE wait for mmap_sem killable | Michal Hocko | 1 | -1/+2 |
2016-05-23 | mm, fork: make dup_mmap wait for mmap_sem for write killable | Michal Hocko | 1 | -1/+5 |
2016-05-23 | s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote... | Xunlei Pang | 2 | -21/+2 |
2016-05-23 | kexec: do a cleanup for function kexec_load | Minfei Huang | 1 | -56/+69 |
2016-05-23 | kexec: make a pair of map/unmap reserved pages in error path | Minfei Huang | 1 | -3/+6 |
2016-05-23 | kexec: introduce a protection mechanism for the crashkernel reserved memory | Xunlei Pang | 3 | -2/+21 |
2016-05-23 | kernek/fork.c: allocate idle task for a CPU always on its local node | Andi Kleen | 1 | -6/+9 |
2016-05-23 | kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...) | Wang Xiaoqiang | 1 | -5/+5 |
2016-05-23 | wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALL | Oleg Nesterov | 1 | -1/+2 |
2016-05-23 | wait/ptrace: assume __WALL if the child is traced | Oleg Nesterov | 1 | -9/+20 |
2016-05-23 | ELF/MIPS build fix | Ralf Baechle | 1 | -3/+1 |
2016-05-23 | bpf, inode: disallow userns mounts | Daniel Borkmann | 1 | -1/+0 |
2016-05-22 | Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 1 | -3/+2 |
2016-05-22 | x86: remove more uaccess_32.h complexity | Linus Torvalds | 2 | -3/+2 |
2016-05-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 10 | -59/+383 |
2016-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 3 | -12/+24 |
2016-05-20 | radix-tree: introduce radix_tree_empty | Matthew Wilcox | 1 | -6/+1 |
2016-05-20 | kernel/sysctl_binary.c: use generic UUID library | Andy Shevchenko | 1 | -16/+7 |
2016-05-20 | printk/nmi: flush NMI messages on the system panic | Petr Mladek | 5 | -3/+47 |
2016-05-20 | printk/nmi: increase the size of NMI buffer and make it configurable | Petr Mladek | 1 | -1/+2 |
2016-05-20 | printk/nmi: warn when some message has been lost in NMI context | Petr Mladek | 3 | -1/+25 |
2016-05-20 | printk/nmi: generic solution for safe printk in NMI | Petr Mladek | 4 | -18/+265 |
2016-05-20 | fork: free thread in copy_process on failure | Jiri Slaby | 1 | -1/+3 |
2016-05-20 | exit_thread: accept a task parameter to be exited | Jiri Slaby | 1 | -1/+1 |