summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-08amdkfd: properly free secondary context idZhu Lingshan
2026-07-08drm/amdkfd: Don't acquire buffers during CRIU queue restore.David Francis
2026-07-08KVM: SVM: Remove VM from the GA Log notifier list before VM destructionSean Christopherson
2026-07-08KVM: SVM: Do all per-VM AVIC initialization during vCPU precreation phaseSean Christopherson
2026-07-08KVM: SVM: Make kvm_x86_ops.vcpu_precreate() hook fully AVIC specificSean Christopherson
2026-07-08KVM: Remove kvm_debugfs_dir on kvm_init() error pathsleixiang
2026-07-08KVM: x86: Move "struct kvm_vcpu_hv" and all children from kvm_host.h => hyperv.hSean Christopherson
2026-07-08KVM: x86: Move "struct kvm_apic_map" definition from kvm_host.h => lapic.hSean Christopherson
2026-07-08KVM: x86: Move KVM's arbitrary task switch reason enums to x86.hSean Christopherson
2026-07-08KVM: x86: Add static asserts to document connection b/w TSS structs and macrosSean Christopherson
2026-07-08KVM: x86: Move KVM_GUESTDBG_VALID_MASK from kvm_host.h => x86.cSean Christopherson
2026-07-08KVM: x86: Move CR and DR macro definitions from kvm_host.h => regs.hSean Christopherson
2026-07-08KVM: x86: Pluralize the macro guard name for msrs.hSean Christopherson
2026-07-08KVM: x86/mmu: Annotate tdp_enabled as being read-mostlySean Christopherson
2026-07-08KVM: x86: Move the "APIC attention" macros from kvm_host.h => lapic.cSean Christopherson
2026-07-08KVM: Remove kvm_debugfs_dir on kvm_init() error pathsleixiang
2026-07-08KVM: x86/hyperv: Use {READ,WRITE}_ONCE for cross-task synic->active accessesSean Christopherson
2026-07-08KVM: x86/hyperv: Assert vCPU's mutex is held in to_hv_vcpu()Sean Christopherson
2026-07-08KVM: x86: Treat a vCPU as unreachable if its index is invalidSean Christopherson
2026-07-08KVM: Move nVMX's lockdep logic for vcpu->mutex to a common helperSean Christopherson
2026-07-08KVM: Initialize a vCPU's index to '-1' while it's being createdSean Christopherson
2026-07-08KVM: x86/xen: Punt singleshot timer hcalls to userspace if Xen vCPU ID isn't setSean Christopherson
2026-07-08KVM: x86/xen: Consolidate checks on Xen vCPU ID for singleshot timer hypercallsSean Christopherson
2026-07-08KVM: x86/xen: Always route non-singleshot-timer vCPU hypercalls to userspaceSean Christopherson
2026-07-08KVM: x86/hyperv: Ensure vCPU's Hyper-V object is initialized on cross-vCPU ac...Sean Christopherson
2026-07-08KVM: x86/hyperv: Check for NULL vCPU Hyper-V object in kvm_hv_get_tlb_flush_f...Sean Christopherson
2026-07-08KVM: x86/hyperv: Get target FIFO in hv_tlb_flush_enqueue(), not callerSean Christopherson
2026-07-08KVM: x86: Read CR4.DE in emulator if and only if accessing DR4 or DR5Sean Christopherson
2026-07-08KVM: x86: WARN if MOV DR emulation hits a "too late" #GPSean Christopherson
2026-07-08KVM: x86: Use kvm_dr{6,7}_valid() to check DR{4,5,6,7} write values in emulatorSean Christopherson
2026-07-08KVM: VMX: Prioritize DR7.GD=1 #DB over CPL>0 #GP on IntelSean Christopherson
2026-07-08KVM: x86: Prioritize #UD on MOV DR over #GP due to non-zero CPLSean Christopherson
2026-07-08KVM: x86: Manually check DR4/5 write values to fix SVM intercept prioritySean Christopherson
2026-07-08KVM: x86: Prioritize DR7.GD #DB over #GP due to illegal DR6/7 valueSean Christopherson
2026-07-08KVM: x86: Treat any non-zero return from set_dr() as a faulting conditionCarlos López
2026-07-08KVM: x86: Fix emulated CPUID features being applied to wrong sub-leafBinbin Wu
2026-07-08KVM: TDX: Return EINVAL, not EOPNOTSUPP, for NULL INIT_MEM_REGION sourceSean Christopherson
2026-07-08KVM: SEV: Explicitly disallow NULL user address for SNP_LAUNCH_UPDATEJoerg Roedel
2026-07-08KVM: nVM: Ensure INVVPID is emulated on the correct physical CPUYosry Ahmed
2026-07-08KVM: nVMX: Decouple INVVPID operand checks from flushing of vpid02Sean Christopherson
2026-07-08KVM: nVMX: Always flush vpid02 on first useYosry Ahmed
2026-07-08drm/amdkfd: Check bounds on CRIU restore event idDavid Francis
2026-07-08drm/gfx10: Program DB_RING_CONTROLAlex Deucher
2026-07-08dm era: fix error code propagation in era_ctr()Cao Guanghui
2026-07-08dm era: fix NULL pointer dereference in metadata_open()Cao Guanghui
2026-07-08dm: avoid leaking the caller's thread keyring via the table device fileIngo Blechschmidt
2026-07-08dm-inlinecrypt: Fix an error handling path in inlinecrypt_ctr()Christophe JAILLET
2026-07-08dm-pcache: reject option groups without valuesSamuel Moelius
2026-07-08dm thin metadata: fix metadata snapshot consistency on commit failureMing-Hung Tsai
2026-07-08dm-verity: fix buffer overflow in FEC calculationMikulas Patocka