summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-152-13/+29
|\
| * x86/xen: Fix xen_hvm_smp_init() when vector callback not availableDavid Woodhouse2021-01-131-10/+17
| * x86/xen: Don't register Xen IPIs when they aren't going to be usedDavid Woodhouse2021-01-131-2/+2
| * x86/xen: Add xen_no_vector_callback option to test PCI INTX deliveryDavid Woodhouse2021-01-131-1/+10
* | Merge tag 'hyperv-fixes-signed-20210111' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-01-114-3/+33
|\ \
| * | x86/hyperv: check cpu mask after interrupt has been disabledWei Liu2021-01-061-3/+9
| * | x86/hyperv: Fix kexec panic/hang issuesDexuan Cui2021-01-053-0/+24
* | | Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-01-105-73/+57
|\ \ \
| * | | x86/resctrl: Don't move a task to the same resource groupFenghua Yu2021-01-081-0/+7
| * | | x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu2021-01-081-69/+43
| * | | x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang2021-01-061-3/+3
| * | | x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handlingPeter Gonda2021-01-051-2/+2
| * | | x86/mm: Fix leak of pmd ptlockDan Williams2021-01-051-0/+2
| * | | fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst2020-12-281-0/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-01-0813-97/+178
|\ \ \ \ | |_|/ / |/| | |
| * | | KVM: x86: __kvm_vcpu_halt can be staticPaolo Bonzini2021-01-081-1/+1
| * | | KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky2021-01-077-6/+61
| * | | KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexitMaxim Levitsky2021-01-073-1/+8
| * | | KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest modeMaxim Levitsky2021-01-071-0/+1
| * | | KVM: nSVM: correctly restore nested_run_pending on migrationMaxim Levitsky2021-01-071-0/+4
| * | | KVM: x86/mmu: Clarify TDP MMU page list invariantsBen Gardon2021-01-071-2/+14
| * | | KVM: x86/mmu: Ensure TDP MMU roots are freed after yieldBen Gardon2021-01-071-56/+48
| * | | KVM: x86: change in pv_eoi_get_pending() to make code more readableStephen Zhang2021-01-071-1/+1
| * | | KVM: x86: fix shift out of bounds reported by UBSANPaolo Bonzini2021-01-071-1/+1
| * | | KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.cUros Bizjak2021-01-071-2/+0
| * | | KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_loadNathan Chancellor2021-01-071-1/+1
| * | | Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-0745-297/+331
| |\ \ \
| | * | | KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()Sean Christopherson2021-01-071-7/+13
| | * | | KVM: x86/mmu: Use raw level to index into MMIO walks' sptes arraySean Christopherson2021-01-072-9/+8
| | * | | KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTESean Christopherson2021-01-073-11/+13
| | * | | KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()Sean Christopherson2021-01-072-2/+7
* | | | | local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
| |_|/ / |/| | |
* | | | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-0/+1
|\ \ \ \
| * | | | genirq: Move irq_has_action() into core codeThomas Gleixner2020-12-151-0/+1
* | | | | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-245-127/+13
|\ \ \ \ \
| * | | | | efi: x86/xen: switch to efi_get_secureboot_mode helperArd Biesheuvel2020-11-171-28/+9
| * | | | | ima: generalize x86/EFI arch glue for other EFI architecturesChester Lin2020-11-063-96/+3
| * | | | | efi: generalize efi_get_securebootChester Lin2020-11-041-1/+1
| * | | | | efi/libstub/x86: simplify efi_is_native()Heinrich Schuchardt2020-10-261-2/+0
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-222-1/+2
|\ \ \ \ \ \
| * | | | | | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov2020-12-221-1/+1
| * | | | | | kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov2020-12-221-0/+1
* | | | | | | x86/split-lock: Avoid returning with interrupts enabledAndi Kleen2020-12-221-1/+2
|/ / / / / /
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-2038-498/+2297
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | KVM: SVM: fix 32-bit compilationPaolo Bonzini2020-12-161-0/+2
| * | | | | Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-12-159-47/+62
| |\ \ \ \ \
| * | | | | | KVM: SVM: Add AP_JUMP_TABLE support in prep for AP bootingTom Lendacky2020-12-152-0/+29
| * | | | | | KVM: SVM: Provide support to launch and run an SEV-ES guestTom Lendacky2020-12-151-0/+104
| * | | | | | KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guestsTom Lendacky2020-12-154-9/+77
| * | | | | | KVM: SVM: Provide support for SEV-ES vCPU loadingTom Lendacky2020-12-156-23/+103