aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2020-05-14x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf
2020-05-14x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf
2020-05-14x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe
2020-05-14KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB pathSean Christopherson
2020-05-14crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld
2020-05-14crypto: arch/nhpoly1305 - process in explicit 4k chunksJason A. Donenfeld
2020-05-10x86/kvm: fix a missing-prototypes "vmread_error"Qian Cai
2020-05-06x86/hyperv: Suspend/resume the VP assist page for hibernationDexuan Cui
2020-05-02x86: hyperv: report value of misc_featuresOlaf Hering
2020-05-02bpf, x86_32: Fix logic error in BPF_LDX zero-extensionWang YanQing
2020-05-02bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson
2020-05-02bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson
2020-05-02bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_BLuke Nelson
2020-05-02efi/x86: Don't remap text<->rodata gap read-only for mixed modeArd Biesheuvel
2020-04-29KVM: VMX: Enable machine check support for 32bit targetsUros Bizjak
2020-04-26Merge tag 'v5.6' into standard/baseBruce Ashfield
2020-04-23x86/xen: fix booting 32-bit pv guestJuergen Gross
2020-04-23x86: ACPI: fix CPU hotplug deadlockQian Cai
2020-04-23x86/xen: Make the boot CPU idle task reliableMiroslav Benes
2020-04-23x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan
2020-04-23x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan
2020-04-21x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen
2020-04-21x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre
2020-04-21x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse
2020-04-17efi/x86: Fix the deletion of variables in mixed modeGary Lin
2020-04-17KVM: VMX: fix crash cleanup when KVM wasn't usedVitaly Kuznetsov
2020-04-17KVM: VMX: Add a trampoline to fix VMREAD error handlingSean Christopherson
2020-04-17KVM: x86: Gracefully handle __vmalloc() failure during VM allocationSean Christopherson
2020-04-17KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec supportSean Christopherson
2020-04-17KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson
2020-04-17KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson
2020-04-17x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner
2020-04-17x86/tsc_msr: Make MSR derived TSC frequency more accurateHans de Goede
2020-04-17x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devicesHans de Goede
2020-04-17x86/tsc_msr: Use named struct initializersHans de Goede
2020-04-17efi/x86: Add TPM related EFI tables to unencrypted mapping checksTom Lendacky
2020-04-17acpi/x86: ignore unspecified bit positions in the ACPI global lock fieldJan Engelhardt
2020-04-17x86/boot: Use unsigned comparison for addressesArvind Sankar
2020-04-17x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom
2020-03-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-03-26KVM: X86: Narrow down the IPI fastpath to single target IPIWanpeng Li
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-24KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interru...He Zhe
2020-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-03-24Merge tag 'v5.6-rc7' into standard/baseBruce Ashfield
2020-03-24KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timerWanpeng Li
2020-03-23KVM: VMX: don't allow memory operands for inline asm that modifies SPNick Desaulniers
2020-03-23KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interru...He Zhe
2020-03-23KVM: SVM: Issue WBINVD after deactivating an SEV guestTom Lendacky
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel