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