summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)Author
2012-04-04x86: Disable IST stacks for debug/int 3/stack fault for PREEMPT_RTAndi Kleen
2012-04-04x86: Convert mce timer to hrtimerThomas Gleixner
2012-04-04x86: Call idle notifier after irq_enter()Frederic Weisbecker
2012-03-19perf/x86: Fix local vs remote memory events for NHM/WSMPeter Zijlstra
2012-03-12perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel
2012-02-29x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann
2011-12-23perf/x86: Fix raw_spin_unlock_irqrestore() usageRobert Richter
2011-12-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-12-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-12-05x86/mtrr: Resolve inconsistency with Intel processor manualAjaykumar Hotchandani
2011-12-05Add TAINT_FIRMWARE_WORKAROUND on MTRR fixupPrarit Bhargava
2011-12-05perf, x86: Force IBS LVT offset assignment for family 10hRobert Richter
2011-12-05perf, x86: Disable PEBS on SandyBridge chipsPeter Zijlstra
2011-12-04x86: Fix boot failures on older AMD CPU'sLinus Torvalds
2011-11-14perf/x86: Enable raw event access to Intel offcore eventsPeter Zijlstra
2011-11-14perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra
2011-11-14perf/x86: Fix PEBS instruction unwindPeter Zijlstra
2011-11-08x86/mce: Make mce_chrdev_ops 'static const'Luck, Tony
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