aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)Author
2020-05-20x86: Fix early boot crash on gcc-10, third tryBorislav Petkov
2020-05-14KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit
2020-05-14x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf
2020-04-21x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen
2020-04-17KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson
2020-04-17x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom
2020-02-28KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov
2020-02-28x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERFKim Phillips
2020-02-24x86/nmi: Remove irq_work from the long duration NMI handlerChangbin Du
2020-02-11x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner
2020-02-11KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson
2020-02-11x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeThomas Gleixner
2020-02-11x86/KVM: Clean up host's steal time structureBoris Ostrovsky
2020-02-11x86/kvm: Cache gfn to pfn translationBoris Ostrovsky
2020-02-11kvm/svm: PKU not currently supportedJohn Allen
2020-01-17syscalls/x86: Fix function types in COND_SYSCALLSami Tolvanen
2020-01-17syscalls/x86: Wire up COMPAT_SYSCALL_DEFINE0Andy Lutomirski
2019-12-31x86/crash: Add a forward declaration of struct kimageLianbo Jiang
2019-12-31x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen
2019-12-31syscalls/x86: Use the correct function type in SYSCALL_DEFINE0Sami Tolvanen
2019-12-04x86/fpu: Don't cache access to fpu_fpregs_owner_ctxSebastian Andrzej Siewior
2019-11-29x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make th...Ingo Molnar
2019-11-29x86/cpu_entry_area: Add guard page for entry stack on 32bitThomas Gleixner
2019-11-29x86/stackframe/32: Repair 32-bit Xen PVJan Beulich
2019-11-04kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid
2019-11-04kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli
2019-10-28x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta
2019-10-28x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta
2019-10-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-10-22KVM: nVMX: Don't leak L1 MMIO regions to L2Jim Mattson
2019-10-22x86/cpu/vmware: Fix platform detection VMWARE_PORT macroThomas Hellstrom
2019-10-22x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL, for clang/llvmThomas Hellstrom
2019-10-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-10-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-10-08x86/cpu: Add Comet Lake to the Intel CPU models headerKan Liang
2019-10-08x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan
2019-10-07uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds
2019-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-10-01x86: Use the correct SPDX License Identifier in headersNishad Kamdar
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-09-27KVM: x86: assign two bits to track SPTE kindsPaolo Bonzini
2019-09-25KVM: x86: Don't check kvm_rebooting in __kvm_handle_fault_on_reboot()Sean Christopherson
2019-09-25KVM: x86: Drop ____kvm_handle_fault_on_reboot()Sean Christopherson
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-24kvm: nvmx: limit atomic switch MSRsMarc Orr
2019-09-24kvm: svm: Intercept RDPRUJim Mattson