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