1. c12944f perf disassemble: Move check for kallsyms + !kcore by Arnaldo Carvalho de Melo · 8 years ago
  2. 29659ab perf hists: Add support for header span by Jiri Olsa · 8 years ago
  3. f3705b0 perf tools stdio: Display multiple header lines by Jiri Olsa · 8 years ago
  4. 69705b3 perf tools tui: Display multiple header lines by Jiri Olsa · 8 years ago
  5. 74bb43f perf hists: Add line argument into perf_hpp_fmt's header callback by Jiri Olsa · 8 years ago
  6. f8e6710 perf hists: Introduce nr_header_lines into struct perf_hpp_list by Jiri Olsa · 8 years ago
  7. b9c4b0f perf top: Use MSEC_PER_SEC by Arnaldo Carvalho de Melo · 8 years ago
  8. 565e691 perf bench futex: Use NSEC_PER_USEC by Arnaldo Carvalho de Melo · 8 years ago
  9. c05a6e1 perf kvm: Use NSEC_PER_USEC by Arnaldo Carvalho de Melo · 8 years ago
  10. 0693e68 perf record: Use USEC_PER_MSEC by Arnaldo Carvalho de Melo · 8 years ago
  11. af15e67 perf bench sched-messaging: Use USEC_PER_MSEC by Arnaldo Carvalho de Melo · 8 years ago
  12. f2b91be perf bench mem: Use USEC_PER_SEC by Arnaldo Carvalho de Melo · 8 years ago
  13. 310ebb9 perf stat: Use *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  14. 16633cc perf bench sched-pipe: Use linux/time64.h, USEC_PER_SEC by Arnaldo Carvalho de Melo · 8 years ago
  15. af4b2c9 perf timechart: Use NSEC_PER_U?SEC by Arnaldo Carvalho de Melo · 8 years ago
  16. 4fc76e4 perf sched: Use linux/time64.h by Arnaldo Carvalho de Melo · 8 years ago
  17. a8ad832 perf bench numa: Use NSEC_PER_U?SEC by Arnaldo Carvalho de Melo · 8 years ago
  18. bd48c63 tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  19. c53412e perf evsel: Do not access outside hw cache name arrays by Arnaldo Carvalho de Melo · 8 years ago
  20. 0215d59 tools lib: Reinstate strlcpy() header guard with __UCLIBC__ by Vineet Gupta · 8 years ago
  21. 6754075 perf unwind: Use addr_location::addr instead of ip for entries by Milian Wolff · 8 years ago
  22. 3cace81 Merge tag 'perf-urgent-for-mingo-20160815' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  23. 3d918fb perf intel-pt: Fix occasional decoding errors when tracing system-wide by Adrian Hunter · 8 years ago
  24. 9f31569 tools: Sync kvm related header files for arm64 and s390 by Arnaldo Carvalho de Melo · 8 years ago
  25. 60ebc15 perf probe: Release resources on error when handling exit paths by Arnaldo Carvalho de Melo · 8 years ago
  26. 0325862 perf probe: Check for dup and fdopen failures by Colin Ian King · 8 years ago
  27. 50de1a0 perf symbols: Fix annotation of objects with debuginfo files by Anton Blanchard · 8 years ago
  28. 71ac899 perf script: Don't disable use_callchain if input is pipe by He Kuang · 8 years ago
  29. 88ded4d perf script: Show proper message when failed list scripts by He Kuang · 8 years ago
  30. 49a7f01 perf jitdump: Add the right header to get the major()/minor() definitions by Arnaldo Carvalho de Melo · 8 years ago
  31. ad83242 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  32. c239ae1 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  33. f046f3d perf ppc64le: Fix build failure when libelf is not present by Ravi Bangoria · 8 years ago
  34. 33da54f perf tools mem: Fix -t store option for record command by Jiri Olsa · 8 years ago
  35. e1717e0 perf intel-pt: Fix ip compression by Adrian Hunter · 8 years ago
  36. d8d378f tools/testing/nvdimm: fix SIGTERM vs hotplug crash by Dan Williams · 8 years ago
  37. ca49e64 selftests/powerpc: Specify we expect to build with std=gnu99 by Michael Ellerman · 8 years ago
  38. 69766c4 Merge tag 'perf-urgent-for-mingo-20160809' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  39. 99e608b perf probe ppc64le: Fix probe location when using DWARF by Ravi Bangoria · 8 years ago
  40. d820456 perf probe: Add function to post process kernel trace events by Ravi Bangoria · 8 years ago
  41. 840b49b tools: Sync cpufeatures headers with the kernel by Arnaldo Carvalho de Melo · 8 years ago
  42. 791cceb toops: Sync tools/include/uapi/linux/bpf.h with the kernel by Arnaldo Carvalho de Melo · 8 years ago
  43. bebfb73 tools: Sync cpufeatures.h and vmx.h with the kernel by Arnaldo Carvalho de Melo · 8 years ago
  44. 19f00b0 perf probe: Support signedness casting by Naohiro Aota · 8 years ago
  45. 3df33ef perf stat: Avoid skew when reading events by Mark Rutland · 8 years ago
  46. cb3f337 perf probe: Fix module name matching by Konstantin Khlebnikov · 8 years ago
  47. 8e34189 perf probe: Adjust map->reloc offset when finding kernel symbol from map by Masami Hiramatsu · 8 years ago
  48. 887fa86 perf hists: Trim libtraceevent trace_seq buffers by Arnaldo Carvalho de Melo · 8 years ago
  49. bcdc09a perf script: Add 'bpf-output' field to usage message by Brendan Gregg · 8 years ago
  50. db82627 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  51. 32199ec Merge tag 'ntb-4.8' of git://github.com/jonmason/ntb by Linus Torvalds · 8 years ago
  52. a9c59ef ntb_test: Add a selftest script for the NTB subsystem by Logan Gunthorpe · 8 years ago
  53. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  54. f282f7a Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  55. c369e0a perf tests bpf: Use SyS_epoll_wait alias by Arnaldo Carvalho de Melo · 8 years ago
  56. 117dec9 tools/testing/radix-tree/linux/gfp.h: fix bitrotted value by Valdis Kletnieks · 8 years ago
  57. b2d0dbf perf tests: objdump output can contain multi byte chunks by Jan Stancek · 9 years ago
  58. b6f35ed perf record: Add --sample-cpu option by Jiri Olsa · 8 years ago
  59. 52c5cc3 perf hists: Introduce output_resort_cb method by Jiri Olsa · 8 years ago
  60. 4842576 perf tools: Move config/Makefile into Makefile.config by Jiri Olsa · 8 years ago
  61. ff3e33b perf tests: Add test for bitmap_scnprintf function by Jiri Olsa · 8 years ago
  62. 741c74f5 tools lib: Add bitmap_and function by Jiri Olsa · 8 years ago
  63. 820d12b tools lib: Add bitmap_scnprintf function by Jiri Olsa · 8 years ago
  64. 98c0329 tools lib: Add bitmap_alloc function by Jiri Olsa · 8 years ago
  65. 979a70a tools lib traceevent: Ignore generated library files by Namhyung Kim · 8 years ago
  66. b581c01 perf tools: Fix build failure on perl script context by Namhyung Kim · 8 years ago
  67. c17c17e perf annotate: Plug filename string leak by Arnaldo Carvalho de Melo · 8 years ago
  68. ee51d85 perf annotate: Introduce strerror for handling symbol__disassemble() errors by Arnaldo Carvalho de Melo · 8 years ago
  69. 5dd0bf6 Merge tag 'linux-kselftest-4.8-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  70. 1571a03 Merge tag 'linux-kselftest-4.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  71. 5cb725a perf annotate: Rename symbol__annotate() to symbol__disassemble() by Arnaldo Carvalho de Melo · 8 years ago
  72. bad60e6 Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  73. 7f7d556 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  74. 228ffba Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  75. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  76. 2af04ea objtool: Un-capitalize "Warning" for out-of-sync instruction decoder by Josh Poimboeuf · 8 years ago
  77. 8d94c2f objtool: Resync x86 instruction decoder with the kernel's by Josh Poimboeuf · 8 years ago
  78. 6d01f28 objtool: Support new GCC 6 switch jump table pattern by Josh Poimboeuf · 8 years ago
  79. ce92834 perf target: str_error_r() always returns the buffer it receives by Arnaldo Carvalho de Melo · 8 years ago
  80. 9955d0b perf annotate: Use pipe + fork instead of popen by Arnaldo Carvalho de Melo · 8 years ago
  81. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  82. 2516035 mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations by Vlastimil Babka · 8 years ago
  83. 7c48dcf perf evsel: Introduce constructor for cycles event by Arnaldo Carvalho de Melo · 8 years ago
  84. 8149a77 tools lib api: Add str_error_c to libapi by Arnaldo Carvalho de Melo · 8 years ago
  85. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  86. 5cada17 objtool: Add 'fixdep' to objtool/.gitignore by Paul Gortmaker · 8 years ago
  87. e4b3e06 Merge tag 'perf-urgent-for-mingo-20160726' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  88. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  89. 1cd04d2 Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  90. e663107 Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  91. 6453dbd Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  92. 3713767 tools/vm/page_owner: increase temporary buffer size by Joonsoo Kim · 8 years ago
  93. 203d8a4 perf s390: Fix 'start' address of module's map by Song Shan Gong · 8 years ago
  94. 37e13a1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  95. d78388d selftests: media_tests add a new video device test by Shuah Khan · 8 years ago
  96. 9b16137 tools lib bpf: Use official ELF e_machine value by Wang Nan · 8 years ago
  97. a431b94 selftests/powerpc: exec() with suspended transaction by Cyril Bur · 8 years ago
  98. 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. 7e4dc77 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  100. df00ccc Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago