1. 8cc5eb8 tools/io_uring: fix compile breakage by Douglas Gilbert · 4 years, 2 months ago
  2. 91d5915 libbpf: Remove arch-specific include path in Makefile by Naveen N. Rao · 4 years, 3 months ago
  3. d850441 objtool: Fix noreturn detection for ignored functions by Josh Poimboeuf · 4 years, 2 months ago
  4. 1f16073 perf parse-events: Use strcmp() to compare the PMU name by Jin Yao · 4 years, 7 months ago
  5. e1ad5cf perf tests: Fix test 68 zstd compression for s390 by Thomas Richter · 4 years, 4 months ago
  6. eb7833e0 selftests/x86/syscall_nt: Clear weird flags after each test by Andy Lutomirski · 4 years, 5 months ago
  7. 7415f52 perf kcore_copy: Fix module map when there are no modules loaded by Adrian Hunter · 4 years, 6 months ago
  8. ff793fe perf metricgroup: Free metric_events on error by Ian Rogers · 4 years, 6 months ago
  9. 2076ee4 perf util: Fix memory leak of prefix_if_not_in by Xie XiuQi · 4 years, 6 months ago
  10. b10dd4b perf stat: Fix duration_time value for higher intervals by Jiri Olsa · 4 years, 6 months ago
  11. eddcc70 perf trace: Fix the selection for architectures to generate the errno name tables by Ian Rogers · 4 years, 9 months ago
  12. feaaa88 perf evsel: Fix 2 memory leaks by Ian Rogers · 4 years, 6 months ago
  13. 0eb69a6 perf mem2node: Avoid double free related to realloc by Ian Rogers · 4 years, 8 months ago
  14. c8317e9 perf stat: Force error in fallback on :k events by Stephane Eranian · 4 years, 7 months ago
  15. 2f7a0de selftests/ptrace: add test cases for dead-locks by Bernd Edlinger · 4 years, 8 months ago
  16. 32d9453 tools: gpio-hammer: Avoid potential overflow in main by Gabriel Ravier · 4 years, 8 months ago
  17. 79f60d5 perf cpumap: Fix snprintf overflow check by Christophe JAILLET · 4 years, 8 months ago
  18. 98c921e perf parse-events: Fix 3 use after frees found with clang ASAN by Ian Rogers · 4 years, 8 months ago
  19. f6acb4a perf cs-etm: Correct synthesizing instruction samples by Leo Yan · 4 years, 9 months ago
  20. f7ba2ee perf cs-etm: Swap packets for instruction samples by Leo Yan · 4 years, 9 months ago
  21. 2da77d2 perf jevents: Fix leak of mapfile memory by John Garry · 4 years, 9 months ago
  22. 4590192 perf test: Fix test trace+probe_vfs_getname.sh on s390 by Thomas Richter · 4 years, 9 months ago
  23. 60d539f tools/power/x86/intel_pstate_tracer: changes for python 3 compatibility by Doug Smythies · 4 years, 10 months ago
  24. f15dd13 selftests/ftrace: fix glob selftest by Sven Schnelle · 4 years, 10 months ago
  25. 425582b selftests/bpf: De-flake test_tcpbpf by Stanislav Fomichev · 5 years ago
  26. 0df6aea selftests/vm: fix display of page size in map_hugetlb by Christophe Leroy · 4 years, 2 months ago
  27. b7b1361 perf test: Free formats for perf pmu parse test by Namhyung Kim · 4 years, 2 months ago
  28. b116e2d perf parse-event: Fix memory leak in evsel->unit by Namhyung Kim · 4 years, 2 months ago
  29. 43d9473 perf evlist: Fix cpu/thread map leak by Namhyung Kim · 4 years, 2 months ago
  30. b86434c perf test: Fix the "signal" test inline assembly by Jiri Olsa · 4 years, 2 months ago
  31. d5763bb selftests/timers: Turn off timeout setting by Po-Hsu Lin · 4 years, 8 months ago
  32. e915b3b perf record: Correct the help info of option "--no-bpf-event" by Wei Li · 4 years, 3 months ago
  33. b0c40f8 perf jevents: Fix suspicious code in fixregex() by Namhyung Kim · 4 years, 2 months ago
  34. 8e2660c perf tools: Correct SNOOPX field offset by Al Grant · 4 years, 3 months ago
  35. c4a427b selftests/bpf: Fix massive output from test_maps by Jesper Dangaard Brouer · 4 years, 3 months ago
  36. 6cadd1e perf record/stat: Explicitly call out event modifiers in the documentation by Kim Phillips · 4 years, 3 months ago
  37. a8d2614 selftests: disable rp_filter for icmp_redirect.sh by David Ahern · 4 years, 3 months ago
  38. 110c5a5 selftests/powerpc: Purge extra count_pmc() calls of ebb selftests by Desnes A. Nunes do Rosario · 4 years, 5 months ago
  39. 4591461 tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointer dereference by Gaurav Singh · 4 years, 3 months ago
  40. 8043d5ee perf probe: Fix memory leakage when the probe point is not found by Masami Hiramatsu · 4 years, 4 months ago
  41. 6235304 kbuild: support LLVM=1 to switch the default tools to Clang/LLVM by Masahiro Yamada · 4 years, 7 months ago
  42. 5c90739 tools build feature: Quote CC and CXX for their arguments by Daniel Díaz · 4 years, 3 months ago
  43. 4598980 perf bench mem: Always memset source before memcpy by Vincent Whitchurch · 4 years, 3 months ago
  44. 4f69483 tools build feature: Use CC and CXX from parent by Thomas Hebb · 4 years, 4 months ago
  45. 34c920e selftests/powerpc: ptrace-pkey: Don't update expected UAMOR value by Aneesh Kumar K.V · 4 years, 4 months ago
  46. cf50781 selftests/powerpc: ptrace-pkey: Update the test to mark an invalid pkey correctly by Aneesh Kumar K.V · 4 years, 4 months ago
  47. e4a6919 selftests/powerpc: ptrace-pkey: Rename variables to make it easier to follow code by Aneesh Kumar K.V · 4 years, 4 months ago
  48. 8cab023 selftests/bpf: test_progs use another shell exit on non-actions by Jesper Dangaard Brouer · 4 years, 4 months ago
  49. de624fb selftests/bpf: Test_progs indicate to shell on non-actions by Jesper Dangaard Brouer · 4 years, 5 months ago
  50. 55052ac perf intel-pt: Fix duplicate branch after CBR by Adrian Hunter · 4 years, 4 months ago
  51. 8214e74 perf intel-pt: Fix FUP packet state by Adrian Hunter · 4 years, 4 months ago
  52. a4301de tools, bpftool: Fix wrong return value in do_dump() by Tianjia Zhang · 4 years, 4 months ago
  53. 94bc0ab tools, build: Propagate build failures from tools/build/Makefile.build by Andrii Nakryiko · 4 years, 4 months ago
  54. 5299edb selftests/powerpc: Fix online CPU selection by Sandipan Das · 4 years, 4 months ago
  55. 04cf65b selftests/powerpc: Fix CPU affinity for child process by Harish · 4 years, 5 months ago
  56. 09c20502 selftests/powerpc: Squash spurious errors due to device removal by Oliver O'Halloran · 4 years, 4 months ago
  57. 0f09c88 seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID by Kees Cook · 4 years, 5 months ago
  58. 848e15a selftests/net: relax cpu affinity requirement in msg_zerocopy test by Willem de Bruijn · 4 years, 3 months ago
  59. 3429579 tools lib traceevent: Fix memory leak in process_dynamic_array_len by Philippe Duplessis-Guindon · 4 years, 4 months ago
  60. 9fe975a selftests: bpf: Fix detach from sockmap tests by Lorenz Bauer · 4 years, 4 months ago
  61. df35e87 perf bench: Share some global variables to fix build with gcc 10 by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  62. 702d1b2 perf env: Do not return pointers to local variables by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  63. 73d2d6b4 perf tests bp_account: Make global variable static by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  64. 50c5f89 selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 support by Paolo Pisati · 4 years, 4 months ago
  65. 6e4620d selftests: fib_nexthop_multiprefix: fix cleanup() netns deletion by Paolo Pisati · 4 years, 4 months ago
  66. 1df0000 perf tools: Fix record failure when mixed with ARM SPE event by Wei Li · 4 years, 4 months ago
  67. 222dbeca selftests/net: so_txtime: fix clang issues for target arch PowerPC by Tanner Love · 4 years, 4 months ago
  68. d817b2c selftests/net: psock_fanout: fix clang issues for target arch PowerPC by Tanner Love · 4 years, 4 months ago
  69. 22f84cc selftests/net: rxtimestamp: fix clang issues for target arch PowerPC by Tanner Love · 4 years, 4 months ago
  70. c2fd34d libtraceevent: Fix build with binutils 2.35 by Ben Hutchings · 4 years, 4 months ago
  71. 033f56f perf stat: Zero all the 'ena' and 'run' array slot stats for interval mode by Jin Yao · 4 years, 7 months ago
  72. 75270f8 ipv6: fib6_select_path can not use out path for nexthop objects by David Ahern · 4 years, 4 months ago
  73. d13a78d perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result by Adrian Hunter · 4 years, 5 months ago
  74. 64e8b91 perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' result by Adrian Hunter · 4 years, 5 months ago
  75. 2038998 perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find' result by Adrian Hunter · 4 years, 5 months ago
  76. e51a811 perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument by Adrian Hunter · 4 years, 5 months ago
  77. 3959bf6 perf intel-pt: Fix PEBS sample for XMM registers by Adrian Hunter · 4 years, 5 months ago
  78. da4b6ef perf intel-pt: Fix recording PEBS-via-PT with registers by Adrian Hunter · 4 years, 5 months ago
  79. 9ca67a4 perf report TUI: Fix segmentation fault in perf_evsel__hists_browse() by Wei Li · 4 years, 5 months ago
  80. 563e949 selftests: tpm: Use /bin/sh instead of /bin/bash by Jarkko Sakkinen · 4 years, 5 months ago
  81. 517326a tools lib traceevent: Handle __attribute__((user)) in field names by Steven Rostedt (VMware) · 4 years, 8 months ago
  82. 6f3b8c2 tools lib traceevent: Add append() function helper for appending strings by Steven Rostedt (VMware) · 4 years, 8 months ago
  83. 67db9e0 selftests/net: report etf errors correctly by Willem de Bruijn · 4 years, 5 months ago
  84. aa7baef perf stat: Fix NULL pointer dereference by Hongbo Yao · 4 years, 5 months ago
  85. 676634f perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events() by Gaurav Singh · 4 years, 5 months ago
  86. f3f9ee4 libbpf: Handle GCC noreturn-turned-volatile quirk by Andrii Nakryiko · 4 years, 5 months ago
  87. 37be9b7 selftests/net: in timestamping, strncpy needs to preserve null byte by tannerlove · 4 years, 5 months ago
  88. ad67536 NTB: ntb_test: Fix bug when counting remote files by Logan Gunthorpe · 6 years ago
  89. 718d9a8 selftests/vm/pkeys: fix alloc_random_pkey() to make it really random by Ram Pai · 4 years, 5 months ago
  90. 8e38ea6 perf symbols: Fix kernel maps for kcore and eBPF by Adrian Hunter · 4 years, 6 months ago
  91. 807cc60 perf symbols: Fix debuginfo search for Ubuntu by Adrian Hunter · 4 years, 6 months ago
  92. 842645d perf probe: Check address correctness by map instead of _etext by Masami Hiramatsu · 4 years, 7 months ago
  93. be781ab perf probe: Fix to check blacklist address correctly by Masami Hiramatsu · 4 years, 7 months ago
  94. a2e0979 perf probe: Do not show the skipped events by Masami Hiramatsu · 4 years, 7 months ago
  95. c48a842d selftests/bpf, flow_dissector: Close TAP device FD after the test by Jakub Sitnicki · 4 years, 6 months ago
  96. 0d55b70 libbpf: Fix perf_buffer__free() API for sparse allocs by Eelco Chaudron · 4 years, 6 months ago
  97. 41b4432 selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o by Alan Maguire · 4 years, 6 months ago
  98. 7b88ccc iocost_monitor: drop string wrap around numbers when outputting json by Tejun Heo · 4 years, 7 months ago
  99. 1dbb13c selftests/bpf: Fix memory leak in extract_build_id() by Andrii Nakryiko · 4 years, 7 months ago
  100. 0bf9805 tools api fs: Make xxx__mountpoint() more scalable by Stephane Eranian · 4 years, 8 months ago