summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2021-09-22x86/mm: Fix kern_addr_valid() to cope with existing but not present entriesMike Rapoport
2021-09-22xen: reset legacy rtc flag for PV domUJuergen Gross
2021-09-22xen: fix setting of max_pfn in shared_infoJuergen Gross
2021-09-15KVM: nVMX: Unconditionally clear nested.pi_pending on nested VM-EnterSean Christopherson
2021-09-15KVM: x86: Update vCPU's hv_clock before back to guest when tsc_offset is adju...Zelin Deng
2021-09-15x86/resctrl: Fix a maybe-uninitialized build warning treated as errorBabu Moger
2021-09-15perf/x86/amd/ibs: Extend PERF_PMU_CAP_NO_EXCLUDE to IBS OpKim Phillips
2021-09-15bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-09-12x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versionsPaul Gortmaker
2021-09-12x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gatingSuravee Suthikulpanit
2021-09-12perf/x86/amd/power: Assign pmu.moduleKim Phillips
2021-09-12perf/x86/amd/ibs: Work around erratum #1197Kim Phillips
2021-09-12perf/x86/intel/pt: Fix mask of num_address_rangesXiaoyao Li
2021-09-03KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUsSean Christopherson
2021-09-03perf/x86/intel/uncore: Fix integer overflow on 23 bit left shift of a u32Colin Ian King
2021-08-26x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner
2021-08-18KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)Maxim Levitsky
2021-08-18KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky
2021-08-18KVM: VMX: Use current VMCS to query WAITPKG support for MSR emulationSean Christopherson
2021-08-18x86/resctrl: Fix default monitoring groups reportingBabu Moger
2021-08-18x86/ioapic: Force affinity setup before startupThomas Gleixner
2021-08-18x86/msi: Force affinity setup before startupThomas Gleixner
2021-08-18x86/tools: Fix objdump version check againRandy Dunlap
2021-08-15KVM: X86: MMU: Use the correct inherited permissions to get shadow pageLai Jiangshan
2021-08-15KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCBSean Christopherson
2021-08-12perf/x86/amd: Don't touch the AMD64_EVENTSEL_HOSTONLY bit inside the guestLike Xu
2021-08-12KVM: x86/mmu: Fix per-cpu counter corruption on 32-bit buildsSean Christopherson
2021-08-12KVM: x86: accept userspace interrupt only if no event is injectedPaolo Bonzini
2021-08-04x86/kvm: fix vcpu-id indexed array sizesJuergen Gross
2021-08-04x86/asm: Ensure asm/proto.h can be included stand-aloneJan Kiszka
2021-07-31KVM: x86: determine if an exception has an error code only when injecting it.Maxim Levitsky
2021-07-20x86/fpu: Limit xstate copy size in xstateregs_set()Thomas Gleixner
2021-07-20x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae
2021-07-20x86/fpu: Return proper error codes from user access functionsThomas Gleixner
2021-07-20KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()Lai Jiangshan
2021-07-20KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabledSean Christopherson
2021-07-14KVM: nVMX: Ensure 64-bit shift when checking VMFUNC bitmapSean Christopherson
2021-07-11KVM: SVM: Call SEV Guest Decommission if ASID binding failsAlper Gun
2021-07-11KVM: SVM: Periodically schedule when unregistering regions on destroyDavid Rientjes
2021-06-30PCI: Add AMD RS690 quirk to enable 64-bit DMAMikel Rychliski
2021-06-23x86/fpu: Reset state for all signal restore failuresThomas Gleixner
2021-06-23x86/pkru: Write hardware init value to PKRU when xstate is initThomas Gleixner
2021-06-23x86/process: Check PF_KTHREAD and not current->mm for kernel threadsThomas Gleixner
2021-06-23KVM: x86: Immediately reset the MMU context when the SMM flag is clearedSean Christopherson
2021-06-23kvm: LAPIC: Restore guard to prevent illegal APIC register accessJim Mattson
2021-06-16KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint messageSean Christopherson
2021-06-16x86/boot: Add .text.* to setup.ldArvind Sankar
2021-06-10x86/kvm: Disable all PV features on crashVitaly Kuznetsov
2021-06-10x86/kvm: Disable kvmclock on all CPUs on shutdownVitaly Kuznetsov
2021-06-10x86/kvm: Teardown PV features on boot CPU as wellVitaly Kuznetsov