1. b35b6d4 Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years ago
  2. 8efd0d9 Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years ago
  3. d93aebb Merge branch 'random-5.17-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 3 years ago
  4. 48a60bd Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  5. 5ba13c1 Merge tag 'core_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  6. c001a52 Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep' by Rafael J. Wysocki · 3 years ago
  7. 9b9e211 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years ago
  8. d1587f7 Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years ago
  9. 5320eb4 irq: remove unused flags argument from __handle_irq_event_percpu() by Sebastian Andrzej Siewior · 3 years, 1 month ago
  10. 703f706 random: remove unused irq_flags argument from add_interrupt_randomness() by Sebastian Andrzej Siewior · 3 years, 1 month ago
  11. b2b436e Merge tag 'trace-v5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years ago
  12. e574576 cgroup: Use open-time cgroup namespace for process migration perm checks by Tejun Heo · 3 years ago
  13. 0d2b5955 cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv by Tejun Heo · 3 years ago
  14. 1756d79 cgroup: Use open-time credentials for process migraton perm checks by Tejun Heo · 3 years ago
  15. d53ad5d xdp: Move conversion to xdp_frame out of map functions by Toke Høiland-Jørgensen · 3 years ago
  16. f28439d tracing: Tag trace_percpu_buffer as a percpu pointer by Naveen N. Rao · 3 years, 1 month ago
  17. 823e670 tracing: Fix check for trace_percpu_buffer validity in get_trace_buf() by Naveen N. Rao · 3 years, 1 month ago
  18. a5bebc4 bpf: Fix verifier support for validation of async callbacks by Kris Van Hees · 3 years ago
  19. e60b0d1 bpf: Don't promote bogus looking registers after null check. by Daniel Borkmann · 3 years ago
  20. 945409a Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrace', 'for-next/xor-neon', 'for-next/kasan', 'for-next/armv8_7-fp', 'for-next/atomics', 'for-next/bti', 'for-next/sve', 'for-next/kselftest' and 'for-next/kcsan', remote-tracking branch 'arm64/for-next/perf' into for-next/core by Catalin Marinas · 3 years ago
  21. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
  22. 9e6b19a bpf: Fix typo in a comment in bpf lpm_trie. by Leon Huayra · 3 years, 1 month ago
  23. aec53e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  24. 3b80b73 net: Add includes masked by netdevice.h including uapi/bpf.h by Jakub Kicinski · 3 years, 1 month ago
  25. 0fe4b38 bpf: Allow bpf_local_storage to be used by sleepable programs by KP Singh · 3 years, 1 month ago
  26. 3ccdcee bpf: Add missing map_get_next_key method to bloom filter map. by Haimin Zhang · 3 years, 1 month ago
  27. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years, 1 month ago
  28. 5abb065 notifier: Return an error when a callback has already been registered by Borislav Petkov · 3 years, 1 month ago
  29. d0cc67b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 1 month ago
  30. 71d2bce kernel/crash_core: suppress unknown crashkernel parameter warning by Philipp Rudo · 3 years, 1 month ago
  31. 7fe2bc1 Merge branch 'ucount-rlimit-fixes-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 1 month ago
  32. 0dd668d bpf: Use struct_size() helper by Xiu Jianfeng · 3 years, 1 month ago
  33. e1fe1b1 Merge tag 'timers_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
  34. 909e1d1 Merge tag 'locking_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
  35. c36d891 Merge tag 'core_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
  36. 3363bd0 bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support by Kumar Kartikeya Dwivedi · 3 years, 1 month ago
  37. 216e3cd bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem. by Hao Luo · 3 years, 1 month ago
  38. 34d3a78 bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM. by Hao Luo · 3 years, 1 month ago
  39. cf9f2f8 bpf: Convert PTR_TO_MEM_OR_NULL to composable types. by Hao Luo · 3 years, 1 month ago
  40. 20b2aff bpf: Introduce MEM_RDONLY flag by Hao Luo · 3 years, 1 month ago
  41. c25b2ae bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL by Hao Luo · 3 years, 1 month ago
  42. 3c48073 bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL by Hao Luo · 3 years, 1 month ago
  43. 48946bd bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL by Hao Luo · 3 years, 1 month ago
  44. 8f556a3 locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner() by Zqiang · 3 years, 1 month ago
  45. 4e8c11b6 timekeeping: Really make sure wall_to_monotonic isn't positive by Yu Liao · 3 years, 1 month ago
  46. 496f332 Only output backtracking information in log level 2 by Christy Lee · 3 years, 1 month ago
  47. 2e57664 bpf: Right align verifier states in verifier logs. by Christy Lee · 3 years, 1 month ago
  48. 0f55f9e bpf: Only print scratched registers and stack slots to verifier logs. by Christy Lee · 3 years, 1 month ago
  49. 7cd2802 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  50. 6441998 Merge tag 'audit-pr-20211216' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 3 years, 1 month ago
  51. 180f3bc Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 1 month ago
  52. aef2fed add missing bpf-cgroup.h includes by Jakub Kicinski · 3 years, 1 month ago
  53. e572ff8 bpf: Make 32->64 bounds propagation slightly more robust by Daniel Borkmann · 3 years, 1 month ago
  54. 3cf2b61 bpf: Fix signed bounds propagation after mov32 by Daniel Borkmann · 3 years, 1 month ago
  55. f4b3ee3 audit: improve robustness of the audit queue handling by Paul Moore · 3 years, 1 month ago
  56. a82fe085 bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg by Daniel Borkmann · 3 years, 1 month ago
  57. 7d3baf0 bpf: Fix kernel address leakage in atomic fetch by Daniel Borkmann · 3 years, 1 month ago
  58. 6c3118c signal: Skip the altstack update when not needed by Chang S. Bae · 3 years, 1 month ago
  59. dd03762 arm64: Enable KCSAN by Kefeng Wang · 3 years, 1 month ago
  60. 82ff0c0 perf: Add a counter for number of user access events in context by Rob Herring · 3 years, 1 month ago
  61. c8064e5 bpf: Let bpf_warn_invalid_xdp_action() report more info by Paolo Abeni · 3 years, 2 months ago
  62. f92c1e1 bpf: Add get_func_[arg|ret|arg_cnt] helpers by Jiri Olsa · 3 years, 1 month ago
  63. bb6728d bpf: Allow access to int pointer arguments in tracing programs by Jiri Olsa · 3 years, 1 month ago
  64. f18a499 bpf: Silence coverity false positive warning. by Alexei Starovoitov · 3 years, 1 month ago
  65. 4674f21 bpf: Use kmemdup() to replace kmalloc + memcpy by Jiapeng Chong · 3 years, 1 month ago
  66. c5fb199 bpf: Add bpf_strncmp helper by Hou Tao · 3 years, 1 month ago
  67. df442a4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 1 month ago
  68. e477901 timers: implement usleep_idle_range() by SeongJae Park · 3 years, 1 month ago
  69. be31582 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
  70. 257dcf2 Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 1 month ago
  71. 0d21e66 Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux by Linus Torvalds · 3 years, 1 month ago
  72. 345e004 bpf: Fix incorrect state pruning for <8B spill/fill by Paul Chaignon · 3 years, 1 month ago
  73. 59ec715 ucounts: Fix rlimit max values check by Alexey Gladkov · 3 years, 2 months ago
  74. 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  75. ded746b Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 1 month ago
  76. 42288cb wait: add wake_up_pollfree() by Eric Biggers · 3 years, 1 month ago
  77. c24be24 tracing: Fix possible memory leak in __create_synth_event() error path by Miaoqian Lin · 3 years, 1 month ago
  78. 73b6eae bpf: Remove redundant assignment to pointer t by Colin Ian King · 3 years, 1 month ago
  79. 6efcdad Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 1 month ago
  80. fea3ffa ftrace: Add cleanup to unregister_ftrace_direct_multi by Jiri Olsa · 3 years, 1 month ago
  81. 7d5b7ca ftrace: Use direct_ops hash in unregister_ftrace_direct by Jiri Olsa · 3 years, 1 month ago
  82. 74d9555 PM: hibernate: Allow ACPI hardware signature to be honoured by David Woodhouse · 3 years, 2 months ago
  83. 29f2e5b bpf: Silence purge_cand_cache build warning. by Alexei Starovoitov · 3 years, 1 month ago
  84. db52f57 bpf: Remove config check to enable bpf support for branch records by Kajol Jain · 3 years, 1 month ago
  85. 7587a4a Merge tag 'timers_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
  86. 1d21376 Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
  87. 866de40 bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD) by Hou Tao · 3 years, 1 month ago
  88. 315c4f8 sched/uclamp: Fix rq->uclamp_max not set on first enqueue by Qais Yousef · 3 years, 1 month ago
  89. 9ed20ba preempt/dynamic: Fix setup_preempt_mode() return value by Andrew Halaney · 3 years, 1 month ago
  90. 78c1f8d libbpf: Reduce bpf_core_apply_relo_insn() stack usage. by Alexei Starovoitov · 3 years, 1 month ago
  91. 2fa7d94 bpf: Fix the off-by-two error in range markings by Maxim Mikityanskiy · 3 years, 2 months ago
  92. b12f031 bpf: Fix bpf_check_mod_kfunc_call for built-in modules by Kumar Kartikeya Dwivedi · 3 years, 2 months ago
  93. d9847eb bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL by Kumar Kartikeya Dwivedi · 3 years, 2 months ago
  94. fc993be Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  95. 1e89106 bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn(). by Alexei Starovoitov · 3 years, 1 month ago
  96. c5a2d43 bpf: Adjust BTF log size limit. by Alexei Starovoitov · 3 years, 1 month ago
  97. fbd94c7 bpf: Pass a set of bpf_core_relo-s to prog_load command. by Alexei Starovoitov · 3 years, 1 month ago
  98. 29db4be bpf: Prepare relo_core.c for kernel duty. by Alexei Starovoitov · 3 years, 1 month ago
  99. 8293eb9 bpf: Rename btf_member accessors. by Alexei Starovoitov · 3 years, 1 month ago
  100. e7f2be1 sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_full by Frederic Weisbecker · 3 years, 3 months ago