1. 3defaf2 bpf: fix lockdep false positive in stackmap by Alexei Starovoitov · 6 years ago
  2. 4af396a bpf: zero out build_id for BPF_STACK_BUILD_ID_IP by Stanislav Fomichev · 6 years ago
  3. 0b69800 bpf: don't assume build-id length is always 20 bytes by Stanislav Fomichev · 6 years ago
  4. beaf3d1 bpf: fix panic in stack_map_get_build_id() on i386 and arm32 by Song Liu · 6 years ago
  5. 1449916 bpf: rename stack trace map operations by Mauricio Vasquez B · 6 years ago
  6. 3b4a63f bpf: return EOPNOTSUPP when map lookup isn't supported by Prashant Bhole · 6 years ago
  7. e8d2bec bpf: decouple btf from seq bpf fs dump and enable more maps by Daniel Borkmann · 6 years ago
  8. dc3b8ae bpf: avoid -Wmaybe-uninitialized warning by Arnd Bergmann · 7 years ago
  9. bae77c5 bpf: enable stackmap with build_id in nmi context by Song Liu · 7 years ago
  10. c195651e bpf: add bpf_get_stack helper by Yonghong Song · 7 years ago
  11. 5f41263 bpf: change prototype for stack_map_get_build_id_offset by Yonghong Song · 7 years ago
  12. 615755a bpf: extend stackmap to save binary_build_id+offset instead of address by Song Liu · 7 years ago
  13. bd47564 bpf: add helper for copying attrs to struct bpf_map by Jakub Kicinski · 7 years ago
  14. 16f07c5 bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace map by Yonghong Song · 7 years ago
  15. 6e71b04 bpf: Add file mode configuration into bpf maps by Chenbo Feng · 7 years ago
  16. 96eabe7 bpf: Allow selecting numa node during map creation by Martin KaFai Lau · 7 years ago
  17. a316338 bpf: fix wrong exposure of map_flags into fdinfo for lpm by Daniel Borkmann · 8 years ago
  18. 40077e0 bpf: remove struct bpf_map_type_list by Johannes Berg · 8 years ago
  19. c78f8bd bpf: mark all registered map/prog types as __ro_after_init by Daniel Borkmann · 8 years ago
  20. d407bd2 bpf: don't trigger OOM killer under pressure with map alloc by Daniel Borkmann · 8 years ago
  21. f3694e0 bpf: add BPF_CALL_x macros for declaring helpers by Daniel Borkmann · 8 years ago
  22. 616d1c1 Merge branch 'linus' into perf/core, to refresh the branch by Ingo Molnar · 9 years ago
  23. 97c79a3 perf core: Per event callchain limit by Arnaldo Carvalho de Melo · 9 years ago
  24. 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
  25. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  26. cfbcf46 perf core: Pass max stack as a perf_callchain_entry context by Arnaldo Carvalho de Melo · 9 years ago
  27. c5dfd78 perf core: Allow setting up max frame stack depth via sysctl by Arnaldo Carvalho de Melo · 9 years ago
  28. 9940d67 bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint programs by Alexei Starovoitov · 9 years ago
  29. 557c0c6 bpf: convert stackmap to pre-allocation by Alexei Starovoitov · 9 years ago
  30. 823707b bpf: check for reserved flag bits in array and stack maps by Alexei Starovoitov · 9 years ago
  31. d5a3b1f bpf: introduce BPF_MAP_TYPE_STACK_TRACE by Alexei Starovoitov · 9 years ago