1. d53ad5d xdp: Move conversion to xdp_frame out of map functions by Toke Høiland-Jørgensen · 3 years ago
  2. a5bebc4 bpf: Fix verifier support for validation of async callbacks by Kris Van Hees · 3 years ago
  3. e60b0d1 bpf: Don't promote bogus looking registers after null check. by Daniel Borkmann · 3 years ago
  4. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
  5. 9e6b19a bpf: Fix typo in a comment in bpf lpm_trie. by Leon Huayra · 3 years ago
  6. aec53e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  7. 3b80b73 net: Add includes masked by netdevice.h including uapi/bpf.h by Jakub Kicinski · 3 years ago
  8. 0fe4b38 bpf: Allow bpf_local_storage to be used by sleepable programs by KP Singh · 3 years ago
  9. 3ccdcee bpf: Add missing map_get_next_key method to bloom filter map. by Haimin Zhang · 3 years ago
  10. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
  11. d0cc67b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  12. 71d2bce kernel/crash_core: suppress unknown crashkernel parameter warning by Philipp Rudo · 3 years ago
  13. 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 ago
  14. 0dd668d bpf: Use struct_size() helper by Xiu Jianfeng · 3 years ago
  15. 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 ago
  16. 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 ago
  17. 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 ago
  18. 3363bd0 bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support by Kumar Kartikeya Dwivedi · 3 years ago
  19. 216e3cd bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem. by Hao Luo · 3 years ago
  20. 34d3a78 bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM. by Hao Luo · 3 years ago
  21. cf9f2f8 bpf: Convert PTR_TO_MEM_OR_NULL to composable types. by Hao Luo · 3 years ago
  22. 20b2aff bpf: Introduce MEM_RDONLY flag by Hao Luo · 3 years ago
  23. c25b2ae bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL by Hao Luo · 3 years ago
  24. 3c48073 bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL by Hao Luo · 3 years ago
  25. 48946bd bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL by Hao Luo · 3 years ago
  26. 8f556a3 locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner() by Zqiang · 3 years ago
  27. 4e8c11b6 timekeeping: Really make sure wall_to_monotonic isn't positive by Yu Liao · 3 years ago
  28. 496f332 Only output backtracking information in log level 2 by Christy Lee · 3 years ago
  29. 2e57664 bpf: Right align verifier states in verifier logs. by Christy Lee · 3 years ago
  30. 0f55f9e bpf: Only print scratched registers and stack slots to verifier logs. by Christy Lee · 3 years ago
  31. 7cd2802 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  32. 6441998 Merge tag 'audit-pr-20211216' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 3 years ago
  33. 180f3bc Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  34. aef2fed add missing bpf-cgroup.h includes by Jakub Kicinski · 3 years ago
  35. e572ff8 bpf: Make 32->64 bounds propagation slightly more robust by Daniel Borkmann · 3 years ago
  36. 3cf2b61 bpf: Fix signed bounds propagation after mov32 by Daniel Borkmann · 3 years ago
  37. f4b3ee3 audit: improve robustness of the audit queue handling by Paul Moore · 3 years, 1 month ago
  38. a82fe085 bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg by Daniel Borkmann · 3 years, 1 month ago
  39. 7d3baf0 bpf: Fix kernel address leakage in atomic fetch by Daniel Borkmann · 3 years, 1 month ago
  40. 6c3118c signal: Skip the altstack update when not needed by Chang S. Bae · 3 years, 1 month ago
  41. c8064e5 bpf: Let bpf_warn_invalid_xdp_action() report more info by Paolo Abeni · 3 years, 1 month ago
  42. f92c1e1 bpf: Add get_func_[arg|ret|arg_cnt] helpers by Jiri Olsa · 3 years, 1 month ago
  43. bb6728d bpf: Allow access to int pointer arguments in tracing programs by Jiri Olsa · 3 years, 1 month ago
  44. f18a499 bpf: Silence coverity false positive warning. by Alexei Starovoitov · 3 years, 1 month ago
  45. 4674f21 bpf: Use kmemdup() to replace kmalloc + memcpy by Jiapeng Chong · 3 years, 1 month ago
  46. c5fb199 bpf: Add bpf_strncmp helper by Hou Tao · 3 years, 1 month ago
  47. df442a4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 1 month ago
  48. e477901 timers: implement usleep_idle_range() by SeongJae Park · 3 years, 1 month ago
  49. be31582 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
  50. 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
  51. 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
  52. 345e004 bpf: Fix incorrect state pruning for <8B spill/fill by Paul Chaignon · 3 years, 1 month ago
  53. 59ec715 ucounts: Fix rlimit max values check by Alexey Gladkov · 3 years, 1 month ago
  54. 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  55. 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
  56. 42288cb wait: add wake_up_pollfree() by Eric Biggers · 3 years, 1 month ago
  57. c24be24 tracing: Fix possible memory leak in __create_synth_event() error path by Miaoqian Lin · 3 years, 1 month ago
  58. 73b6eae bpf: Remove redundant assignment to pointer t by Colin Ian King · 3 years, 1 month ago
  59. 6efcdad Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 1 month ago
  60. fea3ffa ftrace: Add cleanup to unregister_ftrace_direct_multi by Jiri Olsa · 3 years, 1 month ago
  61. 7d5b7ca ftrace: Use direct_ops hash in unregister_ftrace_direct by Jiri Olsa · 3 years, 1 month ago
  62. 29f2e5b bpf: Silence purge_cand_cache build warning. by Alexei Starovoitov · 3 years, 1 month ago
  63. db52f57 bpf: Remove config check to enable bpf support for branch records by Kajol Jain · 3 years, 1 month ago
  64. 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
  65. 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
  66. 866de40 bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD) by Hou Tao · 3 years, 1 month ago
  67. 315c4f8 sched/uclamp: Fix rq->uclamp_max not set on first enqueue by Qais Yousef · 3 years, 1 month ago
  68. 9ed20ba preempt/dynamic: Fix setup_preempt_mode() return value by Andrew Halaney · 3 years, 1 month ago
  69. 78c1f8d libbpf: Reduce bpf_core_apply_relo_insn() stack usage. by Alexei Starovoitov · 3 years, 1 month ago
  70. 2fa7d94 bpf: Fix the off-by-two error in range markings by Maxim Mikityanskiy · 3 years, 1 month ago
  71. b12f031 bpf: Fix bpf_check_mod_kfunc_call for built-in modules by Kumar Kartikeya Dwivedi · 3 years, 1 month ago
  72. d9847eb bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL by Kumar Kartikeya Dwivedi · 3 years, 1 month ago
  73. fc993be Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  74. 1e89106 bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn(). by Alexei Starovoitov · 3 years, 1 month ago
  75. c5a2d43 bpf: Adjust BTF log size limit. by Alexei Starovoitov · 3 years, 1 month ago
  76. fbd94c7 bpf: Pass a set of bpf_core_relo-s to prog_load command. by Alexei Starovoitov · 3 years, 1 month ago
  77. 29db4be bpf: Prepare relo_core.c for kernel duty. by Alexei Starovoitov · 3 years, 1 month ago
  78. 8293eb9 bpf: Rename btf_member accessors. by Alexei Starovoitov · 3 years, 1 month ago
  79. e7f2be1 sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_full by Frederic Weisbecker · 3 years, 2 months ago
  80. 53e87e3 timers/nohz: Last resort update jiffies on nohz_full IRQ entry by Frederic Weisbecker · 3 years, 2 months ago
  81. 6bbfa44 kprobes: Limit max data_size of the kretprobe instances by Masami Hiramatsu · 3 years, 1 month ago
  82. f25667e5 tracing: Fix a kmemleak false positive in tracing_map by Chen Jun · 3 years, 1 month ago
  83. 450fec1 tracing/histograms: String compares should not care about signed values by Steven Rostedt (VMware) · 3 years, 1 month ago
  84. 436d404 bpf: Clean-up bpf_verifier_vlog() for BPF_LOG_KERNEL log level by Hou Tao · 3 years, 1 month ago
  85. d4efb17 bpf: Change bpf_kallsyms_lookup_name size type to ARG_CONST_SIZE_OR_ZERO by Kumar Kartikeya Dwivedi · 3 years, 1 month ago
  86. e6f2dd0 bpf: Add bpf_loop helper by Joanne Koong · 3 years, 1 month ago
  87. 06edc59 bpf, docs: Prune all references to "internal BPF" by Christoph Hellwig · 3 years, 1 month ago
  88. ccb0029 bpf: Remove a redundant comment on bpf_prog_free by Christoph Hellwig · 3 years, 1 month ago
  89. 97891bb Merge tag 'sched-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
  90. 1ed1d3a Merge tag 'perf-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
  91. d039f38 Merge tag 'locking-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
  92. f8132d6 Merge tag 'trace-v5.16-rc2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 1 month ago
  93. 27ff768 tracing: Test the 'Do not trace this pid' case in create event by Steven Rostedt (VMware) · 3 years, 1 month ago
  94. 86155d6 Merge tag 'trace-v5.16-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 1 month ago
  95. a55f224 tracing: Fix pid filtering when triggers are attached by Steven Rostedt (VMware) · 3 years, 1 month ago
  96. 93d5404 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  97. 0ce629b Merge tag 'pm-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 1 month ago
  98. 6cb2065 tracing: Check pid filtering when creating events by Steven Rostedt (VMware) · 3 years, 1 month ago
  99. 88a5045 PM: hibernate: Fix snapshot partial write lengths by Evan Green · 3 years, 2 months ago
  100. cefcf24 PM: hibernate: use correct mode for swsusp_close() by Thomas Zeitlhofer · 3 years, 1 month ago