1. 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
  2. 0789e13b bpf: Explicitly size compatible_reg_types by Lorenz Bauer · 4 years, 4 months ago
  3. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
  4. d301713 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
  5. eff48dd Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 4 months ago
  6. a8a7179 selftests/bpf: Fix stat probe in d_path test by Jiri Olsa · 4 years, 4 months ago
  7. f79e7ea bpf: Use a table to drive helper arg type checks by Lorenz Bauer · 4 years, 4 months ago
  8. fd1b0d6 bpf: Hoist type checking for nullable arg types by Lorenz Bauer · 4 years, 4 months ago
  9. c18f0b6 bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_arg by Lorenz Bauer · 4 years, 4 months ago
  10. a2bbe7c bpf: Set meta->raw_mode for pointers close to use by Lorenz Bauer · 4 years, 4 months ago
  11. feec704 bpf: Make context access check generic by Lorenz Bauer · 4 years, 4 months ago
  12. 02f7c95 bpf: Make reference tracking generic by Lorenz Bauer · 4 years, 4 months ago
  13. d7b9454 bpf: Make BTF pointer type checking generic by Lorenz Bauer · 4 years, 4 months ago
  14. 9436ef6 bpf: Allow specifying a BTF ID per argument in function protos by Lorenz Bauer · 4 years, 4 months ago
  15. 0d004c02 bpf: Check scalar or invalid register in check_helper_mem_access by Lorenz Bauer · 4 years, 4 months ago
  16. 2af30f1 btf: Make btf_set_contains take a const pointer by Lorenz Bauer · 4 years, 4 months ago
  17. 9847774 Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 4 years, 4 months ago
  18. 31f23a6 bpf: Fix potential call bpf_link_free() in atomic context by Muchun Song · 4 years, 4 months ago
  19. e2bff39 Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  20. 3d49167 Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  21. 325d0ea Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 4 months ago
  22. 4773ef3 stackleak: let stack_erasing_sysctl take a kernel pointer buffer by Tobias Klauser · 4 years, 4 months ago
  23. 7bb82ac ftrace: let ftrace_enable_sysctl take a kernel pointer buffer by Tobias Klauser · 4 years, 4 months ago
  24. b039909 kprobes: fix kill kprobe which has been marked as gone by Muchun Song · 4 years, 4 months ago
  25. eb5f95f Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 4 months ago
  26. 70b9711 bpf: Use hlist_add_head_rcu when linking to local_storage by Martin KaFai Lau · 4 years, 4 months ago
  27. 82d083a kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot by Masami Hiramatsu · 4 years, 4 months ago
  28. 46bbe5c tracing: fix double free by Tom Rix · 4 years, 4 months ago
  29. 54fa9ba ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer by Tobias Klauser · 4 years, 4 months ago
  30. 795d637 tracing: Make the space reserved for the pid wider by Sebastian Andrzej Siewior · 4 years, 4 months ago
  31. 478ece9 ftrace: Fix missing synchronize_rcu() removing trampoline from kallsyms by Adrian Hunter · 4 years, 4 months ago
  32. d5e4750 ftrace: Free the trampoline when ftrace_startup() fails by Miroslav Benes · 4 years, 4 months ago
  33. 3031313 kprobes: Fix to check probe enabled before disarm_kprobe_ftrace() by Masami Hiramatsu · 4 years, 4 months ago
  34. 09b28d7 bpf: Add abnormal return checks. by Alexei Starovoitov · 4 years, 4 months ago
  35. e411901 bpf: allow for tailcalls in BPF subprograms for x64 JIT by Maciej Fijalkowski · 4 years, 4 months ago
  36. ebf7d1f bpf, x64: rework pro/epilogue and tailcall handling in JIT by Maciej Fijalkowski · 4 years, 4 months ago
  37. 7f6e431 bpf: Limit caller's stack depth 256 for subprogs with tailcalls by Maciej Fijalkowski · 4 years, 4 months ago
  38. cf71b17 bpf: rename poke descriptor's 'ip' member to 'tailcall_target' by Maciej Fijalkowski · 4 years, 4 months ago
  39. a748c69 bpf: propagate poke descriptors to subprograms by Maciej Fijalkowski · 4 years, 4 months ago
  40. 5ef64cc mm: allow a controlled amount of unfairness in the page lock by Linus Torvalds · 4 years, 4 months ago
  41. 78edc00 rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread() by Paul E. McKenney · 4 years, 5 months ago
  42. e6b1a44 locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_count by Hou Tao · 4 years, 4 months ago
  43. d5d325e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 4 months ago
  44. ef15314 bpf: Add BPF_PROG_BIND_MAP syscall by YiFei Zhu · 4 years, 4 months ago
  45. 984fe94 bpf: Mutex protect used_maps array and count by YiFei Zhu · 4 years, 4 months ago
  46. ce880cb82 bpf: Fix a rcu warning for bpffs map pretty-print by Yonghong Song · 4 years, 4 months ago
  47. b6ec413 core/entry: Report syscall correctly for trace and audit by Kees Cook · 4 years, 4 months ago
  48. 73ac74c lockdep: fix order in trace_hardirqs_off_caller() by Sven Schnelle · 4 years, 4 months ago
  49. ef2e9a5 Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 4 months ago
  50. 40249c6 gcov: add support for GCC 10.1 by Peter Oberparleiter · 4 years, 4 months ago
  51. 7fe1009 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 4 months ago
  52. 7c69673 bpf: Permit map_ptr arithmetic with opcode add and offset 0 by Yonghong Song · 4 years, 4 months ago
  53. e839317 seccomp: don't leave dangling ->notif if file allocation fails by Tycho Andersen · 4 years, 4 months ago
  54. a566a90 seccomp: don't leak memory when filter install races by Tycho Andersen · 4 years, 4 months ago
  55. 015b315 Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  56. 7514c03 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 4 months ago
  57. b0daa2c fork: adjust sysctl_max_threads definition to match prototype by Tobias Klauser · 4 years, 4 months ago
  58. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  59. cfc905f gcov: Disable gcov build with GCC 10 by Leon Romanovsky · 4 years, 4 months ago
  60. 4facb95 x86/entry: Unbreak 32bit fast syscall by Thomas Gleixner · 4 years, 4 months ago
  61. 1b0df11 padata: fix possible padata_works_lock deadlock by Daniel Jordan · 4 years, 4 months ago
  62. 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
  63. dc0988b bpf: Do not use bucket_lock for hashmap iterator by Yonghong Song · 4 years, 4 months ago
  64. 23870f1 locking/lockdep: Fix "USED" <- "IN-NMI" inversions by peterz@infradead.org · 4 years, 4 months ago
  65. 203d7b05 bpf: Avoid iterating duplicated files for task_file iterator by Yonghong Song · 4 years, 4 months ago
  66. 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
  67. ebc4ecd bpf: {cpu,dev}map: Change various functions return type from int to void by Björn Töpel · 4 years, 4 months ago
  68. f56407f bpf: Remove bpf_lsm_file_mprotect from sleepable list. by Alexei Starovoitov · 4 years, 4 months ago
  69. 29523c5 bpf: Fix build without BPF_LSM. by Alexei Starovoitov · 4 years, 4 months ago
  70. dcc5c6f Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  71. b69bea8 Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  72. 784a083 genirq/matrix: Deal with the sillyness of for_each_cpu() on UP by Thomas Gleixner · 4 years, 4 months ago
  73. 07be4c4 bpf: Add bpf_copy_from_user() helper. by Alexei Starovoitov · 4 years, 4 months ago
  74. 1e6c62a bpf: Introduce sleepable BPF programs by Alexei Starovoitov · 4 years, 4 months ago
  75. 134fede bpf: Relax max_entries check for most of the inner map types by Martin KaFai Lau · 4 years, 4 months ago
  76. f4d0525 bpf: Add map_meta_equal map ops by Martin KaFai Lau · 4 years, 4 months ago
  77. 892fc9f dma-pool: Fix an uninitialized variable bug in atomic_pool_expand() by Dan Carpenter · 4 years, 5 months ago
  78. 2921c90 bpf: Fix a verifier failure with xor by Yonghong Song · 4 years, 5 months ago
  79. 7e40781 bpf: verifier: Use target program's type for access verifications by Udip Pant · 4 years, 5 months ago
  80. eb1f002 lockdep,trace: Expose tracepoints by Peter Zijlstra · 4 years, 5 months ago
  81. 9864f5b5 cpuidle: Move trace_cpu_idle() into generic code by Peter Zijlstra · 4 years, 5 months ago
  82. 1098582 sched,idle,rcu: Push rcu_idle deeper into the idle path by Peter Zijlstra · 4 years, 5 months ago
  83. fddf905 lockdep: Use raw_cpu_*() for per-cpu variables by Peter Zijlstra · 4 years, 5 months ago
  84. 6e22ab9 bpf: Add d_path helper by Jiri Olsa · 4 years, 5 months ago
  85. eae2e83 bpf: Add BTF_SET_START/END macros by Jiri Olsa · 4 years, 5 months ago
  86. faaf4a7 bpf: Add btf_struct_ids_match function by Jiri Olsa · 4 years, 5 months ago
  87. 1c6d28a bpf: Factor btf_struct_access function by Jiri Olsa · 4 years, 5 months ago
  88. dafe58f bpf: Remove recursion call in btf_struct_access by Jiri Olsa · 4 years, 5 months ago
  89. 887c31a bpf: Add type_id pointer as argument to __btf_resolve_size by Jiri Olsa · 4 years, 5 months ago
  90. 69ff304 bpf: Add elem_id pointer as argument to __btf_resolve_size by Jiri Olsa · 4 years, 5 months ago
  91. 6298399 bpf: Move btf_resolve_size into __btf_resolve_size by Jiri Olsa · 4 years, 5 months ago
  92. 2532f84 bpf: Disallow BPF_PRELOAD in allmodconfig builds by Alexei Starovoitov · 4 years, 5 months ago
  93. 3089783 bpf: Allow local storage to be used from LSM programs by KP Singh · 4 years, 5 months ago
  94. 8ea6368 bpf: Implement bpf_local_storage for inodes by KP Singh · 4 years, 5 months ago
  95. 450af8d bpf: Split bpf_local_storage to bpf_sk_storage by KP Singh · 4 years, 5 months ago
  96. 7787b6f bpf, sysctl: Let bpf_stats_handler take a kernel pointer buffer by Tobias Klauser · 4 years, 5 months ago
  97. b474959 bpf: Fix a buffer out-of-bound access when filling raw_tp link_info by Yonghong Song · 4 years, 5 months ago
  98. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  99. e99b2507 Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  100. 9d045ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago