1. 4b7bfd0 perf_counter, x86: return raw count with x86_perf_counter_update() by Robert Richter · 16 years ago
  2. a29aa8a perf_counter, x86: implement the interrupt handler for AMD cpus by Robert Richter · 16 years ago
  3. 85cf9db perf_counter, x86: change and remove pmu initialization checks by Robert Richter · 16 years ago
  4. d436989 perf_counter, x86: rework counter disable functions by Robert Richter · 16 years ago
  5. 7c90cc4 perf_counter, x86: rework counter enable functions by Robert Richter · 16 years ago
  6. 6f00cad perf_counter, x86: consistent use of type int for counter index by Robert Richter · 16 years ago
  7. 0953423 perf_counter, x86: generic use of cpuc->active by Robert Richter · 16 years ago
  8. 9390496 perf_counter, x86: rename cpuc->active_mask by Robert Richter · 16 years ago
  9. bb775fc perf_counter, x86: make x86_pmu_read() static inline by Robert Richter · 16 years ago
  10. faa28ae perf_counter, x86: make pmu version generic by Robert Richter · 16 years ago
  11. 0933e5c perf_counter, x86: move counter parameters to struct x86_pmu by Robert Richter · 16 years ago
  12. 4a06bd8 perf_counter, x86: make x86_pmu data a static struct by Robert Richter · 16 years ago
  13. 72eae04 perf_counter, x86: modify initialization of struct x86_pmu by Robert Richter · 16 years ago
  14. 55de0f2 perf_counter, x86: rename intel only functions by Robert Richter · 16 years ago
  15. 26816c2 perf_counter, x86: rename __hw_perf_counter_set_period into x86_perf_counter_set_period by Robert Richter · 16 years ago
  16. dee5d90 perf_counter, x86: remove ack_status() from struct x86_pmu by Robert Richter · 16 years ago
  17. b7f8859 perf_counter, x86: remove get_status() from struct x86_pmu by Robert Richter · 16 years ago
  18. 39d81ea perf_counter, x86: make interrupt handler model specific by Robert Richter · 16 years ago
  19. 5f4ec28 perf_counter, x86: rename struct pmc_x86_ops into struct x86_pmu by Robert Richter · 16 years ago
  20. 4aeb0b4 perfcounters: rename struct hw_perf_counter_ops into struct pmu by Robert Richter · 16 years ago
  21. 527e26a perf_counter, x86: protect per-cpu variables with compile barriers only by Robert Richter · 16 years ago
  22. 4295ee6 perf_counter, x86: rework pmc_amd_save_disable_all() and pmc_amd_restore_all() by Robert Richter · 16 years ago
  23. 4138960 perf_counter, x86: add default path to cpu detection by Robert Richter · 16 years ago
  24. da1a776 perf_counter, x86: remove X86_FEATURE_ARCH_PERFMON flag for AMD cpus by Robert Richter · 16 years ago
  25. 78f13e9 perf_counter: allow for data addresses to be recorded by Peter Zijlstra · 16 years ago
  26. f6c7d5f perf_counter: theres more to overflow than writing events by Peter Zijlstra · 16 years ago
  27. b6276f3 perf_counter: x86: self-IPI for pending work by Peter Zijlstra · 16 years ago
  28. 5872bdb8 perf_counter: add more context information by Peter Zijlstra · 16 years ago
  29. 4e935e4 perf_counter: pmc arbitration by Peter Zijlstra · 16 years ago
  30. d7d59fb perf_counter: x86: callchain support by Peter Zijlstra · 16 years ago
  31. 9ea98e1 perf_counter: x86: proper error propagation for the x86 hw_perf_counter_init() by Peter Zijlstra · 16 years ago
  32. 925d519 perf_counter: unify and fix delayed counter wakeup by Peter Zijlstra · 16 years ago
  33. f4a2deb4 perf_counter: remove the event config bitfields by Peter Zijlstra · 16 years ago
  34. 0322cd6 perf_counter: unify irq output code by Peter Zijlstra · 16 years ago
  35. b8e8351 perf_counter: revamp syscall input ABI by Peter Zijlstra · 16 years ago
  36. 7bb497b perf_counter: fix crash on perfmon v1 systems by Ingo Molnar · 16 years ago
  37. 82bae4f8 perf_counter: x86: use ULL postfix for 64bit constants by Peter Zijlstra · 16 years ago
  38. 60b3df9 perf_counter: add comment to barrier by Peter Zijlstra · 16 years ago
  39. 595258a perf_counter: x86: fix 32-bit irq_period assumption by Peter Zijlstra · 16 years ago
  40. e255357 x86: perf_counter cleanup by Jaswinder Singh Rajput · 16 years ago
  41. 184fe4ab x86: perf_counter cleanup by Peter Zijlstra · 16 years ago
  42. b5e8acf perfcounters: IRQ and NMI support on AMD CPUs, fix by Peter Zijlstra · 16 years ago
  43. b0f3f28 perfcounters: IRQ and NMI support on AMD CPUs by Peter Zijlstra · 16 years ago
  44. a1ef58f x86: use pr_info in perf_counter.c by Jaswinder Singh Rajput · 16 years ago
  45. 169e41e x86: decent declarations in perf_counter.c by Jaswinder Singh Rajput · 16 years ago
  46. f87ad35 x86: AMD Support for perf_counter by Jaswinder Singh Rajput · 16 years ago
  47. b56a380 x86: prepare perf_counter to add more cpus by Jaswinder Singh Rajput · 16 years ago
  48. 0475f9e perf_counters: allow users to count user, kernel and/or hypervisor events by Paul Mackerras · 16 years ago
  49. d278c48 perf_counters: account NMI interrupts by Mike Galbraith · 16 years ago
  50. 5b75af0 perfcounters: fix "perf counters kill oprofile" bug by Mike Galbraith · 16 years ago
  51. 3415dd9 perfcounters fix section mismatch warning in perf_counter.c::perf_counters_lapic_init() by Mike Galbraith · 16 years ago
  52. 4b39fd9 perfcounters: ratelimit performance counter interrupts by Mike Galbraith · 16 years ago
  53. 1b023a9 perfcounters: throttle on too high IRQ rates by Mike Galbraith · 16 years ago
  54. 2b583d8 x86: perf_counter remove unwanted hw_perf_enable_all by Jaswinder Singh Rajput · 16 years ago
  55. 2f18d1e x86, perfcounters: add support for fixed-function pmcs by Ingo Molnar · 16 years ago
  56. f650a67 perfcounters: add PERF_COUNT_BUS_CYCLES by Ingo Molnar · 16 years ago
  57. 0dff86a x86, perfcounters: print out the ->used bitmask by Ingo Molnar · 16 years ago
  58. 95cdd2e perfcounters: enable lowlevel pmc code to schedule counters by Ingo Molnar · 16 years ago
  59. 7671581 perfcounters: hw ops rename by Ingo Molnar · 16 years ago
  60. 862a1a5 x86, perfcounters: refactor code for fixed-function PMCs by Ingo Molnar · 16 years ago
  61. 703e937 perfcounters: add fixed-mode PMC enumeration by Ingo Molnar · 16 years ago
  62. eb2b861 x86, perfcounters: prepare for fixed-mode PMCs by Ingo Molnar · 16 years ago
  63. 5c167b8 x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.h by Ingo Molnar · 16 years ago
  64. 8fb9331 perfcounters: remove warnings by Ingo Molnar · 16 years ago
  65. 94c4657 x86: perf_counter.c intel_perfmon_event_map and max_intel_perfmon_events should be static by Jaswinder Singh · 16 years ago
  66. 75f224c perfcounters: fix lapic initialization by Ingo Molnar · 16 years ago
  67. 2b9ff0d perfcounters: fix non-intel-perfmon CPUs by Ingo Molnar · 16 years ago
  68. ee06094 perfcounters: restructure x86 counter math by Ingo Molnar · 16 years ago
  69. 92bf73e Merge branch 'x86/irq' into perfcounters/core by Ingo Molnar · 16 years ago
  70. 6a93070 perf counters: clean up state transitions by Ingo Molnar · 16 years ago
  71. 01b2838 perf counters: consolidate hw_perf save/restore APIs by Ingo Molnar · 16 years ago
  72. 5c92d12 perf counters: implement PERF_COUNT_CPU_CLOCK by Ingo Molnar · 16 years ago
  73. 621a01e perf counters: hw driver API by Ingo Molnar · 16 years ago
  74. 04289bb perf counters: add support for group counters by Ingo Molnar · 16 years ago
  75. 9f66a38 perf counters: restructure the API by Ingo Molnar · 16 years ago
  76. dfa7c89 perf counters: expand use of counter->event by Thomas Gleixner · 16 years ago
  77. 4ac1329 perf counters: protect them against CSTATE transitions by Thomas Gleixner · 16 years ago
  78. 43874d2 perfcounters: consolidate global-disable codepaths by Ingo Molnar · 16 years ago
  79. 1e12567 perfcounters, x86: clean up debug code by Ingo Molnar · 16 years ago
  80. 7e2ae34 perfcounters, x86: simplify disable/enable of counters by Ingo Molnar · 16 years ago
  81. 87b9cf4 x86, perfcounters: read out MSR_CORE_PERF_GLOBAL_STATUS with counters disabled by Ingo Molnar · 16 years ago
  82. 241771e performance counters: x86 support by Ingo Molnar · 16 years ago