summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-01-311-10/+5
|\
| * x86/entry: Remove put_ret_addr_in_rdi THUNK macro argumentBorislav Petkov2021-01-191-6/+1
| * x86/entry: Emit a symbol for register restoring thunkNick Desaulniers2021-01-141-4/+4
* | Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-283-1/+16
|\ \
| * | x86/xen: avoid warning in Xen pv guest with CONFIG_AMD_MEM_ENCRYPT enabledJuergen Gross2021-01-273-1/+16
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-01-269-53/+90
|\ \ \
| * | | KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMXPaolo Bonzini2021-01-253-9/+29
| * | | KVM: x86: Revert "KVM: x86: Mark GPRs dirty when written"Sean Christopherson2021-01-251-26/+25
| * | | KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guestSean Christopherson2021-01-251-9/+6
| * | | KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migrationMaxim Levitsky2021-01-251-5/+8
| * | | kvm: tracing: Fix unmatched kvm_entry and kvm_exit eventsLorenzo Brescia2021-01-253-2/+5
| * | | KVM: x86: get smi pending status correctlyJay Zhou2021-01-251-0/+4
| * | | KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]Like Xu2021-01-251-1/+1
| * | | KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()Like Xu2021-01-251-0/+4
| * | | KVM: x86: Add more protection against undefined behavior in rsvd_bits()Sean Christopherson2021-01-251-1/+8
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-01-241-11/+9
|\ \ \
| * | | x86/setup: don't remove E820_TYPE_RAM for pfn 0Mike Rapoport2021-01-241-11/+9
* | | | Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-01-241-0/+19
|\ \ \ \
| * | | | x86: PM: Register syscore_ops for scale invarianceRafael J. Wysocki2021-01-191-0/+19
| | |/ / | |/| |
* | | | Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-01-2411-25/+65
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/cpu: Add another Alder Lake CPU to the Intel familyGayatri Kammela2021-01-211-0/+1
| * | | x86/mmx: Use KFPU_387 for MMX string operationsAndy Lutomirski2021-01-211-5/+15
| * | | x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski2021-01-212-6/+18
| * | | x86/topology: Make __max_die_per_package available unconditionallyBorislav Petkov2021-01-142-3/+3
| * | | x86: __always_inline __{rd,wr}msr()Peter Zijlstra2021-01-121-2/+2
| * | | x86/mce: Remove explicit/superfluous tracingPeter Zijlstra2021-01-121-3/+4
| * | | x86/sev: Fix nonistr violationPeter Zijlstra2021-01-121-1/+1
| * | | x86/entry: Fix noinstr failPeter Zijlstra2021-01-121-3/+7
| * | | x86/cpu/amd: Set __max_die_per_package on AMDYazen Ghannam2021-01-121-2/+2
| * | | x86/sev-es: Handle string port IO to kernel memory properlyHyunwook (Wooky) Baek2021-01-111-0/+12
| |/ /
* | | Merge tag 'for-linus-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-201-0/+2
|\ \ \ | | |/ | |/|
| * | x86/xen: fix 'nopvspin' build errorRandy Dunlap2021-01-181-0/+2
* | | Merge tag 'hyperv-fixes-signed-20210119' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-01-191-3/+26
|\ \ \
| * | | x86/hyperv: Initialize clockevents after LAPIC is initializedDexuan Cui2021-01-171-3/+26
* | | | 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