summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: Take slots_lock when using kvm_mmu_zap_all_fast()Sean Christopherson2019-11-141-3/+2
* KVM: X86: Reset the three MSR list number variables to 0 in kvm_init_msr_list()Xiaoyao Li2019-11-131-0/+4
* kvm: x86: disable shattered huge page recovery for PREEMPT_RT.Paolo Bonzini2019-11-131-0/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-124-37/+61
|\
| * KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson2019-11-121-4/+4
| * KVM: VMX: Introduce pi_is_pir_empty() helperJoao Martins2019-11-122-3/+7
| * KVM: VMX: Do not change PID.NDST when loading a blocked vCPUJoao Martins2019-11-122-0/+20
| * KVM: VMX: Consider PID.PIR to determine if vCPU has pending interruptsJoao Martins2019-11-121-1/+5
| * KVM: VMX: Fix comment to specify PID.ON instead of PIR.ONLiran Alon2019-11-121-1/+1
| * KVM: X86: Fix initialization of MSR listsChenyi Qiang2019-11-121-30/+26
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-1216-53/+792
|\ \ | |/ |/|
| * x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf2019-11-071-4/+0
| * kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid2019-11-044-0/+148
| * kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini2019-11-045-13/+181
| * x86/cpu: Add Tremont to the cpu vulnerability whitelistPawan Gupta2019-11-041-0/+2
| * x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2019-11-044-30/+56
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxThomas Gleixner2019-11-046-35/+57
| |\
| * | x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko2019-10-282-6/+61
| * | x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta2019-10-281-1/+6
| * | kvm/x86: Export MDS_NO=0 to guests when TSX is enabledPawan Gupta2019-10-281-0/+19
| * | x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta2019-10-281-0/+23
| * | x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta2019-10-286-2/+137
| * | x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta2019-10-285-1/+149
| * | x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta2019-10-282-4/+13
| * | x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta2019-10-281-0/+5
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-104-13/+29
|\ \ \ | |_|/ |/| |
| * | x86/tsc: Respect tsc command line paraemeter for clocksource_tsc_earlyMichael Zhivich2019-11-051-0/+3
| * | x86/dumpstack/64: Don't evaluate exception stacks before setupThomas Gleixner2019-11-051-0/+7
| * | x86/apic/32: Avoid bogus LDR warningsJan Beulich2019-11-051-13/+15
| * | x86/resctrl: Prevent NULL pointer dereference when reading mondataXiaochen Shen2019-11-031-0/+4
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-11-013-21/+43
|\ \ \
| * | | perf/x86/uncore: Fix event group supportKan Liang2019-10-282-18/+38
| * | | perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h)Kim Phillips2019-10-281-2/+4
| * | | perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP...Kim Phillips2019-10-281-1/+1
| | |/ | |/|
* | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-011-1/+3
|\ \ \
| * | | x86, efi: Never relocate kernel below lowest acceptable addressKairui Song2019-10-311-1/+3
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-012-13/+11
|\ \ \ | |/ / |/| |
| * | KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is activePaolo Bonzini2019-10-312-13/+11
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-271-5/+9
|\ \ \ | | |/ | |/|
| * | x86/cpu/vmware: Fix platform detection VMWARE_PORT macroThomas Hellstrom2019-10-221-5/+8
| * | x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL, for clang/llvmThomas Hellstrom2019-10-221-1/+2
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-271-1/+1
|\ \ \
| * | | perf/x86/intel/pt: Fix base for single entry topaJiri Olsa2019-10-201-1/+1
* | | | Merge tag 'for-linus-5.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-10-261-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | xen: issue deprecation warning for 32-bit pv guestJuergen Gross2019-10-251-0/+8
* | | | KVM: nVMX: Don't leak L1 MMIO regions to L2Jim Mattson2019-10-224-32/+55
* | | | KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_updateMiaohe Lin2019-10-223-8/+8
* | | | kvm: clear kvmclock MSR on resetPaolo Bonzini2019-10-221-5/+3
* | | | KVM: x86: fix bugon.cocci warningskbuild test robot2019-10-221-2/+1
* | | | KVM: VMX: Remove specialized handling of unexpected exit-reasonsLiran Alon2019-10-221-12/+0