summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-22x86/fpu: Reset MXCSR to default in kernel_fpu_begin()Petteri Aimonen1-0/+5
2020-07-16x86/entry: Increase entry_stack size to a full pagePeter Zijlstra1-1/+1
2020-06-30KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson1-1/+1
2020-06-22x86,smap: Fix smap_{save,restore}() alternativesPeter Zijlstra1-3/+8
2020-06-17x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck1-6/+13
2020-06-10x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2-0/+6
2020-06-10x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross1-0/+30
2020-06-07mm: Fix mremap not considering huge pmd devmapFan Yang1-0/+1
2020-06-03x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl1-1/+1
2020-06-03x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long"Andy Lutomirski1-2/+9
2020-05-27KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger1-0/+1
2020-05-20x86: Fix early boot crash on gcc-10, third tryBorislav Petkov1-1/+6
2020-05-14KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit1-2/+2
2020-05-14x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf1-1/+1
2020-04-21x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen1-1/+1
2020-04-17KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson1-1/+1
2020-04-17x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom2-3/+6
2020-02-28KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov1-1/+1
2020-02-28x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERFKim Phillips1-0/+2
2020-02-24x86/nmi: Remove irq_work from the long duration NMI handlerChangbin Du1-1/+0
2020-02-11x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner1-0/+8
2020-02-11KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson1-4/+4
2020-02-11x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeThomas Gleixner2-0/+4
2020-02-11x86/KVM: Clean up host's steal time structureBoris Ostrovsky1-2/+1
2020-02-11x86/kvm: Cache gfn to pfn translationBoris Ostrovsky1-0/+1
2020-02-11kvm/svm: PKU not currently supportedJohn Allen1-0/+1
2020-01-17syscalls/x86: Fix function types in COND_SYSCALLSami Tolvanen1-5/+16
2020-01-17syscalls/x86: Wire up COMPAT_SYSCALL_DEFINE0Andy Lutomirski1-2/+30
2019-12-31x86/crash: Add a forward declaration of struct kimageLianbo Jiang1-0/+2
2019-12-31x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen1-1/+1
2019-12-31syscalls/x86: Use the correct function type in SYSCALL_DEFINE0Sami Tolvanen1-11/+12
2019-12-05x86/fpu: Don't cache access to fpu_fpregs_owner_ctxSebastian Andrzej Siewior1-1/+1
2019-11-29x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make th...Ingo Molnar2-9/+11
2019-11-29x86/cpu_entry_area: Add guard page for entry stack on 32bitThomas Gleixner1-1/+5
2019-11-29x86/stackframe/32: Repair 32-bit Xen PVJan Beulich1-0/+12
2019-11-04kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid1-0/+4
2019-11-04kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini1-0/+2
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2-0/+8
2019-10-28x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta4-2/+14
2019-10-28x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta1-0/+5
2019-10-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+9
2019-10-22KVM: nVMX: Don't leak L1 MMIO regions to L2Jim Mattson1-1/+1
2019-10-22x86/cpu/vmware: Fix platform detection VMWARE_PORT macroThomas Hellstrom1-5/+8
2019-10-22x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL, for clang/llvmThomas Hellstrom1-1/+2
2019-10-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+4
2019-10-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2019-10-08x86/cpu: Add Comet Lake to the Intel CPU models headerKan Liang1-0/+3
2019-10-08x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan1-1/+1
2019-10-07uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds1-0/+23
2019-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+0