1. 454fb20 libbpf: Add explicit padding to btf_dump_emit_type_decl_opts by KP Singh · 3 years, 10 months ago
  2. 8752050 selftests/bpf: Re-generate vmlinux.h and BPF skeletons if bpftool changed by Andrii Nakryiko · 3 years, 10 months ago
  3. 3d15bf2 bpftool: Fix maybe-uninitialized warnings by Andrii Nakryiko · 3 years, 10 months ago
  4. b1ed7a5 libbpf: Add explicit padding to bpf_xdp_set_link_opts by Andrii Nakryiko · 3 years, 10 months ago
  5. b322202 perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of printed chars by Arnaldo Carvalho de Melo · 3 years, 11 months ago
  6. 0ad91dc selftests: fix prepending $(OUTPUT) to $(TEST_PROGS) by Ilya Leoshkevich · 3 years, 11 months ago
  7. 7f69649 Revert "tools/power turbostat: adjust for temperature offset" by Len Brown · 3 years, 10 months ago
  8. ea6803f tools/power turbostat: Fix offset overflow issue in index converting by Calvin Walton · 3 years, 9 months ago
  9. b24f0e3 tools/power/turbostat: Fix turbostat for AMD Zen CPUs by Bas Nieuwenhuizen · 3 years, 9 months ago
  10. a669817 selftests/resctrl: Fix checking for < 0 for unsigned values by Fenghua Yu · 3 years, 10 months ago
  11. 726d318 selftests/resctrl: Fix incorrect parsing of iMC counters by Fenghua Yu · 3 years, 10 months ago
  12. 19eaad1 selftests/resctrl: Use resctrl/info for feature detection by Fenghua Yu · 3 years, 10 months ago
  13. 0ccead5 selftests/resctrl: Fix missing options "-n" and "-p" by Fenghua Yu · 3 years, 10 months ago
  14. cd29eef selftests/resctrl: Clean up resctrl features check by Fenghua Yu · 3 years, 10 months ago
  15. 6ef95f0 selftests/resctrl: Fix compilation issues for other global variables by Fenghua Yu · 3 years, 10 months ago
  16. cf99daf selftests/resctrl: Fix compilation issues for global variables by Fenghua Yu · 3 years, 10 months ago
  17. 078d3d7 selftests/resctrl: Enable gcc checks to detect buffer overflows by Fenghua Yu · 3 years, 10 months ago
  18. bc900a7 tools/power/x86/intel-speed-select: Increase string size by Srinivas Pandruvada · 3 years, 11 months ago
  19. f38f972 kselftest/arm64: mte: Fix MTE feature detection by Andre Przywara · 3 years, 10 months ago
  20. d9a1f62 kselftest/arm64: mte: Fix compilation with native compiler by Andre Przywara · 3 years, 10 months ago
  21. 6995512 tools/cgroup/slabinfo.py: updated to work on current kernel by Vasily Averin · 3 years, 9 months ago
  22. a7c3733 perf ftrace: Fix access to pid in array when setting a pid filter by Thomas Richter · 3 years, 9 months ago
  23. b571a63 perf data: Fix error return code in perf_data__create_dir() by Zhen Lei · 3 years, 9 months ago
  24. bed21be ia64: tools: remove duplicate definition of ia64_mf() on ia64 by John Paul Adrian Glaubitz · 3 years, 9 months ago
  25. ffe249b perf map: Fix error return code in maps__clone() by Zhen Lei · 3 years, 9 months ago
  26. 4d0cfb3 perf auxtrace: Fix potential NULL pointer dereference by Leo Yan · 3 years, 9 months ago
  27. e154b50 ia64: tools: remove inclusion of ia64-specific version of errno.h header by John Paul Adrian Glaubitz · 3 years, 9 months ago
  28. 7f8e59c libbpf: Fix potential NULL pointer dereference by Ciara Loftus · 3 years, 10 months ago
  29. cd8ce27 perf map: Tighten snprintf() string precision to pass gcc check on some 32-bit arches by Arnaldo Carvalho de Melo · 3 years, 11 months ago
  30. b1f6c6f idr test suite: Create anchor before launching throbber by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  31. 9a7552d idr test suite: Take RCU read lock in idr_find_test_1 by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  32. edd822b radix tree test suite: Register the main thread with the RCU library by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  33. e4a0956 tools/kvm_stat: Add restart delay by Stefan Raspl · 3 years, 10 months ago
  34. 3fa7ae3 perf report: Fix wrong LBR block sorting by Jin Yao · 3 years, 10 months ago
  35. 3b70c6f perf inject: Fix repipe usage by Adrian Hunter · 3 years, 10 months ago
  36. caef780 libbpf: Only create rx and tx XDP rings when necessary by Ciara Loftus · 3 years, 10 months ago
  37. 4cc9177 libbpf: Restore umem state after socket create failure by Ciara Loftus · 3 years, 10 months ago
  38. 5aa7df1 libbpf: Ensure umem pointer is non-NULL before dereferencing by Ciara Loftus · 3 years, 10 months ago
  39. 3015db3 libbpf: Fix bail out from 'ringbuf_process_ring()' on error by Pedro Tammela · 3 years, 10 months ago
  40. f890246 tools/resolve_btfids: Add /libbpf to .gitignore by Stanislav Fomichev · 4 years ago
  41. eff1e04 tools/resolve_btfids: Set srctree variable unconditionally by Jiri Olsa · 4 years ago
  42. f60c918 tools/resolve_btfids: Check objects before removing by Jiri Olsa · 4 years ago
  43. 2497190 tools/resolve_btfids: Build libbpf and libsubcmd in separate directories by Jiri Olsa · 4 years ago
  44. b008489 selftests/vm: fix out-of-tree build by Rong Chen · 3 years, 10 months ago
  45. 6deb9d9 kselftest/arm64: sve: Do not use non-canonical FFR register value by Andre Przywara · 3 years, 10 months ago
  46. 4ca2656 kunit: tool: Fix a python tuple typing error by David Gow · 4 years ago
  47. e3ccad5 flow_dissector: fix TTL and TOS dissection on IPv4 fragments by Davide Caratti · 4 years ago
  48. efb334c perf synthetic events: Avoid write of uninitialized memory when generating PERF_RECORD_MMAP* records by Ian Rogers · 3 years, 11 months ago
  49. 5febe60 perf auxtrace: Fix auxtrace queue conflict by Adrian Hunter · 3 years, 11 months ago
  50. eeadce8 libbpf: Fix BTF dump of pointer-to-array-of-struct by Jean-Philippe Brucker · 3 years, 10 months ago
  51. 7693b64 selftests: forwarding: vxlan_bridge_1d: Fix vxlan ecn decapsulate value by Hangbin Liu · 3 years, 10 months ago
  52. b4c574e libbpf: Use SOCK_CLOEXEC when opening the netlink socket by Kumar Kartikeya Dwivedi · 3 years, 10 months ago
  53. 86e525b libbpf: Fix error path in bpf_object__elf_init() by Namhyung Kim · 3 years, 10 months ago
  54. aeff815 selftests/net: fix warnings on reuseaddr_ports_exhausted by Carlos Llamas · 3 years, 10 months ago
  55. d5380ce selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failed by Hangbin Liu · 3 years, 11 months ago
  56. 9857de9 libbpf: Fix INSTALL flag order by Georgi Valkov · 3 years, 11 months ago
  57. a63068e static_call: Allow module use without exposing static_call_key by Josh Poimboeuf · 4 years ago
  58. 433cd7c static_call: Pull some static_call declarations to the type headers by Peter Zijlstra · 4 years ago
  59. 6366a5b kselftest: arm64: Fix exit code of sve-ptrace by Mark Brown · 3 years, 11 months ago
  60. 3672c3c bpf, selftests: Fix up some test_verifier cases for unprivileged by Piotr Krysiuk · 3 years, 10 months ago
  61. f9a8799 perf report: Fix -F for branch & mem modes by Ravi Bangoria · 3 years, 11 months ago
  62. 57a798e perf traceevent: Ensure read cmdlines are null terminated. by Ian Rogers · 3 years, 11 months ago
  63. 824c94c selftests: forwarding: Fix race condition in mirror installation by Danielle Ratson · 3 years, 11 months ago
  64. 640492c perf build: Fix ccache usage in $(CC) when generating arch errno table by Antonio Terceiro · 3 years, 11 months ago
  65. 8493877 tools/resolve_btfids: Fix build error with older host toolchains by Kun-Chuan Hsieh · 3 years, 11 months ago
  66. 2f6f72e libbpf: Clear map_info before each bpf_obj_get_info_by_fd by Maciej Fijalkowski · 3 years, 11 months ago
  67. 4d2cdb2 selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier by Yauheni Kaliuta · 3 years, 11 months ago
  68. 4fa0ece selftests/bpf: No need to drop the packet when there is no geneve opt by Hangbin Liu · 3 years, 11 months ago
  69. 7653656b selftests/bpf: Use the last page in test_snprintf_btf on s390 by Ilya Leoshkevich · 3 years, 11 months ago
  70. c7b1307 wireguard: selftests: test multiple parallel streams by Jason A. Donenfeld · 4 years ago
  71. 1ea3602 kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE by Chris Wilson · 4 years ago
  72. 538b990 perf test: Fix unaligned access in sample parsing test by Namhyung Kim · 4 years ago
  73. 2f7d460 perf intel-pt: Fix IPC with CYC threshold by Adrian Hunter · 4 years ago
  74. 4616d95 perf intel-pt: Fix premature IPC by Adrian Hunter · 4 years ago
  75. 9702d58 perf intel-pt: Fix missing CYC processing in PSB by Adrian Hunter · 4 years ago
  76. 47d32f8 perf record: Fix continue profiling after draining the buffer by Yang Jihong · 4 years ago
  77. b0363fa perf symbols: Fix return value when loading PE DSO by Nicholas Fraser · 4 years ago
  78. c7a1a09 perf symbols: Use (long) for iterator for bfd symbols by Dmitry Safonov · 4 years ago
  79. 31c2e36 selftests/ftrace: Update synthetic event syntax errors by Tom Zanussi · 4 years ago
  80. b11abc7 kselftests: dmabuf-heaps: Fix Makefile's inclusion of the kernel's usr/include dir by John Stultz · 4 years ago
  81. ecb23b9 kunit: tool: fix unit test cleanup handling by Daniel Latypov · 4 years, 2 months ago
  82. 5132b4f perf vendor events arm64: Fix Ampere eMag event typo by John Garry · 4 years ago
  83. 100ba40 perf tools: Fix DSO filtering when not finding a map for a sampled address by Arnaldo Carvalho de Melo · 4 years ago
  84. c41fc75 objtool: Fix ".cold" section suffix check for newer versions of GCC by Josh Poimboeuf · 4 years ago
  85. 7631376 objtool: Fix retpoline detection in asm code by Josh Poimboeuf · 4 years ago
  86. 9e06f36 objtool: Fix error handling for STD/CLD warnings by Josh Poimboeuf · 4 years ago
  87. e00a29e selftests/powerpc: Make the test check in eeh-basic.sh posix compliant by Po-Hsu Lin · 4 years, 1 month ago
  88. c805f99 selftests: mptcp: fix ACKRX debug message by Matthieu Baerts · 4 years ago
  89. c8de71a libbpf: Ignore non function pointer member in struct_ops by Martin KaFai Lau · 4 years ago
  90. c318d41 selftests/bpf: Convert test_xdp_redirect.sh to bash by Björn Töpel · 4 years ago
  91. 25c3122 selftests: txtimestamp: fix compilation issue by Vadim Fedorenko · 4 years ago
  92. ef8f281 selftests: netfilter: fix current year by Fabian Frederick · 4 years ago
  93. 2b02985 objtool: Fix seg fault with Clang non-section symbols by Josh Poimboeuf · 4 years, 1 month ago
  94. 9c8bb3e objtool: Don't fail the kernel build on fatal errors by Josh Poimboeuf · 4 years ago
  95. 89ca15b selftests/powerpc: Only test lwm/stmw on big endian by Michael Ellerman · 4 years ago
  96. 9d6dbf4 objtool: Don't add empty symbols to the rbtree by Josh Poimboeuf · 4 years ago
  97. 4d06445 tools/power/x86/intel-speed-select: Set higher of cpuinfo_max_freq or base_frequency by Srinivas Pandruvada · 4 years, 1 month ago
  98. f667433 tools/power/x86/intel-speed-select: Set scaling_max_freq to base_frequency by Srinivas Pandruvada · 4 years, 1 month ago
  99. 99bacbc selftests: forwarding: Specify interface when invoking mausezahn by Danielle Ratson · 4 years ago
  100. 6daa528 xfrm: Fix wraparound in xfrm_policy_addr_delta() by Visa Hankala · 4 years, 1 month ago