Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[safe/jmp/linux-2.6] / arch / x86 / kernel / cpu / perf_event_intel.c
2010-05-07 Peter Zijlstraperf, x86: Improve the PEBS ABI
2010-05-07 Robert Richterperf, x86: Pass enable bit mask to __x86_pmu_enable_event()
2010-04-08 Ingo MolnarMerge branch 'linus' into perf/core
2010-04-06 Vince Weaverperf, x86: Enable Nehalem-EX support
2010-04-02 Peter Zijlstraperf, x86: Add Nehalem programming quirk to Westmere
2010-04-02 Peter Zijlstraperf, x86: Fix __initconst vs const
2010-04-02 Peter Zijlstraperf, x86: Fix up the ANY flag stuff
2010-04-02 Robert Richterperf, x86: implement ARCH_PERFMON_EVENTSEL bit masks
2010-04-02 Robert Richterperf, x86: Undo some some *_counter* -> *_event* renames
2010-03-26 Peter Zijlstraperf, x86: Add Nehelem PMU programming errata workaround
2010-03-11 Cyrill Gorcunovperf, x86: Implement initial P4 PMU driver
2010-03-10 Peter Zijlstraperf, x86: Remove checking_{wr,rd}msr() usage
2010-03-10 Peter Zijlstraperf, x86: Reorder intel_pmu_enable_all()
2010-03-10 Peter Zijlstraperf, x86: Clear the LBRs on init
2010-03-10 Peter Zijlstraperf, x86: Disable PEBS on clovertown chips
2010-03-10 Peter Zijlstraperf, x86: Clean up IA32_PERF_CAPABILITIES usage
2010-03-10 Peter Zijlstraperf, x86: use LBR for PEBS IP+1 fixup
2010-03-10 Peter Zijlstraperf, x86: Implement simple LBR support
2010-03-10 Peter Zijlstraperf, x86: Add PEBS infrastructure
2010-03-10 Peter Zijlstraperf, x86: Avoid double disable on throttle vs ioctl...
2010-03-10 Peter Zijlstraperf, x86: Use unlocked bitops
2010-03-10 Peter Zijlstraperf, x86: Change x86_pmu.{enable,disable} calling...
2010-03-10 Peter Zijlstraperf, x86: Remove superfluous arguments to x86_perf_eve...
2010-03-10 Peter Zijlstraperf, x86: Remove superfluous arguments to x86_perf_eve...
2010-03-10 Peter Zijlstraperf, x86, Do not user perf_disable from NMI context
2010-03-10 Peter Zijlstraperf: Rework and fix the arch CPU-hotplug hooks
2010-03-10 Peter Zijlstraperf: Provide generic perf_sample_data initialization
2010-03-09 Ingo MolnarMerge commit 'v2.6.34-rc1' into perf/urgent
2010-03-06 Akinobu Mitabitops: rename for_each_bit() to for_each_set_bit()
2010-03-02 Peter Zijlstraperf_events, x86: Fixup fixed counter constraints
2010-02-26 Peter Zijlstraperf_events, x86: Split PMU definitions into separate...