summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_counter.c
Commit message (Expand)AuthorAgeFilesLines
* perf_counter, x86: Fix/improve apic fallbackIngo Molnar2009-08-121-4/+30
* perf_counter, x86: Fix generic cache events on P6-mobile CPUsIngo Molnar2009-08-111-2/+2
* perf_counter, x86: Fix lapic printk messageIngo Molnar2009-08-111-1/+1
* perf_counter: Remove unused variablesPeter Zijlstra2009-07-221-2/+0
* perf_counter, x86: Extend perf_counter Pentium M supportDaniel Qarras2009-07-131-4/+2
* perf_counter: Clean up global vs counter enablePeter Zijlstra2009-07-101-8/+8
* perf_counter: Fix up P6 PMU detailsPeter Zijlstra2009-07-101-5/+23
* perf_counter: Add P6 PMU supportVince Weaver2009-07-101-14/+213
* perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker2009-07-011-1/+7
* perf_counter, x86: Update x86_pmu after WARN()Yinghai Lu2009-06-291-2/+2
* perf_counter, x86: Add mmap counter read supportPeter Zijlstra2009-06-251-0/+6
* perf_counter, x86: Set global control MSR correctlyYong Wang2009-06-241-9/+1
* perf_counter, x8: Fix L1-data-Cache-Store-Referencees for AMDJaswinder Singh Rajput2009-06-211-1/+1
* perf_counter: Make callchain samples extensiblePeter Zijlstra2009-06-191-23/+6
* perf_counter: x86: Set the period in the intel overflow handlerPeter Zijlstra2009-06-171-0/+2
* perf_counter: x86: Fix call-chain support to use NMI-safe methodsPeter Zijlstra2009-06-151-10/+39
* perf_counter, x86: Fix kernel-space call-chainsIngo Molnar2009-06-151-13/+9
* perf_counter, x86: Fix call-chain walkingIngo Molnar2009-06-141-2/+4
* perf_counter, x86: Update AMD hw caching related event tableJaswinder Singh Rajput2009-06-131-21/+15
* perf_counter, x86: Check old-AMD performance monitoring supportJaswinder Singh Rajput2009-06-131-0/+4
* perf_counter/x86: Add a quirk for Atom processorsYong Wang2009-06-121-0/+7
* perf_counter: Rename L2 to LL cachePeter Zijlstra2009-06-111-6/+6
* perf_counter: Standardize event namesPeter Zijlstra2009-06-111-16/+16
* perf_counter: Accurate period dataPeter Zijlstra2009-06-111-3/+12
* perf_counter: Introduce struct for sample dataPeter Zijlstra2009-06-111-4/+11
* perf_counter: More aggressive frequency adjustmentPeter Zijlstra2009-06-101-2/+3
* perf_counter/x86: Fix the model number of Intel Core2 processorsYong Wang2009-06-101-1/+4
* perf_counter, x86: Correct some event and umask values for Intel processorsYong Wang2009-06-091-7/+7
* perf_counter, x86: Clean up hw_cache_event ids copiesThomas Gleixner2009-06-081-6/+3
* perf_counter, x86: Implement generalized cache event types, add AMD supportThomas Gleixner2009-06-081-0/+102
* perf_counter: Clean up x86 boot messagesIngo Molnar2009-06-081-22/+24
* perf_counter, x86: Implement generalized cache event types, add Atom supportThomas Gleixner2009-06-081-1/+84
* perf_counter, x86: Implement generalized cache event types, add Core2 supportThomas Gleixner2009-06-081-1/+84
* perf_counter: Implement generalized cache event typesIngo Molnar2009-06-061-8/+193
* perf_counter: Separate out attr->type from attr->configIngo Molnar2009-06-061-4/+4
* perf_counter: Fix throttling lock-upIngo Molnar2009-06-031-1/+1
* perf_counter/x86: Remove the IRQ (non-NMI) handling bitsYong Wang2009-06-031-15/+6
* perf_counter: Rename perf_counter_hw_event => perf_counter_attrPeter Zijlstra2009-06-021-8/+8
* perf_counter: x86: Emulate longer sample periodsPeter Zijlstra2009-06-021-9/+22
* perf_counter: Remove the last nmi/irq bitsPeter Zijlstra2009-06-021-6/+0
* perf_counter: Rename various fieldsPeter Zijlstra2009-06-021-4/+4
* perf_counter/x86: Always use NMI for performance-monitoring interruptYong Wang2009-05-291-14/+5
* perf_counter, x86: Make NMI lockups more robustIngo Molnar2009-05-261-0/+26
* perf_counter, x86: Fix APIC NMI programmingIngo Molnar2009-05-261-13/+3
* Revert "perf_counter, x86: speed up the scheduling fast-path"Ingo Molnar2009-05-251-2/+3
* perf_counter: Generic per counter interrupt throttlePeter Zijlstra2009-05-251-0/+13
* perf_counter: x86: Remove interrupt throttlePeter Zijlstra2009-05-251-42/+5
* perf_counter: x86: Expose INV and EDGE bitsPeter Zijlstra2009-05-251-0/+8
* perf_counter: Fix context removal deadlockIngo Molnar2009-05-201-0/+1
* perf_counter, x86: speed up the scheduling fast-pathIngo Molnar2009-05-181-3/+2