1. c4a7dca perf tools: Change perf_guest default back to false by Joerg Roedel · 13 years ago
  2. 0c09571 perf top: Don't process samples with no valid machine object by Joerg Roedel · 13 years ago
  3. b52956c perf tools: Allow multiple threads or processes in record, stat, top by David Ahern · 13 years ago
  4. eca1c3e perf tools: Fix out of tree compiles by David Ahern · 13 years ago
  5. 6a5c13af perf tools: Fix build dependency of perf python extension by Namhyung Kim · 13 years ago
  6. d366549 perf record: No build id option fails by David Ahern · 13 years ago
  7. 73323f5 perf tools: fix endianness detection in perf.data by Stephane Eranian · 13 years ago
  8. 9dac6a2 perf stat: Align scaled output of cpu-clock by Namhyung Kim · 13 years ago
  9. 5fde252 perf stat: Adjust print unit by Namhyung Kim · 13 years ago
  10. 762b293 perf doc: Allow producing documentation in a specified output directory by Franck Bui-Huu · 13 years ago
  11. e89cef1 perf tool: Fix perf stack to non executable on x86_64 by Jiri Olsa · 13 years ago
  12. 5ddf146 Merge branch 'perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 13 years ago
  13. a4a03fc perf evsel: Fix an issue where perf report fails to show the proper percentage by Naveen N. Rao · 13 years ago
  14. bf32c9e perf tools: Fix prefix matching for kernel maps by Jiri Olsa · 13 years ago
  15. 7a0153e perf tools: Fix perf stack to non executable on x86_64 by Jiri Olsa · 13 years ago
  16. 781ba9d perf record: Make feature initialization generic by Robert Richter · 13 years ago
  17. 4eced23 perf probe: Rename target_module to target by Srikar Dronamraju · 13 years ago
  18. 946d863 perf tools: Remove distclean from Makefile help output by John Kacur · 13 years ago
  19. 0529bc1 perf evlist: Make splice_list_tail method public by Jiri Olsa · 13 years ago
  20. 509605d perf top: Fix number of samples displayed by Stephane Eranian · 13 years ago
  21. d8d9c282 perf tools: Fix strlen() bug in perf_event__synthesize_event_type() by Stephane Eranian · 13 years ago
  22. 0a84f00 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile by David Daney · 13 years ago
  23. cfeb1d9 perf python: Use attr.watermark in twatch.py by Arnaldo Carvalho de Melo · 13 years ago
  24. d30d4a0 perf tools: Remove unnecessary ctype.h inclusion by Namhyung Kim · 13 years ago
  25. d1eec3e perf lock: Document lock info subcommand by Namhyung Kim · 13 years ago
  26. 008953d perf top: Fix number of samples displayed by Stephane Eranian · 13 years ago
  27. 0bc8d20 perf script: Add option resolving vmlinux path by Akihiro Nagai · 13 years ago
  28. a978f2a perf script: Add the offset field specifier by Akihiro Nagai · 13 years ago
  29. 9558259 perf script: Print branch_from and branch_to of BTS events by Akihiro Nagai · 13 years ago
  30. 547a92e perf script: Unify the expressions indicating "unknown" by Akihiro Nagai · 13 years ago
  31. f9d3699 perf evsel: Fix spelling typo by Masanari Iida · 13 years ago
  32. 44a6839 Merge branch 'perf/fast' into perf/core by Ingo Molnar · 13 years ago
  33. 939ddcf Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 13 years ago
  34. f8f4b28 perf tools: Fix strlen() bug in perf_event__synthesize_event_type() by Stephane Eranian · 13 years ago
  35. a844d1e perf probe: Usability fixes by Srikar Dronamraju · 13 years ago
  36. 2ef1ea3 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile by David Daney · 13 years ago
  37. e3e877e perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}" by Jan Beulich · 13 years ago
  38. be3de80 perf bench: Also allow measuring memset() by Jan Beulich · 13 years ago
  39. 800eb01 perf bench: Also allow measuring alternative memcpy implementations by Jan Beulich · 13 years ago
  40. 9ea8119 perf bench: Make "default" memcpy() selection actually use glibc's implementation by Jan Beulich · 13 years ago
  41. 0d37aa3 perf tools: Introduce per user view by Arnaldo Carvalho de Melo · 13 years ago
  42. 9ae7d33 perf tools: Add fprintf methods for thread_map and cpu_map classes by Arnaldo Carvalho de Melo · 13 years ago
  43. 507a03c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  44. 79ba0db Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into release by Len Brown · 13 years ago
  45. 5d48421 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 13 years ago
  46. 83c2f91 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  47. 0b48d42 Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  48. 0994695 Merge branch 'akpm' (aka "Andrew's patch-bomb, take two") by Linus Torvalds · 13 years ago
  49. 85bbddc selftests: new x86 breakpoints selftest by Frederic Weisbecker · 13 years ago
  50. 274343a selftests: new very basic kernel selftests directory by Frederic Weisbecker · 13 years ago
  51. 07fe997 lguest: move the lguest tool to the tools directory by Davidlohr Bueso · 13 years ago
  52. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 13 years ago
  53. 7b21e34 virtio: harsher barriers for rpmsg. by Rusty Russell · 13 years ago
  54. 90a5d5a mm-tracepoint: fix documentation and examples by Konstantin Khlebnikov · 13 years ago
  55. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  56. 172d1b0 perf tools: Fix compile error on x86_64 Ubuntu by Namhyung Kim · 13 years ago
  57. 0ed35abc perf report: Fix --stdio output alignment when --showcpuutilization used by Namhyung Kim · 13 years ago
  58. 6714a04 perf annotate: Get rid of field_sep check by Namhyung Kim · 13 years ago
  59. 9934525 perf annotate: Fix usage string by Namhyung Kim · 13 years ago
  60. 1b22859 perf kmem: Fix a memory leak by Namhyung Kim · 13 years ago
  61. 8442da1 perf kmem: Add missing closedir() calls by Namhyung Kim · 13 years ago
  62. cdce445 perf top: Add error message for EMFILE by Namhyung Kim · 13 years ago
  63. c30ab8a perf test: Change type of '-v' option to INCR by Namhyung Kim · 13 years ago
  64. 946ef2a perf script: Add missing closedir() calls by Namhyung Kim · 13 years ago
  65. e4e88f3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  66. cc5a91e perf tools: Add const.h to MANIFEST to make perf-tar-src-pkg work again by Sebastian Andrzej Siewior · 13 years ago
  67. 99320cc perf tools: Add support for guest/host-only profiling by Joerg Roedel · 13 years ago
  68. 1aed267 perf kvm: Do guest-only counting by default by Joerg Roedel · 13 years ago
  69. df25f98 perf top: Don't update total_period on process_sample by Arnaldo Carvalho de Melo · 13 years ago
  70. 12c1427 perf hists: Stop using 'self' for struct hist_entry by Arnaldo Carvalho de Melo · 13 years ago
  71. 13d3ee5 perf hists: Rename total_session to total_period by Arnaldo Carvalho de Melo · 13 years ago
  72. be405f9 ktest: Add INGORE_ERRORS to ignore warnings in boot up by Steven Rostedt · 13 years ago
  73. 96f6a0d ktest: Still do reboot even for REBOOT_TYPE = script by Steven Rostedt · 13 years ago
  74. 9e18342 perf kvm: Fix copy & paste error in description by Joerg Roedel · 13 years ago
  75. 466e287 perf script: Kill script_spec__delete by Namhyung Kim · 13 years ago
  76. 057a174 perf top: Fix a memory leak by Namhyung Kim · 13 years ago
  77. 15e6392 perf stat: Introduce get_ratio_color() helper by Namhyung Kim · 13 years ago
  78. 29c9862 perf session: Remove impossible condition check by Namhyung Kim · 13 years ago
  79. d36b691 misc latin1 to utf8 conversions by Al Viro · 13 years ago
  80. f232806 perf tools: Fix feature-bits rework fallout, remove unused variable by Ingo Molnar · 13 years ago
  81. 37a058e perf script: Add generic perl handler to process events by Robert Richter · 13 years ago
  82. b1e5a9b perf tools: Use for_each_set_bit() to iterate over feature flags by Robert Richter · 13 years ago
  83. e20960c perf tools: Unify handling of features when writing feature section by Robert Richter · 13 years ago
  84. efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago
  85. 1b54950 perf tools: Moving code in some files by Robert Richter · 13 years ago
  86. 002c4fd perf tools: Fix out-of-bound access to struct perf_session by Robert Richter · 13 years ago
  87. f7a8a13 perf tools: Continue processing header on unknown features by Robert Richter · 13 years ago
  88. 8cdfa78 perf tools: Improve macros for struct feature_ops by Robert Richter · 13 years ago
  89. 41d0d93 perf: builtin-record: Document and check that mmap_pages must be a power of two. by Nelson Elhage · 13 years ago
  90. 18e6093 perf: builtin-record: Provide advice if mmap'ing fails with EPERM. by Nelson Elhage · 13 years ago
  91. f41612f perf tools: Fix truncated annotation by Ingo Molnar · 13 years ago
  92. 64aab93 perf script: look up thread using tid instead of pid by David Ahern · 13 years ago
  93. f5faf72 perf tools: Look up thread names for system wide profiling by David Ahern · 13 years ago
  94. defd8d3 perf tools: Fix comm for processes with named threads by David Ahern · 13 years ago
  95. c2857cb ktest: Fix compare script to test if options are not documented by Steven Rostedt · 13 years ago
  96. 9cc9e09 ktest: Detect typos in option names by Steven Rostedt · 13 years ago
  97. b5f4aea ktest: Have all values be set by defaults by Steven Rostedt · 13 years ago
  98. 4f43e0d ktest: Change initialization of defaults hash to perl format by Steven Rostedt · 13 years ago
  99. bc7c580 ktest: Add options SWITCH_TO_GOOD and SWITCH_TO_TEST by Steven Rostedt · 13 years ago
  100. c5dacb8 ktest: Allow overriding bisect test results by Steven Rostedt · 13 years ago