summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2020-07-09x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelistedSean Christopherson
2020-06-30x86/asm/64: Align start of __clear_user() loop to 16-bytesMatt Fleming
2020-06-30x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeupSean Christopherson
2020-06-30x86/cpu: Use pinning mask for CR4 bits needing to be 0Kees Cook
2020-06-30KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson
2020-06-30KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson
2020-06-30kvm: lapic: fix broken vcpu hotplugIgor Mammedov
2020-06-30KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li
2020-06-30Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"Vitaly Kuznetsov
2020-06-30efi/x86: Setup stack correctly for efi_pe_entryArvind Sankar
2020-06-30x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter
2020-06-30x86/resctrl: Fix memory bandwidth counter width for AMDBabu Moger
2020-06-30x86/resctrl: Support CPUID enumeration of MBM counter widthReinette Chatre
2020-06-30x86/cpu: Move resctrl CPUID code to resctrl/Reinette Chatre
2020-06-24kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa
2020-06-24x86/mce/dev-mcelog: Fix -Wstringop-truncation warning about strncpy()Tony Luck
2020-06-24x86/idt: Keep spurious entries unset in system_vectorsVitaly Kuznetsov
2020-06-24x86/apic: Make TSC deadline timer detection message visibleBorislav Petkov
2020-06-24x86/purgatory: Disable various profiling and sanitizing optionsHans de Goede
2020-06-22x86/amd_nb: Add AMD family 17h model 60h PCI IDsAlexander Monakov
2020-06-22x86/mm: Stop printing BRK addressesArvind Sankar
2020-06-22x86/boot: Correct relocation destination on old linkersArvind Sankar
2020-06-22x86: fix vmap arguments in map_irq_stackChristoph Hellwig
2020-06-22x86,smap: Fix smap_{save,restore}() alternativesPeter Zijlstra
2020-06-17KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson
2020-06-17KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini
2020-06-17KVM: nSVM: fix condition for filtering async PFPaolo Bonzini
2020-06-17KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02Sean Christopherson
2020-06-17x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck
2020-06-17KVM: x86: Fix APIC page invalidation raceEiichi Tsukata
2020-06-17KVM: x86: respect singlestep when emulating instructionFelipe Franciosi
2020-06-17KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson
2020-06-17KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilitiesMaxim Levitsky
2020-06-17KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flagsPaolo Bonzini
2020-06-17KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionallyMaxim Levitsky
2020-06-17perf/x86/intel: Add more available bits for OFFCORE_RESPONSE of Intel TremontKan Liang
2020-06-17x86/vdso: Unbreak paravirt VDSO clocksThomas Gleixner
2020-06-17x86/reboot/quirks: Add MacBook6,1 reboot quirkHill Ma
2020-06-17x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches.Anthony Steinhauser
2020-06-17x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced IBRS.Anthony Steinhauser
2020-06-17x86/speculation: Prevent rogue cross-process SSBD shutdownAnthony Steinhauser
2020-06-17x86/PCI: Mark Intel C620 MROMs as having non-compliant BARsXiaochun Lee
2020-06-17x86: mm: ptdump: calculate effective permissions correctlySteven Price
2020-06-17x86_64: Fix jiffies ODR violationBob Haarman
2020-06-17KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini
2020-06-17x86/cpu/amd: Make erratum #1054 a legacy erratumKim Phillips
2020-06-10x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross
2020-06-10x86/cpu: Add 'table' argument to cpu_matches()Mark Gross
2020-06-10x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross
2020-06-07mm: Fix mremap not considering huge pmd devmapFan Yang