1. e966eae locking/lockdep: Remove the cross-release locking checks by Ingo Molnar · 7 years ago
  2. d89c703 locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=y by Will Deacon · 7 years ago
  3. f87f3a3 locking/core: Fix deadlock during boot on systems with GENERIC_LOCKBREAK by Will Deacon · 7 years ago
  4. d70ef22 futex: futex_wake_op, fix sign_extend32 sign bits by Jiri Slaby · 7 years ago
  5. e9ef1fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  6. 968edbd Merge tag 'for_linus-4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 7 years ago
  7. 4b43a3b Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  8. e017b4d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  9. 1c76472 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  10. 189dbab Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  11. 61d6be3 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  12. c07d353 kdb: Fix handling of kallsyms_symbol_next() return value by Daniel Thompson · 10 years ago
  13. d6eabce Merge branch 'linus' into perf/urgent, to synchronize UAPI headers by Ingo Molnar · 7 years ago
  14. a4c3c04 sched/fair: Update and fix the runnable propagation rule by Vincent Guittot · 7 years ago
  15. c6b9d9a sched/wait: Fix add_wait_queue() behavioral change by Omar Sandoval · 7 years ago
  16. 5e351ad locking/lockdep: Fix possible NULL deref by Peter Zijlstra · 7 years ago
  17. 5b1ead6 cpu/hotplug: Fix state name in takedown_cpu() comment by Brendan Jackman · 7 years ago
  18. b7ad7ef remove task and stack pointer printout from oops dump by Linus Torvalds · 7 years ago
  19. c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  20. bb5c4342 genirq/matrix: Fix the precedence fix for real by Thomas Gleixner · 7 years ago
  21. 236fa07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  22. c2eb6d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  23. 75f64f6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  24. c8c088b bpf: set maximum number of attached progs to 64 for a single perf tp by Yonghong Song · 7 years ago
  25. 668533d kallsyms: take advantage of the new '%px' format by Linus Torvalds · 7 years ago
  26. 6e948c6 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  27. 4fc31ba Merge branch 'linus' into perf/urgent, to pick up dependent commits by Ingo Molnar · 7 years ago
  28. 34900ec perf: Fix header.size for namespace events by Jiri Olsa · 7 years ago
  29. 46febd3 smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place by Lai Jiangshan · 7 years ago
  30. a39e17b bpf: offload: add a license header by Jakub Kicinski · 7 years ago
  31. 2967acb blktrace: fix trace mutex deadlock by Jens Axboe · 7 years ago
  32. dec0029 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  33. 580e3d5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  34. cd4b5d5 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  35. 844056f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  36. 75f1133 genirq/matrix: Make - vs ?: Precedence explicit by Kees Cook · 7 years ago
  37. e4be7ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  38. 866c9b9 Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into timers/urgent by Thomas Gleixner · 7 years ago
  39. c131187 bpf: fix branch pruning logic by Alexei Starovoitov · 7 years ago
  40. a60dd35 bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZERO by Gianluca Borello · 7 years ago
  41. 5c4e120 bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZERO by Gianluca Borello · 7 years ago
  42. eb33f2c bpf: remove explicit handling of 0 for arg2 in bpf_probe_read by Gianluca Borello · 7 years ago
  43. db1ac49 bpf: introduce ARG_PTR_TO_MEM_OR_NULL by Gianluca Borello · 7 years ago
  44. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  45. 188665b timer: Pass function down to initialization routines by Kees Cook · 7 years ago
  46. 354b46b timer: Switch callback prototype to take struct timer_list * argument by Kees Cook · 7 years ago
  47. c1eba5b timer: Pass timer_list pointer to callbacks unconditionally by Kees Cook · 7 years ago
  48. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  49. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  50. 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
  51. 11ca75d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  52. 1ee6400 bpf: revert report offload info to user space by Jakub Kicinski · 7 years ago
  53. 62c71b4 bpf: offload: ignore namespace moves by Jakub Kicinski · 7 years ago
  54. 479321e bpf: turn bpf_prog_get_type() into a wrapper by Jakub Kicinski · 7 years ago
  55. 288b3de bpf: offload: move offload device validation out to the drivers by Jakub Kicinski · 7 years ago
  56. 1f6f4cb bpf: offload: rename the ifindex field by Jakub Kicinski · 7 years ago
  57. 649f11d bpf: offload: limit offload to cls_bpf and xdp programs only by Jakub Kicinski · 7 years ago
  58. 13a9c48 bpf: offload: add comment warning developers about double destroy by Jakub Kicinski · 7 years ago
  59. 1690102 blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bio by Marcos Paulo de Souza · 7 years ago
  60. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  61. 2d8364b kernel/reboot.c: add devm_register_reboot_notifier() by Andrey Smirnov · 7 years ago
  62. ded97d2 kcov: support comparison operands collection by Victor Chibotaru · 7 years ago
  63. fcf4eda kcov: remove pointless current != NULL check by Andrey Ryabinin · 7 years ago
  64. 4efb442c kernel/panic.c: add TAINT_AUX by Borislav Petkov · 7 years ago
  65. e8cfbc2 pid: remove pidhash by Gargi Sharma · 7 years ago
  66. 95846ec pid: replace pid bitmap implementation with IDR API by Gargi Sharma · 7 years ago
  67. f9eb2fd kernel/sysctl.c: code cleanups by Ola N. Kaldestad · 7 years ago
  68. de40cce kdump: print a message in case parse_crashkernel_mem resulted in zero bytes by Dave Young · 7 years ago
  69. 4269157 kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal() by Oleg Nesterov · 7 years ago
  70. ac25385 kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals by Oleg Nesterov · 7 years ago
  71. 628c1bc kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL by Oleg Nesterov · 7 years ago
  72. fb910c4 sysctl: check for UINT_MAX before unsigned int min/max by Joe Lawrence · 7 years ago
  73. 7a8d181 pipe: add proc_dopipe_max_size() to safely assign pipe_max_size by Joe Lawrence · 7 years ago
  74. 98159d9 pipe: match pipe_max_size data type with procfs by Joe Lawrence · 7 years ago
  75. 8c703d6 kernel/umh.c: optimize 'proc_cap_handler()' by Christophe JAILLET · 7 years ago
  76. a7bed27a bug: fix "cut here" location for __WARN_TAINT architectures by Kees Cook · 7 years ago
  77. 2a8358d bug: define the "cut here" string in a single place by Kees Cook · 7 years ago
  78. aaf5dcf kernel debug: support resetting WARN_ONCE for all architectures by Andi Kleen · 7 years ago
  79. b1fca27 kernel debug: support resetting WARN*_ONCE by Andi Kleen · 7 years ago
  80. 2dcd9c7 Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  81. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  82. 758f875 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  83. 487e2c9 Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  84. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  85. 4518085 mm, sysctl: make NUMA stats configurable by Kemi Wang · 7 years ago
  86. 453f85d mm: remove __GFP_COLD by Mel Gorman · 7 years ago
  87. 4675ff0 kmemcheck: rip it out by Levin, Alexander (Sasha Levin) · 7 years ago
  88. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  89. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  90. af5b0f6 mm: consolidate page table accounting by Kirill A. Shutemov · 7 years ago
  91. c481290 mm: introduce wrappers to access mm->nr_ptes by Kirill A. Shutemov · 7 years ago
  92. b4e98d9 mm: account pud page tables by Kirill A. Shutemov · 7 years ago
  93. 22714a2 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  94. 0be5003 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 7 years ago
  95. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  96. f9bab26 Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  97. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  98. c9b012e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  99. 0ef7687 Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 7 years ago
  100. 9682b3d Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago