summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-5/+0
* mm/hugetlb: generalize ARCH_WANT_GENERAL_HUGETLBAnshuman Khandual2022-03-221-3/+1
* mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei2022-03-221-3/+5
* arch/x86/mm/numa: Do not initialize nodes twiceOscar Salvador2022-03-221-13/+20
* kvm/emulate: Fix SETcc emulation function offsets with SLSBorislav Petkov2022-03-201-2/+17
* Merge tag 'x86_urgent_for_v5.17_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-138-63/+254
|\
| * x86/sgx: Free backing memory after faulting the enclave pageJarkko Sakkinen2022-03-111-9/+48
| * x86/traps: Mark do_int3() NOKPROBE_SYMBOLLi Huafei2022-03-111-0/+1
| * x86/boot: Add setup_indirect support in early_memremap_is_setup_data()Ross Philipson2022-03-091-2/+31
| * x86/boot: Fix memremap of setup_indirect structuresRoss Philipson2022-03-095-47/+166
| * x86/module: Fix the paravirt vs alternative orderPeter Zijlstra2022-03-081-5/+8
* | Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-076-62/+172
|\ \ | |/ |/|
| * x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMTJosh Poimboeuf2022-03-051-2/+25
| * x86/speculation: Warn about Spectre v2 LFENCE mitigationJosh Poimboeuf2022-03-051-0/+5
| * x86/speculation: Use generic retpoline by default on AMDKim Phillips2022-02-281-9/+0
| * x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-02-211-6/+29
| * x86/speculation: Add eIBRS + Retpoline optionsPeter Zijlstra2022-02-212-38/+99
| * x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)2022-02-216-24/+31
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-064-14/+20
|\ \
| * | KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_runPaolo Bonzini2022-03-021-12/+13
| * | KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots()Like Xu2022-03-021-1/+1
| * | KVM: x86: Yield to IPI target vCPU only if it is busyLi RongQing2022-02-251-1/+1
| * | x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64Dexuan Cui2022-02-251-1/+1
| * | x86/kvm: Don't waste memory if kvmclock is disabledWanpeng Li2022-02-251-0/+3
| * | x86/kvm: Don't use PV TLB/yield when mwait is advertisedWanpeng Li2022-02-251-0/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-013-17/+27
|\| |
| * | Revert "KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()"Sean Christopherson2022-02-252-11/+21
| * | Revert "KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()"Sean Christopherson2022-02-253-14/+14
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-02-247-14/+68
|\| | | |/ |/|
| * KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TSC_RATIO to non defa...Maxim Levitsky2022-02-241-2/+17
| * KVM: x86/mmu: make apf token non-zero to fix bugLiang Zhang2022-02-241-1/+12
| * x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPUWanpeng Li2022-02-181-3/+6
| * x86/kvm: Fix compilation warning in non-x86_64 buildsLeonardo Bras2022-02-181-0/+4
| * x86/kvm/fpu: Remove kvm_vcpu_arch.guest_supported_xcr0Leonardo Bras2022-02-173-8/+16
| * x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0Leonardo Bras2022-02-172-1/+6
| * kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup modeAnton Romanov2022-02-171-0/+7
| * KVM: x86: Add KVM_CAP_ENABLE_CAP to x86Aaron Lewis2022-02-171-0/+1
* | Merge tag 'x86_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-02-203-16/+7
|\ \
| * | x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearingAndy Lutomirski2022-02-182-7/+6
| * | x86/sgx: Fix missing poison handling in reclaimerReinette Chatre2022-02-171-9/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-02-1511-142/+230
|\ \ \ | | |/ | |/|
| * | KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAWJim Mattson2022-02-141-1/+1
| * | KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf eventJim Mattson2022-02-141-2/+3
| * | KVM: SVM: fix race between interrupt delivery and AVIC inhibitionMaxim Levitsky2022-02-114-49/+55
| * | KVM: SVM: set IRR in svm_deliver_interruptPaolo Bonzini2022-02-112-3/+1
| * | KVM: SVM: extract avic_ring_doorbellMaxim Levitsky2022-02-111-11/+20
| * | KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPUDavid Woodhouse2022-02-101-30/+67
| * | KVM: x86: SVM: move avic definitions from AMD's spec to svm.hMaxim Levitsky2022-02-084-32/+38
| * | KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibi...Maxim Levitsky2022-02-081-1/+6
| * | KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L...Maxim Levitsky2022-02-081-4/+13