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-01-14
KVM: SVM: Stop toggling virtual VMSAVE/VMLOAD on intercept recalc
Yosry Ahmed
1
-2
/
+8
2026-01-14
KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulation
Yosry Ahmed
1
-2
/
+3
2026-01-14
KVM: VMX: Don't register posted interrupt wakeup handler if alloc_kvm_area() ...
Hou Wenlong
1
-2
/
+7
2026-01-14
KVM: x86: Assert that non-MSI doesn't have bypass vCPU when deleting producer
Sean Christopherson
1
-1
/
+2
2026-01-14
KVM: SVM: Check vCPU ID against max x2AVIC ID if and only if x2AVIC is enabled
Sean Christopherson
1
-2
/
+2
2026-01-14
KVM: nSVM: Drop redundant/wrong comment in nested_vmcb02_prepare_save()
Yosry Ahmed
1
-1
/
+0
2026-01-14
x86/traps: Print unhashed pointers on stack overflow
Ryosuke Yasuoka
1
-1
/
+1
2026-01-14
KVM: VMX: Remove declaration of nested_mark_vmcs12_pages_dirty()
Binbin Wu
1
-1
/
+0
2026-01-14
KVM: SVM: Fix an off-by-one typo in the comment for enabling AVIC by default
Sean Christopherson
1
-2
/
+2
2026-01-14
x86/microcode/AMD: Allow loader debugging to be enabled on baremetal too
Borislav Petkov (AMD)
4
-9
/
+20
2026-01-14
vdso: Remove struct getcpu_cache
Thomas Weißschuh
2
-6
/
+3
2026-01-13
KVM: SVM: Assert that Hyper-V's HV_SVM_EXITCODE_ENL == SVM_EXIT_SW
Sean Christopherson
1
-0
/
+6
2026-01-13
KVM: SVM: Harden exit_code against being used in Spectre-like attacks
Sean Christopherson
1
-0
/
+1
2026-01-13
KVM: SVM: Limit incorrect check on SVM_EXIT_ERR to running as a VM
Sean Christopherson
1
-1
/
+4
2026-01-13
KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVM
Sean Christopherson
8
-64
/
+38
2026-01-13
KVM: SVM: Filter out 64-bit exit codes when invoking exit handlers on bare metal
Sean Christopherson
1
-2
/
+16
2026-01-13
KVM: SVM: Check for an unexpected VM-Exit after RETPOLINE "fast" handling
Sean Christopherson
1
-6
/
+6
2026-01-13
KVM: SVM: Open code handling of unexpected exits in svm_invoke_exit_handler()
Sean Christopherson
1
-15
/
+10
2026-01-13
KVM: SVM: Add a helper to detect VMRUN failures
Sean Christopherson
3
-11
/
+14
2026-01-13
KVM: x86: align the code with kvm_x86_call()
Jun Miao
1
-1
/
+1
2026-01-13
KVM: x86: Ignore -EBUSY when checking nested events from vcpu_block()
Sean Christopherson
1
-2
/
+1
2026-01-13
KVM: SVM: Tag sev_supported_vmsa_features as read-only after init
Sean Christopherson
1
-2
/
+2
2026-01-13
KVM: SVM: Drop the module param to control SEV-ES DebugSwap
Sean Christopherson
1
-8
/
+3
2026-01-13
KVM: x86: Update APICv ISR (a.k.a. SVI) as part of kvm_apic_update_apicv()
Sean Christopherson
3
-27
/
+12
2026-01-13
KVM: nVMX: Switch to vmcs01 to set virtual APICv mode on-demand if L2 is active
Sean Christopherson
3
-13
/
+11
2026-01-13
KVM: nVMX: Switch to vmcs01 to update APIC page on-demand if L2 is active
Sean Christopherson
3
-11
/
+2
2026-01-13
KVM: nVMX: Switch to vmcs01 to refresh APICv controls on-demand if L2 is active
Sean Christopherson
3
-10
/
+1
2026-01-13
KVM: nVMX: Switch to vmcs01 to update SVI on-demand if L2 is active
Sean Christopherson
3
-18
/
+7
2026-01-13
KVM: nVMX: Switch to vmcs01 to update TPR threshold on-demand if L2 is active
Sean Christopherson
3
-11
/
+3
2026-01-13
KVM: nVMX: Switch to vmcs01 to update PML controls on-demand if L2 is active
Sean Christopherson
3
-10
/
+36
2026-01-13
x86/entry/vdso32: When using int $0x80, use it directly
H. Peter Anvin
2
-5
/
+17
2026-01-13
x86/cpufeature: Replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32
H. Peter Anvin
11
-31
/
+42
2026-01-13
x86/vdso: Abstract out vdso system call internals
H. Peter Anvin
2
-100
/
+111
2026-01-13
x86/entry/vdso: Include GNU_PROPERTY and GNU_STACK PHDRs
H. Peter Anvin
1
-15
/
+23
2026-01-13
x86/entry/vdso32: Remove open-coded DWARF in sigreturn.S
H. Peter Anvin
3
-114
/
+39
2026-01-13
x86/entry/vdso32: Remove SYSCALL_ENTER_KERNEL macro in sigreturn.S
H. Peter Anvin
1
-6
/
+2
2026-01-13
x86/entry/vdso32: Don't rely on int80_landing_pad for adjusting ip
H. Peter Anvin
1
-9
/
+5
2026-01-13
x86/entry/vdso: Refactor the vdso build
H. Peter Anvin
21
-186
/
+180
2026-01-13
x86/entry/vdso: Move vdso2c to arch/x86/tools
H. Peter Anvin
5
-10
/
+14
2026-01-13
x86/entry/vdso: Rename vdso_image_* to vdso*_image
H. Peter Anvin
8
-26
/
+23
2026-01-13
KVM: SVM: Fix a missing kunmap_local() in sev_gmem_post_populate()
Yan Zhao
1
-0
/
+1
2026-01-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-6
/
+54
2026-01-13
x86/resctrl: Fix memory bandwidth counter width for Hygon
Xiaochen Shen
2
-2
/
+16
2026-01-13
x86/resctrl: Add missing resctrl initialization for Hygon
Xiaochen Shen
1
-2
/
+4
2026-01-13
x86/crash: Use set_memory_p() instead of __set_memory_prot()
Coiby Xu
3
-18
/
+1
2026-01-13
x86/pvlocks: Move paravirt spinlock functions into own header
Juergen Gross
11
-200
/
+197
2026-01-13
x86/paravirt: Specify pv_ops array in paravirt macros
Juergen Gross
2
-146
/
+146
2026-01-13
x86/vdso: Provide clock_getres_time64() for x86-32
Thomas Weißschuh
2
-0
/
+9
2026-01-13
x86/paravirt: Allow pv-calls outside paravirt.h
Juergen Gross
1
-16
/
+0
2026-01-12
x86/xen: Drop xen_mmu_ops
Juergen Gross
1
-62
/
+38
[prev]
[next]