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