summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: fixes for preemption timer migrationPaolo Bonzini2020-07-102-2/+4
* KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masksSean Christopherson2020-07-032-12/+7
* KVM: x86: Mark CR4.TSD as being possibly owned by the guestSean Christopherson2020-07-032-1/+3
* KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit modeSean Christopherson2020-07-031-0/+2
* KVM: x86: bit 8 of non-leaf PDPEs is not reservedPaolo Bonzini2020-06-301-1/+1
* KVM: X86: Fix async pf caused null-ptr-derefWanpeng Li2020-06-291-0/+3
* KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkruSean Christopherson2020-06-231-2/+0
* KVM: x86: allow TSC to differ by NTP correction bounds without TSC scalingMarcelo Tosatti2020-06-231-1/+2
* KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li2020-06-231-2/+2
* KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson2020-06-223-26/+0
* KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson2020-06-225-10/+11
* KVM: x86/mmu: Avoid mixing gpa_t with gfn_t in walk_addr_generic()Vitaly Kuznetsov2020-06-221-6/+3
* KVM: LAPIC: ensure APIC map is up to date on concurrent update requestsPaolo Bonzini2020-06-222-21/+32
* kvm: lapic: fix broken vcpu hotplugIgor Mammedov2020-06-221-0/+1
* Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"Vitaly Kuznetsov2020-06-191-2/+1
* KVM: VMX: Add helpers to identify interrupt type from intr_infoSean Christopherson2020-06-151-12/+20
* kvm/svm: disable KCSAN for svm_vcpu_run()Qian Cai2020-06-151-1/+1
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-136-208/+208
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-146-209/+209
* | Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-1310-180/+233
|\ \
| * | x86/mce/dev-mcelog: Fix -Wstringop-truncation warning about strncpy()Tony Luck2020-06-111-1/+1
| * | x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck2020-06-112-10/+27
| * | Merge branch 'x86/entry' into ras/coreThomas Gleixner2020-06-11374-7500/+9341
| |\ \
| * | | x86/amd_nb: Add AMD family 17h model 60h PCI IDsAlexander Monakov2020-05-221-0/+5
| * | | x86/mcelog: Add compat_ioctl for 32-bit mcelog supportHe Zhe2020-05-041-0/+1
| * | | x86/mce: Drop bogus comment about mce.kflagsTony Luck2020-04-171-1/+1
| * | | x86/mce: Fixup exception only for the correct MCEsBorislav Petkov2020-04-143-3/+19
| * | | x86/mce: Add mce=print_all optionTony Luck2020-04-142-1/+7
| * | | x86/mce: Change default MCE logger to check mce->kflagsTony Luck2020-04-141-16/+3
| * | | x86/mce: Fix all mce notifiers to update the mce->kflags bitmaskTony Luck2020-04-142-1/+8
| * | | x86/mce: Add a struct mce.kflags fieldTony Luck2020-04-142-0/+9
| * | | x86/mce: Convert the CEC to use the MCE notifierTony Luck2020-04-141-19/+0
| * | | x86/mce: Rename "first" function as "early"Tony Luck2020-04-142-12/+14
| * | | x86/mce/amd, edac: Remove report_gart_errorsBorislav Petkov2020-04-142-3/+9
| * | | x86/mce/amd: Make threshold bank setting hotplug robustThomas Gleixner2020-04-141-3/+11
| * | | x86/mce/amd: Cleanup threshold device remove pathThomas Gleixner2020-04-142-42/+38
| * | | x86/mce/amd: Straighten CPU hotplug pathThomas Gleixner2020-04-141-17/+15
| * | | x86/mce/amd: Sanitize thresholding device creation hotplug pathThomas Gleixner2020-04-142-41/+27
| * | | x86/mce/amd: Protect a not-fully initialized bank from the thresholding inter...Thomas Gleixner2020-04-141-2/+17
| * | | x86/mce/amd: Init thresholding machinery only on relevant vendorsThomas Gleixner2020-04-143-5/+17
| * | | x86/mce/amd: Do proper cleanup on error pathsThomas Gleixner2020-04-141-7/+8
* | | | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-1388-2269/+2554
|\ \ \ \
| * | | | x86/entry: Force rcu_irq_enter() when in idle taskThomas Gleixner2020-06-121-7/+28
| * | | | x86/entry: Make NMI use IDTENTRY_RAWThomas Gleixner2020-06-122-3/+3
| * | | | x86/entry: Treat BUG/WARN as NMI-like entriesAndy Lutomirski2020-06-123-29/+52
| | |/ / | |/| |
| * | | x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner2020-06-118-22/+31
| * | | x86/entry: __always_inline CR2 for noinstrPeter Zijlstra2020-06-113-6/+6
| * | | x86/entry: Re-order #DB handler to avoid *SAN instrumentationPeter Zijlstra2020-06-111-28/+27
| * | | x86/entry: __always_inline arch_atomic_* for noinstrPeter Zijlstra2020-06-111-7/+7
| * | | x86/entry: __always_inline irqflags for noinstrPeter Zijlstra2020-06-111-10/+10