1. 5172672 perf script: Fix invalid LBR/binary mismatch error by Adrian Hunter · 5 years ago
  2. 0cd032d perf script: Fix brstackinsn for AUXTRACE by Adrian Hunter · 5 years ago
  3. 267ed5d perf affinity: Add infrastructure to save/restore affinity by Andi Kleen · 5 years ago
  4. d966458 perf pmu: Use file system cache to optimize sysfs access by Andi Kleen · 5 years ago
  5. 5b596e0f perf regs: Make perf_reg_name() return "unknown" instead of NULL by Arnaldo Carvalho de Melo · 5 years ago
  6. 2b1ac64 perf diff: Use llabs() with 64-bit values by Arnaldo Carvalho de Melo · 5 years ago
  7. 98e9324 perf diff: Use llabs() with 64-bit values by Arnaldo Carvalho de Melo · 5 years ago
  8. 7b65e20 perf tools: Allow to link with libbpf dynamicaly by Jiri Olsa · 5 years ago
  9. a573268 perf tests: Rename tests/map_groups.c to tests/maps.c by Arnaldo Carvalho de Melo · 5 years ago
  10. 6d38267 perf tests: Rename thread-mg-share to thread-maps-share by Arnaldo Carvalho de Melo · 5 years ago
  11. c54d241 perf maps: Rename map_groups.h to maps.h by Arnaldo Carvalho de Melo · 5 years ago
  12. 9a29cee perf maps: Rename 'mg' variables to 'maps' by Arnaldo Carvalho de Melo · 5 years ago
  13. f2eaea0 perf map_symbol: Rename ms->mg to ms->maps by Arnaldo Carvalho de Melo · 5 years ago
  14. 694520d perf addr_location: Rename al->mg to al->maps by Arnaldo Carvalho de Melo · 5 years ago
  15. fe87797d perf thread: Rename thread->mg to thread->maps by Arnaldo Carvalho de Melo · 5 years ago
  16. 79b6bb7 perf maps: Merge 'struct maps' with 'struct map_groups' by Arnaldo Carvalho de Melo · 5 years ago
  17. 9adab03 x86/insn: perf tools: Add some more instructions to the new instructions test by Adrian Hunter · 5 years ago
  18. af4933c x86/insn: Add some more Intel instructions to the opcode map by Adrian Hunter · 5 years ago
  19. a82f15e perf map: Remove unused functions by Arnaldo Carvalho de Melo · 5 years ago
  20. 805fcbc perf map: Remove needless struct forward declarations by Arnaldo Carvalho de Melo · 5 years ago
  21. 40df3897 perf map: Ditch leftover map__reloc_vmlinux() prototype by Arnaldo Carvalho de Melo · 5 years ago
  22. 540a63e perf script: Move map__fprintf_srccode() to near its only user by Arnaldo Carvalho de Melo · 5 years ago
  23. 2ea352d Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 5 years ago
  24. 386403a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  25. f838767 Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 5 years ago
  26. 436b2a8 Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
  27. 1b96a41 Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 5 years ago
  28. 0acefef Merge tag 'threads-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  29. 752272f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  30. 4ba380f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  31. e25645b Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 5 years ago
  32. db7d275 Merge tag 'linux-kselftest-5.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 5 years ago
  33. b615e5a libbpf: Fix usage of u32 in userspace code by Andrii Nakryiko · 5 years ago
  34. ff6814b Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  35. 0e672ad Merge branch 'for-5.5/system-state' into for-linus by Petr Mladek · 5 years ago
  36. ceb9e77 Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up completed topic tree by Ingo Molnar · 5 years ago
  37. c494cd6 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  38. f9a7cf6 bpf: Introduce BPF_TRACE_x helper for the tracing tests by Martin KaFai Lau · 5 years ago
  39. 79d49ba bpf, testing: Add various tail call test cases by Daniel Borkmann · 5 years ago
  40. c4781e3 selftests/bpf: Add BPF trampoline performance test by Alexei Starovoitov · 5 years ago
  41. 260cb5d selftests/bpf: Add verifier tests for better jmp32 register bounds by Yonghong Song · 5 years ago
  42. 6147a14 selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data only by Andrii Nakryiko · 5 years ago
  43. 1aace10 libbpf: Fix bpf_object name determination for bpf_object__open_file() by Andrii Nakryiko · 5 years ago
  44. 393cdfb libbpf: Support initialized global variables by Andrii Nakryiko · 5 years ago
  45. 8983b73 libbpf: Fix various errors and warning reported by checkpatch.pl by Andrii Nakryiko · 5 years ago
  46. 1f8e2bc libbpf: Refactor relocation handling by Andrii Nakryiko · 5 years ago
  47. ffc8817 selftests/bpf: Ensure no DWARF relocations for BPF object files by Andrii Nakryiko · 5 years ago
  48. a8fdaad selftests/bpf: Integrate verbose verifier log into test_progs by Andrii Nakryiko · 5 years ago
  49. 5940c5b selftests, bpftool: Skip the build test if not in tree by Jakub Kicinski · 5 years ago
  50. 31f8b82 selftests, bpftool: Set EXIT trap after usage function by Quentin Monnet · 5 years ago
  51. a89b2cb tools, bpf: Fix build for 'make -s tools/bpf O=<dir>' by Quentin Monnet · 5 years ago
  52. a0f17cc tools, bpftool: Fix warning on ignored return value for 'read' by Quentin Monnet · 5 years ago
  53. a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
  54. 4584f08 perf parse: Fix potential memory leak when handling tracepoint errors by Ian Rogers · 5 years ago
  55. 358f98e perf probe: Fix spelling mistake "addrees" -> "address" by Colin Ian King · 5 years ago
  56. 10992af libtraceevent: Fix memory leakage in copy_filter_type by Hewenliang · 5 years ago
  57. 68401a1 libtraceevent: Fix header installation by Sudip Mukherjee · 5 years ago
  58. 32a1ece perf intel-bts: Does not support AUX area sampling by Adrian Hunter · 5 years ago
  59. dbd1343 perf intel-pt: Add support for decoding AUX area samples by Adrian Hunter · 5 years ago
  60. c4ab2f0 perf intel-pt: Add support for recording AUX area samples by Adrian Hunter · 5 years ago
  61. a1ac7de perf pmu: When using default config, record which bits of config were changed by the user by Adrian Hunter · 5 years ago
  62. ac2f445 perf auxtrace: Add support for queuing AUX area samples by Adrian Hunter · 5 years ago
  63. 103ed40 perf session: Add facility to peek at all events by Adrian Hunter · 5 years ago
  64. b04b8dd perf auxtrace: Add support for dumping AUX area samples by Adrian Hunter · 5 years ago
  65. ba2675b perf inject: Cut AUX area samples by Adrian Hunter · 5 years ago
  66. eb7a52d perf record: Add aux-sample-size config term by Adrian Hunter · 5 years ago
  67. c0a6de0 perf record: Add support for AUX area sampling by Adrian Hunter · 5 years ago
  68. f0bb7ee perf auxtrace: Add support for AUX area sample recording by Adrian Hunter · 5 years ago
  69. f306de2 perf auxtrace: Move perf_evsel__find_pmu() by Adrian Hunter · 5 years ago
  70. 9bca1a4 perf record: Add a function to test for kernel support for AUX area sampling by Adrian Hunter · 5 years ago
  71. cec353f Merge tag 'gpio-v5.4-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 5 years ago
  72. 98dcf14 perf tools: Add kernel AUX area sampling definitions by Adrian Hunter · 5 years ago
  73. 46f4f0a Merge branch 'kvm-tsx-ctrl' into HEAD by Paolo Bonzini · 5 years ago
  74. ee5a489 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  75. 24f6505 selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32 by Andrii Nakryiko · 5 years ago
  76. a0d7da2 libbpf: Fix call relocation offset calculation bug by Andrii Nakryiko · 5 years ago
  77. 848a5e5 perf report: Jump to symbol source view from total cycles view by Jin Yao · 5 years ago
  78. 5cb456a perf util: Move block TUI function to ui browsers by Jin Yao · 5 years ago
  79. bb1835a perf session: Fix decompression of PERF_RECORD_COMPRESSED records by Alexey Budankov · 5 years ago
  80. 0e3149f perf dso: Move dso_id from 'struct map' to 'struct dso' by Arnaldo Carvalho de Melo · 5 years ago
  81. 3de88c9 net-af_xdp: Use correct number of channels from ethtool by Luigi Rizzo · 5 years ago
  82. 1f74b10 perf dsos: Remove unused dsos__find() method by Arnaldo Carvalho de Melo · 5 years ago
  83. 7b59a82 perf map: Move comparision of map's dso_id to a separate function by Arnaldo Carvalho de Melo · 5 years ago
  84. 4a7380a perf map: Pass a dso_id to map__new() by Arnaldo Carvalho de Melo · 5 years ago
  85. 99459a8 perf map: Move maj/min/ino/ino_generation to separate struct by Arnaldo Carvalho de Melo · 5 years ago
  86. 64916b5 selftests: forwarding: Add speed and auto-negotiation test by Amit Cohen · 5 years ago
  87. 8f72a9c selftests: forwarding: lib.sh: Add wait for dev with timeout by Amit Cohen · 5 years ago
  88. 646cf7e selftests: forwarding: Add ethtool_lib.sh by Amit Cohen · 5 years ago
  89. b22b0b0 selftests: mlxsw: Check devlink device before running test by Danielle Ratson · 5 years ago
  90. 0fed96f selftests: mlxsw: Add router scale test for Spectrum-2 by Danielle Ratson · 5 years ago
  91. a910e46 perf parse: Report initial event parsing error by Ian Rogers · 5 years ago
  92. cb40273 perf probe: Trace a magic number if variable is not found by Masami Hiramatsu · 5 years ago
  93. 66f69b2 perf probe: Support DW_AT_const_value constant value by Masami Hiramatsu · 5 years ago
  94. 7236354 perf probe: Support multiprobe event by Masami Hiramatsu · 5 years ago
  95. 15354d5 perf probe: Generate event name with line number by Masami Hiramatsu · 5 years ago
  96. 499144c perf probe: Do not show non representive lines by perf-probe -L by Masami Hiramatsu · 5 years ago
  97. 1ae5d88 perf probe: Verify given line is a representive line by Masami Hiramatsu · 5 years ago
  98. 57f95bf perf probe: Show correct statement line number by perf probe -l by Masami Hiramatsu · 5 years ago
  99. b980be1 x86/insn: Add some Intel instructions to the opcode map by Adrian Hunter · 5 years ago
  100. 1e5f015 x86/insn: perf tools: Add some instructions to the new instructions test by Adrian Hunter · 5 years ago