summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-12-081-0/+5
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Merge back earlier cpufreq material for 3.19-rc1.Rafael J. Wysocki2014-12-011-0/+5
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | Merge back cpufreq material for 3.19-rc1.Rafael J. Wysocki2014-11-181-0/+5
| | | |\ \ \ \
| | | | * | | | x86: Add support for Intel HWP feature detection.Dirk Brandewie2014-11-121-0/+5
| | | | |/ / /
* | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-105-23/+80
|\ \ \ \ \ \ \
| * | | | | | | x86/microcode/intel: Fish out the stashed microcode for the BSPBorislav Petkov2014-12-101-14/+12
| * | | | | | | x86, microcode: Reload microcode on resumeBorislav Petkov2014-12-064-16/+78
| * | | | | | | x86, microcode: Don't initialize microcode code on paravirtBoris Ostrovsky2014-12-061-1/+1
| * | | | | | | x86, microcode, intel: Drop unused parameterBorislav Petkov2014-12-061-4/+3
| * | | | | | | x86, microcode, AMD: Do not use smp_processor_id() in preemtible contextBorislav Petkov2014-12-012-5/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-101-10/+0
|\ \ \ \ \ \ \
| * | | | | | | x86,vdso: Use LSL unconditionally for vgetcpuAndy Lutomirski2014-11-031-10/+0
* | | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-104-45/+108
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/mce: Spell "panicked" correctlyBorislav Petkov2014-12-081-6/+6
| * | | | | | | | x86, mce: Support memory error recovery for both UCNA and Deferred error in m...Chen Yucong2014-11-191-0/+46
| * | | | | | | | x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFE...Chen Yucong2014-11-193-13/+28
| * | | | | | | | x86, MCE, AMD: Assign interrupt handler only when bank supports itChen Yucong2014-11-011-7/+10
| * | | | | | | | x86, MCE, AMD: Drop software-defined bank in error thresholdingBorislav Petkov2014-10-211-3/+2
| * | | | | | | | x86, MCE, AMD: Move invariant code out from loop bodyChen Yucong2014-10-211-1/+3
| * | | | | | | | x86, MCE, AMD: Correct thresholding error loggingChen Yucong2014-10-211-15/+15
| * | | | | | | | x86, MCE, AMD: Use macros to compute bank MSRsChen Yucong2014-10-211-6/+4
| |/ / / / / / /
| | | | | | | |
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
*---. \ \ \ \ \ \ \ Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug...Linus Torvalds2014-12-101-12/+11
|\ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | |
| | * | | | | | | | x86, CPU, AMD: Move K8 TLB flush filter workaround to K8 codeBorislav Petkov2014-11-111-12/+11
| | | |_|_|_|/ / / | | |/| | | | | |
* | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-101-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Replace seq_printf() with seq_puts()Rasmus Villemoes2014-12-081-5/+5
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-102-9/+33
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen2014-11-182-9/+33
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-094-29/+79
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | perf/x86: Add support for sampling PEBS machine state registersStephane Eranian2014-11-161-0/+23
| * | | | | | perf/x86/intel: Disallow flags for most Core2/Atom/Nehalem/Westmere eventsAndi Kleen2014-11-161-26/+26
| * | | | | | perf/x86/intel: Use INTEL_FLAGS_UEVENT_CONSTRAINT for PRECDISTAndi Kleen2014-11-161-3/+3
| * | | | | | perf/x86: Add INTEL_FLAGS_UEVENT_CONSTRAINTAndi Kleen2014-11-161-0/+4
| * | | | | | perf/x86/intel/uncore: Add scaling units to the EP iMC eventsAndi Kleen2014-11-161-0/+8
| * | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2014-11-162-6/+48
| |\ \ \ \ \ \
| * | | | | | | perf/x86/amd/ibs: Update IBS MSRs and feature definitionsAravind Gopalakrishnan2014-11-121-0/+15
* | | | | | | | x86, microcode: Limit the microcode reloading to 64-bit for nowBorislav Petkov2014-12-011-0/+2
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-11-212-0/+10
|\ \ \ \ \ \ \
| * | | | | | | x86, microcode: Update BSPs microcode on resumeBorislav Petkov2014-11-181-0/+8
| * | | | | | | x86: Require exact match for 'noxsave' command line optionDave Hansen2014-11-161-0/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-11-211-4/+45
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | perf/x86/intel/uncore: Fix boot crash on SBOX PMU on Haswell-EPAndi Kleen2014-11-161-3/+30
| * | | | | perf/x86/intel/uncore: Fix IRP uncore register offsets on Haswell EPAndi Kleen2014-11-161-1/+15
| | |/ / / | |/| | |
* | | | | x86, microcode, AMD: Fix ucode patch stashing on 32-bitBorislav Petkov2014-11-101-10/+14
* | | | | x86, microcode: Fix accessing dis_ucode_ldr on 32-bitBorislav Petkov2014-11-051-1/+1
* | | | | x86, microcode, AMD: Fix early ucode loading on 32-bitBorislav Petkov2014-11-011-2/+7
|/ / / /
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-311-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | x86: Don't enable F00F workaround on Intel Quark processorsDave Jones2014-10-291-2/+3
| |/ /
* | | perf/x86/intel: Revert incomplete and undocumented Broadwell client supportIngo Molnar2014-10-293-181/+2
* | | perf/x86: Fix compile warnings for intel_uncorePeter Zijlstra2014-10-281-2/+5
* | | perf: Fix bogus kernel printkPeter Zijlstra (Intel)2014-10-281-2/+3
|/ /
OpenPOWER on IntegriCloud