summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2020-06-03KVM: VMX: check for existence of secondary exec controls before accessingSean Christopherson
2020-06-03copy_xstate_to_kernel(): don't leave parts of destination uninitializedAl Viro
2020-06-03x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl
2020-05-27x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf
2020-05-27x86/apic: Move TSC deadline timer debug printkThomas Gleixner
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-20x86/asm: Add instruction suffixes to bitopsJan Beulich
2020-05-20x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf
2020-05-20x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf
2020-05-20x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf
2020-05-20x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes
2020-05-20x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn
2020-05-20x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf
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-02KVM: VMX: Enable machine check support for 32bit targetsUros Bizjak
2020-04-24x86: ACPI: fix CPU hotplug deadlockQian Cai
2020-04-24x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre
2020-04-24x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse
2020-04-24x86/intel_rdt: Enable L2 CDP in MSR IA32_L2_QOS_CFGFenghua Yu
2020-04-24x86/intel_rdt: Add two new resources for L2 Code and Data Prioritization (CDP)Fenghua Yu
2020-04-24x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) featureFenghua Yu
2020-04-24x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen
2020-04-24kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBDJim Mattson
2020-04-24KVM: VMX: fix crash cleanup when KVM wasn't usedVitaly Kuznetsov
2020-04-24KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec supportSean Christopherson
2020-04-24KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson
2020-04-24KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson
2020-04-24x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner
2020-04-24acpi/x86: ignore unspecified bit positions in the ACPI global lock fieldJan Engelhardt
2020-04-24x86/boot: Use unsigned comparison for addressesArvind Sankar
2020-04-24x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom
2020-04-02ftrace/x86: Anotate text_mutex split between ftrace_arch_code_modify_post_pro...Jiri Kosina
2020-04-02x86/mm: split vmalloc_sync_all()Joerg Roedel
2020-03-20perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flagKim Phillips
2020-03-20x86/mce: Fix logic and comments around MSR_PPIN_CTLTony Luck
2020-03-20KVM: x86: clear stale x86_emulate_ctxt->intercept valueVitaly Kuznetsov
2020-03-11x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson
2020-03-11x86/xen: Distribute switch variables for initializationKees Cook
2020-03-11x86/boot/compressed: Don't declare __force_order in kaslr_64.cH.J. Lu
2020-03-11x86/mce: Handle varying MCA bank countsYazen Ghannam
2020-03-11KVM: SVM: Override default MMIO mask if memory encryption is enabledTom Lendacky
2020-03-11KVM: VMX: check descriptor table exits on instruction emulationOliver Upton
2020-02-28KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin
2020-02-28KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov
2020-02-28KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton
2020-02-28KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton
2020-02-28KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini