summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systemsAndy Lutomirski2018-01-261-5/+29
* x86/microcode: Fix again accessing initrd after having been freedBorislav Petkov2018-01-241-1/+1
* x86/microcode/intel: Extend BDW late-loading further with LLC size checkJia Zhang2018-01-241-2/+18
* perf/x86/amd/power: Do not load AMD power module on !AMD platformsXiao Liang2018-01-241-1/+1
* Merge tag 'pci-v4.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-231-12/+20
|\
| * x86/PCI: Enable AMD 64-bit window on resume=?UTF-8?q?Christian=20K=C3=B6nig?=2018-01-161-12/+20
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-217-7/+45
|\ \
| * | x86/retpoline: Optimize inline assembler for vmexit_fill_RSBAndi Kleen2018-01-191-3/+4
| * | kprobes/x86: Disable optimizing on the function jumps to indirect thunkMasami Hiramatsu2018-01-191-1/+22
| * | kprobes/x86: Blacklist indirect thunk functions for kprobesMasami Hiramatsu2018-01-191-1/+2
| * | retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu2018-01-193-1/+10
| * | x86/mce: Make machine check speculation protectedThomas Gleixner2018-01-193-1/+7
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-211-10/+15
|\ \ \
| * | | x86/mm: Rework wbinvd, hlt operation in stop_this_cpu()Tom Lendacky2018-01-181-10/+15
* | | | x86: Use __nostackprotect for sme_encrypt_kernelLaura Abbott2018-01-211-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-201-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in ...Tianyu Lan2018-01-171-2/+2
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-1713-162/+388
|\ \ \ \
| * | | | x86/apic/vector: Fix off by one in error pathThomas Gleixner2018-01-171-2/+5
| * | | | x86/intel_rdt/cqm: Prevent use after freeThomas Gleixner2018-01-171-4/+4
| * | | | x86/mm: Encrypt the initrd earlier for BSP microcode updateTom Lendacky2018-01-165-45/+85
| * | | | x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryptionTom Lendacky2018-01-162-22/+121
| * | | | x86/mm: Centralize PMD flags in sme_encrypt_kernel()Tom Lendacky2018-01-161-56/+77
| * | | | x86/mm: Use a struct to reduce parameters for SME PGD mappingTom Lendacky2018-01-161-44/+46
| * | | | x86/mm: Clean up register saving in the __enc_copy() assembly codeTom Lendacky2018-01-161-10/+10
| * | | | x86/idt: Mark IDT tables __initconstAndi Kleen2018-01-141-6/+6
| * | | | Revert "x86/apic: Remove init_bsp_APIC()"Ville Syrjälä2018-01-143-0/+53
| * | | | x86/mm/pkeys: Fix fill_sig_info_pkeyEric W. Biederman2018-01-141-3/+4
| * | | | x86/tsc: Print tsc_khz, when it differs from cpu_khzLen Brown2018-01-141-0/+6
| * | | | x86/tsc: Fix erroneous TSC rate on Skylake XeonLen Brown2018-01-141-1/+0
| * | | | x86/tsc: Future-proof native_calibrate_tsc()Len Brown2018-01-141-0/+2
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-01-171-2/+2
|\ \ \ \ \
| * | | | | perf/x86/rapl: Fix Haswell and Broadwell server RAPL eventKan Liang2018-01-121-2/+2
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-177-13/+79
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | x86/cpufeature: Move processor tracing out of scattered featuresPaolo Bonzini2018-01-172-2/+1
| * | | | x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macrosTom Lendacky2018-01-151-1/+5
| * | | | x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse2018-01-154-0/+59
| * | | | x86/kasan: Panic if there is not enough memory to bootAndrey Ryabinin2018-01-151-10/+14
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-151-2/+0
|\| | | |
| * | | | x86/retpoline: Remove compile time warningThomas Gleixner2018-01-141-2/+0
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-1433-84/+657
|\| | | |
| * | | | x86,perf: Disable intel_bts when PTIPeter Zijlstra2018-01-141-0/+18
| * | | | x86/pti: Fix !PCID and sanitize definesThomas Gleixner2018-01-143-21/+23
| * | | | x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse2018-01-123-1/+85
| * | | | x86/retpoline/irq32: Convert assembler indirect jumpsAndi Kleen2018-01-121-4/+5
| * | | | x86/retpoline/checksum32: Convert assembler indirect jumpsDavid Woodhouse2018-01-121-3/+4
| * | | | x86/retpoline/xen: Convert Xen hypercall indirect jumpsDavid Woodhouse2018-01-121-2/+3
| * | | | x86/retpoline/hyperv: Convert assembler indirect jumpsDavid Woodhouse2018-01-121-8/+10
| * | | | x86/retpoline/ftrace: Convert ftrace assembler indirect jumpsDavid Woodhouse2018-01-122-6/+8
| * | | | x86/retpoline/entry: Convert entry assembler indirect jumpsDavid Woodhouse2018-01-122-5/+12