summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* perf, x86: Properly account n_addedPeter Zijlstra2010-03-101-2/+2
* perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE)Peter Zijlstra2010-03-102-15/+7
* perf, x86: Fix x86_pmu_startPeter Zijlstra2010-03-101-13/+10
* perf, x86: Use unlocked bitopsPeter Zijlstra2010-03-103-6/+5
* perf, x86: Change x86_pmu.{enable,disable} calling conventionPeter Zijlstra2010-03-103-33/+38
* perf, x86: Remove superfluous arguments to x86_perf_event_update()Peter Zijlstra2010-03-102-13/+8
* perf, x86: Remove superfluous arguments to x86_perf_event_set_period()Peter Zijlstra2010-03-102-9/+8
* perf, x86, Do not user perf_disable from NMI contextPeter Zijlstra2010-03-101-6/+5
* perf: Rework and fix the arch CPU-hotplug hooksPeter Zijlstra2010-03-103-64/+71
* perf: Provide generic perf_sample_data initializationPeter Zijlstra2010-03-102-6/+3
* Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar2010-03-0919-430/+891
|\
| * sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman2010-03-071-0/+1
| * Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-072-2/+2
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2010-03-073-0/+635
| |\
| | * [CPUFREQ] Fix cast warning in pcc driver.Dave Jones2010-01-131-2/+1
| | * [CPUFREQ] Processor Clocking Control interface driverNaga Chumbalkar2010-01-133-0/+636
| * | bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-062-2/+2
| * | x86: fix mtrr missing kernel-docRandy Dunlap2010-03-051-0/+1
| * | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-031-179/+29
| |\ \
| | * | x86: Change range end to start+sizeYinghai Lu2010-02-101-16/+16
| | * | x86: Move range related operation to one fileYinghai Lu2010-02-101-165/+15
| * | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-03-011-3/+3
| |\ \ \
| | * | | ACPI: replace acpi_integer by u64Lin Ming2010-01-281-3/+3
| * | | | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-02-286-14/+14
| |\ \ \ \
| | * | | | x86: Convert set_atomicity_lock to raw_spinlockThomas Gleixner2010-02-161-3/+3
| | * | | | x86, mtrr: Kill over the top warnAlan Cox2010-02-151-1/+1
| | * | | | x86, mtrr: Constify struct mtrr_opsEmese Revfy2010-02-016-10/+10
| * | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-282-94/+160
| |\ \ \ \ \
| | * | | | | x86, cacheinfo: Enable L3 CID only on AMDBorislav Petkov2010-02-181-88/+98
| | * | | | | x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1Borislav Petkov2010-02-181-3/+3
| | * | | | | x86, cpu: Print AMD virtualization features in /proc/cpuinfoJoerg Roedel2010-02-131-0/+4
| | * | | | | x86, cacheinfo: Calculate L3 indicesBorislav Petkov2010-01-221-4/+31
| | * | | | | x86, cacheinfo: Add cache index disable sysfs attrs only to L3 cachesBorislav Petkov2010-01-221-9/+26
| | * | | | | x86, cacheinfo: Fix disabling of L3 cache indicesBorislav Petkov2010-01-221-13/+21
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-02-282-95/+1
| |\ \ \ \ \
| | * | | | | x86, mtrr: Remove unused mtrr/state.cBorislav Petkov2010-02-042-95/+1
| * | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-281-41/+43
| |\ \ \ \ \ \
| | * | | | | | x86: Macroise x86 cache descriptorsDave Jones2010-01-131-41/+43
| * | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-285-1331/+2078
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | perf_events, x86: Fixup fixed counter constraintsPeter Zijlstra2010-03-022-17/+39
* | | | | | | | perf, x86: Restrict the ANY flagPeter Zijlstra2010-03-021-0/+3
* | | | | | | | perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLERobert Richter2010-03-013-9/+9
* | | | | | | | Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker2010-02-273-691/+2
|\| | | | | | | | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-02-081-1/+2
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | [CPUFREQ] Fix use after free of struct powernow_k8_dataThomas Renninger2010-01-131-1/+2
| * | | | | x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)H. Peter Anvin2010-01-232-690/+0
| | |_|_|/ | |/| | |
* | | | | perf_event, amd: Fix spinlock initializationPeter Zijlstra2010-02-261-1/+1
* | | | | perf_events, x86: Split PMU definitions into separate filesPeter Zijlstra2010-02-264-1514/+1554
* | | | | perf_events, x86: Remove superflous MSR writesPeter Zijlstra2010-02-261-3/+0
* | | | | perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in()Peter Zijlstra2010-02-261-9/+9