summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2014-08-09arch/x86: replace strict_strto callsDaniel Walter3-7/+7
2014-08-06x86: MCE: Add raw_lock conversion againThomas Gleixner1-9/+9
2014-08-05Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+4
2014-08-05Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-44/+2
2014-08-05Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-196/+218
2014-07-31x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen3-44/+2
2014-07-30Merge tag 'please-pull-apei' into x86/rasH. Peter Anvin1-0/+9
2014-07-28Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Ingo Molnar8-28/+126
2014-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-13/+88
2014-07-25x86: Merge tag 'ras_urgent' into x86/urgentH. Peter Anvin1-4/+6
2014-07-23x86, cpu: Fix cache topology for early P4-SMTPeter Zijlstra2-11/+23
2014-07-21x86, MCE: Robustify mcheck_init_deviceBorislav Petkov1-4/+6
2014-07-16perf/x86/intel: Avoid spamming kernel log for BTS buffer failureDavid Rientjes1-2/+4
2014-07-16perf/x86/amd: Try to fix some mem allocation failure handlingZhouyi Zhou1-27/+84
2014-07-16perf/x86/intel: Protect LBR and extra_regs against KVM lyingKan Liang3-6/+75
2014-07-16perf/x86/intel/uncore: Fix SNB-EP/IVT Cbox filter mappingsStephane Eranian1-5/+6
2014-07-16perf/x86/intel: Use proper dTLB-load-misses event on IvyBridgeVince Weaver1-0/+3
2014-07-14x86, amd: Cleanup init_amdBorislav Petkov1-178/+161
2014-07-14x86/cpufeature: Add bug flags to /proc/cpuinfoBorislav Petkov2-14/+45
2014-07-05perf/x86: Micro-optimize nhmex_rbox_get_constraint()Rasmus Villemoes1-4/+1
2014-07-02perf/x86/intel: ignore CondChgd bit to avoid false NMI handlingHATAYAMA Daisuke1-0/+9
2014-06-24x86, MCE: Robustify mcheck_init_deviceBorislav Petkov1-4/+6
2014-06-22x86, MCE: Kill CPU_POST_DEADBorislav Petkov1-5/+4
2014-06-19x86, cpufeature: Convert more "features" to bugsBorislav Petkov2-3/+3
2014-06-19Merge tag 'v3.16-rc1' into x86/cpufeatureH. Peter Anvin9-37/+159
2014-06-13Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+0
2014-06-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-11/+22
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar3-4/+5
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds1-0/+33
2014-06-05perf/x86: Add conditional branch filtering supportAnshuman Khandual1-0/+5
2014-06-05perf/x86: Use common PMU interrupt disabled codeVince Weaver1-9/+9
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar3-2/+8
2014-06-05hwpoison: remove unused global variable in do_machine_check()Chen Yucong1-5/+0
2014-06-04Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+41
2014-06-04Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+43
2014-06-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+20
2014-05-31mce: Panic when a core has reached a timeoutBorislav Petkov1-2/+1
2014-05-31x86/mce: Improve mcheck_init_device() error handlingMathieu Souchaud1-7/+40
2014-05-30x86/xsaves: Detect xsaves/xrstors featureFenghua Yu2-1/+9
2014-05-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2014-05-22Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin3-4/+5
2014-05-21x86, microcode: Add a disable chicken bitBorislav Petkov2-0/+43
2014-05-19fix Haswell precise store data source encodingStephane Eranian1-3/+19
2014-05-12x86, rdrand: When nordrand is specified, disable RDSEED as wellH. Peter Anvin1-0/+1
2014-05-07Merge branch 'perf/urgent' into perf/core, to avoid conflictsIngo Molnar1-1/+0
2014-05-07perf/x86/intel: Fix Silvermont's event constraintsYan, Zheng1-1/+0
2014-05-06asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2-4/+4
2014-05-06x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski1-0/+1
2014-05-06x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.cAndy Lutomirski1-0/+32
2014-04-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-13/+12