1. a4978ec perf hists browser: Fixup the "cpu" column width calculation by Arnaldo Carvalho de Melo · 9 years ago
  2. b699869 perf env: Adopt perf_header__set_cmdline by Arnaldo Carvalho de Melo · 9 years ago
  3. eebd0bf perf env: Rename some leftovers from rename to perf_env by Arnaldo Carvalho de Melo · 9 years ago
  4. f0ce888 perf env: Move perf_env out of header.h and session.c into separate object by Arnaldo Carvalho de Melo · 9 years ago
  5. e8210ce perf tests: Introduce iterator function for tests by Matt Fleming · 9 years ago
  6. c84974e perf test: Add entry to test cpu topology by Kan Liang · 9 years ago
  7. fbf9962 perf tools: Switch to tracing_path interface on appropriate places by Jiri Olsa · 9 years ago
  8. 60a1133 tools lib api fs: Remove debugfs, tracefs and findfs objects by Jiri Olsa · 9 years ago
  9. 4605eab tools lib api fs: Replace debugfs/tracefs objects interface with fs.c by Jiri Olsa · 9 years ago
  10. 4f234f0 tools lib api fs: Make tracing_path_strerror_open message generic by Jiri Olsa · 9 years ago
  11. fd405cf perf tests: Print objdump/dso buffers if they don't match by Jan Stancek · 9 years ago
  12. edfdb7e perf tests: Stop reading if objdump output crossed sections by Jan Stancek · 9 years ago
  13. 06f679c perf tests: Make objdump disassemble zero blocks by Jan Stancek · 9 years ago
  14. 729a7ed perf tests: Take into account address of each objdump line by Jan Stancek · 9 years ago
  15. d2bb1d4 Merge tag 'v4.3-rc1' into perf/core, to refresh the tree by Ingo Molnar · 9 years ago
  16. c9946c4 selftests: enhance membarrier syscall test by Mathieu Desnoyers · 9 years ago
  17. b6d9734 selftests: add membarrier syscall test by Pranith Kumar · 9 years ago
  18. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  19. 54283ae Merge tag 'linux-kselftest-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 9 years ago
  20. fd5a9ec selftests:vm: point to libhugetlbfs for regression testing by Mike Kravetz · 9 years ago
  21. 243db535 Revert "selftests: add hugetlbfstest" by Mike Kravetz · 9 years ago
  22. 77bb499 pagemap: add mmap-exclusive bit for marking pages mapped only here by Konstantin Khlebnikov · 9 years ago
  23. deb9454 pagemap: switch to the new format and do some cleanup by Konstantin Khlebnikov · 9 years ago
  24. af8713b selftests/userfaultfd: fix compiler warnings on 32-bit by Geert Uytterhoeven · 9 years ago
  25. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  26. 49df2e3 userfaultfd: selftest: update userfaultfd x86 32bit syscall number by Andrea Arcangeli · 10 years ago
  27. 3bd7617 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  28. c47174f userfaultfd: selftest by Andrea Arcangeli · 9 years ago
  29. 32ae976 selftests/capabilities: Add tests for capability evolution by Andy Lutomirski · 9 years ago
  30. cf2f33a perf trace: Add read/write to the file group by Arnaldo Carvalho de Melo · 9 years ago
  31. e607f14 perf probe: Print deleted events in cmd_probe() by Namhyung Kim · 9 years ago
  32. e7895e4 perf probe: Split del_perf_probe_events() by Namhyung Kim · 9 years ago
  33. b02137c perf probe: Move print logic into cmd_probe() by Namhyung Kim · 9 years ago
  34. 12fae5e perf probe: Link trace_probe_event into perf_probe_event by Wang Nan · 9 years ago
  35. 844dffa perf probe: Split add_perf_probe_events() by Namhyung Kim · 9 years ago
  36. 86c2786 perf intel-pt: Add support for PERF_RECORD_SWITCH by Adrian Hunter · 10 years ago
  37. 1b29ac5 perf session: Don't call dump_sample() when evsel is NULL by Kan Liang · 9 years ago
  38. f83b6b6 x86/insn: perf tools: Add new xsave instructions by Adrian Hunter · 9 years ago
  39. 978260c x86/insn: perf tools: Add new memory protection keys instructions by Adrian Hunter · 9 years ago
  40. ac1c885 x86/insn: perf tools: Add new memory instructions by Adrian Hunter · 9 years ago
  41. 3fe78d6 x86/insn: perf tools: Add new SHA instructions by Adrian Hunter · 9 years ago
  42. 78173ec x86/insn: perf tools: Pedantically tweak opcode map for MPX instructions by Adrian Hunter · 9 years ago
  43. 98e4619 perf tools: Add a test for decoding of new x86 instructions by Adrian Hunter · 9 years ago
  44. 3a9d772 perf tools: Display build warning if x86 instruction decoder differs from kernel by Adrian Hunter · 9 years ago
  45. 709adcb tools lib api fs: Add FSTYPE__configured() method by Jiri Olsa · 9 years ago
  46. 73ca85a tools lib api fs: Add FSTYPE__mount() method by Jiri Olsa · 9 years ago
  47. c495afb4 tools lib api fs: Add tracefs into fs.c object by Jiri Olsa · 9 years ago
  48. 8ccfabd tools lib api fs: Add debugfs into fs.c object by Jiri Olsa · 9 years ago
  49. 41e3a1f tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.c by Jiri Olsa · 9 years ago
  50. b86b0d3 tools lib api fs: Add STR and PATH_MAX macros to fs object by Jiri Olsa · 9 years ago
  51. 988bdb3 tools lib api fs: Move debugfs__strerror_open into tracing_path.c object by Jiri Olsa · 9 years ago
  52. 592d5a6 tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c by Jiri Olsa · 9 years ago
  53. ff474e8 Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  54. 79b0691 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  55. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  56. dd5cdb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  57. 53ff6bc perf tools: Fix use of wrong event when processing exit events by Adrian Hunter · 10 years ago
  58. 65d4b26 perf tools: Move tracing_path stuff under same namespace by Jiri Olsa · 9 years ago
  59. f6a09af perf tools: Remove mountpoint arg from perf_debugfs_mount by Jiri Olsa · 9 years ago
  60. 245bad8 perf stat: Quieten failed to read counter message by Andi Kleen · 9 years ago
  61. 2bb00d2 perf tools: Store the cpu socket and core ids in the perf.data header by Kan Liang · 9 years ago
  62. 193b6bd perf cpumap: Factor out functions to get core_id and socket_id by Kan Liang · 9 years ago
  63. 7605594 tools lib traceevent: Support function __get_dynamic_array_len by He Kuang · 9 years ago
  64. dabf626 perf tools: Copy linux/filter.h to tools/include by He Kuang · 9 years ago
  65. 2f84b42 perf tools: Always use non inlined file name for 'srcfile' sort key by Andi Kleen · 9 years ago
  66. 5ad4da4 perf tools: Fix parse_events_add_pmu caller by Jiri Olsa · 9 years ago
  67. ae98207 Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  68. 43af987 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  69. 7eba7d9 selftests/zram: Makefile fix by Naresh Kamboju · 9 years ago
  70. 2dfb28e selftests/zram: must be run as root by Naresh Kamboju · 9 years ago
  71. af4aead perf tools: Fix link time error with sample_reg_masks on non x86 by Stephane Eranian · 9 years ago
  72. 04aa90b perf build: Fix Intel PT instruction decoder dependency problem by Wang Nan · 9 years ago
  73. 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  74. 3b27d13 perf dwarf: Fix potential array out of bounds access by Wang Nan · 9 years ago
  75. e625ccec Merge branches 'pm-tools' and 'powercap' by Rafael J. Wysocki · 9 years ago
  76. 5320266 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  77. 41d859a Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  78. e10994f Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  79. 20a2000 Merge branch 'acpi-tools' by Rafael J. Wysocki · 9 years ago
  80. 7073bc6 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  81. 7c01919 Merge tag 'xtensa-20150830' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 9 years ago
  82. bcc84ec perf record: Add ability to name registers to record by Stephane Eranian · 9 years ago
  83. c5e991e perf/x86: Add list of register names by Stephane Eranian · 9 years ago
  84. fc36f94 perf script: Enable printing of interrupted machine state by Stephane Eranian · 9 years ago
  85. d988d5e perf evlist: Open event on evsel cpus and threads by Kan Liang · 9 years ago
  86. acf860a bpf tools: New API to get name from a BPF object by Wang Nan · 9 years ago
  87. 97db620 perf tools: Fix build on powerpc broken by pt/bts by Adrian Hunter · 9 years ago
  88. 2f37d65 Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  89. 1af115d Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  90. 1c00038 Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  91. bac2e4a Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  92. 02b643b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  93. 650c919 Merge tag 'v4.2' into for_next by Chris Zankel · 9 years ago
  94. 32ab0a3f libnvdimm, pmem: 'struct page' for pmem by Dan Williams · 10 years ago
  95. e145574 libnvdimm, pfn: 'struct page' provider infrastructure by Dan Williams · 10 years ago
  96. 404c2db tools: cpupower: Fix error when running cpupower monitor by Shreyas B. Prabhu · 10 years ago
  97. 2c07144 perf evlist: Add backpointer for perf_env to evlist by Kan Liang · 9 years ago
  98. ce80d3b perf tools: Rename perf_session_env to perf_env by Kan Liang · 9 years ago
  99. 9f30fff perf tools: Do not change lib/api/fs/debugfs directly by Jiri Olsa · 9 years ago
  100. 9f44f0c perf tools: Add tracing_path and remove unneeded functions by Jiri Olsa · 9 years ago