summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-04-23x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan1-1/+5
2020-04-23x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan1-0/+10
2020-04-21x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen1-1/+1
2020-04-21x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre1-1/+2
2020-04-21x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse3-0/+16
2020-04-17efi/x86: Fix the deletion of variables in mixed modeGary Lin1-2/+2
2020-04-17KVM: VMX: fix crash cleanup when KVM wasn't usedVitaly Kuznetsov1-5/+7
2020-04-17KVM: VMX: Add a trampoline to fix VMREAD error handlingSean Christopherson2-7/+79
2020-04-17KVM: x86: Gracefully handle __vmalloc() failure during VM allocationSean Christopherson2-0/+8
2020-04-17KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec supportSean Christopherson1-51/+16
2020-04-17KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson1-0/+11
2020-04-17KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson4-22/+17
2020-04-17x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner1-0/+1
2020-04-17x86/tsc_msr: Make MSR derived TSC frequency more accurateHans de Goede1-11/+86
2020-04-17x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devicesHans de Goede1-2/+15
2020-04-17x86/tsc_msr: Use named struct initializersHans de Goede1-10/+18
2020-04-17efi/x86: Add TPM related EFI tables to unencrypted mapping checksTom Lendacky1-0/+2
2020-04-17acpi/x86: ignore unspecified bit positions in the ACPI global lock fieldJan Engelhardt1-1/+1
2020-04-17x86/boot: Use unsigned comparison for addressesArvind Sankar2-3/+3
2020-04-17x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom2-3/+6
2020-03-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-12/+29
2020-03-26KVM: X86: Narrow down the IPI fastpath to single target IPIWanpeng Li1-1/+4
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+6
2020-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2020-03-24KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timerWanpeng Li1-0/+6
2020-03-23KVM: VMX: don't allow memory operands for inline asm that modifies SPNick Desaulniers1-1/+1
2020-03-23KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interru...He Zhe1-1/+1
2020-03-23KVM: SVM: Issue WBINVD after deactivating an SEV guestTom Lendacky1-8/+14
2020-03-22x86/mm: split vmalloc_sync_all()Joerg Roedel1-2/+24
2020-03-20KVM: SVM: document KVM_MEM_ENCRYPT_OP, let userspace detect if SEV is availablePaolo Bonzini1-0/+3
2020-03-20KVM: x86: remove bogus user-triggerable WARN_ONPaolo Bonzini1-1/+0
2020-03-19x86/ioremap: Fix CONFIG_EFI=n buildBorislav Petkov1-0/+3
2020-03-15Merge tag 'x86-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+26
2020-03-15Merge tag 'perf-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+7
2020-03-15Merge tag 'ras-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+12
2020-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-12/+31
2020-03-14Merge branch 'kvm-null-pointer-fix' into kvm-masterPaolo Bonzini1-2/+3
2020-03-14KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAsVitaly Kuznetsov1-2/+3
2020-03-14KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirectNitesh Narayan Lal1-2/+5
2020-03-14KVM: VMX: Condition ENCLS-exiting enabling on CPU support for SGX1Sean Christopherson1-2/+14
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-4/+6
2020-03-13x86/vector: Remove warning on managed interrupt migrationPeter Xu1-6/+8
2020-03-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-3/+9
2020-03-12perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flagKim Phillips1-10/+7
2020-03-11x86/ioremap: Map EFI runtime services data as encrypted for SEVTom Lendacky1-0/+18
2020-03-06bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bitsLuke Nelson1-4/+6
2020-03-05KVM: fix Kconfig menu text for -WerrorJason A. Donenfeld1-1/+1
2020-03-05crypto: x86/curve25519 - support assemblers with no adx supportJason A. Donenfeld2-3/+9
2020-03-03KVM: x86: remove stale comment from struct x86_emulate_ctxtVitaly Kuznetsov1-1/+0
2020-03-03KVM: x86: clear stale x86_emulate_ctxt->intercept valueVitaly Kuznetsov1-0/+1