summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* um: Fix -Wmissing-prototypes warnings for __vdso_*Tiwei Bie2024-04-301-2/+8
* um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie2024-04-301-0/+7
* um: Fix -Wmissing-prototypes warnings for (rt_)sigreturnTiwei Bie2024-04-301-2/+3
* um: signal: move pid variable where neededJohannes Berg2024-04-221-5/+4
* um: Fix -Wmissing-prototypes warnings for __warp_* and fooTiwei Bie2024-04-222-0/+6
* um: Move declarations to proper headersTiwei Bie2024-04-222-2/+6
* um: Add missing headersTiwei Bie2024-04-226-0/+6
* um: Make local functions and variables staticTiwei Bie2024-04-222-2/+2
* Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-04-211-0/+3
|\
| * sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers2024-04-161-0/+3
* | Merge tag 'x86_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-04-215-12/+87
|\ \
| * | x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQEric Biggers2024-04-181-3/+3
| * | x86/fred: Fix incorrect error code printout in fred_bad_type()Hou Wenlong2024-04-181-4/+4
| * | x86/fred: Fix INT80 emulation for FREDXin Li (Intel)2024-04-182-1/+66
| * | x86/retpolines: Enable the default thunk warning only on relevant configsBorislav Petkov (AMD)2024-04-171-0/+7
| * | x86/bugs: Fix BHI retpoline checkJosh Poimboeuf2024-04-141-4/+7
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-04-2018-113/+157
|\ \ \ | |_|/ |/| |
| * | Merge branch 'svm' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-04-175-67/+57
| |\ \
| | * | KVM: x86: Stop compiling vmenter.S with OBJECT_FILES_NON_STANDARDSean Christopherson2024-04-091-5/+0
| | * | KVM: SVM: Create a stack frame in __svm_sev_es_vcpu_run()Sean Christopherson2024-04-091-0/+4
| | * | KVM: SVM: Save/restore args across SEV-ES VMRUN via host save areaSean Christopherson2024-04-091-16/+13
| | * | KVM: SVM: Save/restore non-volatile GPRs in SEV-ES VMRUN via host save areaSean Christopherson2024-04-093-26/+35
| | * | KVM: SVM: Clobber RAX instead of RBX when discarding spec_ctrl_interceptedSean Christopherson2024-04-091-2/+2
| | * | KVM: SVM: Drop 32-bit "support" from __svm_sev_es_vcpu_run()Sean Christopherson2024-04-091-31/+13
| | * | KVM: SVM: Wrap __svm_sev_es_vcpu_run() with #ifdef CONFIG_KVM_AMD_SEVSean Christopherson2024-04-091-0/+2
| | * | KVM: SVM: Create a stack frame in __svm_vcpu_run() for unwindingSean Christopherson2024-04-091-0/+1
| | * | KVM: SVM: Remove a useless zeroing of allocated memoryChristophe JAILLET2024-04-091-1/+1
| * | | Merge tag 'kvm-x86-fixes-6.9-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-04-168-43/+84
| |\ \ \
| | * | | KVM: x86/mmu: Fix and clarify comments about clearing D-bit vs. write-protectingDavid Matlack2024-04-111-10/+6
| | * | | KVM: x86/mmu: Remove function comments above clear_dirty_{gfn_range,pt_masked}()David Matlack2024-04-111-14/+0
| | * | | KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty statusDavid Matlack2024-04-111-5/+16
| | * | | KVM: x86/mmu: Precisely invalidate MMU root_role during CPUID updateSean Christopherson2024-04-111-3/+3
| | * | | KVM: VMX: Disable LBR virtualization if the CPU doesn't support LBR callstacksSean Christopherson2024-04-111-1/+9
| | * | | perf/x86/intel: Expose existence of callback support to KVMSean Christopherson2024-04-112-0/+2
| | * | | KVM: VMX: Snapshot LBR capabilities during module initializationSean Christopherson2024-04-113-5/+8
| | * | | KVM: VMX: Ignore MKTME KeyID bits when intercepting #PF for allow_smaller_max...Tao Su2024-04-081-1/+3
| | * | | KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET"Sean Christopherson2024-04-081-2/+14
| | * | | KVM: x86/mmu: x86: Don't overflow lpage_info when checking attributesRick Edgecombe2024-04-081-1/+2
| | * | | KVM: x86/pmu: Disable support for adaptive PEBSSean Christopherson2024-04-081-2/+22
| | |/ /
| * | | KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platformsSandipan Das2024-04-111-1/+2
| * | | KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleSean Christopherson2024-04-115-2/+14
| |/ /
* | | Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-04-148-119/+115
|\ \ \ | | |/ | |/|
| * | x86/cpu/amd: Move TOPOEXT enablement into the topology parserThomas Gleixner2024-04-122-15/+21
| * | x86/cpu/amd: Make the NODEID_MSR union actually workThomas Gleixner2024-04-121-3/+3
| * | x86/cpu/amd: Make the CPUID 0x80000008 parser correctThomas Gleixner2024-04-121-6/+18
| * | x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIJosh Poimboeuf2024-04-122-15/+4
| * | x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoJosh Poimboeuf2024-04-122-14/+1
| * | x86/bugs: Clarify that syscall hardening isn't a BHI mitigationJosh Poimboeuf2024-04-111-3/+3
| * | x86/bugs: Fix BHI handling of RRSBAJosh Poimboeuf2024-04-111-12/+18
| * | x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'Ingo Molnar2024-04-113-42/+42