1. bedbfde perf record: Enable the enable_on_exec flag if record forks the target by Eric B Munson · 14 years ago
  2. e449526 perf, x86: Enable not tagged retired instruction counting on P4s by Cyrill Gorcunov · 14 years ago
  3. 8576e19 x86, perf: Unmask LVTPC only if we have APIC supported by Cyrill Gorcunov · 14 years ago
  4. 567e547 perf tools: Fix non-newt build by Arnaldo Carvalho de Melo · 14 years ago
  5. 0308635 Merge branch 'perf/x86' into perf/core by Ingo Molnar · 14 years ago
  6. 3997d37 perf hist: Don't fprintf the callgraph unconditionally by Arnaldo Carvalho de Melo · 14 years ago
  7. cb7afb7 perf newt: Use newtGetScreenSize by Arnaldo Carvalho de Melo · 14 years ago
  8. 7081e08 perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from forms by Arnaldo Carvalho de Melo · 14 years ago
  9. f9224c5 perf report: Implement initial UI using newt by Arnaldo Carvalho de Melo · 14 years ago
  10. dd2ee78 perf tools: Add missing bytes printed in hist_entry__fprintf by Arnaldo Carvalho de Melo · 14 years ago
  11. b4f5296 perf tools: Use eprintf for pr_{err,warning,info} too by Arnaldo Carvalho de Melo · 14 years ago
  12. 895f0ed perf top: Export get_window_dimensions by Arnaldo Carvalho de Melo · 14 years ago
  13. fe2197b perf symbols: Bump plt synthesizing warning debug level by Arnaldo Carvalho de Melo · 14 years ago
  14. 937779d Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  15. 0b86122 x86, perf: Fix NULL deref on not assigned x86_pmu by Cyrill Gorcunov · 14 years ago
  16. 6230f2c perf record: Mention paranoid sysctl when failing to create counter by Arnaldo Carvalho de Melo · 14 years ago
  17. 9f591fd perf record: Don't try to find buildids in a zero sized file by Arnaldo Carvalho de Melo · 14 years ago
  18. a072738 perf, x86: Implement initial P4 PMU driver by Cyrill Gorcunov · 14 years ago
  19. 9b33fa6 perf_events: Improve task_sched_in() by eranian@google.com · 14 years ago
  20. 639fe4b perf: export perf_trace_regs and perf_arch_fetch_caller_regs by Xiao Guangrong · 14 years ago
  21. 45e16a6 perf, x86: Fix hw_perf_enable() event assignment by Peter Zijlstra · 14 years ago
  22. 85cfabb perf, ppc: Fix compile error due to new cpu notifiers by Peter Zijlstra · 14 years ago
  23. 7ae5f213 perf: Make the install relative to DESTDIR if specified by John Kacur · 14 years ago
  24. 83ff56f kprobes: Calculate the index correctly when freeing the out-of-line execution slot by Masami Hiramatsu · 14 years ago
  25. a12b51c perf tools: Fix sparse CPU numbering related bugs by Paul Mackerras · 14 years ago
  26. 220b140 perf_event: Fix oops triggered by cpu offline/online by Paul Mackerras · 14 years ago
  27. 97d5a22 perf: Drop the obsolete profile naming for trace events by Frederic Weisbecker · 14 years ago
  28. c530665 perf: Take a hot regs snapshot for trace events by Frederic Weisbecker · 14 years ago
  29. 5331d7b perf: Introduce new perf_fetch_caller_regs() for hot regs snapshot by Frederic Weisbecker · 14 years ago
  30. 61e67fb perf/x86-64: Use frame pointer to walk on irq and process stacks by Frederic Weisbecker · 14 years ago
  31. db2c4c7 lockdep: Move lock events under lockdep recursion protection by Frederic Weisbecker · 14 years ago
  32. 65f2ed2 perf report: Print the map table just after samples for which no map was found by Arnaldo Carvalho de Melo · 14 years ago
  33. cbbc79a5 perf report: Add multiple event support by Eric B Munson · 14 years ago
  34. eefc465 perf session: Change perf_session post processing functions to take histogram tree by Eric B Munson · 14 years ago
  35. cb8f093 perf session: Add storage for seperating event types in report by Eric B Munson · 14 years ago
  36. d403d0a perf session: Change add_hist_entry to take the tree root instead of session by Eric B Munson · 14 years ago
  37. 8907fd6 perf record: Add ID and to recorded event data when recording multiple events by Eric B Munson · 14 years ago
  38. accd3cc perf probe: Add missing variable initialization by Arnaldo Carvalho de Melo · 14 years ago
  39. 1224550 perf tools: Don't trow away old map slices not overlapped by new maps by Arnaldo Carvalho de Melo · 14 years ago
  40. caa0142 perf, x86: Fix the !CONFIG_CPU_SUP_INTEL build by Ingo Molnar · 15 years ago
  41. ba7e4d1 perf, x86: Add INSTRUCTION_DECODER config flag by Ingo Molnar · 15 years ago
  42. 63fb3f9 perf, x86: Fix LBR read-out by Peter Zijlstra · 14 years ago
  43. d80c750 perf, x86: Fixup the PEBS handler for Core2 cpus by Peter Zijlstra · 14 years ago
  44. 7645a24 perf, x86: Remove checking_{wr,rd}msr() usage by Peter Zijlstra · 14 years ago
  45. b83a46e perf, x86: Don't reset the LBR as frequently by Peter Zijlstra · 14 years ago
  46. ad0e6cf perf, x86: Fix silly bug in intel_pmu_pebs_{enable,disable} by Peter Zijlstra · 14 years ago
  47. 12ab854 perf, x86: Deal with multiple state bits for pebs-fmt1 by Peter Zijlstra · 14 years ago
  48. d329527 perf, x86: Reorder intel_pmu_enable_all() by Peter Zijlstra · 14 years ago
  49. 2df202b perf, x86: Fix LBR enable/disable vs cpuc->enabled by Peter Zijlstra · 14 years ago
  50. 4807e3d perf, x86: Fix PEBS enable/disable vs cpuc->enabled by Peter Zijlstra · 14 years ago
  51. 8f4aebd perf, x86: Fix pebs drains by Peter Zijlstra · 14 years ago
  52. cc7f008 perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE) by Peter Zijlstra · 14 years ago
  53. a562b18 perf, x86: Robustify PEBS fixup by Peter Zijlstra · 14 years ago
  54. 74846d3 perf, x86: Clear the LBRs on init by Peter Zijlstra · 14 years ago
  55. 3c44780 perf, x86: Disable PEBS on clovertown chips by Peter Zijlstra · 14 years ago
  56. 3adaebd perf, x86: Fix silly bug in data store buffer allocation by Peter Zijlstra · 14 years ago
  57. 30a813a x86: Move MAX_INSN_SIZE into asm/insn.h by Peter Zijlstra · 14 years ago
  58. 7e1a40d perf, x86: Expose the full PEBS record using PERF_SAMPLE_RAW by Peter Zijlstra · 14 years ago
  59. 8db909a perf, x86: Clean up IA32_PERF_CAPABILITIES usage by Peter Zijlstra · 14 years ago
  60. 1676b8a perf-top: Show the percentage of successfull PEBS-fixups by Peter Zijlstra · 14 years ago
  61. ef21f68 perf, x86: use LBR for PEBS IP+1 fixup by Peter Zijlstra · 14 years ago
  62. caff2be perf, x86: Implement simple LBR support by Peter Zijlstra · 14 years ago
  63. 69fef0d perf: Add attr->precise support to raw event parsing by Peter Zijlstra · 14 years ago
  64. ca03770 perf, x86: Add PEBS infrastructure by Peter Zijlstra · 14 years ago
  65. d4944a0 perf: Provide better condition for event rotation by Peter Zijlstra · 14 years ago
  66. f3d46b2 perf, x86: Fix double enable calls by Peter Zijlstra · 14 years ago
  67. 19925ce perf, x86: Fix double disable calls by Peter Zijlstra · 14 years ago
  68. 356e1f2 perf, x86: Properly account n_added by Peter Zijlstra · 14 years ago
  69. 71e2d28 perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE) by Peter Zijlstra · 14 years ago
  70. c08053e perf, x86: Fix x86_pmu_start by Peter Zijlstra · 14 years ago
  71. 34538ee perf, x86: Use unlocked bitops by Peter Zijlstra · 14 years ago
  72. aff3d91 perf, x86: Change x86_pmu.{enable,disable} calling convention by Peter Zijlstra · 14 years ago
  73. cc2ad4b perf, x86: Remove superfluous arguments to x86_perf_event_update() by Peter Zijlstra · 14 years ago
  74. 07088ed perf, x86: Remove superfluous arguments to x86_perf_event_set_period() by Peter Zijlstra · 14 years ago
  75. 3fb2b8d perf, x86, Do not user perf_disable from NMI context by Peter Zijlstra · 14 years ago
  76. 32975a4 perf: Optimize perf_disable by Peter Zijlstra · 14 years ago
  77. 3f6da39 perf: Rework and fix the arch CPU-hotplug hooks by Peter Zijlstra · 14 years ago
  78. dc1d628 perf: Provide generic perf_sample_data initialization by Peter Zijlstra · 14 years ago
  79. 548b841 Merge commit 'v2.6.34-rc1' into perf/urgent by Ingo Molnar · 14 years ago
  80. cfb581b MAINTAINERS: Add Arnaldo as tools/perf/ co-maintainer by Ingo Molnar · 14 years ago
  81. 57d5488 Linux 2.6.34-rc1 by Linus Torvalds · 14 years ago
  82. e101541 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  83. d4bab1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 14 years ago
  84. 56b7892 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. 3c443cb Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  86. d401403 FS-Cache: Remove the EXPERIMENTAL flag by Christian Kujau · 14 years ago
  87. 2786095 [WATCHDOG] i6300esb.c: change platform_driver to pci_driver by Wim Van Sebroeck · 14 years ago
  88. 1ffaa64 [S390] smsgiucv_app: deliver z/VM CP special messages (SMSG) as uevents by Hendrik Brueckner · 14 years ago
  89. 09003ed [S390] smsgiucv: declare char pointers as "const" by Hendrik Brueckner · 14 years ago
  90. 33b62a3 [S390] dasd: automatic recognition of read-only devices by Stefan Weinhuber · 14 years ago
  91. 584dfdd [S390] remove unused qdio flags in zfcp and qeth by Ursula Braun · 14 years ago
  92. b1e2ba8 [S390] Cleanup xtime usage by John Stultz · 14 years ago
  93. bd6e8a1 [S390] qdio: add missing bracket by Ursula Braun · 14 years ago
  94. a290156 [S390] cio: fix init_count in case of recognition after steal lock by Sebastian Ott · 14 years ago
  95. 5289802 [S390] dasd: security and PSF update patch for EMC CKD ioctl by Nigel Hislop · 14 years ago
  96. 91a970d [S390] hvc_iucv: allocate memory buffers for IUCV in zone DMA by Hendrik Brueckner · 14 years ago
  97. 596a95c [S390] uaccess: make sure copy_from_user_overflow is builtin by Heiko Carstens · 14 years ago
  98. 39f3be7 [WATCHDOG] i6300esb: fix unlock register with by Wim Van Sebroeck · 14 years ago
  99. a3087ae Merge branch 'topic/misc' into for-linus by Takashi Iwai · 14 years ago
  100. f0f20a1 Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 14 years ago