perf_counter: Rework the perf counter disable/enable
[linux-2.6] / arch / x86 / kernel / cpu / perf_counter.c
2009-05-15  Peter Zijlstraperf_counter: Rework the perf counter disable/enable
2009-05-15  Peter Zijlstraperf_counter: x86: Fix up the amd NMI/INT throttle
2009-05-15  Peter Zijlstraperf_counter: x86: Allow unpriviliged use of NMIs
2009-05-15  Ingo Molnarperf_counter: x86: Fix throttling
2009-05-15  Peter Zijlstraperf_counter: x86: More accurate counter update
2009-05-13  Peter Zijlstraperf_counter: fix print debug irq disable
2009-05-11  Mike Galbraithperf_counter, x86: clean up throttling printk
2009-05-06  Ingo MolnarMerge branch 'core/locking' into perfcounters/core
2009-05-04  Ingo Molnarperf_counter: fix fixed-purpose counter support on...
2009-05-04  Peter Zijlstraperf_counter: x86: fixup nmi_watchdog vs perf_counter...
2009-05-01  Peter Zijlstraperf_counter: fix nmi-watchdog interaction
2009-04-30  Thomas GleixnerMerge branch 'core/signal' into perfcounters/core
2009-04-29  Robert Richterperf_counter, x86: rename bitmasks to ->used_mask and...
2009-04-29  Ingo Molnarperf_counter: add/update copyrights
2009-04-29  Robert Richterperf_counter, x86: remove unused function argument...
2009-04-29  Robert Richterperf_counter, x86: remove vendor check in fixed_mode_idx()
2009-04-29  Robert Richterperf_counter, x86: introduce max_period variable
2009-04-29  Robert Richterperf_counter, x86: return raw count with x86_perf_count...
2009-04-29  Robert Richterperf_counter, x86: implement the interrupt handler...
2009-04-29  Robert Richterperf_counter, x86: change and remove pmu initialization...
2009-04-29  Robert Richterperf_counter, x86: rework counter disable functions
2009-04-29  Robert Richterperf_counter, x86: rework counter enable functions
2009-04-29  Robert Richterperf_counter, x86: consistent use of type int for count...
2009-04-29  Robert Richterperf_counter, x86: generic use of cpuc->active
2009-04-29  Robert Richterperf_counter, x86: rename cpuc->active_mask
2009-04-29  Robert Richterperf_counter, x86: make x86_pmu_read() static inline
2009-04-29  Robert Richterperf_counter, x86: make pmu version generic
2009-04-29  Robert Richterperf_counter, x86: move counter parameters to struct...
2009-04-29  Robert Richterperf_counter, x86: make x86_pmu data a static struct
2009-04-29  Robert Richterperf_counter, x86: modify initialization of struct...
2009-04-29  Robert Richterperf_counter, x86: rename intel only functions
2009-04-29  Robert Richterperf_counter, x86: rename __hw_perf_counter_set_period...
2009-04-29  Robert Richterperf_counter, x86: remove ack_status() from struct...
2009-04-29  Robert Richterperf_counter, x86: remove get_status() from struct...
2009-04-29  Robert Richterperf_counter, x86: make interrupt handler model specific
2009-04-29  Robert Richterperf_counter, x86: rename struct pmc_x86_ops into struc...
2009-04-29  Robert Richterperfcounters: rename struct hw_perf_counter_ops into...
2009-04-29  Robert Richterperf_counter, x86: protect per-cpu variables with compi...
2009-04-29  Robert Richterperf_counter, x86: rework pmc_amd_save_disable_all...
2009-04-29  Robert Richterperf_counter, x86: add default path to cpu detection
2009-04-29  Robert Richterperf_counter, x86: remove X86_FEATURE_ARCH_PERFMON...
2009-04-29  Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-04-08  Peter Zijlstraperf_counter: allow for data addresses to be recorded
2009-04-08  Ingo MolnarMerge commit 'v2.6.30-rc1' into perfcounters/core
2009-04-07  Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-04-07  Peter Zijlstraperf_counter: theres more to overflow than writing...
2009-04-07  Peter Zijlstraperf_counter: x86: self-IPI for pending work
2009-04-06  Peter Zijlstraperf_counter: add more context information
2009-04-06  Peter Zijlstraperf_counter: pmc arbitration
2009-04-06  Peter Zijlstraperf_counter: x86: callchain support
2009-04-06  Peter Zijlstraperf_counter: x86: proper error propagation for the...
2009-04-06  Peter Zijlstraperf_counter: unify and fix delayed counter wakeup
2009-04-06  Peter Zijlstraperf_counter: remove the event config bitfields
2009-04-06  Peter Zijlstraperf_counter: unify irq output code
2009-04-06  Peter Zijlstraperf_counter: revamp syscall input ABI
2009-04-06  Ingo Molnarperf_counter: fix crash on perfmon v1 systems
2009-04-06  Peter Zijlstraperf_counter: x86: use ULL postfix for 64bit constants
2009-04-06  Peter Zijlstraperf_counter: add comment to barrier
2009-04-06  Peter Zijlstraperf_counter: x86: fix 32-bit irq_period assumption
2009-04-06  Ingo MolnarMerge branch 'linus' into perfcounters/core-v2
2009-03-08  Jaswinder Singh... x86: perf_counter cleanup
2009-03-08  Peter Zijlstrax86: perf_counter cleanup
2009-03-05  Peter Zijlstraperfcounters: IRQ and NMI support on AMD CPUs, fix
2009-03-05  Peter Zijlstraperfcounters: IRQ and NMI support on AMD CPUs
2009-03-04  Ingo MolnarMerge commit 'v2.6.29-rc7' into perfcounters/core
2009-03-02  Jaswinder Singh... x86: use pr_info in perf_counter.c
2009-03-02  Jaswinder Singh... x86: decent declarations in perf_counter.c
2009-02-28  Jaswinder Singh... x86: AMD Support for perf_counter
2009-02-28  Jaswinder Singh... x86: prepare perf_counter to add more cpus
2009-02-26  Ingo MolnarMerge branch 'x86/core' into perfcounters/core
2009-02-17  Ingo MolnarMerge branch 'x86/apic' into perfcounters/core
2009-02-17  Ingo MolnarMerge branch 'x86/apic' into perfcounters/core
2009-02-13  Ingo MolnarMerge branch 'x86/core' into perfcounters/core
2009-02-13  Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-02-11  Ingo MolnarMerge branch 'master' of git://git./linux/kernel/git...
2009-02-11  Ingo MolnarMerge commit 'v2.6.29-rc4' into perfcounters/core
2009-02-11  Paul Mackerrasperf_counters: allow users to count user, kernel and...
2009-02-09  Mike Galbraithperf_counters: account NMI interrupts
2009-02-04  Mike Galbraithperfcounters: fix "perf counters kill oprofile" bug
2009-01-23  Mike Galbraithperfcounters fix section mismatch warning in perf_count...
2009-01-23  Mike Galbraithperfcounters: ratelimit performance counter interrupts
2009-01-23  Mike Galbraithperfcounters: throttle on too high IRQ rates
2009-01-23  Ingo MolnarMerge branch 'core/percpu' into perfcounters/core
2009-01-23  Ingo MolnarMerge branch 'core/percpu' into perfcounters/core
2009-01-21  Ingo MolnarMerge commit 'v2.6.29-rc2' into perfcounters/core
2009-01-18  Ingo MolnarMerge branch 'core/percpu' into perfcounters/core
2009-01-11  Ingo MolnarMerge commit 'v2.6.29-rc1' into perfcounters/core
2008-12-29  Ingo MolnarMerge branch 'linus' into perfcounters/core
2008-12-27  Jaswinder Singh... x86: perf_counter remove unwanted hw_perf_enable_all
2008-12-23  Ingo Molnarx86, perfcounters: add support for fixed-function pmcs
2008-12-23  Ingo Molnarperfcounters: add PERF_COUNT_BUS_CYCLES
2008-12-23  Ingo Molnarx86, perfcounters: print out the ->used bitmask
2008-12-23  Ingo Molnarperfcounters: enable lowlevel pmc code to schedule...
2008-12-23  Ingo Molnarperfcounters: hw ops rename
2008-12-23  Ingo Molnarx86, perfcounters: refactor code for fixed-function...
2008-12-23  Ingo Molnarperfcounters: add fixed-mode PMC enumeration
2008-12-23  Ingo Molnarx86, perfcounters: prepare for fixed-mode PMCs
2008-12-23  Ingo Molnarx86, perfcounters: rename intel_arch_perfmon.h => perf_...
2008-12-23  Ingo Molnarperfcounters: remove warnings
2008-12-19  Jaswinder Singhx86: perf_counter.c intel_perfmon_event_map and max_int...
next