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-02
KVM: x86: Open code handling of completed MMIO reads in emulator_read_write()
Sean Christopherson
2
-17
/
+29
2026-03-02
KVM: x86: Use scratch field in MMIO fragment to hold small write values
Sean Christopherson
1
-1
/
+13
2026-03-02
KVM: x86: Ignore cpuid faulting in SMM
Jim Mattson
2
-4
/
+5
2026-03-02
KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2
Yosry Ahmed
1
-0
/
+1
2026-03-02
KVM: nSVM: Sync NextRIP to cached vmcb12 after VMRUN of L2
Yosry Ahmed
1
-0
/
+10
2026-03-02
KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest mode
Yosry Ahmed
1
-0
/
+3
2026-03-02
KVM: x86: Check for injected exceptions before queuing a debug exception
Yosry Ahmed
1
-1
/
+1
2026-03-02
KVM: Isolate apicv_update_lock and apicv_nr_irq_window_req in a cacheline
Sean Christopherson
1
-1
/
+11
2026-03-02
KVM: SVM: Optimize IRQ window inhibit handling
Sean Christopherson
1
-1
/
+25
2026-03-02
KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUs
Sean Christopherson
4
-12
/
+63
2026-03-02
KVM: SVM: Fix clearing IRQ window inhibit with nested guests
Sean Christopherson
1
-14
/
+14
2026-03-02
KVM: SVM: Mark module parameters as __ro_after_init for security and performance
Li RongQing
3
-22
/
+22
2026-03-02
KVM: SVM: Mark module parameters as __ro_after_init for security and performance
Li RongQing
3
-22
/
+22
2026-03-02
KVM: nSVM: Mark all of vmcb02 dirty when restoring nested state
Yosry Ahmed
1
-0
/
+6
2026-03-02
KVM: VMX: Use ASM_INPUT_RM in __vmcs_writel
Uros Bizjak
1
-1
/
+1
2026-03-02
KVM: VMX: Drop obsolete branch hint prefixes from inline asm
Uros Bizjak
1
-3
/
+0
2026-03-02
KVM: x86/pmu: annotate struct kvm_x86_pmu_event_filter with __counted_by()
Carlos López
2
-2
/
+2
2026-03-02
KVM: x86: Zero-initialize temporary fxregs_state buffers in FXSAVE emulation
Uros Bizjak
1
-2
/
+2
2026-03-02
KVM: x86: Defer non-architectural deliver of exception payload to userspace read
Sean Christopherson
1
-23
/
+39
2026-03-02
KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXIT
Yosry Ahmed
1
-1
/
+1
2026-03-02
x86/mtrr: Use kstrtoul() in parse_mtrr_spare_reg()
Thorsten Blum
1
-3
/
+4
2026-03-02
x86/sev: Allow IBPB-on-Entry feature for SNP guests
Kim Phillips
3
-1
/
+6
2026-03-02
x86/boot/sev: Move SEV decompressor variables into the .data section
Tom Lendacky
2
-5
/
+5
2026-03-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-2
/
+0
2026-03-01
Merge tag 'x86-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
12
-42
/
+50
2026-02-28
KVM: always define KVM_CAP_SYNC_MMU
Paolo Bonzini
1
-1
/
+0
2026-02-28
KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER
Paolo Bonzini
1
-1
/
+0
2026-02-28
perf/amd/ibs: Advertise remote socket capability
Ravi Bangoria
2
-1
/
+21
2026-02-28
perf/amd/ibs: Enable streaming store filter
Ravi Bangoria
2
-1
/
+53
2026-02-28
perf/amd/ibs: Enable RIP bit63 hardware filtering
Ravi Bangoria
1
-8
/
+38
2026-02-28
perf/amd/ibs: Enable fetch latency filtering
Ravi Bangoria
1
-1
/
+65
2026-02-28
perf/amd/ibs: Support IBS_{FETCH|OP}_CTL2[Dis] to eliminate RMW race
Ravi Bangoria
1
-0
/
+45
2026-02-27
perf/amd/ibs: Add new MSRs and CPUID bits definitions
Ravi Bangoria
2
-20
/
+38
2026-02-27
perf/amd/ibs: Define macro for ldlat mask and shift
Ravi Bangoria
2
-4
/
+8
2026-02-27
perf/amd/ibs: Avoid race between event add and NMI
Ravi Bangoria
1
-0
/
+8
2026-02-27
perf/amd/ibs: Avoid calling perf_allow_kernel() from the IBS NMI handler
Ravi Bangoria
2
-1
/
+5
2026-02-27
perf/amd/ibs: Preserve PhyAddrVal bit when clearing PhyAddr MSR
Ravi Bangoria
1
-2
/
+0
2026-02-27
perf/amd/ibs: Limit ldlat->l3missonly dependency to Zen5
Ravi Bangoria
1
-1
/
+4
2026-02-27
perf/amd/ibs: Account interrupt for discarded samples
Ravi Bangoria
1
-2
/
+6
2026-02-27
x86/apic: Enable TSC coupled programming mode
Thomas Gleixner
4
-7
/
+17
2026-02-27
x86/apic: Avoid the PVOPS indirection for the TSC deadline timer
Thomas Gleixner
1
-3
/
+10
2026-02-27
x86/apic: Remove pointless fence in lapic_next_deadline()
Thomas Gleixner
1
-9
/
+7
2026-02-27
x86: Inline TSC reads in timekeeping
Thomas Gleixner
3
-0
/
+16
2026-02-26
kbuild: Split .modinfo out from ELF_DETAILS
Nathan Chancellor
2
-1
/
+2
2026-02-26
x86: rtc: Drop PNP device check
Rafael J. Wysocki
1
-16
/
+1
2026-02-26
ACPI: x86: cmos_rtc: Create a CMOS RTC platform device
Rafael J. Wysocki
1
-0
/
+4
2026-02-25
x86/virt/tdx: Print TDX module version during init
Vishal Verma
1
-0
/
+6
2026-02-25
x86/virt/tdx: Retrieve TDX module version
Chao Gao
2
-0
/
+23
2026-02-25
x86/efi: defer freeing of boot services memory
Mike Rapoport (Microsoft)
3
-5
/
+54
2026-02-24
x86/hyperv: print out reserved vectors in hexadecimal
Wei Liu
1
-2
/
+3
[prev]
[next]