1. cb62c6f perf report: Implement perf.data record decompression by Alexey Budankov · 6 years ago
  2. 504c1ad perf record: Implement -z,--compression_level[=<n>] option by Alexey Budankov · 6 years ago
  3. 61a7773 perf report: Add stub processing of compressed events for -D by Alexey Budankov · 6 years ago
  4. ef78112 perf record: Implement compression for AIO trace streaming by Alexey Budankov · 6 years ago
  5. 5d7f411 perf record: Implement compression for serial trace streaming by Alexey Budankov · 6 years ago
  6. f24c1d7 perf tools: Introduce Zstd streaming based compression API by Alexey Budankov · 6 years ago
  7. 51255a8 perf mmap: Implement dedicated memory buffer for data compression by Alexey Budankov · 6 years ago
  8. 42e1fd8 perf record: Implement COMPRESSED event record and its attributes by Alexey Budankov · 6 years ago
  9. d3c8c08 perf session: Define 'bytes_transferred' and 'bytes_compressed' metrics by Alexey Budankov · 6 years ago
  10. 5b6f5ae perf build tests: Add NO_LIBZSTD=1 to make_minimal by Arnaldo Carvalho de Melo · 6 years ago
  11. 1df9d75 tools lib traceevent: Man pages for trace sequences APIs by Tzvetomir Stoyanov · 6 years ago
  12. 0133fc6 tools lib traceevent: Man pages for APIs used to extract common fields from a record by Tzvetomir Stoyanov · 6 years ago
  13. 73b6b47 tools lib traceevent: Man page for tep_parse_header_page() by Tzvetomir Stoyanov · 6 years ago
  14. e57ea93 tools lib traceevent: Man pages for parse event APIs by Tzvetomir Stoyanov · 6 years ago
  15. 854d73c tools lib traceevent: Man pages for event filter APIs by Tzvetomir Stoyanov · 6 years ago
  16. e643920 tools lib traceevent: Man pages for event fields APIs by Tzvetomir Stoyanov · 6 years ago
  17. 95ec282 tools lib traceevent: Man page for tep_read_number_field() by Tzvetomir Stoyanov · 6 years ago
  18. 6dfe684 tools lib traceevent: Man pages for print field APIs by Tzvetomir Stoyanov · 6 years ago
  19. 96e75ef tools lib traceevent: Man pages for get field value APIs by Tzvetomir Stoyanov · 6 years ago
  20. 0b51220 tools lib traceevent: Man pages for find field APIs by Tzvetomir Stoyanov · 6 years ago
  21. 747e942 tools lib traceevent: Man pages for libtraceevent event get APIs by Tzvetomir Stoyanov · 6 years ago
  22. 7935c31 tools lib traceevent: Man page for list events APIs by Tzvetomir Stoyanov · 6 years ago
  23. 86e8076 tools lib traceevent: Man pages for event find APIs by Tzvetomir Stoyanov · 6 years ago
  24. c76c224 tools lib traceevent: Man page for tep_read_number() by Tzvetomir Stoyanov · 6 years ago
  25. 10e6797 tools lib traceevent: Man pages for registering print function by Tzvetomir Stoyanov · 6 years ago
  26. c818e2d tools lib traceevent: Man pages for function related libtraceevent APIs by Tzvetomir Stoyanov · 6 years ago
  27. db5570e tools lib traceevent: Man pages for event handler APIs by Tzvetomir Stoyanov · 6 years ago
  28. c127ef5 tools lib traceevent: Man page for tep_strerror() by Tzvetomir Stoyanov · 6 years ago
  29. 71ee989 tools lib traceevent: Man page for page size APIs by Tzvetomir Stoyanov · 6 years ago
  30. 802e985 tools lib traceevent: Man page for host endian APIs by Tzvetomir Stoyanov · 6 years ago
  31. 9571f73 tools lib traceevent: Man page for file endian APIs by Tzvetomir Stoyanov · 6 years ago
  32. ba28fab tools lib traceevent: Man page for get/set cpus APIs by Tzvetomir Stoyanov · 6 years ago
  33. 3d2626b tools lib traceevent: Man page for header_page APIs by Tzvetomir Stoyanov · 6 years ago
  34. 680ca34 tools lib traceevent: Man pages for tep_handler related APIs by Tzvetomir Stoyanov · 6 years ago
  35. f7dff58 tools lib traceevent: Add support for man pages with multiple names by Tzvetomir Stoyanov · 6 years ago
  36. dc7fd7b tools lib traceevent: Introduce man pages by Tzvetomir Stoyanov · 6 years ago
  37. 30ba5b0 perf machine: Null-terminate version char array upon fgets(/proc/version) error by Donald Yandt · 6 years ago
  38. bf6d18c perf vendor events intel: Add uncore_upi JSON support by Kan Liang · 6 years ago
  39. b62d18a perf scripts python: exported-sql-viewer.py: Add 'About' dialog box by Adrian Hunter · 6 years ago
  40. 9bc4e4b perf scripts python: exported-sql-viewer.py: Add context menu by Adrian Hunter · 6 years ago
  41. 96c43b9 perf scripts python: exported-sql-viewer.py: Add copy to clipboard by Adrian Hunter · 6 years ago
  42. 3ac641f perf scripts python: exported-sql-viewer.py: Add tree level by Adrian Hunter · 6 years ago
  43. 4b20845 perf scripts python: exported-sql-viewer.py: Fix error when shrinking / enlarging font by Adrian Hunter · 6 years ago
  44. be6e747 perf scripts python: exported-sql-viewer.py: Move view creation by Adrian Hunter · 6 years ago
  45. ca138a7 perf tools x86: Add support for recording and printing XMM registers by Andi Kleen · 6 years ago
  46. 4c1cf20 perf parse-regs: Improve error output when faced with unknown register name by Arnaldo Carvalho de Melo · 6 years ago
  47. 8e5bc76 perf record: Fix suggestion to get list of registers usable with --user-regs and --intr-regs by Arnaldo Carvalho de Melo · 6 years ago
  48. c9a7078 tools pci: Do not delete pcitest.sh in 'make clean' by Arnaldo Carvalho de Melo · 6 years ago
  49. 0ceb549 tools x86 uapi asm: Sync the pt_regs.h copy with the kernel sources by Arnaldo Carvalho de Melo · 6 years ago
  50. f98f10f tools arch uapi: Sync the x86 kvm.h copy by Arnaldo Carvalho de Melo · 6 years ago
  51. a021b54 tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' by Arnaldo Carvalho de Melo · 6 years ago
  52. 382619c perf tools: Speed up report for perf compiled with linwunwind by Jiri Olsa · 6 years ago
  53. 53dbabf tools lib traceevent: Remove hard coded install paths from pkg-config file by Tzvetomir Stoyanov · 6 years ago
  54. b399ec2 csky: Add support for libdw by Mao Han · 6 years ago
  55. 1455ea23 perf test: Fix spelling mistake "leadking" -> "leaking" by Colin Ian King · 6 years ago
  56. bdd1666 perf annotate: Remove hist__account_cycles() from callback by Jin Yao · 6 years ago
  57. 59df1c2 Merge tag 'acpi-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  58. 14be4c6 Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  59. 90489a7 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  60. 5ba2a4b Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  61. 6ec6296 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  62. 317e2ca Merge branch 'acpica' by Rafael J. Wysocki · 6 years ago
  63. 7178fb0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  64. aa1be08 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  65. 7e221b8 perf tools: Remove needless asm/unistd.h include fixing build in some places by Arnaldo Carvalho de Melo · 6 years ago
  66. 18f90d3 tools arch uapi: Copy missing unistd.h headers for arc, hexagon and riscv by Arnaldo Carvalho de Melo · 6 years ago
  67. c638417 tools build: Add -ldl to the disassembler-four-args feature test by Arnaldo Carvalho de Melo · 6 years ago
  68. 35bb59c perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet by Leo Yan · 6 years ago
  69. cf0c37b perf cs-etm: Don't check cs_etm_queue::prev_packet validity by Leo Yan · 6 years ago
  70. 167e418 perf report: Report OOM in status line in the GTK UI by Thomas Richter · 6 years ago
  71. bf561d3 perf bench numa: Add define for RUSAGE_THREAD if not present by Arnaldo Carvalho de Melo · 6 years ago
  72. 5f05182 tools lib traceevent: Change tag string for error by Leo Yan · 6 years ago
  73. 01e985e perf annotate: Fix build on 32 bit for BPF annotation by Thadeu Lima de Souza Cascardo · 6 years ago
  74. 24e45b4 tools uapi x86: Sync vmx.h with the kernel by Arnaldo Carvalho de Melo · 6 years ago
  75. 2e71267 perf bpf: Return value with unlocking in perf_env__find_btf() by Bo YU · 6 years ago
  76. ea98667 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  77. f68d7c4 selftests: fib_rule_tests: print the result and return 1 if any tests failed by Hangbin Liu · 6 years ago
  78. 15d55ba selftests: fib_rule_tests: Fix icmp proto with ipv6 by David Ahern · 6 years ago
  79. eba3afd KVM: selftests: make hyperv_cpuid test pass on AMD by Vitaly Kuznetsov · 6 years ago
  80. 76d58e0 KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size by Paolo Bonzini · 6 years ago
  81. 83a5084 Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  82. ad759c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  83. 6dd7f14 selftests/bpf: test cases for pkt/null checks in subprogs by Paul Chaignon · 6 years ago
  84. 3939137 libbpf: add binary to gitignore by Matteo Croce · 6 years ago
  85. 8694d8c tools: bpftool: fix infinite loop in map create by Alban Crequy · 6 years ago
  86. 4ee0776 selftests/seccomp: Prepare for exclusive seccomp flags by Kees Cook · 6 years ago
  87. cd8dead Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  88. acced9d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  89. 8c03557 selftests/net: correct the return value for run_afpackettests by Po-Hsu Lin · 6 years ago
  90. b25c69b Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  91. 30c04d7 selftests/net: correct the return value for run_netsocktests by Po-Hsu Lin · 6 years ago
  92. 68545aa proc: fixup proc-pid-vm test by Alexey Dobriyan · 6 years ago
  93. 8cd40d1 proc: fix map_files test on F29 by Alexey Dobriyan · 6 years ago
  94. 94e4dcc Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  95. 2db7b1e perf bpf: Return NULL when RB tree lookup fails in perf_env__find_btf() by Jiri Olsa · 6 years ago
  96. b9abbdf perf tools: Fix map reference counting by Jiri Olsa · 6 years ago
  97. adc6257 perf evlist: Fix side band thread draining by Jiri Olsa · 6 years ago
  98. a93e0b2 perf tools: Check maps for bpf programs by Song Liu · 6 years ago
  99. aa52660 perf bpf: Return NULL when RB tree lookup fails in perf_env__find_bpf_prog_info() by Jiri Olsa · 6 years ago
  100. 2a3a028 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago