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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-09
KVM: s390: pci: Fix GISC refcount leak on AIF enable failure
Haoxiang Li
1
-0
/
+1
2026-07-08
KVM: VMX: Use cached vcpu_vmx pointer in MSR and segment helpers
Hao Zhang
1
-6
/
+7
2026-07-08
KVM: SVM: Remove VM from the GA Log notifier list before VM destruction
Sean Christopherson
3
-7
/
+15
2026-07-08
KVM: SVM: Do all per-VM AVIC initialization during vCPU precreation phase
Sean Christopherson
3
-38
/
+51
2026-07-08
KVM: SVM: Make kvm_x86_ops.vcpu_precreate() hook fully AVIC specific
Sean Christopherson
3
-11
/
+12
2026-07-08
KVM: x86: Move "struct kvm_vcpu_hv" and all children from kvm_host.h => hyperv.h
Sean Christopherson
2
-89
/
+92
2026-07-08
KVM: x86: Move "struct kvm_apic_map" definition from kvm_host.h => lapic.h
Sean Christopherson
2
-33
/
+35
2026-07-08
KVM: x86: Move KVM's arbitrary task switch reason enums to x86.h
Sean Christopherson
2
-7
/
+6
2026-07-08
KVM: x86: Add static asserts to document connection b/w TSS structs and macros
Sean Christopherson
1
-0
/
+7
2026-07-08
KVM: x86: Move KVM_GUESTDBG_VALID_MASK from kvm_host.h => x86.c
Sean Christopherson
2
-9
/
+9
2026-07-08
KVM: x86: Move CR and DR macro definitions from kvm_host.h => regs.h
Sean Christopherson
2
-40
/
+38
2026-07-08
KVM: x86: Pluralize the macro guard name for msrs.h
Sean Christopherson
1
-2
/
+2
2026-07-08
KVM: x86/mmu: Annotate tdp_enabled as being read-mostly
Sean Christopherson
2
-4
/
+4
2026-07-08
KVM: x86: Move the "APIC attention" macros from kvm_host.h => lapic.c
Sean Christopherson
2
-10
/
+10
2026-07-08
KVM: x86/hyperv: Use {READ,WRITE}_ONCE for cross-task synic->active accesses
Sean Christopherson
1
-2
/
+2
2026-07-08
KVM: x86/hyperv: Assert vCPU's mutex is held in to_hv_vcpu()
Sean Christopherson
2
-4
/
+4
2026-07-08
KVM: Move nVMX's lockdep logic for vcpu->mutex to a common helper
Sean Christopherson
1
-4
/
+2
2026-07-08
KVM: x86/xen: Punt singleshot timer hcalls to userspace if Xen vCPU ID isn't set
Sean Christopherson
1
-1
/
+7
2026-07-08
KVM: x86/xen: Consolidate checks on Xen vCPU ID for singleshot timer hypercalls
Sean Christopherson
1
-9
/
+11
2026-07-08
KVM: x86/xen: Always route non-singleshot-timer vCPU hypercalls to userspace
Sean Christopherson
1
-9
/
+8
2026-07-08
KVM: x86/hyperv: Ensure vCPU's Hyper-V object is initialized on cross-vCPU ac...
Sean Christopherson
2
-8
/
+33
2026-07-08
KVM: x86/hyperv: Check for NULL vCPU Hyper-V object in kvm_hv_get_tlb_flush_f...
Sean Christopherson
2
-7
/
+11
2026-07-08
KVM: x86/hyperv: Get target FIFO in hv_tlb_flush_enqueue(), not caller
Sean Christopherson
1
-15
/
+9
2026-07-08
KVM: x86: Read CR4.DE in emulator if and only if accessing DR4 or DR5
Sean Christopherson
1
-3
/
+1
2026-07-08
KVM: x86: WARN if MOV DR emulation hits a "too late" #GP
Sean Christopherson
1
-2
/
+6
2026-07-08
KVM: x86: Use kvm_dr{6,7}_valid() to check DR{4,5,6,7} write values in emulator
Sean Christopherson
1
-2
/
+5
2026-07-08
KVM: VMX: Prioritize DR7.GD=1 #DB over CPL>0 #GP on Intel
Sean Christopherson
2
-4
/
+9
2026-07-08
KVM: x86: Prioritize #UD on MOV DR over #GP due to non-zero CPL
Sean Christopherson
1
-3
/
+5
2026-07-08
KVM: x86: Manually check DR4/5 write values to fix SVM intercept priority
Sean Christopherson
1
-3
/
+11
2026-07-08
KVM: x86: Prioritize DR7.GD #DB over #GP due to illegal DR6/7 value
Sean Christopherson
1
-1
/
+6
2026-07-08
KVM: x86: Treat any non-zero return from set_dr() as a faulting condition
Carlos López
1
-1
/
+1
2026-07-08
KVM: x86: Fix emulated CPUID features being applied to wrong sub-leaf
Binbin Wu
1
-4
/
+8
2026-07-08
KVM: TDX: Return EINVAL, not EOPNOTSUPP, for NULL INIT_MEM_REGION source
Sean Christopherson
1
-5
/
+2
2026-07-08
KVM: SEV: Explicitly disallow NULL user address for SNP_LAUNCH_UPDATE
Joerg Roedel
1
-6
/
+5
2026-07-08
KVM: nVM: Ensure INVVPID is emulated on the correct physical CPU
Yosry Ahmed
1
-1
/
+10
2026-07-08
KVM: nVMX: Decouple INVVPID operand checks from flushing of vpid02
Sean Christopherson
1
-30
/
+13
2026-07-08
KVM: nVMX: Always flush vpid02 on first use
Yosry Ahmed
1
-0
/
+10
2026-07-08
KVM: nVMX: Don't use vmcs01.GUEST_CR3 to snapshot L1's CR3 when EPT is disabled
Sean Christopherson
2
-13
/
+15
2026-07-08
KVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checks
Sean Christopherson
1
-37
/
+29
2026-07-08
KVM: x86: Ignore pending PV EOI if the vCPU has since disabled PV EOIs
Sean Christopherson
1
-2
/
+6
2026-07-08
KVM: x86: Nullify irqfd->producer if updating IRTE for bypass fails
leixiang
1
-1
/
+3
2026-07-08
riscv: defconfig: enable ARCH_ULTRARISC
Jia Wang
1
-0
/
+1
2026-07-08
riscv: add UltraRISC SoC family Kconfig support
Jia Wang
1
-0
/
+6
2026-07-08
s390/traps: Add exception statistics
Sven Schnelle
1
-1
/
+40
2026-07-08
s390/configs: Enable cpuidle driver on s390
Mete Durlu
2
-0
/
+4
2026-07-08
s390/idle: Introduce cpuidle for s390
Mete Durlu
1
-0
/
+5
2026-07-08
s390: Enable TIF_POLLING_NRFLAG
Mete Durlu
1
-0
/
+1
2026-07-08
s390/tick: Remove CIF_NOHZ_DELAY flag
Mete Durlu
4
-10
/
+0
2026-07-08
s390/mm: Use set_pmd() / set_pud() for hugetlb pagetable entries
Gerald Schaefer
2
-6
/
+8
2026-07-08
s390: Add build salt to the vDSO
Bastian Blank
1
-0
/
+3
[prev]
[next]