aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-04-20KVM: VMX: Drop redundant capability checks in low level INVVPID helpersSean Christopherson2-5/+2
2020-04-20KVM: VMX: Handle INVVPID fallback logic in vpid_sync_vcpu_addr()Sean Christopherson2-9/+6
2020-04-20KVM: VMX: Move vpid_sync_vcpu_addr() down a few linesSean Christopherson1-13/+13
2020-04-20KVM: VMX: Use vpid_sync_context() directly when possibleSean Christopherson1-6/+6
2020-04-20KVM: VMX: Skip global INVVPID fallback if vpid==0 in vpid_sync_context()Sean Christopherson1-1/+1
2020-04-20KVM: x86: Sync SPTEs when injecting page/EPT fault into L1Junaid Shahid3-8/+17
2020-04-20KVM: x86: cleanup kvm_inject_emulated_page_faultPaolo Bonzini3-11/+5
2020-04-20KVM: x86: introduce kvm_mmu_invalidate_gvaPaolo Bonzini2-26/+47
2020-04-20kvm: Disable objtool frame pointer checking for vmenter.SJosh Poimboeuf1-0/+4
2020-04-20x86/elf: Disable automatic READ_IMPLIES_EXEC on 64-bitKees Cook1-2/+2
2020-04-20x86/elf: Split READ_IMPLIES_EXEC from executable PT_GNU_STACKKees Cook1-2/+3
2020-04-20x86/elf: Add table to document READ_IMPLIES_EXECKees Cook1-0/+19
2020-04-20x86/mm: Move pgprot2cachemode out of lineChristoph Hellwig3-12/+12
2020-04-20x86/mm: Add a x86_has_pat_wp() helperChristoph Hellwig3-6/+10
2020-04-20x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross5-0/+144
2020-04-20x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2-4/+30
2020-04-20x86/cpu: Add 'table' argument to cpu_matches()Mark Gross1-11/+14
2020-04-19Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-21/+56
2020-04-18x86/asm: Provide a Kconfig symbol for disabling old assembly annotationsMark Brown1-0/+1
2020-04-18x86/split_lock: Add Tremont family CPU modelsTony Luck1-0/+3
2020-04-18x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architecturalTony Luck1-14/+31
2020-04-17x86/early_printk: Remove unused includesAndy Shevchenko1-3/+0
2020-04-17x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse3-0/+16
2020-04-17kvm: Handle reads of SandyBridge RAPL PMU MSRs rather than injecting #GPVenkatesh Srinivas1-0/+11
2020-04-17KVM: Remove CREATE_IRQCHIP/SET_PIT2 raceSteve Rutherford1-2/+8
2020-04-17x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre1-1/+2
2020-04-17x86/split_lock: Update to use X86_MATCH_INTEL_FAM6_MODEL()Tony Luck1-4/+2
2020-04-17x86/mce: Drop bogus comment about mce.kflagsTony Luck1-1/+1
2020-04-15Merge tag 'efi-urgent-2020-04-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+14
2020-04-15KVM: x86: Export kvm_propagate_fault() (as kvm_inject_emulated_page_fault)Sean Christopherson2-2/+8
2020-04-15KVM: nVMX: Invalidate all roots when emulating INVVPID without EPTJunaid Shahid1-0/+14
2020-04-15KVM: nVMX: Invalidate all EPTP contexts when emulating INVEPT for L1Sean Christopherson1-4/+8
2020-04-15KVM: nVMX: Validate the EPTP when emulating INVEPT(EXTENT_CONTEXT)Sean Christopherson1-1/+5
2020-04-15KVM: VMX: Flush all EPTP/VPID contexts on remote TLB flushSean Christopherson1-1/+27
2020-04-15KVM: pass through CPUID(0x80000006)Eric Northup1-0/+3
2020-04-15KVM: x86: Return updated timer current count register from KVM_GET_LAPICPeter Shier2-11/+57
2020-04-15KVM: SVM: Fix __svm_vcpu_run declaration.Uros Bizjak1-1/+1
2020-04-15KVM: SVM: Do not setup frame pointer in __svm_vcpu_runUros Bizjak1-1/+0
2020-04-15KVM: SVM: Fix build error due to missing release_pages() includeBorislav Petkov1-0/+1
2020-04-15KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARDUros Bizjak1-1/+0
2020-04-15kvm: nVMX: match comment with return type for nested_vmx_exit_reflectedOliver Upton1-1/+1
2020-04-15kvm: nVMX: reflect MTF VM-exits if injected by L1Oliver Upton1-1/+18
2020-04-15crash_dump: Remove no longer used saved_max_pfnKairui Song1-8/+0
2020-04-15x86/umip: Make umip_insns staticJason Yan1-1/+1
2020-04-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds2-3/+17
2020-04-14x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen1-1/+1
2020-04-14x86/mce: Fixup exception only for the correct MCEsBorislav Petkov3-3/+19
2020-04-14x86/mce: Add mce=print_all optionTony Luck2-1/+7
2020-04-14x86/mce: Change default MCE logger to check mce->kflagsTony Luck1-16/+3
2020-04-14x86/mce: Fix all mce notifiers to update the mce->kflags bitmaskTony Luck2-1/+8