aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2020-05-28Merge tag 'v5.4.43' into v5.4/standard/baseBruce Ashfield
2020-05-27x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf
2020-05-27KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger
2020-05-27x86/apic: Move TSC deadline timer debug printkThomas Gleixner
2020-05-27x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe
2020-05-27KVM: SVM: Fix potential memory leak in svm_cpu_init()Miaohe Lin
2020-05-25Merge tag 'v5.4.42' into v5.4/standard/baseBruce Ashfield
2020-05-25Merge tag 'v5.4.41' into v5.4/standard/baseBruce Ashfield
2020-05-20KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson
2020-05-20x86/unwind/orc: Fix error handling in __unwind_start()Josh Poimboeuf
2020-05-20x86: Fix early boot crash on gcc-10, third tryBorislav Petkov
2020-05-14arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan
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-05-14x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf
2020-05-14x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf
2020-05-14x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes
2020-05-14x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn
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-14KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB pathSean Christopherson
2020-05-14crypto: arch/nhpoly1305 - process in explicit 4k chunksJason A. Donenfeld
2020-05-11Merge tag 'v5.4.40' into v5.4/standard/baseBruce Ashfield
2020-05-10x86/kvm: fix a missing-prototypes "vmread_error"Qian Cai
2020-05-02Merge tag 'v5.4.37' into v5.4/standard/baseBruce Ashfield
2020-05-02Merge tag 'v5.4.36' into v5.4/standard/baseBruce Ashfield
2020-05-02Merge tag 'v5.4.35' into v5.4/standard/baseBruce Ashfield
2020-05-02x86: hyperv: report value of misc_featuresOlaf Hering
2020-05-02bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_BLuke Nelson
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-04-29KVM: VMX: Enable machine check support for 32bit targetsUros Bizjak
2020-04-23x86: ACPI: fix CPU hotplug deadlockQian Cai
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-22Merge tag 'v5.4.34' into v5.4/standard/baseBruce Ashfield
2020-04-22Merge tag 'v5.4.33' into v5.4/standard/baseBruce Ashfield
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