1. b992f01 bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack() by Naveen N. Rao · 3 years ago
  2. d19ddb4 bpf: Introduce btf_tracing_ids by Song Liu · 3 years, 2 months ago
  3. 7c7e3d3 bpf: Introduce helper bpf_find_vma by Song Liu · 3 years, 2 months ago
  4. 30e29a9 bpf: Fix integer overflow in prealloc_elems_and_freelist() by Tatsuhiko Yasumatsu · 3 years, 3 months ago
  5. 2f1aaf3 bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset() by Yonghong Song · 3 years, 4 months ago
  6. 33c5cb3 bpf: Consolidate task_struct BTF_ID declarations by Daniel Xu · 3 years, 4 months ago
  7. 06ab134 bpf: Refcount task stack in bpf_get_task_stack by Dave Marchevsky · 3 years, 9 months ago
  8. dc9d875 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 11 months ago
  9. 6183f4d bpf: Check for integer overflow when using roundup_pow_of_two() by Bui Quang Minh · 4 years ago
  10. 921f88f bpf: Add size arg to build_id_parse function by Jiri Olsa · 4 years ago
  11. bd7525d bpf: Move stack_map_get_build_id into lib by Jiri Olsa · 4 years ago
  12. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years ago
  13. 37086810 bpf: Eliminate rlimit-based memory accounting for stackmap maps by Roman Gushchin · 4 years, 1 month ago
  14. 7a9f50a irq_work: Cleanup by Peter Zijlstra · 4 years, 7 months ago
  15. 9436ef6 bpf: Allow specifying a BTF ID per argument in function protos by Lorenz Bauer · 4 years, 3 months ago
  16. f4d0525 bpf: Add map_meta_equal map ops by Martin KaFai Lau · 4 years, 4 months ago
  17. b33164f bpf: Iterate through all PT_NOTE sections when looking for build id by Jiri Olsa · 4 years, 5 months ago
  18. 2b9b305 bpf: Fix build on architectures with special bpf_user_pt_regs_t by Song Liu · 4 years, 5 months ago
  19. 7b04d6d bpf: Separate bpf_get_[stack|stackid] for perf events BPF by Song Liu · 4 years, 5 months ago
  20. c9a0f3b bpf: Resolve BTF IDs in vmlinux image by Jiri Olsa · 4 years, 6 months ago
  21. 046cc3d bpf: Fix build without CONFIG_STACKTRACE by Song Liu · 4 years, 6 months ago
  22. fa28dcb bpf: Introduce helper bpf_get_task_stack() by Song Liu · 4 years, 6 months ago
  23. bba1dc0 bpf: Remove redundant synchronize_rcu. by Alexei Starovoitov · 4 years, 6 months ago
  24. 2872e9a bpf: Set map_btf_{name, id} for all map types by Andrey Ignatov · 4 years, 6 months ago
  25. 0cc55a0 mmap locking API: add mmap_read_trylock_non_owner() by Michel Lespinasse · 4 years, 7 months ago
  26. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  27. 2c78ee8 bpf: Implement CAP_BPF by Alexei Starovoitov · 4 years, 8 months ago
  28. 099bfaa bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled by David Miller · 4 years, 10 months ago
  29. b22bfea Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  30. 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  31. 153bedb irq_work: Convert flags to atomic_t by Frederic Weisbecker · 5 years ago
  32. eac9153 bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack() by Song Liu · 5 years ago
  33. 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
  34. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  35. c85d691 bpf: move memory size checks to bpf_map_charge_init() by Roman Gushchin · 6 years ago
  36. b936ca6 bpf: rework memlock-based memory accounting for maps by Roman Gushchin · 6 years ago
  37. 3539b96 bpf: group memory related fields in struct bpf_map_memory by Roman Gushchin · 6 years ago
  38. 25763b3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 by Thomas Gleixner · 6 years ago
  39. 3defaf2 bpf: fix lockdep false positive in stackmap by Alexei Starovoitov · 6 years ago
  40. 4af396a bpf: zero out build_id for BPF_STACK_BUILD_ID_IP by Stanislav Fomichev · 6 years ago
  41. 0b69800 bpf: don't assume build-id length is always 20 bytes by Stanislav Fomichev · 6 years ago
  42. beaf3d1 bpf: fix panic in stack_map_get_build_id() on i386 and arm32 by Song Liu · 6 years ago
  43. 1449916 bpf: rename stack trace map operations by Mauricio Vasquez B · 6 years ago
  44. 3b4a63f bpf: return EOPNOTSUPP when map lookup isn't supported by Prashant Bhole · 6 years ago
  45. e8d2bec bpf: decouple btf from seq bpf fs dump and enable more maps by Daniel Borkmann · 6 years ago
  46. dc3b8ae bpf: avoid -Wmaybe-uninitialized warning by Arnd Bergmann · 7 years ago
  47. bae77c5 bpf: enable stackmap with build_id in nmi context by Song Liu · 7 years ago
  48. c195651e bpf: add bpf_get_stack helper by Yonghong Song · 7 years ago
  49. 5f41263 bpf: change prototype for stack_map_get_build_id_offset by Yonghong Song · 7 years ago
  50. 615755a bpf: extend stackmap to save binary_build_id+offset instead of address by Song Liu · 7 years ago
  51. bd47564 bpf: add helper for copying attrs to struct bpf_map by Jakub Kicinski · 7 years ago
  52. 16f07c5 bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace map by Yonghong Song · 7 years ago
  53. 6e71b04 bpf: Add file mode configuration into bpf maps by Chenbo Feng · 7 years ago
  54. 96eabe7 bpf: Allow selecting numa node during map creation by Martin KaFai Lau · 7 years ago
  55. a316338 bpf: fix wrong exposure of map_flags into fdinfo for lpm by Daniel Borkmann · 8 years ago
  56. 40077e0 bpf: remove struct bpf_map_type_list by Johannes Berg · 8 years ago
  57. c78f8bd bpf: mark all registered map/prog types as __ro_after_init by Daniel Borkmann · 8 years ago
  58. d407bd2 bpf: don't trigger OOM killer under pressure with map alloc by Daniel Borkmann · 8 years ago
  59. f3694e0 bpf: add BPF_CALL_x macros for declaring helpers by Daniel Borkmann · 8 years ago
  60. 616d1c1 Merge branch 'linus' into perf/core, to refresh the branch by Ingo Molnar · 9 years ago
  61. 97c79a3 perf core: Per event callchain limit by Arnaldo Carvalho de Melo · 9 years ago
  62. bdc6b75 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  63. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  64. cfbcf46 perf core: Pass max stack as a perf_callchain_entry context by Arnaldo Carvalho de Melo · 9 years ago
  65. c5dfd78 perf core: Allow setting up max frame stack depth via sysctl by Arnaldo Carvalho de Melo · 9 years ago
  66. 9940d67 bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint programs by Alexei Starovoitov · 9 years ago
  67. 557c0c6 bpf: convert stackmap to pre-allocation by Alexei Starovoitov · 9 years ago
  68. 823707b bpf: check for reserved flag bits in array and stack maps by Alexei Starovoitov · 9 years ago
  69. d5a3b1f bpf: introduce BPF_MAP_TYPE_STACK_TRACE by Alexei Starovoitov · 9 years ago