aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAge
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-31
* | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2011-11-02
|\ \ | |/ |/|
| * i7core_edac: Drop the edac_mce facilityBorislav Petkov2011-11-01
| * x86, MCE: Use notifier chain only for MCE decodingBorislav Petkov2011-10-31
* | Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-28
|\ \
| * | x86, random: Verify RDRAND functionality and allow it to be disabledH. Peter Anvin2011-07-31
* | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-10-28
|\ \ \
| * | | x86, microcode, AMD: Add microcode revision to /proc/cpuinfoBorislav Petkov2011-10-19
| * | | x86, microcode: Correct microcode revision formatBorislav Petkov2011-10-19
| * | | x86, intel: Use c->microcode for Atom errata checkAndi Kleen2011-10-14
| * | | x86, intel: Output microcode revision in /proc/cpuinfoAndi Kleen2011-10-14
| | |/ | |/|
* | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-28
|\ \ \
| * | | x86: Hyper-V: Integrate the clocksource with Hyper-V detection codeK. Y. Srinivasan2011-09-08
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-10-28
|\ \ \ \
| * | | | x86: cache_info: Update calculation of AMD L3 cache indicesFrank Arnold2011-09-12
| * | | | x86: cache_info: Kill the atomic allocation in amd_init_l3_cache()Thomas Gleixner2011-09-12
| * | | | x86: cache_info: Kill the moronic shadow structThomas Gleixner2011-09-12
| * | | | x86: cache_info: Remove bogus free of amd_l3_cache dataThomas Gleixner2011-09-12
| * | | | x86, amd: Include elf.h explicitly, prepare the code for the module.h splitStephen Rothwell2011-08-10
| * | | | x86, amd: Move BSP code to cpu_dev helperBorislav Petkov2011-08-05
| * | | | x86: Add a BSP cpu_dev helperBorislav Petkov2011-08-05
| * | | | x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov2011-08-05
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-10-26
|\ \ \ \ \
| * | | | | perf, x86: Implement IBS initializationRobert Richter2011-10-10
| * | | | | perf, x86: Share IBS macros between perf and oprofileRobert Richter2011-10-10
| * | | | | x86, nmi: Wire up NMI handlers to new routinesDon Zickus2011-10-10
| * | | | | perf, intel: Use GO/HO bits in perf-ctrGleb Natapov2011-10-10
| * | | | | perf, amd: Use GO/HO bits in perf-ctrJoerg Roedel2011-10-06
| * | | | | Merge branch 'ras' of git://amd64.org/linux/bp into perf/coreIngo Molnar2011-10-06
| |\ \ \ \ \
| | * | | | | x86, mce: Do not call del_timer_sync() in IRQ contextHidetoshi Seto2011-09-14
| | | |_|/ / | | |/| | |
| * | | | | x86: Perf_event_amd.c needs <asm/apicdef.h>Randy Dunlap2011-09-27
| * | | | | x86, perf: Clean up perf_event cpu codeKevin Winchester2011-09-26
| * | | | | Merge commit 'v3.1-rc7' into perf/coreIngo Molnar2011-09-26
| |\| | | |
| * | | | | perf, x86: Avoid kfree() in CPU_STARTINGPeter Zijlstra2011-08-14
* | | | | | locking, x86: mce: Annotate cmci_discover_lock as rawThomas Gleixner2011-09-13
| |/ / / / |/| | | |
* | | | | x86, perf: Check that current->mm is alive before getting user callchainAndrey Vagin2011-08-31
| |_|/ / |/| | |
* | | | mtrr: fix UP breakage caused during switch to stop_machineTejun Heo2011-08-25
|/ / /
* | | perf, x86: Add model 45 SandyBridge supportYouquan Song2011-08-09
* | | atomic: use <linux/atomic.h>Arun Sharma2011-07-26
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'x86-detect-hyper-for-linus', 'x86-fpu-for-linus', 'x86-kexec-...Linus Torvalds2011-07-23
|\ \ \ \ \ | | | | |/ | | | |/|
| | * / | x86-32, fpu: Fix DNA exception during check_fpu()Suresh Siddha2011-06-30
| | |/ /
| * / / x86, hyper: Change hypervisor detection orderAnupam Chanda2011-07-08
| |/ /
* | | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-22
|\ \ \
| * | | x86, mtrr: Use pci_dev->revisionSergei Shtylyov2011-07-02
| * | | x86, mtrr: use stop_machine APIs for doing MTRR rendezvousSuresh Siddha2011-06-27
| * | | x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha2011-06-27
| |/ /
* | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-07-22
|\ \ \
| * | | x86, mce: Use mce_sysdev_ prefix to group functionsHidetoshi Seto2011-06-16
| * | | x86, mce: Use mce_chrdev_ prefix to group functionsHidetoshi Seto2011-06-16