index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-21
crypto: x86 - Remove CONFIG_AS_VPCLMULQDQ
Uros Bizjak
5
-32
/
+5
2025-08-21
crypto: X86 - Remove CONFIG_AS_VAES
Uros Bizjak
5
-17
/
+12
2025-08-20
crypto: x86 - Remove CONFIG_AS_GFNI
Uros Bizjak
6
-31
/
+4
2025-08-20
x86/kconfig: Drop unused and needless config X86_64_SMP
Lukas Bulwahn
1
-4
/
+0
2025-08-19
KVM: x86: Zero XSTATE components on INIT by iterating over supported features
Chao Gao
1
-3
/
+9
2025-08-19
KVM: x86: Manually clear MPX state only on INIT
Sean Christopherson
1
-16
/
+30
2025-08-19
KVM: x86: Add kvm_msr_{read,write}() helpers
Yang Weijiang
3
-5
/
+16
2025-08-19
KVM: x86: Use double-underscore read/write MSR helpers as appropriate
Sean Christopherson
1
-13
/
+16
2025-08-19
KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accesses
Yang Weijiang
4
-26
/
+27
2025-08-19
KVM: x86: Advertise support for the immediate form of MSR instructions
Xin Li
4
-2
/
+16
2025-08-19
KVM: VMX: Support the immediate form of WRMSRNS in the VM-Exit fastpath
Xin Li
3
-4
/
+17
2025-08-19
KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on Intel
Xin Li
6
-13
/
+90
2025-08-19
KVM: x86: Rename handle_fastpath_set_msr_irqoff() to handle_fastpath_wrmsr()
Xin Li
4
-5
/
+5
2025-08-19
KVM: x86: Rename local "ecx" variables to "msr" and "pmc" as appropriate
Sean Christopherson
1
-12
/
+12
2025-08-19
x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
Xin Li
2
-0
/
+2
2025-08-19
KVM: x86: Add a fastpath handler for INVD
Sean Christopherson
4
-0
/
+14
2025-08-19
KVM: x86: Push acquisition of SRCU in fastpath into kvm_pmu_trigger_event()
Sean Christopherson
2
-14
/
+8
2025-08-19
KVM: x86/pmu: Rename check_pmu_event_filter() to pmc_is_event_allowed()
Sean Christopherson
1
-3
/
+3
2025-08-19
KVM: x86/pmu: Drop redundant check on PMC being locally enabled for emulation
Sean Christopherson
1
-2
/
+1
2025-08-19
KVM: x86/pmu: Drop redundant check on PMC being globally enabled for emulation
Sean Christopherson
1
-1
/
+1
2025-08-19
KVM: x86/pmu: Open code pmc_event_is_allowed() in its callers
Sean Christopherson
1
-8
/
+4
2025-08-19
KVM: x86/pmu: Rename pmc_speculative_in_use() to pmc_is_locally_enabled()
Sean Christopherson
3
-5
/
+5
2025-08-19
KVM: x86/pmu: Calculate set of to-be-emulated PMCs at time of WRMSRs
Sean Christopherson
3
-21
/
+61
2025-08-19
KVM: x86/pmu: Add wrappers for counting emulated instructions/branches
Sean Christopherson
4
-15
/
+24
2025-08-19
KVM: x86/pmu: Move kvm_init_pmu_capability() to pmu.c
Sean Christopherson
2
-46
/
+48
2025-08-19
KVM: x86: Fold WRMSR fastpath helpers into the main handler
Sean Christopherson
1
-29
/
+5
2025-08-19
KVM: x86: Unconditionally grab data from EDX:EAX in WRMSR fastpath
Sean Christopherson
1
-3
/
+1
2025-08-19
KVM: x86: Acquire SRCU in WRMSR fastpath iff instruction needs to be skipped
Sean Christopherson
1
-13
/
+8
2025-08-19
KVM: x86: Unconditionally handle MSR_IA32_TSC_DEADLINE in fastpath exits
Sean Christopherson
3
-5
/
+1
2025-08-19
KVM: x86: Drop semi-arbitrary restrictions on IPI type in fastpath
Sean Christopherson
1
-7
/
+1
2025-08-19
KVM: x86: Only allow "fast" IPIs in fastpath WRMSR(X2APIC_ICR) handler
Sean Christopherson
3
-4
/
+27
2025-08-19
KVM: x86: Add kvm_icr_to_lapic_irq() helper to allow for fastpath IPIs
Sean Christopherson
1
-12
/
+18
2025-08-19
kvm: x86: simplify kvm_vector_to_index()
Yury Norov
1
-9
/
+2
2025-08-19
KVM: x86: allow CPUID 0xC000_0000 to proceed on Zhaoxin CPUs
Ewan Hai
1
-1
/
+2
2025-08-19
arch/x86/kvm/ioapic: Remove license boilerplate with bad FSF address
Thomas Huth
1
-14
/
+1
2025-08-19
KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't valid
Sean Christopherson
1
-2
/
+10
2025-08-19
KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2
Sean Christopherson
4
-0
/
+9
2025-08-19
KVM: TDX: Remove redundant __GFP_ZERO
Qianfeng Rong
1
-1
/
+1
2025-08-19
KVM: VMX: Add host MSR read/write helpers to consolidate preemption handling
Sean Christopherson
1
-6
/
+19
2025-08-19
KVM: VMX: Fix an indentation
Xin Li
1
-1
/
+3
2025-08-19
KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O
Sean Christopherson
3
-14
/
+13
2025-08-19
KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock
Vipin Sharma
2
-44
/
+98
2025-08-19
KVM: x86/mmu: Rename kvm_tdp_mmu_zap_sp() to better indicate its purpose
Vipin Sharma
3
-3
/
+5
2025-08-19
KVM: x86/mmu: Track possible NX huge pages separately for TDP vs. Shadow MMU
Vipin Sharma
4
-36
/
+72
2025-08-19
x86/bugs: Fix GDS mitigation selecting when mitigation is off
Li RongQing
1
-3
/
+1
2025-08-18
KVM: SEV: don't check have_run_cpus in sev_writeback_caches()
Yury Norov
1
-7
/
+3
2025-08-18
x86/insn: Add XOP prefix instructions decoder support
Masami Hiramatsu (Google)
6
-13
/
+256
2025-08-18
x86/CPU/AMD: Ignore invalid reset reason value
Yazen Ghannam
1
-2
/
+6
2025-08-18
compiler: remove __ADDRESSABLE_ASM{_STR,}() again
Jan Beulich
1
-2
/
+3
2025-08-18
objtool: Validate kCFI calls
Peter Zijlstra
3
-0
/
+12
[prev]
[next]