summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2021-01-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-01-24Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-01-24Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-01-24x86/setup: don't remove E820_TYPE_RAM for pfn 0Mike Rapoport
2021-01-21x86/cpu: Add another Alder Lake CPU to the Intel familyGayatri Kammela
2021-01-21x86/mmx: Use KFPU_387 for MMX string operationsAndy Lutomirski
2021-01-21x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski
2021-01-20Merge tag 'for-linus-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-01-19Merge tag 'hyperv-fixes-signed-20210119' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-01-19x86: PM: Register syscore_ops for scale invarianceRafael J. Wysocki
2021-01-18x86/xen: fix 'nopvspin' build errorRandy Dunlap
2021-01-17x86/hyperv: Initialize clockevents after LAPIC is initializedDexuan Cui
2021-01-15Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-01-14x86/topology: Make __max_die_per_package available unconditionallyBorislav Petkov
2021-01-13x86/xen: Fix xen_hvm_smp_init() when vector callback not availableDavid Woodhouse
2021-01-13x86/xen: Don't register Xen IPIs when they aren't going to be usedDavid Woodhouse
2021-01-13x86/xen: Add xen_no_vector_callback option to test PCI INTX deliveryDavid Woodhouse
2021-01-12x86: __always_inline __{rd,wr}msr()Peter Zijlstra
2021-01-12x86/mce: Remove explicit/superfluous tracingPeter Zijlstra
2021-01-12x86/sev: Fix nonistr violationPeter Zijlstra
2021-01-12x86/entry: Fix noinstr failPeter Zijlstra
2021-01-12x86/cpu/amd: Set __max_die_per_package on AMDYazen Ghannam
2021-01-11Merge tag 'hyperv-fixes-signed-20210111' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-01-11x86/sev-es: Handle string port IO to kernel memory properlyHyunwook (Wooky) Baek
2021-01-10Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-01-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-01-08KVM: x86: __kvm_vcpu_halt can be staticPaolo Bonzini
2021-01-08x86/resctrl: Don't move a task to the same resource groupFenghua Yu
2021-01-08x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu
2021-01-07KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky
2021-01-07KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexitMaxim Levitsky
2021-01-07KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest modeMaxim Levitsky
2021-01-07KVM: nSVM: correctly restore nested_run_pending on migrationMaxim Levitsky
2021-01-07KVM: x86/mmu: Clarify TDP MMU page list invariantsBen Gardon
2021-01-07KVM: x86/mmu: Ensure TDP MMU roots are freed after yieldBen Gardon
2021-01-07KVM: x86: change in pv_eoi_get_pending() to make code more readableStephen Zhang
2021-01-07KVM: x86: fix shift out of bounds reported by UBSANPaolo Bonzini
2021-01-07KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.cUros Bizjak
2021-01-07KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_loadNathan Chancellor
2021-01-07Merge branch 'kvm-master' into kvm-nextPaolo Bonzini
2021-01-07KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()Sean Christopherson
2021-01-07KVM: x86/mmu: Use raw level to index into MMIO walks' sptes arraySean Christopherson
2021-01-07KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTESean Christopherson
2021-01-07KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()Sean Christopherson
2021-01-06x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang
2021-01-06x86/hyperv: check cpu mask after interrupt has been disabledWei Liu
2021-01-05x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handlingPeter Gonda
2021-01-05x86/hyperv: Fix kexec panic/hang issuesDexuan Cui
2021-01-05x86/mm: Fix leak of pmd ptlockDan Williams
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap