1. 2681bd8 perf tools: Remove repipe argument from perf_session__new() by Namhyung Kim · 3 years, 6 months ago
  2. 8805692 perf test: Handle fd gaps in test__dso_data_reopen by Eirik Fuller · 3 years, 7 months ago
  3. 43c117d perf vendor events intel: Add basic metrics for Elkhartlake by Jin Yao · 3 years, 6 months ago
  4. aa1bd89 perf vendor events intel: Add core event list for Elkhartlake by Jin Yao · 3 years, 6 months ago
  5. b9efd75 perf vendor events: Add metrics for Tigerlake by Jin Yao · 3 years, 6 months ago
  6. 4babba5 perf vendor events intel: Add core event list for Tigerlake by Jin Yao · 3 years, 6 months ago
  7. c4db54b perf annotate: Add error log in symbol__annotate() by Li Huafei · 3 years, 6 months ago
  8. 4502da0 perf env: Normalize aarch64.* and arm64.* to arm64 in normalize_arch() by Li Huafei · 3 years, 6 months ago
  9. f463ad7 perf beauty: Reuse the generic arch errno switch by Ian Rogers · 3 years, 8 months ago
  10. c44fc5a perf doc: Reorganize ARTICLES variables. by Ian Rogers · 3 years, 6 months ago
  11. 17ef1f1 perf doc: Remove howto-index.sh related references. by Ian Rogers · 3 years, 6 months ago
  12. e30b992 perf doc: Remove cmd-list.perl references by Ian Rogers · 3 years, 6 months ago
  13. 361ac7b perf doc: Add info pages to all target. by Ian Rogers · 3 years, 6 months ago
  14. 33e5361 perf doc: Remove references to user-manual by Ian Rogers · 3 years, 6 months ago
  15. a81df63a perf doc: Fix doc.dep by Ian Rogers · 3 years, 6 months ago
  16. 6f6e7f0 perf doc: Fix perfman.info build by Ian Rogers · 3 years, 6 months ago
  17. 9182f04 perf cs-etm: Pass unformatted flag to decoder by James Clark · 3 years, 6 months ago
  18. 04aaad2 perf cs-etm: Use existing decoder instead of resetting it by James Clark · 3 years, 6 months ago
  19. b8324f4 perf cs-etm: Suppress printing when resetting decoder by James Clark · 3 years, 6 months ago
  20. ca50db5 perf cs-etm: Only setup queues when they are modified by James Clark · 3 years, 6 months ago
  21. 9ac8afd perf cs-etm: Split setup and timestamp search functions by James Clark · 3 years, 6 months ago
  22. 6f38e11 perf cs-etm: Refactor initialisation of kernel start address by James Clark · 3 years, 6 months ago
  23. ea0056f perf trace: Update cmd string table to decode sys_bpf first arg by Wei Li · 3 years, 6 months ago
  24. d4affd6 Merge tag 'perf-tools-fixes-for-v5.14-2021-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 6 months ago
  25. c7d1022 Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 6 months ago
  26. 9bac1bd Revert "perf map: Fix dso->nsinfo refcounting" by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  27. 7e96bf4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 6 months ago
  28. fc16a53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 6 months ago
  29. c33e05d KVM: selftests: Introduce access_tracking_perf_test by David Matlack · 3 years, 6 months ago
  30. 15b7b73 KVM: selftests: Fix missing break in dirty_log_perf_test arg parsing by David Matlack · 3 years, 6 months ago
  31. c07d5c9 perf pmu: Fix alias matching by John Garry · 3 years, 6 months ago
  32. 48e8a7b perf cs-etm: Split --dump-raw-trace by AUX records by James Clark · 3 years, 7 months ago
  33. 0db282b selftest: use mmap instead of posix_memalign to allocate memory by Peter Collingbourne · 3 years, 6 months ago
  34. 4784dc9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 6 months ago
  35. ece1278 selftests: net: add ESP-in-UDP PMTU test by Vadim Fedorenko · 3 years, 6 months ago
  36. 7025098 Merge tag 'kvmarm-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 6 months ago
  37. 8c25c44 Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 6 months ago
  38. b0f0085 perf sched: Fix record failure when CONFIG_SCHEDSTATS is not set by Yang Jihong · 3 years, 6 months ago
  39. 22a6655 perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernel by Yang Jihong · 3 years, 6 months ago
  40. d4b3eed perf data: Close all files in close_dir() by Riccardo Mancini · 3 years, 6 months ago
  41. e0fa7ab perf probe-file: Delete namelist in del_events() on the error path by Riccardo Mancini · 3 years, 6 months ago
  42. ccbb22b Merge tag 'linux-kselftest-kunit-fixes-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 6 months ago
  43. 00397e7 Merge tag 'linux-kselftest-fixes-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 6 months ago
  44. 937654c perf test bpf: Free obj_buf by Riccardo Mancini · 3 years, 6 months ago
  45. a6c39de bpf, selftests: Add test cases for pointer alu from multiple paths by Daniel Borkmann · 3 years, 6 months ago
  46. 20192d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 6 months ago
  47. 659ede7 perf trace: Free strings in trace__parse_events_option() by Riccardo Mancini · 3 years, 6 months ago
  48. 3cb4d5e perf trace: Free syscall tp fields in evsel->priv by Riccardo Mancini · 3 years, 6 months ago
  49. f2ebf8f perf trace: Free syscall->arg_fmt by Riccardo Mancini · 3 years, 6 months ago
  50. 6c7f0ab perf trace: Free malloc'd trace fields on exit by Riccardo Mancini · 3 years, 6 months ago
  51. f8cbb0f perf lzma: Close lzma stream on exit by Riccardo Mancini · 3 years, 6 months ago
  52. faf3ac3 perf script: Fix memory 'threads' and 'cpus' leaks on exit by Riccardo Mancini · 3 years, 6 months ago
  53. 1b1f57c perf script: Release zstd data by Riccardo Mancini · 3 years, 6 months ago
  54. 423b917 perf session: Cleanup trace_event by Riccardo Mancini · 3 years, 6 months ago
  55. 02e6246 perf inject: Close inject.output on exit by Riccardo Mancini · 3 years, 6 months ago
  56. a37338a perf report: Free generated help strings for sort option by Riccardo Mancini · 3 years, 6 months ago
  57. da6b7c6 perf env: Fix memory leak of cpu_pmu_caps by Riccardo Mancini · 3 years, 6 months ago
  58. 244d179 perf test maps__merge_in: Fix memory leak of maps by Riccardo Mancini · 3 years, 6 months ago
  59. 581e295 perf dso: Fix memory leak in dso__new_map() by Riccardo Mancini · 3 years, 6 months ago
  60. dccfca9 perf test event_update: Fix memory leak of unit by Riccardo Mancini · 3 years, 6 months ago
  61. fc56f54 perf test event_update: Fix memory leak of evlist by Riccardo Mancini · 3 years, 6 months ago
  62. 233f2dc perf test session_topology: Delete session->evlist by Riccardo Mancini · 3 years, 6 months ago
  63. 42db3d9 perf env: Fix sibling_dies memory leak by Riccardo Mancini · 3 years, 6 months ago
  64. dedeb4b perf probe: Fix dso->nsinfo refcounting by Riccardo Mancini · 3 years, 6 months ago
  65. 2d6b74b perf map: Fix dso->nsinfo refcounting by Riccardo Mancini · 3 years, 6 months ago
  66. 0967ebf perf inject: Fix dso->nsinfo refcounting by Riccardo Mancini · 3 years, 6 months ago
  67. 405386b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 6 months ago
  68. d444b06 bpftool: Check malloc return value in mount_bpffs_for_pin by Tobias Klauser · 3 years, 6 months ago
  69. d951b22 KVM: selftests: smm_test: Test SMM enter from L2 by Vitaly Kuznetsov · 3 years, 7 months ago
  70. 6f2f86e KVM: selftests: Address extra memslot parameters in vm_vaddr_alloc by Ricardo Koller · 3 years, 7 months ago
  71. 83d1fc9 perf cs-etm: Split Coresight decode by aux records by James Clark · 3 years, 7 months ago
  72. fa2c02e tools headers: Remove broken definition of __LITTLE_ENDIAN by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  73. 8096acd7 Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 6 months ago
  74. f8f0eda KVM: selftests: x86: Address missing vm_install_exception_handler conversions by Marc Zyngier · 3 years, 7 months ago
  75. f3cf800 Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 3 years, 6 months ago
  76. d08c84e perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_THREAD_STACK_MIN_VALUE) by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  77. 50e9892 libperf: Fix build error with LIBPFM4=1 by Heiko Carstens · 3 years, 6 months ago
  78. 376a947 tools headers UAPI: Sync files changed by the memfd_secret new syscall by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  79. e0a7ef2 perf stat: Merge uncore events by default for hybrid platform by Jin Yao · 3 years, 6 months ago
  80. de3d5fd perf tests: Fix 'Convert perf time to TSC' on core-only system by Jin Yao · 3 years, 6 months ago
  81. 212f3d9 perf tests: Fix 'Roundtrip evsel->name' on core-only system by Jin Yao · 3 years, 6 months ago
  82. 490e9a8 perf tests: Fix 'Parse event definition strings' on core-only system by Jin Yao · 3 years, 6 months ago
  83. 49afa7f perf pmu: Skip invalid hybrid pmu by Jin Yao · 3 years, 6 months ago
  84. 5cf1774 KVM: arm64: selftests: get-reg-list: actually enable pmu regs in pmu sublist by Andrew Jones · 3 years, 6 months ago
  85. bac0b13 KVM: selftests: change pthread_yield to sched_yield by Andrew Jones · 3 years, 6 months ago
  86. 0c0f629 selftests: memory-hotplug: avoid spamming logs with dump_page(), ratio limit hot-remove error test by Paolo Pisati · 3 years, 7 months ago
  87. df4b080 kunit: tool: Assert the version requirement by SeongJae Park · 3 years, 6 months ago
  88. 58c965d kunit: tool: remove unnecessary "annotations" import by Daniel Latypov · 3 years, 7 months ago
  89. ed01ad3 kunit: tool: Fix error messages for cases of no tests and wrong TAP header by Rae Moar · 3 years, 7 months ago
  90. b1412bd Merge tag 'perf-tools-for-v5.14-2021-07-10' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 6 months ago
  91. a7da441 selftests: mptcp: fix case multiple subflows limited by server by Jianguo Wu · 3 years, 6 months ago
  92. 5d52c90 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 6 months ago
  93. eb7261f perf test: Add free() calls for scandir() returned dirent entries by Riccardo Mancini · 3 years, 6 months ago
  94. afd4ad0 libperf: Add tests for perf_evlist__set_leader() by Jiri Olsa · 3 years, 7 months ago
  95. e2c1816 libperf: Remove BUG_ON() from library code in get_group_fd() by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  96. 5a7f7fc Merge tag 'trace-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 6 months ago
  97. 3fd35de libperf: Add group support to perf_evsel__open() by Jiri Olsa · 3 years, 7 months ago
  98. c47a559 perf tools: Fix pattern matching for same substring in different PMU type by Jin Yao · 3 years, 7 months ago
  99. b91e549 perf record: Add a dummy event on hybrid systems to collect metadata records by Kan Liang · 3 years, 6 months ago
  100. 5f148e7c perf stat: Add Topdown metrics L2 events as default events by Kan Liang · 3 years, 6 months ago