1. 5872bdb8 perf_counter: add more context information by Peter Zijlstra · 16 years ago
  2. 4e935e4 perf_counter: pmc arbitration by Peter Zijlstra · 16 years ago
  3. d7d59fb perf_counter: x86: callchain support by Peter Zijlstra · 16 years ago
  4. 9ea98e1 perf_counter: x86: proper error propagation for the x86 hw_perf_counter_init() by Peter Zijlstra · 16 years ago
  5. 925d519 perf_counter: unify and fix delayed counter wakeup by Peter Zijlstra · 16 years ago
  6. f4a2deb4 perf_counter: remove the event config bitfields by Peter Zijlstra · 16 years ago
  7. 0322cd6 perf_counter: unify irq output code by Peter Zijlstra · 16 years ago
  8. b8e8351 perf_counter: revamp syscall input ABI by Peter Zijlstra · 16 years ago
  9. 7bb497b perf_counter: fix crash on perfmon v1 systems by Ingo Molnar · 16 years ago
  10. 82bae4f8 perf_counter: x86: use ULL postfix for 64bit constants by Peter Zijlstra · 16 years ago
  11. 60b3df9 perf_counter: add comment to barrier by Peter Zijlstra · 16 years ago
  12. 595258a perf_counter: x86: fix 32-bit irq_period assumption by Peter Zijlstra · 16 years ago
  13. e255357 x86: perf_counter cleanup by Jaswinder Singh Rajput · 16 years ago
  14. 184fe4ab x86: perf_counter cleanup by Peter Zijlstra · 16 years ago
  15. b5e8acf perfcounters: IRQ and NMI support on AMD CPUs, fix by Peter Zijlstra · 16 years ago
  16. b0f3f28 perfcounters: IRQ and NMI support on AMD CPUs by Peter Zijlstra · 16 years ago
  17. a1ef58f x86: use pr_info in perf_counter.c by Jaswinder Singh Rajput · 16 years ago
  18. 169e41e x86: decent declarations in perf_counter.c by Jaswinder Singh Rajput · 16 years ago
  19. f87ad35 x86: AMD Support for perf_counter by Jaswinder Singh Rajput · 16 years ago
  20. b56a380 x86: prepare perf_counter to add more cpus by Jaswinder Singh Rajput · 16 years ago
  21. 0475f9e perf_counters: allow users to count user, kernel and/or hypervisor events by Paul Mackerras · 16 years ago
  22. d278c48 perf_counters: account NMI interrupts by Mike Galbraith · 16 years ago
  23. 5b75af0 perfcounters: fix "perf counters kill oprofile" bug by Mike Galbraith · 16 years ago
  24. 3415dd9 perfcounters fix section mismatch warning in perf_counter.c::perf_counters_lapic_init() by Mike Galbraith · 16 years ago
  25. 4b39fd9 perfcounters: ratelimit performance counter interrupts by Mike Galbraith · 16 years ago
  26. 1b023a9 perfcounters: throttle on too high IRQ rates by Mike Galbraith · 16 years ago
  27. 2b583d8 x86: perf_counter remove unwanted hw_perf_enable_all by Jaswinder Singh Rajput · 16 years ago
  28. 2f18d1e x86, perfcounters: add support for fixed-function pmcs by Ingo Molnar · 16 years ago
  29. f650a67 perfcounters: add PERF_COUNT_BUS_CYCLES by Ingo Molnar · 16 years ago
  30. 0dff86a x86, perfcounters: print out the ->used bitmask by Ingo Molnar · 16 years ago
  31. 95cdd2e perfcounters: enable lowlevel pmc code to schedule counters by Ingo Molnar · 16 years ago
  32. 7671581 perfcounters: hw ops rename by Ingo Molnar · 16 years ago
  33. 862a1a5 x86, perfcounters: refactor code for fixed-function PMCs by Ingo Molnar · 16 years ago
  34. 703e937 perfcounters: add fixed-mode PMC enumeration by Ingo Molnar · 16 years ago
  35. eb2b861 x86, perfcounters: prepare for fixed-mode PMCs by Ingo Molnar · 16 years ago
  36. 5c167b8 x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.h by Ingo Molnar · 16 years ago
  37. 8fb9331 perfcounters: remove warnings by Ingo Molnar · 16 years ago
  38. 94c4657 x86: perf_counter.c intel_perfmon_event_map and max_intel_perfmon_events should be static by Jaswinder Singh · 16 years ago
  39. 75f224c perfcounters: fix lapic initialization by Ingo Molnar · 16 years ago
  40. 2b9ff0d perfcounters: fix non-intel-perfmon CPUs by Ingo Molnar · 16 years ago
  41. ee06094 perfcounters: restructure x86 counter math by Ingo Molnar · 16 years ago
  42. 92bf73e Merge branch 'x86/irq' into perfcounters/core by Ingo Molnar · 16 years ago
  43. 6a93070 perf counters: clean up state transitions by Ingo Molnar · 16 years ago
  44. 01b2838 perf counters: consolidate hw_perf save/restore APIs by Ingo Molnar · 16 years ago
  45. 5c92d12 perf counters: implement PERF_COUNT_CPU_CLOCK by Ingo Molnar · 16 years ago
  46. 621a01e perf counters: hw driver API by Ingo Molnar · 16 years ago
  47. 04289bb perf counters: add support for group counters by Ingo Molnar · 16 years ago
  48. 9f66a38 perf counters: restructure the API by Ingo Molnar · 16 years ago
  49. dfa7c89 perf counters: expand use of counter->event by Thomas Gleixner · 16 years ago
  50. 4ac1329 perf counters: protect them against CSTATE transitions by Thomas Gleixner · 16 years ago
  51. 43874d2 perfcounters: consolidate global-disable codepaths by Ingo Molnar · 16 years ago
  52. 1e12567 perfcounters, x86: clean up debug code by Ingo Molnar · 16 years ago
  53. 7e2ae34 perfcounters, x86: simplify disable/enable of counters by Ingo Molnar · 16 years ago
  54. 87b9cf4 x86, perfcounters: read out MSR_CORE_PERF_GLOBAL_STATUS with counters disabled by Ingo Molnar · 16 years ago
  55. 241771e performance counters: x86 support by Ingo Molnar · 16 years ago