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
2026-03-04
x86/virt/tdx: Tag a pile of functions as __init, and globals as __ro_after_init
Sean Christopherson
2
-63
/
+66
2026-03-04
KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys init
Sean Christopherson
4
-200
/
+122
2026-03-04
x86/virt/tdx: Drop the outdated requirement that TDX be enabled in IRQ context
Sean Christopherson
2
-16
/
+2
2026-03-04
x86/virt: Add refcounting of VMX/SVM usage to support multiple in-kernel users
Sean Christopherson
4
-30
/
+53
2026-03-04
KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystem
Sean Christopherson
9
-94
/
+138
2026-03-04
KVM: SVM: Move core EFER.SVME enablement to kernel
Sean Christopherson
3
-27
/
+66
2026-03-04
KVM: VMX: Move core VMXON enablement to kernel
Sean Christopherson
4
-73
/
+92
2026-03-04
x86/virt: Force-clear X86_FEATURE_VMX if configuring root VMCS fails
Sean Christopherson
2
-5
/
+16
2026-03-04
KVM: VMX: Unconditionally allocate root VMCSes during boot CPU bringup
Sean Christopherson
4
-55
/
+89
2026-03-04
KVM: x86: Move "kvm_rebooting" to kernel as "virt_rebooting"
Sean Christopherson
10
-20
/
+41
2026-03-04
KVM: VMX: Move architectural "vmcs" and "vmcs_hdr" structures to public vmx.h
Sean Christopherson
2
-11
/
+11
2026-03-04
KVM: x86: Move kvm_rebooting to x86
Sean Christopherson
2
-0
/
+23
2026-03-04
x86/entry/vdso32: Work around libgcc unwinder bug
H. Peter Anvin
1
-0
/
+30
2026-03-04
x86/resctrl: Fix SNC detection
Tony Luck
1
-31
/
+5
2026-03-04
x86/topo: Fix SNC topology mess
Peter Zijlstra
1
-44
/
+140
2026-03-04
x86/topo: Replace x86_has_numa_in_package
Peter Zijlstra
1
-10
/
+3
2026-03-04
x86/topo: Add topology_num_nodes_per_package()
Peter Zijlstra
3
-2
/
+20
2026-03-04
x86/numa: Store extra copy of numa_nodes_parsed
Peter Zijlstra
3
-0
/
+16
2026-03-04
x86/boot: Handle relative CONFIG_EFI_SBAT_FILE file paths
Jan Stancek
1
-0
/
+1
2026-03-03
KVM/TDX: Rename KVM_SUPPORTED_TD_ATTRS to KVM_SUPPORTED_TDX_TD_ATTRS
Xiaoyao Li
1
-2
/
+2
2026-03-03
x86/tdx: Rename TDX_ATTR_* to TDX_TD_ATTR_*
Xiaoyao Li
4
-44
/
+44
2026-03-03
KVM/TDX: Remove redundant definitions of TDX_TD_ATTR_*
Xiaoyao Li
2
-8
/
+2
2026-03-03
x86/tdx: Fix the typo in TDX_ATTR_MIGRTABLE
Xiaoyao Li
2
-3
/
+3
2026-03-03
KVM: x86: Drop redundant call to kvm_deliver_exception_payload()
Yosry Ahmed
1
-6
/
+4
2026-03-03
KVM: SVM: Skip OSVW MSR reads if current CPU doesn't support the feature
Sean Christopherson
1
-6
/
+2
2026-03-03
KVM: SVM: Skip OSVW variable updates if current CPU's errata are a subset
Sean Christopherson
1
-12
/
+10
2026-03-03
KVM: SVM: Extract OS-visible workarounds setup to helper function
Sean Christopherson
1
-41
/
+49
2026-03-03
KVM: SVM: Skip OSVW MSR reads if KVM is treating all errata as present
Sean Christopherson
1
-2
/
+12
2026-03-03
KVM: SVM: Serialize updates to global OS-Visible Workarounds variables
Sean Christopherson
1
-3
/
+7
2026-03-03
KVM: x86/mmu: Don't zero-allocate page table used for splitting a hugepage
Sean Christopherson
1
-1
/
+1
2026-03-03
x86/cpu: Remove LASS restriction on EFI
Sohil Mehta
1
-6
/
+1
2026-03-03
x86/efi: Disable LASS while executing runtime services
Sohil Mehta
1
-0
/
+35
2026-03-03
x86/cpu: Defer LASS enabling until userspace comes up
Sohil Mehta
1
-1
/
+22
2026-03-03
x86/PVH: Use boot params to pass RSDP address in start_info page
Hou Wenlong
1
-6
/
+1
2026-03-03
x86/xen: update outdated comment
kexinsun
1
-1
/
+1
2026-03-03
x86/xen: Build identity mapping page tables dynamically for XENPV
Hou Wenlong
3
-30
/
+9
2026-03-02
KVM: x86/mmu: Fix UBSAN warning when reading nx_huge_pages parameter
Gal Pressman
1
-0
/
+5
2026-03-02
KVM: SVM: Fix UBSAN warning when reading avic parameter
Gal Pressman
1
-1
/
+12
2026-03-02
KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exit
Sean Christopherson
3
-43
/
+37
2026-03-02
KVM: x86: Don't panic the kernel if completing userspace I/O / MMIO goes side...
Sean Christopherson
1
-4
/
+8
2026-03-02
KVM: x86: Rename .read_write_emulate() to .read_write_guest()
Sean Christopherson
1
-10
/
+28
2026-03-02
KVM: x86: Fold emulator_write_phys() into write_emulate()
Sean Christopherson
2
-16
/
+7
2026-03-02
KVM: x86: Bury emulator read/write ops in emulator_{read,write}_emulated()
Sean Christopherson
1
-15
/
+14
2026-03-02
KVM: x86: Consolidate SEV-ES MMIO emulation into a single public API
Sean Christopherson
3
-38
/
+17
2026-03-02
KVM: x86: Dedup kvm_sev_es_mmio_{read,write}()
Sean Christopherson
1
-39
/
+19
2026-03-02
KVM: x86: Harden SEV-ES MMIO against on-stack use-after-free
Sean Christopherson
1
-4
/
+6
2026-03-02
KVM: x86: Move MMIO write tracing into vcpu_mmio_write()
Sean Christopherson
1
-8
/
+5
2026-03-02
KVM: x86: Open code read vs. write userspace MMIO exits in emulator_read_write()
Sean Christopherson
1
-20
/
+13
2026-03-02
KVM: x86: Use local MMIO fragment variable to clean up emulator_read_write()
Sean Christopherson
1
-6
/
+5
2026-03-02
KVM: x86: Trace unsatisfied MMIO reads on a per-page basis
Sean Christopherson
1
-1
/
+8
[prev]
[next]