summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-08scsi: virtio_scsi: Fix up endian conversions for warning messagesBen Dooks
2026-07-08Merge branch 7.2/scsi-queue into 7.2/scsi-fixesMartin K. Petersen
2026-07-09regulator: core: regulator_lock_two() should test for EDEADLK not EDEADLOCKTimur Tabi
2026-07-08perf dso: Fix kallsyms DSO detection with fallback logicTanushree Shah
2026-07-08smb: client: fix busy dentry warning on unmount after DIOZizhi Wo
2026-07-08cifs: Fix support for creating SFU fifoPali Rohár
2026-07-08cifs: Fix support for creating SFU socketPali Rohár
2026-07-08smb: client: fix atime clamp check in read completionXu Rao
2026-07-08perf stat: reject --field-separator and --json-output combinationIvan Lazaric
2026-07-09ASoC: tas2562: fix deprecated 'shut-down' GPIO always cleared after lookupUday Khare
2026-07-08perf vendor events amd: Reintroduce deprecated Zen 5 core eventsSandipan Das
2026-07-08drm/xe/guc: fix activity stats error message formatSk Anirban
2026-07-08drm/xe/guc: distinguish wedged from recoverable cancellationSk Anirban
2026-07-08drm/xe/userptr: Stub notifier_lock helpers when DRM_GPUSVM=nShuicheng Lin
2026-07-08KVM: VMX: Use cached vcpu_vmx pointer in MSR and segment helpersHao Zhang
2026-07-08drm/amdkfd: Check bounds on CRIU restore queue type and mqd sizeDavid Francis
2026-07-08drm/amd/pm: fix smu14 power limit range calculationYang Wang
2026-07-08drm/amdkfd: Check bounds in allocate_event_notification_slotDavid Francis
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