perf, x86: Clean up IA32_PERF_CAPABILITIES usage
[safe/jmp/linux-2.6] / arch / x86 / kernel / cpu /
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: Fix double enable calls
2010-03-10 Peter Zijlstraperf, x86: Fix double disable calls
2010-03-10 Peter Zijlstraperf, x86: Properly account n_added
2010-03-10 Peter Zijlstraperf, x86: Avoid double disable on throttle vs ioctl...
2010-03-10 Peter Zijlstraperf, x86: Fix x86_pmu_start
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-08 Eric W. Biedermansysfs: Use sysfs_attr_init and sysfs_bin_attr_init...
2010-03-08 Emese RevfyDriver core: Constify struct sysfs_ops in struct kobj_type
2010-03-07 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2010-03-06 Akinobu Mitabitops: rename for_each_bit() to for_each_set_bit()
2010-03-05 Randy Dunlapx86: fix mtrr missing kernel-doc
2010-03-03 Linus TorvaldsMerge branch 'x86-bootmem-for-linus' of git://git....
2010-03-02 Peter Zijlstraperf_events, x86: Fixup fixed counter constraints
2010-03-02 Peter Zijlstraperf, x86: Restrict the ANY flag
2010-03-01 Linus TorvaldsMerge branch 'acpica' of git://git./linux/kernel/git...
2010-03-01 Robert Richterperf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLE
2010-02-28 Linus TorvaldsMerge branch 'x86-mtrr-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-cpu-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-cleanups-for-linus' of git://git...
2010-02-28 Linus TorvaldsMerge branch 'x86-asm-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-02-27 Frederic WeisbeckerMerge commit 'v2.6.33' into perf/core
2010-02-26 Peter Zijlstraperf_event, amd: Fix spinlock initialization
2010-02-26 Peter Zijlstraperf_events, x86: Split PMU definitions into separate...
2010-02-26 Peter Zijlstraperf_events, x86: Remove superflous MSR writes
2010-02-26 Peter Zijlstraperf_events: Simplify code by removing cpu argument...
2010-02-26 Stephane Eranianperf_events, x86: AMD event scheduling
2010-02-26 Stephane Eranianperf_events: Add new start/stop PMU callbacks
2010-02-19 Borislav Petkovx86, cacheinfo: Enable L3 CID only on AMD
2010-02-19 Borislav Petkovx86, cacheinfo: Remove NUMA dependency, fix for AMD...
2010-02-16 Thomas Gleixnerx86: Convert set_atomicity_lock to raw_spinlock
2010-02-16 Alan Coxx86, mtrr: Kill over the top warn
2010-02-13 Joerg Roedelx86, cpu: Print AMD virtualization features in /proc...
2010-02-11 Yinghai Lux86: Change range end to start+size
2010-02-11 Yinghai Lux86: Move range related operation to one file
2010-02-08 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2010-02-04 Borislav Petkovx86, mtrr: Remove unused mtrr/state.c
2010-02-04 Stephane Eranianperf_events, x86: Fix bug in hw_perf_enable()
2010-02-04 Peter Zijlstrabitops: Ensure the compile time HWEIGHT is only used...
2010-02-04 Peter Zijlstraperf_events, x86: Implement intel core solo/duo support
2010-02-01 Emese Revfyx86, mtrr: Constify struct mtrr_ops
2010-01-29 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-01-29 Peter Zijlstraperf_events, x86: Remove spurious counter reset from...
2010-01-29 Peter Zijlstraperf_events, x86: Implement Intel Westmere support
2010-01-29 Peter Zijlstraperf_events, x86: Clean up hw_perf_*_all() implementation
2010-01-29 Peter Zijlstraperf_events, x86: Fix event constraint masks
2010-01-29 Peter Zijlstraperf_event: x86: Deduplicate the disable code
2010-01-29 Ingo Molnarperf, x86: Clean up event constraints code a bit
2010-01-29 Peter Zijlstraperf_event: x86: Optimize x86_pmu_disable()
2010-01-29 Peter Zijlstraperf_event: x86: Optimize the fast path a little more
2010-01-29 Peter Zijlstraperf_event: x86: Optimize constraint weight computation
2010-01-29 Peter Zijlstraperf_event: x86: Optimize the constraint searching...
2010-01-29 Peter Zijlstraperf_event: x86: Reduce some overly long lines with...
2010-01-29 Peter Zijlstraperf_event: x86: Clean up some of the u64/long bitmask...
2010-01-29 Peter Zijlstraperf_event: x86: Fixup constraints typing issue
2010-01-29 Peter Zijlstraperf_event: x86: Allocate the fake_cpuc
2010-01-29 Stephane Eranianperf_events: Add fast-path to the rescheduling code
2010-01-29 Stephane Eranianperf_events, x86: Improve x86 event scheduling
2010-01-28 Anton Blanchardperf: Fix inconsistency between IP and callchain sampling
2010-01-28 Lin MingACPI: replace acpi_integer by u64
2010-01-24 H. Peter Anvinx86: Remove "x86 CPU features in debugfs" (CONFIG_X86_C...
2010-01-23 Borislav Petkovx86, cacheinfo: Calculate L3 indices
2010-01-23 Borislav Petkovx86, cacheinfo: Add cache index disable sysfs attrs...
2010-01-23 Borislav Petkovx86, cacheinfo: Fix disabling of L3 cache indices
2010-01-21 Stephane Eranianperf: x86: Add support for the ANY bit
2010-01-13 Dave Jones[CPUFREQ] Fix cast warning in pcc driver.
2010-01-13 Naga Chumbalkar[CPUFREQ] Processor Clocking Control interface driver
2010-01-13 Thomas Renninger[CPUFREQ] Fix use after free of struct powernow_k8_data
2010-01-13 Frederic Weisbeckerperf: Drop useless check for ignored frame
2010-01-13 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-01-13 Dave Jonesx86: Macroise x86 cache descriptors
2009-12-31 Linus TorvaldsMerge branch 'perf-fixes-for-linus-2' of git://git...
2009-12-31 Frederic Weisbeckerperf: Pass appropriate frame pointer to dump_trace()
2009-12-28 Naga Chumbalkarx86, perfctr: Remove unused func avail_to_resrv_perfctr...
2009-12-28 Ingo MolnarMerge branch 'iommu/fixes' of git://git./linux/kernel...
2009-12-24 Len BrownMerge branch 'misc-2.6.33' into release
2009-12-22 Andrew Mortonarch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross...
2009-12-19 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2009-12-19 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-12-17 Pallipadi, Venkateshx86: Reenable TSC sync check at boot, even with NONSTOP_TSC
2009-12-17 Frederic Weisbeckerperf events, x86/stacktrace: Fix performance/softlockup...
2009-12-17 Frederic Weisbeckerperf events, x86/stacktrace: Make stack walking optional
2009-12-17 Rusty Russellcpumask: rename tsk_cpumask to tsk_cpus_allowed
2009-12-16 Andreas Herrmannx86, amd: Get multi-node CPU info from NodeId MSR inste...
2009-12-16 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-12-15 Ingo MolnarMerge branch 'x86/mce' into x86/urgent
2009-12-15 André Goddard Rosatree-wide: convert open calls to remove spaces to skip_...
2009-12-14 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
next