1. 3a398ac Merge tag 'timers-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
  2. dc0f97c Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
  3. 2d70de4 Merge tag 'block-5.15-2021-09-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
  4. 5afedf6 blktrace: Fix uaf in blk_trace access after removing by sysfs by Zhihao Cheng · 3 years, 3 months ago
  5. f9bfed3 Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 3 years, 3 months ago
  6. 8cd9da8 posix-cpu-timers: Prevent spuriously armed 0-value itimer by Frederic Weisbecker · 3 years, 4 months ago
  7. a68de80 entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume() by Sean Christopherson · 3 years, 4 months ago
  8. 8646e53 KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest by Sean Christopherson · 3 years, 4 months ago
  9. 20c36ce irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent by Bixuan Cui · 3 years, 3 months ago
  10. fec3036 Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
  11. f5e29a2 Merge tag 'locking-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
  12. b9b11b1 Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 3 years, 3 months ago
  13. fc0c054 Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 3 months ago
  14. 8112152 locking/rwbase: Take care of ordering guarantee for fastpath reader by Boqun Feng · 3 years, 4 months ago
  15. 616be87 locking/rwbase: Extract __rwbase_write_trylock() by Peter Zijlstra · 3 years, 4 months ago
  16. 7687201 locking/rwbase: Properly match set_and_save_state() to restore_state() by Peter Zijlstra · 3 years, 4 months ago
  17. b89a05b events: Reuse value read using READ_ONCE instead of re-reading it by Baptiste Lepers · 3 years, 4 months ago
  18. 77e02cf memblock: introduce saner 'memblock_free_ptr()' interface by Linus Torvalds · 3 years, 4 months ago
  19. 2865ba8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 4 months ago
  20. 8520e22 bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode by Daniel Borkmann · 3 years, 4 months ago
  21. 0e6491b bpf: Add oversize check before call kvcalloc() by Bixuan Cui · 3 years, 4 months ago
  22. 510e1a7 dma-debug: prevent an error message from causing runtime problems by Hamza Mahfooz · 3 years, 4 months ago
  23. 56c2443 Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  24. 165d05d Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  25. ce4c8f8 Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 4 months ago
  26. 2f1aaf3 bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset() by Yonghong Song · 3 years, 4 months ago
  27. 5dfe50b bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey() by Masami Hiramatsu · 3 years, 4 months ago
  28. 5f8895b tracing/boot: Fix to check the histogram control param is a leaf node by Masami Hiramatsu · 3 years, 4 months ago
  29. a3928f8 tracing/boot: Fix trace_boot_hist_add_array() to check array is value by Masami Hiramatsu · 3 years, 4 months ago
  30. 4317562 Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 4 months ago
  31. 868ad33 sched: Prevent balance_push() on remote runqueues by Thomas Gleixner · 3 years, 4 months ago
  32. 9848417 sched/idle: Make the idle timer expire in hard interrupt context by Sebastian Andrzej Siewior · 3 years, 4 months ago
  33. e548057 locking/rtmutex: Fix ww_mutex deadlock check by Peter Zijlstra · 3 years, 4 months ago
  34. a3fa7a1 Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  35. 13db8c5 mm/hugetlb: initialize hugetlb_usage in mm_init by Liu Zixian · 3 years, 4 months ago
  36. a7a08b2 arch: remove compat_alloc_user_space by Arnd Bergmann · 3 years, 4 months ago
  37. 59ab844 compat: remove some compat entry points by Arnd Bergmann · 3 years, 4 months ago
  38. 5d700a0 kexec: avoid compat_alloc_user_space by Arnd Bergmann · 3 years, 4 months ago
  39. 4b692e8 kexec: move locking into do_kexec_load by Arnd Bergmann · 3 years, 4 months ago
  40. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  41. cfd7998 tracing/boot: Fix to loop on only subkeys by Masami Hiramatsu · 3 years, 4 months ago
  42. c910db9 tracing: Dynamically allocate the per-elt hist_elt_data array by Tom Zanussi · 3 years, 4 months ago
  43. 0be083c tracing: synth events: increase max fields count by Artem Bityutskiy · 3 years, 4 months ago
  44. 4b6b08f tracing/osnoise: Fix missed cpus_read_unlock() in start_per_cpu_kthreads() by Qiang.Zhang · 3 years, 4 months ago
  45. e1fbbd0 prctl: allow to setup brk for et_dyn executables by Cyrill Gorcunov · 3 years, 4 months ago
  46. 05da811 kernel/fork.c: unexport get_{mm,task}_exe_file by Christoph Hellwig · 3 years, 4 months ago
  47. 1e1c158 fs/epoll: use a per-cpu counter for user's watches count by Nicholas Piggin · 3 years, 4 months ago
  48. 2d186af profiling: fix shift-out-of-bounds bugs by Pavel Skripkin · 3 years, 4 months ago
  49. 3c91dda kernel/acct.c: use dedicated helper to access rlimit values by Yang Yang · 3 years, 4 months ago
  50. 5615e08 tracing: Fix some alloc_event_probe() error handling bugs by Dan Carpenter · 3 years, 4 months ago
  51. 996fe06 Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 3 years, 4 months ago
  52. f8416aa kernel: debug: Convert to SPDX identifier by Cai Huoqing · 3 years, 4 months ago
  53. a61cb60 dma-mapping: fix the kerneldoc for dma_map_sg_attrs by Christoph Hellwig · 3 years, 4 months ago
  54. 58ca241 Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 4 months ago
  55. 49624ef Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux by Linus Torvalds · 3 years, 4 months ago
  56. 54357f0 tracing: Add migrate-disabled counter to tracing output. by Thomas Gleixner · 3 years, 5 months ago
  57. b250e6d1 Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 4 months ago
  58. d66e3ed futex: Remove unused variable 'vpid' in futex_proxy_trylock_atomic() by Thomas Gleixner · 3 years, 4 months ago
  59. 7cca308 Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 4 months ago
  60. 50ddcdb Merge tag 'livepatching-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 3 years, 4 months ago
  61. 3de18c8 Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 3 years, 4 months ago
  62. 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  63. dce4910 mm: wire up syscall process_mrelease by Suren Baghdasaryan · 3 years, 4 months ago
  64. 65d759c mm: compaction: support triggering of proactive compaction by user by Charan Teja Reddy · 3 years, 4 months ago
  65. c509723 memcg: enable accounting for posix_timers_cache slab by Vasily Averin · 3 years, 4 months ago
  66. 5f58c39 memcg: enable accounting for signals by Vasily Averin · 3 years, 4 months ago
  67. 30acd0b memcg: enable accounting for new namesapces and struct nsproxy by Vasily Averin · 3 years, 4 months ago
  68. fab827d memcg: enable accounting for pids in nested pid namespaces by Vasily Averin · 3 years, 4 months ago
  69. 8d0920b mm: remove VM_DENYWRITE by David Hildenbrand · 3 years, 8 months ago
  70. fe69d56 kernel/fork: always deny write access to current MM exe_file by David Hildenbrand · 3 years, 8 months ago
  71. 35d7bdc kernel/fork: factor out replacing the current MM exe_file by David Hildenbrand · 3 years, 8 months ago
  72. 3405765 futex: Avoid redundant task lookup by Thomas Gleixner · 3 years, 4 months ago
  73. 249955e futex: Clarify comment for requeue_pi_wake_futex() by Thomas Gleixner · 3 years, 4 months ago
  74. 4f07ec0 futex: Prevent inconsistent state and exit race by Thomas Gleixner · 3 years, 4 months ago
  75. a974b54 futex: Return error code instead of assigning it without effect by Colin Ian King · 3 years, 4 months ago
  76. 15eb7c8 locking/rwsem: Add missing __init_rwsem() for PREEMPT_RT by Mike Galbraith · 3 years, 4 months ago
  77. aa82977 Merge tag 'locking-debug-2021-09-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  78. 4a3bb42 Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 3 years, 4 months ago
  79. 49ca615 bpf: Relicense disassembler as GPL-2.0-only OR BSD-2-Clause by Daniel Borkmann · 3 years, 4 months ago
  80. df43d90 Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 4 months ago
  81. bcfeebb Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 4 months ago
  82. 4898370 Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 4 months ago
  83. 9e9fb76 Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 4 months ago
  84. 86ac54e Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 3 years, 4 months ago
  85. 69dc801 Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years, 4 months ago
  86. 5cbba60 Merge tag 'pm-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 4 months ago
  87. 8e0cd95 Merge tag 'audit-pr-20210830' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 3 years, 4 months ago
  88. e55f0c4 Merge tag 'kernel.sys.v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 4 months ago
  89. f3c4b13 swiotlb: use depends on for DMA_RESTRICTED_POOL by Claire Chang · 3 years, 4 months ago
  90. 8bda955 Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 4 months ago
  91. c547d89 Merge tag 'for-5.15/io_uring-2021-08-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  92. 9a1d6c9 Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  93. 19a31d7 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 4 months ago
  94. 8596e58 Merge tag 'timers-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  95. 7d6e3fa Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  96. e5e726f Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  97. 08403e2 Merge tag 'smp-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  98. 4a2b88e Merge tag 'perf-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  99. 5d3c0db Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  100. c7a5238 Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 4 months ago