| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/vmware: Skip lapic calibration on VMware | Renat Valiullin | 2016-10-05 | 1 | -2/+10 |
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-10-04 | 1 | -35/+17 |
|\ |
|
| * | x86/microcode: Convert to hotplug state machine | Sebastian Andrzej Siewior | 2016-09-19 | 1 | -35/+17 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-10-04 | 3 | -12/+12 |
|\ \ |
|
| * \ | Merge branch 'linus' into x86/asm, to pick up recent fixes | Ingo Molnar | 2016-09-15 | 2 | -3/+22 |
| |\ \ |
|
| * \ \ | Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicity | Ingo Molnar | 2016-09-08 | 3 | -6/+11 |
| |\ \ \ |
|
| | * | | | x86: Apply more __ro_after_init and const | Kees Cook | 2016-08-10 | 3 | -6/+11 |
| * | | | | x86/entry: Remove outdated comment about SYSCALL targets | Borislav Petkov | 2016-08-24 | 1 | -5/+0 |
| * | | | | x86/dumpstack: Remove 64-byte gap at end of irq stack | Josh Poimboeuf | 2016-08-18 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-03 | 2 | -48/+200 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'v4.8-rc8' into ras/core, to pick up fixes | Ingo Molnar | 2016-09-26 | 1 | -3/+10 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | x86/mce/AMD: Extract the error address on SMCA systems | Yazen Ghannam | 2016-09-13 | 2 | -1/+22 |
| * | | | | x86/mce, EDAC/mce_amd: Print MCA_SYND and MCA_IPID during MCE on SMCA systems | Yazen Ghannam | 2016-09-13 | 1 | -0/+7 |
| * | | | | x86/mce/AMD: Save MCA_IPID in MCE struct on SMCA systems | Yazen Ghannam | 2016-09-13 | 2 | -4/+12 |
| * | | | | x86/mce/AMD: Ensure the deferred error interrupt is of type APIC on SMCA systems | Yazen Ghannam | 2016-09-13 | 1 | -0/+14 |
| * | | | | x86/mce/AMD: Update sysfs bank names for SMCA systems | Yazen Ghannam | 2016-09-13 | 1 | -2/+47 |
| * | | | | x86/mce/AMD, EDAC/mce_amd: Define and use tables for known SMCA IP types | Yazen Ghannam | 2016-09-13 | 1 | -25/+79 |
| * | | | | x86/mce/AMD: Read MSRs on the CPU allocating the threshold blocks | Yazen Ghannam | 2016-09-13 | 1 | -9/+8 |
| * | | | | x86/mce: Add support for new MCA_SYND register | Yazen Ghannam | 2016-09-13 | 2 | -0/+7 |
| * | | | | x86/mce/AMD: Use msr_ops.misc() in allocate_threshold_blocks() | Yazen Ghannam | 2016-09-13 | 1 | -1/+1 |
| * | | | | x86/mce: Drop X86_FEATURE_MCE_RECOVERY and the related model string test | Tony Luck | 2016-09-05 | 1 | -11/+0 |
| * | | | | x86/mce: Add PCI quirks to identify Xeons with machine check recovery | Tony Luck | 2016-09-05 | 1 | -0/+8 |
* | | | | | Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-03 | 1 | -0/+11 |
|\ \ \ \ \ |
|
| * | | | | | virt, sched: Add generic vCPU pinning support | Juergen Gross | 2016-09-05 | 1 | -0/+11 |
| |/ / / / |
|
* | / / / | x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUID | Andy Lutomirski | 2016-09-30 | 1 | -12/+11 |
| |/ / /
|/| | | |
|
* | | | | x86/microcode/AMD: Fix load of builtin microcode with randomized memory | Borislav Petkov | 2016-09-05 | 1 | -3/+10 |
|/ / / |
|
* / / | x86/AMD: Apply erratum 665 on machines without a BIOS fix | Emanuel Czirai | 2016-09-02 | 1 | -0/+12 |
|/ / |
|
* / | x86/microcode/AMD: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y | Borislav Petkov | 2016-08-18 | 1 | -1/+8 |
|/ |
|
* | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-08-01 | 11 | -11/+12 |
|\ |
|
| * | x86: Audit and remove any remaining unnecessary uses of module.h | Paul Gortmaker | 2016-07-14 | 2 | -2/+1 |
| * | x86/kernel: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 2016-07-14 | 9 | -9/+11 |
* | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-07-30 | 4 | -118/+188 |
|\ \ |
|
| * | | x86/asm, x86/microcode: Add __PAGE_OFFSET_BASE define on 32-bit | Borislav Petkov | 2016-07-27 | 1 | -2/+0 |
| * | | Merge branch 'linus' into x86/microcode, to pick up merge window changes | Ingo Molnar | 2016-07-27 | 6 | -12/+11 |
| |\ \ |
|
| * | | | x86/microcode/intel: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y | Borislav Petkov | 2016-07-26 | 1 | -2/+14 |
| * | | | x86/microcode: Remove unused symbol exports | Borislav Petkov | 2016-07-08 | 2 | -3/+0 |
| * | | | Merge tag 'v4.7-rc6' into x86/microcode, to pick up fixes before merging new ... | Ingo Molnar | 2016-07-08 | 1 | -2/+2 |
| |\ \ \ |
|
| * | | | | x86/microcode/intel: Do not issue microcode updates messages on each CPU | Andi Kleen | 2016-06-14 | 1 | -7/+17 |
| * | | | | Documentation/microcode: Document some aspects for more clarity | Borislav Petkov | 2016-06-08 | 1 | -7/+9 |
| * | | | | x86/microcode/AMD: Make amd_ucode_patch[] static | Borislav Petkov | 2016-06-08 | 1 | -1/+1 |
| * | | | | x86/microcode/intel: Unexport save_mc_for_early() | Borislav Petkov | 2016-06-08 | 1 | -9/+6 |
| * | | | | x86/microcode/intel: Rename load_microcode_early() to find_microcode_patch() | Borislav Petkov | 2016-06-08 | 1 | -5/+5 |
| * | | | | x86/microcode: Propagate save_microcode_in_initrd() retval | Borislav Petkov | 2016-06-08 | 2 | -5/+5 |
| * | | | | x86/microcode: Get rid of find_cpio_data()'s dummy offset arg | Borislav Petkov | 2016-06-08 | 2 | -4/+2 |
| * | | | | x86/microcode: Fix suspend to RAM with builtin microcode | Borislav Petkov | 2016-06-08 | 1 | -1/+2 |
| * | | | | x86/microcode: Fix loading precedence | Borislav Petkov | 2016-06-08 | 2 | -78/+133 |
* | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-07-30 | 1 | -0/+5 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont based CPUs | Peter Zijlstra | 2016-07-20 | 1 | -0/+5 |
| * | | | | Merge branch 'x86/urgent' into x86/cpu, to pick up dependent fix | Ingo Molnar | 2016-07-01 | 1 | -2/+2 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-07-26 | 1 | -2/+2 |
|\ \ \ \ \ |
|