1. 099bfaa bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled by David Miller · 4 years, 10 months ago
  2. 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
  3. 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
  4. 153bedb irq_work: Convert flags to atomic_t by Frederic Weisbecker · 5 years ago
  5. eac9153 bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack() by Song Liu · 5 years ago
  6. 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
  7. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  8. c85d691 bpf: move memory size checks to bpf_map_charge_init() by Roman Gushchin · 6 years ago
  9. b936ca6 bpf: rework memlock-based memory accounting for maps by Roman Gushchin · 6 years ago
  10. 3539b96 bpf: group memory related fields in struct bpf_map_memory by Roman Gushchin · 6 years ago
  11. 25763b3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 by Thomas Gleixner · 6 years ago
  12. 3defaf2 bpf: fix lockdep false positive in stackmap by Alexei Starovoitov · 6 years ago
  13. 4af396a bpf: zero out build_id for BPF_STACK_BUILD_ID_IP by Stanislav Fomichev · 6 years ago
  14. 0b69800 bpf: don't assume build-id length is always 20 bytes by Stanislav Fomichev · 6 years ago
  15. beaf3d1 bpf: fix panic in stack_map_get_build_id() on i386 and arm32 by Song Liu · 6 years ago
  16. 1449916 bpf: rename stack trace map operations by Mauricio Vasquez B · 6 years ago
  17. 3b4a63f bpf: return EOPNOTSUPP when map lookup isn't supported by Prashant Bhole · 6 years ago
  18. e8d2bec bpf: decouple btf from seq bpf fs dump and enable more maps by Daniel Borkmann · 6 years ago
  19. dc3b8ae bpf: avoid -Wmaybe-uninitialized warning by Arnd Bergmann · 7 years ago
  20. bae77c5 bpf: enable stackmap with build_id in nmi context by Song Liu · 7 years ago
  21. c195651e bpf: add bpf_get_stack helper by Yonghong Song · 7 years ago
  22. 5f41263 bpf: change prototype for stack_map_get_build_id_offset by Yonghong Song · 7 years ago
  23. 615755a bpf: extend stackmap to save binary_build_id+offset instead of address by Song Liu · 7 years ago
  24. bd47564 bpf: add helper for copying attrs to struct bpf_map by Jakub Kicinski · 7 years ago
  25. 16f07c5 bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace map by Yonghong Song · 7 years ago
  26. 6e71b04 bpf: Add file mode configuration into bpf maps by Chenbo Feng · 7 years ago
  27. 96eabe7 bpf: Allow selecting numa node during map creation by Martin KaFai Lau · 7 years ago
  28. a316338 bpf: fix wrong exposure of map_flags into fdinfo for lpm by Daniel Borkmann · 8 years ago
  29. 40077e0 bpf: remove struct bpf_map_type_list by Johannes Berg · 8 years ago
  30. c78f8bd bpf: mark all registered map/prog types as __ro_after_init by Daniel Borkmann · 8 years ago
  31. d407bd2 bpf: don't trigger OOM killer under pressure with map alloc by Daniel Borkmann · 8 years ago
  32. f3694e0 bpf: add BPF_CALL_x macros for declaring helpers by Daniel Borkmann · 8 years ago
  33. 616d1c1 Merge branch 'linus' into perf/core, to refresh the branch by Ingo Molnar · 9 years ago
  34. 97c79a3 perf core: Per event callchain limit by Arnaldo Carvalho de Melo · 9 years ago
  35. 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
  36. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  37. cfbcf46 perf core: Pass max stack as a perf_callchain_entry context by Arnaldo Carvalho de Melo · 9 years ago
  38. c5dfd78 perf core: Allow setting up max frame stack depth via sysctl by Arnaldo Carvalho de Melo · 9 years ago
  39. 9940d67 bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint programs by Alexei Starovoitov · 9 years ago
  40. 557c0c6 bpf: convert stackmap to pre-allocation by Alexei Starovoitov · 9 years ago
  41. 823707b bpf: check for reserved flag bits in array and stack maps by Alexei Starovoitov · 9 years ago
  42. d5a3b1f bpf: introduce BPF_MAP_TYPE_STACK_TRACE by Alexei Starovoitov · 9 years ago