aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_counter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-29perf_counter, x86: Update x86_pmu after WARN()Yinghai Lu1-2/+2
2009-06-25perf_counter, x86: Add mmap counter read supportPeter Zijlstra1-0/+6
2009-06-24perf_counter, x86: Set global control MSR correctlyYong Wang1-9/+1
2009-06-21perf_counter, x8: Fix L1-data-Cache-Store-Referencees for AMDJaswinder Singh Rajput1-1/+1
2009-06-19perf_counter: Make callchain samples extensiblePeter Zijlstra1-23/+6
2009-06-17perf_counter: x86: Set the period in the intel overflow handlerPeter Zijlstra1-0/+2
2009-06-15perf_counter: x86: Fix call-chain support to use NMI-safe methodsPeter Zijlstra1-10/+39
2009-06-15perf_counter, x86: Fix kernel-space call-chainsIngo Molnar1-13/+9
2009-06-14perf_counter, x86: Fix call-chain walkingIngo Molnar1-2/+4
2009-06-13perf_counter, x86: Update AMD hw caching related event tableJaswinder Singh Rajput1-21/+15
2009-06-13perf_counter, x86: Check old-AMD performance monitoring supportJaswinder Singh Rajput1-0/+4
2009-06-12perf_counter/x86: Add a quirk for Atom processorsYong Wang1-0/+7
2009-06-11perf_counter: Rename L2 to LL cachePeter Zijlstra1-6/+6
2009-06-11perf_counter: Standardize event namesPeter Zijlstra1-16/+16
2009-06-11perf_counter: Accurate period dataPeter Zijlstra1-3/+12
2009-06-11perf_counter: Introduce struct for sample dataPeter Zijlstra1-4/+11
2009-06-10perf_counter: More aggressive frequency adjustmentPeter Zijlstra1-2/+3
2009-06-10perf_counter/x86: Fix the model number of Intel Core2 processorsYong Wang1-1/+4
2009-06-09perf_counter, x86: Correct some event and umask values for Intel processorsYong Wang1-7/+7
2009-06-08perf_counter, x86: Clean up hw_cache_event ids copiesThomas Gleixner1-6/+3
2009-06-08perf_counter, x86: Implement generalized cache event types, add AMD supportThomas Gleixner1-0/+102
2009-06-08perf_counter: Clean up x86 boot messagesIngo Molnar1-22/+24
2009-06-08perf_counter, x86: Implement generalized cache event types, add Atom supportThomas Gleixner1-1/+84
2009-06-08perf_counter, x86: Implement generalized cache event types, add Core2 supportThomas Gleixner1-1/+84
2009-06-06perf_counter: Implement generalized cache event typesIngo Molnar1-8/+193
2009-06-06perf_counter: Separate out attr->type from attr->configIngo Molnar1-4/+4
2009-06-03perf_counter: Fix throttling lock-upIngo Molnar1-1/+1
2009-06-03perf_counter/x86: Remove the IRQ (non-NMI) handling bitsYong Wang1-15/+6
2009-06-02perf_counter: Rename perf_counter_hw_event => perf_counter_attrPeter Zijlstra1-8/+8
2009-06-02perf_counter: x86: Emulate longer sample periodsPeter Zijlstra1-9/+22
2009-06-02perf_counter: Remove the last nmi/irq bitsPeter Zijlstra1-6/+0
2009-06-02perf_counter: Rename various fieldsPeter Zijlstra1-4/+4
2009-05-29perf_counter/x86: Always use NMI for performance-monitoring interruptYong Wang1-14/+5
2009-05-26perf_counter, x86: Make NMI lockups more robustIngo Molnar1-0/+26
2009-05-26perf_counter, x86: Fix APIC NMI programmingIngo Molnar1-13/+3
2009-05-25Revert "perf_counter, x86: speed up the scheduling fast-path"Ingo Molnar1-2/+3
2009-05-25perf_counter: Generic per counter interrupt throttlePeter Zijlstra1-0/+13
2009-05-25perf_counter: x86: Remove interrupt throttlePeter Zijlstra1-42/+5
2009-05-25perf_counter: x86: Expose INV and EDGE bitsPeter Zijlstra1-0/+8
2009-05-20perf_counter: Fix context removal deadlockIngo Molnar1-0/+1
2009-05-18perf_counter, x86: speed up the scheduling fast-pathIngo Molnar1-3/+2
2009-05-17perf_counter, x86: fix zero irq_period countersIngo Molnar1-0/+3
2009-05-15perf_counter: frequency based adaptive irq_periodPeter Zijlstra1-6/+3
2009-05-15perf_counter: x86: Protect against infinite loops in intel_pmu_handle_irq()Ingo Molnar1-7/+18
2009-05-15perf_counter: x86: Disallow interval of 1Ingo Molnar1-0/+5
2009-05-15perf_counter: x86: Robustify interrupt handlingPeter Zijlstra1-3/+13
2009-05-15perf_counter: Rework the perf counter disable/enablePeter Zijlstra1-71/+42
2009-05-15perf_counter: x86: Fix up the amd NMI/INT throttlePeter Zijlstra1-12/+26
2009-05-15perf_counter: x86: Allow unpriviliged use of NMIsPeter Zijlstra1-1/+4
2009-05-15perf_counter: x86: Fix throttlingIngo Molnar1-5/+15