perf_counter: x86: Robustify interrupt handling
[safe/jmp/linux-2.6] / arch / x86 / kernel / cpu / perf_counter.c
2009-05-15 Peter Zijlstraperf_counter: x86: Robustify interrupt handling
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-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-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-08 Peter Zijlstraperf_counter: allow for data addresses to be recorded
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-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-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-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
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...
2008-12-14 Ingo Molnarperfcounters: fix lapic initialization
2008-12-14 Ingo Molnarperfcounters: fix non-intel-perfmon CPUs
2008-12-14 Ingo Molnarperfcounters: restructure x86 counter math
2008-12-12 Ingo MolnarMerge branch 'x86/irq' into perfcounters/core
2008-12-11 Ingo Molnarperf counters: clean up state transitions
2008-12-11 Ingo Molnarperf counters: consolidate hw_perf save/restore APIs
2008-12-11 Ingo Molnarperf counters: implement PERF_COUNT_CPU_CLOCK
2008-12-11 Ingo Molnarperf counters: hw driver API
2008-12-11 Ingo Molnarperf counters: add support for group counters
2008-12-11 Ingo Molnarperf counters: restructure the API
2008-12-11 Thomas Gleixnerperf counters: expand use of counter->event
2008-12-11 Thomas Gleixnerperf counters: protect them against CSTATE transitions
2008-12-09 Ingo Molnarperfcounters: consolidate global-disable codepaths
2008-12-09 Ingo Molnarperfcounters, x86: clean up debug code
2008-12-09 Ingo Molnarperfcounters, x86: simplify disable/enable of counters
2008-12-08 Ingo Molnarx86, perfcounters: read out MSR_CORE_PERF_GLOBAL_STATUS...
2008-12-08 Ingo Molnarperformance counters: x86 support