summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel2012-03-022-4/+41
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-02-272-8/+38
|\
| * x86/mce/AMD: Fix UP build errorBorislav Petkov2012-02-221-0/+2
| * x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann2012-02-091-8/+36
* | i387: export 'fpu_owner_task' per-cpu variableLinus Torvalds2012-02-201-0/+3
* | i387: support lazy restore of FPU stateLinus Torvalds2012-02-201-0/+2
* | perf: Fix double start/stop in x86_pmu_start()Stephane Eranian2012-02-071-0/+3
* | perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian2012-02-033-6/+0
|/
* mce: fix warning messages about static struct mce_deviceGreg Kroah-Hartman2012-01-162-11/+25
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-151-0/+24
|\
| * Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-01-081-1/+1
| |\
| * \ Merge branch 'tip/x86/core-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2012-01-071-0/+24
| |\ \
| | * | x86: Add counter when debug stack is used with interrupts enabledSteven Rostedt2011-12-211-2/+4
| | * | x86: Keep current stack in NMI breakpointsSteven Rostedt2011-12-211-0/+22
* | | | x86/mce: Fix CPU hotplug and suspend regression related to MCESrivatsa S. Bhat2012-01-131-1/+1
* | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-075-117/+114
|\ \ \ \
| * \ \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-065-117/+114
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-215-117/+114
* | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-063-33/+94
|\ \ \ \ \
| * \ \ \ \ Merge branch 'mce-inject' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar2011-12-181-4/+30
| |\ \ \ \ \
| | * | | | | x86: add IRQ context simulation in module mce-injectChen Gong2011-12-161-4/+30
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'early-mce-decode' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2011-12-151-7/+57
| |\ \ \ \ \
| | * | | | | x86, MCE: Drain mcelog bufferBorislav Petkov2011-12-141-0/+39
| | * | | | | x86, mce: Add wrappers for registering on the decode chainBorislav Petkov2011-12-141-7/+18
| | |/ / / /
| * | | | | x86, mce, therm_throt: Don't report power limit and package level thermal thr...Fenghua Yu2011-12-141-22/+7
| |/ / / /
* | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-061-1/+1
|\ \ \ \ \
| * | | | | x86, centaur: Enable cx8 for VIA Eden tooTimo Teräs2011-12-151-1/+1
| |/ / / /
* | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-061-4/+1
|\ \ \ \ \
| * | | | | x86, CPU: Drop superfluous get_cpu_cap() prototypeBorislav Petkov2011-12-091-4/+1
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-061-1/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'v3.2-rc7' into x86/asmIngo Molnar2012-01-046-23/+40
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | x86: Report cpb and eff_freq_ro flags correctlyJoerg Roedel2011-12-151-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-066-20/+18
|\ \ \ \ \ \
| * | | | | | x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2011-12-216-22/+2
| * | | | | | x86: Fix the !CONFIG_NUMA build of the new CPU ID fixup code supportSteffen Persvold2011-12-061-0/+2
| * | | | | | x86: Add x86_init platform override to fix up NUMA core numberingDaniel J Blueman2011-12-052-0/+16
| |/ / / / /
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-064-88/+315
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | perf events: Add Intel x86 mapping for PERF_COUNT_HW_REF_CPU_CYCLESStephane Eranian2011-12-211-0/+1
| * | | | | perf events: Enable raw event support for Intel unhalted_reference_cycles eventStephane Eranian2011-12-212-11/+12
| * | | | | Merge commit 'v3.2-rc6' into perf/coreIngo Molnar2011-12-204-8/+29
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | perf, x86: Expose perf capability to other modulesGleb Natapov2011-12-061-0/+12
| * | | | | perf, x86: Implement arch event mask as quirkPeter Zijlstra2011-12-063-33/+68
| * | | | | x86, perf: Disable non available architectural eventsGleb Natapov2011-12-062-5/+28
| * | | | | perf, x86: Prefer fixed-purpose counters when schedulingPeter Zijlstra2011-12-061-5/+14
| * | | | | perf, x86: Fix event scheduler for constraints with overlapping countersRobert Richter2011-12-063-5/+72
| * | | | | perf, x86: Implement event scheduler helper functionsRobert Richter2011-12-061-53/+132
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-062-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | x86: Call idle notifier after irq_enter()Frederic Weisbecker2011-12-112-2/+2
| | |/ / / | |/| | |
* | | | | perf/x86: Fix raw_spin_unlock_irqrestore() usageRobert Richter2011-12-231-1/+1
|/ / / /
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-12-051-0/+2
|\ \ \ \
OpenPOWER on IntegriCloud