| Commit message (Expand) | Author | Age | Files | Lines |
* | perf_counter: fix crash on perfmon v1 systems | Ingo Molnar | 2009-04-06 | 1 | -5/+11 |
* | perf_counter: x86: use ULL postfix for 64bit constants | Peter Zijlstra | 2009-04-06 | 1 | -6/+6 |
* | perf_counter: add comment to barrier | Peter Zijlstra | 2009-04-06 | 1 | -0/+4 |
* | perf_counter: x86: fix 32-bit irq_period assumption | Peter Zijlstra | 2009-04-06 | 1 | -1/+1 |
* | x86: perf_counter cleanup | Jaswinder Singh Rajput | 2009-03-08 | 1 | -4/+0 |
* | x86: perf_counter cleanup | Peter Zijlstra | 2009-03-08 | 1 | -4/+4 |
* | perfcounters: IRQ and NMI support on AMD CPUs, fix | Peter Zijlstra | 2009-03-05 | 1 | -14/+2 |
* | perfcounters: IRQ and NMI support on AMD CPUs | Peter Zijlstra | 2009-03-05 | 1 | -44/+228 |
* | x86: use pr_info in perf_counter.c | Jaswinder Singh Rajput | 2009-03-02 | 1 | -24/+24 |
* | x86: decent declarations in perf_counter.c | Jaswinder Singh Rajput | 2009-03-02 | 1 | -7/+7 |
* | x86: AMD Support for perf_counter | Jaswinder Singh Rajput | 2009-02-28 | 1 | -2/+81 |
* | x86: prepare perf_counter to add more cpus | Jaswinder Singh Rajput | 2009-02-28 | 1 | -28/+78 |
* | perf_counters: allow users to count user, kernel and/or hypervisor events | Paul Mackerras | 2009-02-11 | 1 | -12/+19 |
* | perf_counters: account NMI interrupts | Mike Galbraith | 2009-02-09 | 1 | -1/+1 |
* | perfcounters: fix "perf counters kill oprofile" bug | Mike Galbraith | 2009-02-04 | 1 | -1/+3 |
* | perfcounters fix section mismatch warning in perf_counter.c::perf_counters_la... | Mike Galbraith | 2009-01-23 | 1 | -1/+1 |
* | perfcounters: ratelimit performance counter interrupts | Mike Galbraith | 2009-01-23 | 1 | -12/+15 |
* | perfcounters: throttle on too high IRQ rates | Mike Galbraith | 2009-01-23 | 1 | -6/+32 |
* | x86: perf_counter remove unwanted hw_perf_enable_all | Jaswinder Singh Rajput | 2008-12-27 | 1 | -17/+7 |
* | x86, perfcounters: add support for fixed-function pmcs | Ingo Molnar | 2008-12-23 | 1 | -24/+125 |
* | perfcounters: add PERF_COUNT_BUS_CYCLES | Ingo Molnar | 2008-12-23 | 1 | -1/+2 |
* | x86, perfcounters: print out the ->used bitmask | Ingo Molnar | 2008-12-23 | 1 | -0/+4 |
* | perfcounters: enable lowlevel pmc code to schedule counters | Ingo Molnar | 2008-12-23 | 1 | -1/+5 |
* | perfcounters: hw ops rename | Ingo Molnar | 2008-12-23 | 1 | -3/+3 |
* | x86, perfcounters: refactor code for fixed-function PMCs | Ingo Molnar | 2008-12-23 | 1 | -34/+39 |
* | perfcounters: add fixed-mode PMC enumeration | Ingo Molnar | 2008-12-23 | 1 | -6/+17 |
* | x86, perfcounters: prepare for fixed-mode PMCs | Ingo Molnar | 2008-12-23 | 1 | -27/+26 |
* | x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.h | Ingo Molnar | 2008-12-23 | 1 | -1/+1 |
* | perfcounters: remove warnings | Ingo Molnar | 2008-12-23 | 1 | -7/+0 |
* | x86: perf_counter.c intel_perfmon_event_map and max_intel_perfmon_events shou... | Jaswinder Singh | 2008-12-19 | 1 | -2/+2 |
* | perfcounters: fix lapic initialization | Ingo Molnar | 2008-12-14 | 1 | -2/+2 |
* | perfcounters: fix non-intel-perfmon CPUs | Ingo Molnar | 2008-12-14 | 1 | -0/+10 |
* | perfcounters: restructure x86 counter math | Ingo Molnar | 2008-12-14 | 1 | -106/+124 |
* | Merge branch 'x86/irq' into perfcounters/core | Ingo Molnar | 2008-12-12 | 1 | -5/+1 |
* | perf counters: clean up state transitions | Ingo Molnar | 2008-12-11 | 1 | -1/+1 |
* | perf counters: consolidate hw_perf save/restore APIs | Ingo Molnar | 2008-12-11 | 1 | -4/+4 |
* | perf counters: implement PERF_COUNT_CPU_CLOCK | Ingo Molnar | 2008-12-11 | 1 | -32/+4 |
* | perf counters: hw driver API | Ingo Molnar | 2008-12-11 | 1 | -10/+27 |
* | perf counters: add support for group counters | Ingo Molnar | 2008-12-11 | 1 | -14/+14 |
* | perf counters: restructure the API | Ingo Molnar | 2008-12-11 | 1 | -15/+14 |
* | perf counters: expand use of counter->event | Thomas Gleixner | 2008-12-11 | 1 | -11/+11 |
* | perf counters: protect them against CSTATE transitions | Thomas Gleixner | 2008-12-11 | 1 | -1/+13 |
* | perfcounters: consolidate global-disable codepaths | Ingo Molnar | 2008-12-09 | 1 | -17/+6 |
* | perfcounters, x86: clean up debug code | Ingo Molnar | 2008-12-09 | 1 | -23/+12 |
* | perfcounters, x86: simplify disable/enable of counters | Ingo Molnar | 2008-12-09 | 1 | -12/+28 |
* | x86, perfcounters: read out MSR_CORE_PERF_GLOBAL_STATUS with counters disabled | Ingo Molnar | 2008-12-08 | 1 | -7/+5 |
* | performance counters: x86 support | Ingo Molnar | 2008-12-08 | 1 | -0/+571 |