1. a536a6e bpf: make inode code explicitly non-modular by Paul Gortmaker · 8 years ago
  2. 606274c bpf: introduce bpf_get_current_task() helper by Alexei Starovoitov · 8 years ago
  3. 4a482f3 cgroup: bpf: Add bpf_skb_in_cgroup_proto by Martin KaFai Lau · 8 years ago
  4. 4ed8ec5 cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY by Martin KaFai Lau · 8 years ago
  5. 1f3fe7e cgroup: Add cgroup_get_from_fd by Martin KaFai Lau · 8 years ago
  6. 113214b bpf: refactor bpf_prog_get and type check into helper by Daniel Borkmann · 8 years ago
  7. 1aacde3 bpf: generally move prog destruction to RCU deferral by Daniel Borkmann · 8 years ago
  8. 80b48c4 bpf: don't use raw processor id in generic helper by Daniel Borkmann · 8 years ago
  9. 6816a7f bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_read by Daniel Borkmann · 8 years ago
  10. d793133 bpf, trace: fetch current cpu only once by Daniel Borkmann · 8 years ago
  11. 1ca1cc9 bpf: minor cleanups on fd maps and helpers by Daniel Borkmann · 8 years ago
  12. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  13. 89a82a9 Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  14. 32826ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  15. 52827f3 Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  16. ceb5607 bpf, perf: delay release of BPF prog after grace period by Daniel Borkmann · 8 years ago
  17. 3f5be2d audit: move audit_get_tty to reduce scope and kabi changes by Richard Guy Briggs · 8 years ago
  18. 76a658c audit: move calcs after alloc and check when logging set loginuid by Richard Guy Briggs · 8 years ago
  19. 57801c1 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  20. e3b22bc Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  21. 9521d39 Fix build break in fork.c when THREAD_SIZE < PAGE_SIZE by Michael Ellerman · 8 years ago
  22. 086e3eb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  23. 7407054 oom, suspend: fix oom_reaper vs. oom_killer_disable race by Michal Hocko · 8 years ago
  24. b235bee Clarify naming of thread info/stack allocators by Linus Torvalds · 8 years ago
  25. feb245e sched/core: Allow kthreads to fall back to online && !active cpus by Tejun Heo · 8 years ago
  26. 754bd59 sched/fair: Do not announce throttled next buddy in dequeue_task_fair() by Konstantin Khlebnikov · 8 years ago
  27. 094f469 sched/fair: Initialize throttle_count for new task-groups lazily by Konstantin Khlebnikov · 8 years ago
  28. 4c5ea0a locking/static_key: Fix concurrent static_key_slow_inc() by Paolo Bonzini · 8 years ago
  29. 82d6489 cgroup: Disable IRQs while holding css_set_lock by Daniel Bristot de Oliveira · 8 years ago
  30. 6720a30 locking: avoid passing around 'thread_info' in mutex debugging code by Linus Torvalds · 8 years ago
  31. f780f00 Merge tag 'trace-v4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  32. 70c8217 tracing: Handle NULL formats in hold_module_trace_bprintk_format() by Steven Rostedt (Red Hat) · 8 years ago
  33. 8974189 sched/fair: Fix cfs_rq avg tracking underflow by Peter Zijlstra · 8 years ago
  34. 8fa3b8d cgroup: set css->id to -1 during init by Tejun Heo · 8 years ago
  35. 3b1efb1 bpf, maps: flush own entries on perf map release by Daniel Borkmann · 8 years ago
  36. d056a78 bpf, maps: extend map_fd_get_ptr arguments by Daniel Borkmann · 8 years ago
  37. 61d1b6a bpf, maps: add release callback by Daniel Borkmann · 8 years ago
  38. ad572d1 bpf, trace: check event type in bpf_perf_event_read by Alexei Starovoitov · 8 years ago
  39. 19de99f bpf: fix matching of data/data_end in verifier by Alexei Starovoitov · 8 years ago
  40. df4565f kernel/kcov: unproxify debugfs file's fops by Nicolai Stange · 8 years ago
  41. 57675cb kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processing sysrq-w by Andrey Ryabinin · 8 years ago
  42. eda8dca sched/debug: Fix deadlock when enabling sched events by Josh Poimboeuf · 8 years ago
  43. b7fa30c sched/fair: Fix post_init_entity_util_avg() serialization by Peter Zijlstra · 8 years ago
  44. f5364c1 Merge branch 'stacking-fixes' (vfs stacking fixes from Jann) by Linus Torvalds · 8 years ago
  45. 29d6455 sched: panic on corrupted stack end by Jann Horn · 8 years ago
  46. 60e3830 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  47. 7fcbc23 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  48. 02b07bd Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  49. 698ea54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  50. 524a3f2 Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  51. 3681196 Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle' by Rafael J. Wysocki · 8 years ago
  52. ba62baf kernel/relay.c: fix potential memory leak by Zhouyi Zhou · 8 years ago
  53. 077fa7a futex: Calculate the futex key based on a tail page for file-based futexes by Mel Gorman · 8 years ago
  54. 4698f88 sched/debug: Fix 'schedstats=enable' cmdline option by Josh Poimboeuf · 8 years ago
  55. 9c57259 sched/debug: Fix /proc/sched_debug regression by Josh Poimboeuf · 8 years ago
  56. 62a92c8 perf/core: Remove a redundant check by Alexander Shishkin · 8 years ago
  57. 2c61002 locking/qspinlock: Fix spin_unlock_wait() some more by Peter Zijlstra · 8 years ago
  58. 5b6c1b4d bpf, trace: use READ_ONCE for retrieving file ptr by Daniel Borkmann · 8 years ago
  59. 8c52b6d Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  60. 2eec370 Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 8 years ago
  61. 0422e83 locking/ww_mutex: Report recursive ww_mutex locking early by Chris Wilson · 8 years ago
  62. 9bd616e cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLE by Catalin Marinas · 8 years ago
  63. 6b15d66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  64. c08376a timer: Export destroy_hrtimer_on_stack() by Guenter Roeck · 8 years ago
  65. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  66. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  67. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  68. 7ef949d7 mm: oom_reaper: remove some bloat by Michal Hocko · 8 years ago
  69. b00c52d cgroup: remove redundant cleanup in css_create by Wenwei Tao · 8 years ago
  70. 887bddf add down_write_killable_nested() by Al Viro · 8 years ago
  71. f89eae4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  72. bdc6b75 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  73. 877c057 Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  74. 4c2628cd Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core' by Rafael J. Wysocki · 8 years ago
  75. b7e7ade sched/core: Fix remote wakeups by Peter Zijlstra · 8 years ago
  76. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  77. 59fa586 genirq: Fix missing return value in irq_destroy_ipi() by Matt Redfearn · 8 years ago
  78. 598fdc1 uprobes: wait for mmap_sem for write killable by Michal Hocko · 8 years ago
  79. 17b0573 prctl: make PR_SET_THP_DISABLE wait for mmap_sem killable by Michal Hocko · 8 years ago
  80. 7c05126 mm, fork: make dup_mmap wait for mmap_sem for write killable by Michal Hocko · 8 years ago
  81. 7a0058e s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_protect(unprotect)_crashkres() by Xunlei Pang · 8 years ago
  82. 0eea086 kexec: do a cleanup for function kexec_load by Minfei Huang · 8 years ago
  83. 917a356 kexec: make a pair of map/unmap reserved pages in error path by Minfei Huang · 8 years ago
  84. 9b492cf kexec: introduce a protection mechanism for the crashkernel reserved memory by Xunlei Pang · 8 years ago
  85. 725fc62 kernek/fork.c: allocate idle task for a CPU always on its local node by Andi Kleen · 8 years ago
  86. 747800e kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...) by Wang Xiaoqiang · 8 years ago
  87. 91c4e8e wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALL by Oleg Nesterov · 8 years ago
  88. bf95993 wait/ptrace: assume __WALL if the child is traced by Oleg Nesterov · 8 years ago
  89. f43edca ELF/MIPS build fix by Ralf Baechle · 8 years ago
  90. 612baca bpf, inode: disallow userns mounts by Daniel Borkmann · 8 years ago
  91. 7639dad Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  92. bd28b14 x86: remove more uaccess_32.h complexity by Linus Torvalds · 8 years ago
  93. 5469dc2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  94. 087afe8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  95. e9256ef radix-tree: introduce radix_tree_empty by Matthew Wilcox · 8 years ago
  96. ede9c277 kernel/sysctl_binary.c: use generic UUID library by Andy Shevchenko · 8 years ago
  97. cf9b110 printk/nmi: flush NMI messages on the system panic by Petr Mladek · 8 years ago
  98. 427934b printk/nmi: increase the size of NMI buffer and make it configurable by Petr Mladek · 8 years ago
  99. b522dea printk/nmi: warn when some message has been lost in NMI context by Petr Mladek · 8 years ago
  100. 42a0bb3 printk/nmi: generic solution for safe printk in NMI by Petr Mladek · 8 years ago