aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-04-30um: Fix the -Wmissing-prototypes warning for get_thread_regGravatar Tiwei Bie 1-0/+7
2024-04-30um: Fix -Wmissing-prototypes warnings for (rt_)sigreturnGravatar Tiwei Bie 1-2/+3
2024-04-22um: signal: move pid variable where neededGravatar Johannes Berg 1-5/+4
2024-04-22um: Fix -Wmissing-prototypes warnings for __warp_* and fooGravatar Tiwei Bie 2-0/+6
2024-04-22um: Move declarations to proper headersGravatar Tiwei Bie 2-2/+6
2024-04-22um: Add missing headersGravatar Tiwei Bie 6-0/+6
2024-04-22um: Make local functions and variables staticGravatar Tiwei Bie 2-2/+2
2024-04-21Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+3
2024-04-21Merge tag 'x86_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-12/+87
2024-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 18-113/+157
2024-04-18x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQGravatar Eric Biggers 1-3/+3
2024-04-18x86/fred: Fix incorrect error code printout in fred_bad_type()Gravatar Hou Wenlong 1-4/+4
2024-04-18x86/fred: Fix INT80 emulation for FREDGravatar Xin Li (Intel) 2-1/+66
2024-04-17x86/retpolines: Enable the default thunk warning only on relevant configsGravatar Borislav Petkov (AMD) 1-0/+7
2024-04-17Merge branch 'svm' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 5-67/+57
2024-04-16Merge tag 'kvm-x86-fixes-6.9-rcN' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 8-43/+84
2024-04-16sched: Add missing memory barrier in switch_mm_cidGravatar Mathieu Desnoyers 1-0/+3
2024-04-14Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-119/+115
2024-04-14Merge tag 'perf-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2024-04-14x86/bugs: Fix BHI retpoline checkGravatar Josh Poimboeuf 1-4/+7
2024-04-12x86/cpu/amd: Move TOPOEXT enablement into the topology parserGravatar Thomas Gleixner 2-15/+21
2024-04-12x86/cpu/amd: Make the NODEID_MSR union actually workGravatar Thomas Gleixner 1-3/+3
2024-04-12x86/cpu/amd: Make the CPUID 0x80000008 parser correctGravatar Thomas Gleixner 1-6/+18
2024-04-12x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIGravatar Josh Poimboeuf 2-15/+4
2024-04-12x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoGravatar Josh Poimboeuf 2-14/+1
2024-04-11Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 2-26/+12
2024-04-11KVM: x86/mmu: Fix and clarify comments about clearing D-bit vs. write-protectingGravatar David Matlack 1-10/+6
2024-04-11KVM: x86/mmu: Remove function comments above clear_dirty_{gfn_range,pt_masked}()Gravatar David Matlack 1-14/+0
2024-04-11KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty statusGravatar David Matlack 1-5/+16
2024-04-11KVM: x86/mmu: Precisely invalidate MMU root_role during CPUID updateGravatar Sean Christopherson 1-3/+3
2024-04-11KVM: VMX: Disable LBR virtualization if the CPU doesn't support LBR callstacksGravatar Sean Christopherson 1-1/+9
2024-04-11perf/x86/intel: Expose existence of callback support to KVMGravatar Sean Christopherson 2-0/+2
2024-04-11KVM: VMX: Snapshot LBR capabilities during module initializationGravatar Sean Christopherson 3-5/+8
2024-04-11KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platformsGravatar Sandipan Das 1-1/+2
2024-04-11KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleGravatar Sean Christopherson 5-2/+14
2024-04-11x86/bugs: Clarify that syscall hardening isn't a BHI mitigationGravatar Josh Poimboeuf 1-3/+3
2024-04-11x86/bugs: Fix BHI handling of RRSBAGravatar Josh Poimboeuf 1-12/+18
2024-04-11x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'Gravatar Ingo Molnar 3-42/+42
2024-04-11x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIESGravatar Josh Poimboeuf 1-15/+7
2024-04-10x86/topology: Don't update cpu_possible_map in topo_set_cpuids()Gravatar Thomas Gleixner 1-2/+5
2024-04-10x86/bugs: Fix return type of spectre_bhi_state()Gravatar Daniel Sneddon 1-1/+1
2024-04-10Merge branch 'linus' into x86/urgent, to pick up dependent commitsGravatar Ingo Molnar 17-43/+317
2024-04-10perf/x86: Fix out of range dataGravatar Namhyung Kim 1-0/+1
2024-04-09KVM: x86: Stop compiling vmenter.S with OBJECT_FILES_NON_STANDARDGravatar Sean Christopherson 1-5/+0
2024-04-09KVM: SVM: Create a stack frame in __svm_sev_es_vcpu_run()Gravatar Sean Christopherson 1-0/+4
2024-04-09KVM: SVM: Save/restore args across SEV-ES VMRUN via host save areaGravatar Sean Christopherson 1-16/+13
2024-04-09KVM: SVM: Save/restore non-volatile GPRs in SEV-ES VMRUN via host save areaGravatar Sean Christopherson 3-26/+35
2024-04-09KVM: SVM: Clobber RAX instead of RBX when discarding spec_ctrl_interceptedGravatar Sean Christopherson 1-2/+2
2024-04-09KVM: SVM: Drop 32-bit "support" from __svm_sev_es_vcpu_run()Gravatar Sean Christopherson 1-31/+13
2024-04-09KVM: SVM: Wrap __svm_sev_es_vcpu_run() with #ifdef CONFIG_KVM_AMD_SEVGravatar Sean Christopherson 1-0/+2