aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-09-22KVM: x86: nSVM: refactor svm_leave_smm and smm_enter_smmMaxim Levitsky1-66/+69
2021-09-22KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM modeMaxim Levitsky3-5/+9
2021-09-22KVM: x86: reset pdptrs_from_userspace when exiting smmMaxim Levitsky1-0/+7
2021-09-22KVM: x86: nSVM: restore the L1 host state prior to resuming nested guest on SMM exitMaxim Levitsky1-5/+7
2021-09-22KVM: nVMX: Filter out all unsupported controls when eVMCS was activatedVitaly Kuznetsov2-7/+14
2021-09-22KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()Vitaly Kuznetsov1-5/+5
2021-09-22KVM: SEV: Allow some commands for mirror VMPeter Gonda1-2/+17
2021-09-22KVM: SEV: Update svm_vm_copy_asid_from for SEV-ESPeter Gonda1-4/+12
2021-09-22KVM: nVMX: Fix nested bus lock VM exitChenyi Qiang1-0/+6
2021-09-22KVM: x86: Identify vCPU0 by its vcpu_idx instead of its vCPUs array entrySean Christopherson1-1/+1
2021-09-22KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorSean Christopherson2-5/+4
2021-09-22kvm: fix wrong exception emulation in check_rdtscHou Wenlong1-1/+1
2021-09-22KVM: SEV: Pin guest memory for write for RECEIVE_UPDATE_DATASean Christopherson1-1/+1
2021-09-22KVM: SVM: fix missing sev_decommission in sev_receive_startMingwei Zhang1-1/+3
2021-09-22KVM: SEV: Acquire vcpu mutex when updating VMSAPeter Gonda1-22/+29
2021-09-22KVM: nVMX: fix comments of handle_vmon()Yu Zhang1-8/+1
2021-09-22KVM: x86: Handle SRCU initialization failure during page track initHaimin Zhang3-4/+9
2021-09-22KVM: VMX: Remove defunct "nr_active_uret_msrs" fieldSean Christopherson1-4/+0
2021-09-22KVM: x86: Clear KVM's cached guest CR3 at RESET/INITSean Christopherson1-0/+3
2021-09-22KVM: x86: Mark all registers as avail/dirty at vCPU creationSean Christopherson1-0/+2
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran1-1/+1
2021-09-21x86: Increase exception stack sizesPeter Zijlstra1-1/+1
2021-09-21x86/mm/64: Improve stack overflow warningsPeter Zijlstra6-37/+67
2021-09-21x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra5-1/+37
2021-09-21x86/setup: Call early_reserve_memory() earlierJuergen Gross1-12/+14
2021-09-21xen/x86: fix PV trap handling on secondary processorsJan Beulich1-6/+9
2021-09-20x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang2-10/+18
2021-09-20x86/mce: Drop copyin special case for #MCTony Luck1-13/+0
2021-09-20swiotlb-xen: this is PV-only on x86Jan Beulich1-1/+0
2021-09-20xen/pci-swiotlb: reduce visibility of symbolsJan Beulich2-7/+3
2021-09-20xen/x86: drop redundant zeroing from cpu_initialize_context()Jan Beulich1-4/+0
2021-09-20x86/mce: Change to not send SIGBUS error during copy from userTony Luck1-15/+20
2021-09-19Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-15/+46
2021-09-19Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+9
2021-09-19x86/build: Do not add -falign flags unconditionally for clangNathan Chancellor1-3/+9
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-51/+108
2021-09-17x86/smp: Remove unnecessary assignment to local var freq_scaleTim Gardner1-1/+1
2021-09-17Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-2/+12
2021-09-17perf/x86: Add compiler barrier after updating BTSLeo Yan1-0/+6
2021-09-17x86/xen: Rework the xen_{cpu,irq,mmu}_opsarraysPeter Zijlstra3-83/+90
2021-09-17x86/xen: Mark xen_force_evtchn_callback() noinstrPeter Zijlstra2-2/+2
2021-09-17x86/xen: Make irq_disable() noinstrPeter Zijlstra3-5/+9
2021-09-17x86/xen: Make irq_enable() noinstrPeter Zijlstra3-31/+36
2021-09-17x86/xen: Make hypercall_page noinstrPeter Zijlstra1-1/+1
2021-09-17x86/xen: Make save_fl() noinstrPeter Zijlstra4-20/+25
2021-09-17x86/xen: Make set_debugreg() noinstrPeter Zijlstra4-6/+9
2021-09-17x86/xen: Make get_debugreg() noinstrPeter Zijlstra4-5/+9
2021-09-17x86/xen: Make write_cr2() noinstrPeter Zijlstra3-3/+9
2021-09-17x86/xen: Make read_cr2() noinstrPeter Zijlstra3-2/+9
2021-09-17crypto: aesni - check walk.nbytes instead of errShreyansh Chouhan1-1/+1