aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)Author
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2011-11-01i7core_edac: Drop the edac_mce facilityBorislav Petkov
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-10-31x86, MCE: Use notifier chain only for MCE decodingBorislav Petkov
2011-10-28Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-10-28Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2011-10-28Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-10-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-19x86, microcode, AMD: Add microcode revision to /proc/cpuinfoBorislav Petkov
2011-10-19x86, microcode: Correct microcode revision formatBorislav Petkov
2011-10-14x86, intel: Use c->microcode for Atom errata checkAndi Kleen
2011-10-14x86, intel: Output microcode revision in /proc/cpuinfoAndi Kleen
2011-10-10perf, x86: Implement IBS initializationRobert Richter
2011-10-10perf, x86: Share IBS macros between perf and oprofileRobert Richter
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus
2011-10-10perf, intel: Use GO/HO bits in perf-ctrGleb Natapov
2011-10-06perf, amd: Use GO/HO bits in perf-ctrJoerg Roedel
2011-10-06Merge branch 'ras' of git://amd64.org/linux/bp into perf/coreIngo Molnar
2011-09-27x86: Perf_event_amd.c needs <asm/apicdef.h>Randy Dunlap
2011-09-26x86, perf: Clean up perf_event cpu codeKevin Winchester
2011-09-26Merge commit 'v3.1-rc7' into perf/coreIngo Molnar
2011-09-14x86, mce: Do not call del_timer_sync() in IRQ contextHidetoshi Seto
2011-09-13locking, x86: mce: Annotate cmci_discover_lock as rawThomas Gleixner
2011-09-12x86: cache_info: Update calculation of AMD L3 cache indicesFrank Arnold
2011-09-12x86: cache_info: Kill the atomic allocation in amd_init_l3_cache()Thomas Gleixner
2011-09-12x86: cache_info: Kill the moronic shadow structThomas Gleixner
2011-09-12x86: cache_info: Remove bogus free of amd_l3_cache dataThomas Gleixner
2011-09-08x86: Hyper-V: Integrate the clocksource with Hyper-V detection codeK. Y. Srinivasan
2011-08-31x86, perf: Check that current->mm is alive before getting user callchainAndrey Vagin
2011-08-25mtrr: fix UP breakage caused during switch to stop_machineTejun Heo
2011-08-14perf, x86: Avoid kfree() in CPU_STARTINGPeter Zijlstra
2011-08-10x86, amd: Include elf.h explicitly, prepare the code for the module.h splitStephen Rothwell
2011-08-09perf, x86: Add model 45 SandyBridge supportYouquan Song
2011-08-05x86, amd: Move BSP code to cpu_dev helperBorislav Petkov
2011-08-05x86: Add a BSP cpu_dev helperBorislav Petkov
2011-08-05x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov
2011-07-31x86, random: Verify RDRAND functionality and allow it to be disabledH. Peter Anvin
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-23Merge branches 'x86-detect-hyper-for-linus', 'x86-fpu-for-linus', 'x86-kexec-...Linus Torvalds
2011-07-22Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-07-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-07-22Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-07-21x86, perf: Make copy_from_user_nmi() a library functionRobert Richter
2011-07-21x86, perf: P4 PMU - Fix typos in comments and style cleanupCyrill Gorcunov
2011-07-15x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS messageLen Brown
2011-07-14perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov
2011-07-14x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIASLen Brown
2011-07-08x86, hyper: Change hypervisor detection orderAnupam Chanda