1. c8446b9 perf hist: Make event__totals per hists by Arnaldo Carvalho de Melo · 14 years ago
  2. 5d2be7c perf trace scripts: Fix typos in perf-trace-python.txt by Kirill Smelkov · 14 years ago
  3. 2e6cdf9 perf tools: change event inheritance logic in stat and record by Stephane Eranian · 14 years ago
  4. 8a0ecfb perf hist: Fix missing getline declaration by Frederic Weisbecker · 14 years ago
  5. 8769e1c perf hist: Fix hists__browse no-newt case by Frederic Weisbecker · 14 years ago
  6. 7200199 x86, perf: P4 PMU -- use hash for p4_get_escr_idx() by Cyrill Gorcunov · 14 years ago
  7. 975fc2d Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  8. ef7b93a perf report: Librarize the annotation code and use it in the newt browser by Arnaldo Carvalho de Melo · 14 years ago
  9. 3798ed7 perf ui: Add ui_helpline methods by Arnaldo Carvalho de Melo · 14 years ago
  10. d11c7ad perf symbols: allow forcing use of cplus_demangle by Kyle McMartin · 14 years ago
  11. 6b3c4ef perf probe: Check older elfutils and set NO_DWARF by Masami Hiramatsu · 14 years ago
  12. b09e019 perf hist: Adopt filter by dso and by thread methods from the newt browser by Arnaldo Carvalho de Melo · 14 years ago
  13. 8e6d557 perf, powerpc: Implement group scheduling transactional APIs by Lin Ming · 14 years ago
  14. 96c21a4 perf: Fix exit() vs event-groups by Peter Zijlstra · 14 years ago
  15. 050735b perf: Fix exit() vs PERF_FORMAT_GROUP by Peter Zijlstra · 14 years ago
  16. e3174cf Revert "perf: Fix exit() vs PERF_FORMAT_GROUP" by Ingo Molnar · 14 years ago
  17. e61a639 perf/trace/scripting: syscall-counts script cleanup by Tom Zanussi · 14 years ago
  18. 79e653f perf/trace/scripting: syscall-counts-by-pid script cleanup by Tom Zanussi · 14 years ago
  19. a4ab0c1 perf/trace/scripting: failed-syscalls-by-pid script cleanup by Tom Zanussi · 14 years ago
  20. 3824a4e perf/trace/scripting: don't show script start/stop messages by default by Tom Zanussi · 14 years ago
  21. a3412d9 perf/trace/scripting: workqueue-stats script cleanup by Tom Zanussi · 14 years ago
  22. e366728 perf/trace/scripting: wakeup-latency script cleanup by Tom Zanussi · 14 years ago
  23. e88a4bf perf/trace/scripting: rwtop script cleanup by Tom Zanussi · 14 years ago
  24. 6922c3d perf/trace/scripting: rw-by-pid script cleanup by Tom Zanussi · 14 years ago
  25. c3f5fd2 perf/trace/scripting: failed-syscalls script cleanup by Tom Zanussi · 14 years ago
  26. fefb0b9 perf hist: Calculate max_sym name len and nr_entries by Arnaldo Carvalho de Melo · 14 years ago
  27. 1c02c4d perf hist: Introduce hists class and move lots of methods to it by Arnaldo Carvalho de Melo · 14 years ago
  28. d118f8b perf session: create_kernel_maps should use ->host_machine by Arnaldo Carvalho de Melo · 14 years ago
  29. cdd5b75 perf callchains: Use zalloc to allocate objects by Arnaldo Carvalho de Melo · 14 years ago
  30. 7f82645 perf newt: Use newtAddComponent() by Arnaldo Carvalho de Melo · 14 years ago
  31. 1f0ac71 Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  32. 232a5c9 perf report: Allow limiting the number of entries to print in callchains by Arnaldo Carvalho de Melo · 14 years ago
  33. 1f626bc perf session: Embed the host machine data on perf_session by Arnaldo Carvalho de Melo · 14 years ago
  34. 4cc4945 perf symbols: Check if a struct machine instance was found by Arnaldo Carvalho de Melo · 14 years ago
  35. 3ceb0d4 perf symbols: Consider unresolved DSOs in the dso__col_widt calculation by Arnaldo Carvalho de Melo · 14 years ago
  36. 76ba7e8 perf lock: Drop "-a" option from cmd_record() default arguments set by Hitoshi Mitake · 14 years ago
  37. 28e2a10 perf hist: Simplify the insertion of new hist_entry instances by Arnaldo Carvalho de Melo · 14 years ago
  38. 39d1e1b perf report: Fix leak of resolved callchains array on error path by Arnaldo Carvalho de Melo · 14 years ago
  39. 139633c perf callchain: Move validate_callchain to callchain lib by Arnaldo Carvalho de Melo · 14 years ago
  40. 794e43b perf/live-mode: Handle payload-less events by Tom Zanussi · 14 years ago
  41. 2c193c7 tracing: Factorize lock events in a lock class by Frederic Weisbecker · 14 years ago
  42. 9313543 tracing: Drop the nested field from lock_release event by Frederic Weisbecker · 14 years ago
  43. 883a2a3 tracing: Drop lock_acquired waittime field by Frederic Weisbecker · 14 years ago
  44. 90c0e5f perf lock: Always check min AND max wait time by Frederic Weisbecker · 14 years ago
  45. 5efe08c perf: Fix perf lock bad rate by Frederic Weisbecker · 14 years ago
  46. 84c7a21 perf: Humanize lock flags in perf lock by Frederic Weisbecker · 14 years ago
  47. 10350ec perf: Cleanup perf lock broken states by Frederic Weisbecker · 14 years ago
  48. 26242d8 perf lock: Add "info" subcommand for dumping misc information by Hitoshi Mitake · 14 years ago
  49. d6b17be perf: Provide a new deterministic events reordering algorithm by Frederic Weisbecker · 14 years ago
  50. 9840280 perf: Introduce a new "round of buffers read" pseudo event by Frederic Weisbecker · 14 years ago
  51. e157eb8 perf report: Document '--call-graph' better for usage by Pekka Enberg · 14 years ago
  52. c061482 kprobes: Move enable/disable_kprobe() out from debugfs code by Masami Hiramatsu · 14 years ago
  53. c799316 x86, perf: P4 PMU -- check for proper event index in RAW events by Cyrill Gorcunov · 14 years ago
  54. 3f51b71 x86, perf: P4 PMU -- Get rid of redundant check for array index by Cyrill Gorcunov · 14 years ago
  55. 137351e x86, perf: P4 PMU -- protect sensible procedures from preemption by Cyrill Gorcunov · 14 years ago
  56. de902d9 x86, perf: P4 PMU -- configure predefined events by Cyrill Gorcunov · 14 years ago
  57. 6e85158 perf_event: Make software events work again by Paul Mackerras · 14 years ago
  58. ed82702 Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  59. 1cf4a06 perf list: Improve the raw hw event descriptor documentation by Arnaldo Carvalho de Melo · 14 years ago
  60. 4d1c52b perf, x86: implement group scheduling transactional APIs by Lin Ming · 14 years ago
  61. 6bde9b6 perf: Add group scheduling transactional APIs by Lin Ming · 14 years ago
  62. ab60834 perf, x86: Improve the PEBS ABI by Peter Zijlstra · 14 years ago
  63. 2b0b5c6 perf, x86: Consolidate some code repetition by Peter Zijlstra · 14 years ago
  64. 1e9a6d8 perf, x86: Remove PEBS SAMPLE_RAW support by Peter Zijlstra · 14 years ago
  65. a1f2b70 perf, x86: Use weight instead of cmask in for_each_event_constraint() by Robert Richter · 14 years ago
  66. 31fa58a perf, x86: Pass enable bit mask to __x86_pmu_enable_event() by Robert Richter · 14 years ago
  67. 9d0fcba perf, x86: Call x86_setup_perfctr() from .hw_config() by Robert Richter · 14 years ago
  68. c1726f3 perf, x86: Move x86_setup_perfctr() by Robert Richter · 14 years ago
  69. 4261e0e perf, x86: Move perfctr init code to x86_setup_perfctr() by Robert Richter · 14 years ago
  70. a0507c8 perf: Annotate perf_event_read_group() vs perf_event_release_kernel() by Peter Zijlstra · 14 years ago
  71. cce9131 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  72. 4fd38e4 perf: Fix exit() vs PERF_FORMAT_GROUP by Peter Zijlstra · 14 years ago
  73. d9f599e perf: Fix check at end of event search by Dan Carpenter · 14 years ago
  74. 722154e Merge branch 'zerolen' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 14 years ago
  75. 1d7746c Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 14 years ago
  76. 0fd6b32 [MTD] Remove zero-length files mtdbdi.c and internal.ho by Jeff Garzik · 14 years ago
  77. 85ea2d3 pata_pcmcia / ide-cs: Fix bad hashes for Transcend and kingston IDs by Kristoffer Ericson · 14 years ago
  78. 40868c8 libata: Fix several inaccuracies in developer's guide by Sergei Shtylyov · 14 years ago
  79. 65be2f5 Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  80. 111c7d8 slub: Fix bad boundary check in init_kmem_cache_nodes() by Zhang, Yanmin · 14 years ago
  81. 5f23370 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  82. 8777c79 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  83. 7437e7d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  84. 38c9e91 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  85. 1d7aec3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  86. 5157b4a raid6: fix recovery performance regression by Dan Williams · 14 years ago
  87. 4778e0e perf tools: Fixup minor doc formatting issues by Arnaldo Carvalho de Melo · 14 years ago
  88. 9e32a3c perf list: Add explanation about raw hardware event descriptors by Arnaldo Carvalho de Melo · 14 years ago
  89. db620b1 perf/record: simplify TRACE_INFO tracepoint check by Tom Zanussi · 14 years ago
  90. 896903c KEYS: call_sbin_request_key() must write lock keyrings before modifying them by David Howells · 14 years ago
  91. f0641cb KEYS: Use RCU dereference wrappers in keyring key type code by David Howells · 14 years ago
  92. cea7daa KEYS: find_keyring_by_name() can gain access to a freed keyring by Toshiyuki Okajima · 14 years ago
  93. 9890948 perf report: Make dso__calc_col_width agree with hist_entry__dso_snprintf by Arnaldo Carvalho de Melo · 14 years ago
  94. 69b5de8 Merge branch 'fix/hda' into for-linus by Takashi Iwai · 14 years ago
  95. 8f0f5ff ALSA: hda: Fix 0 dB for Packard Bell models using Conexant CX20549 (Venice) by Daniel T Chen · 14 years ago
  96. 231f50b ALSA: hda - Add quirk for Dell Inspiron 19T using a Conexant CX20582 by Anisse Astier · 14 years ago
  97. bfe7078 ALSA: take tu->qlock with irqs disabled by Dan Carpenter · 14 years ago
  98. 7cff094 FEC: Fix kernel panic in fec_set_mac_address. by Mattias Walström · 14 years ago
  99. c536668 ALSA: hda: Use olpc-xo-1_5 quirk for Toshiba Satellite P500-PSPGSC-01800T by Daniel T Chen · 14 years ago
  100. 4442dd4 ALSA: hda: Use olpc-xo-1_5 quirk for Toshiba Satellite Pro T130-15F by Daniel T Chen · 14 years ago