summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-08-15drm/amd/display: Skip Recompute DSC Params if no Stream on LinkJonathan Gray
2024-08-15drm/i915/gem: Fix Virtual Memory mapping boundaries calculationJonathan Gray
2024-08-15drm/amd/display: Add null checker before passing variablesJonathan Gray
2024-08-15drm/amd/pm: Fix the null pointer dereference for vega10_hwmgrJonathan Gray
2024-08-15drm/amdgpu: Add lock around VF RLCG interfaceJonathan Gray
2024-08-15drm/admgpu: fix dereferencing null pointer contextJonathan Gray
2024-08-15drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rulesJonathan Gray
2024-08-15drm/amdgpu: Fix the null pointer dereference to ras_managerJonathan Gray
2024-08-15drm/amdgpu/pm: Fix the null pointer dereference for smu7Jonathan Gray
2024-08-15drm/amdgpu/pm: Fix the param type of set_power_profile_modeJonathan Gray
2024-08-15drm/amdgpu: fix potential resource leak warningJonathan Gray
2024-08-15drm/amd/display: Add delay to improve LTTPR UHBR interopJonathan Gray
2024-08-14Implement bounce buffering for AMD SEV in amd64 bus dma.Alexander Bluhm
2024-08-14Push kernel lock down to net_sysctl().Vitaliy Makkoveev
2024-08-14Introduce qwz(4), a work-in-progress port of the Linux ath12k driver.Patrick Wildt
2024-08-14Make sysctl_int() and sysctl_int_lower() mp-safe and unlock KERN_HOSTID.Vitaliy Makkoveev
2024-08-14In a qcspmi_cmd_read() error case, the register is only returning the errorMarcus Glocker
2024-08-13Be more aggressive about disabling interrupts in both DVACT_QUIESCE andTheo de Raadt
2024-08-13use ACPI _WAK upon resume. Such a huge oversight it is surprising thatTheo de Raadt
2024-08-13For AMD SEV use correct command mask in ccp(4) driver.Alexander Bluhm
2024-08-13Sync full virtqueue on device resetStefan Fritsch
2024-08-13drm/i915/pxp/mtl: Update pxp-firmware packet sizeJonathan Gray
2024-08-13drm/i915/mtl: Wake GT before sending H2G messageJonathan Gray
2024-08-13drm/i915/mtl: Don't set PIPE_CONTROL_FLUSH_L3Jonathan Gray
2024-08-13drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()Jonathan Gray
2024-08-13drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macroJonathan Gray
2024-08-13i915/perf: Remove code to update PWR_CLK_STATE for gen12Jonathan Gray
2024-08-13drm/i915: Prevent potential null-ptr-deref in engine_init_commonJonathan Gray
2024-08-13syncJonathan Gray
2024-08-13drm/i915/mtl: Remove the 'force_probe' requirement for Meteor LakeJonathan Gray
2024-08-13force primary and console on Meteor LakeJonathan Gray
2024-08-13drm/i915: Annotate more of the BIOS fb takeover failure pathsJonathan Gray
2024-08-13drm/i915: Try to relocate the BIOS fb to the start of ggttJonathan Gray
2024-08-13drm/i915: Tweak BIOS fb reuse checkJonathan Gray
2024-08-13drm/i915/fbdev: Fix smem_start for LMEMBAR stolen objectsJonathan Gray
2024-08-13drm/i915: Simplify intel_initial_plane_config() calling conventionJonathan Gray
2024-08-13drm/i915: Split the smem and lmem plane readout apartJonathan Gray
2024-08-13drm/i915: s/phys_base/dma_addr/Jonathan Gray
2024-08-13drm/i915: Fix MTL initial plane readoutJonathan Gray
2024-08-13drm/i915: Fix region start during initial plane readoutJonathan Gray
2024-08-13drm/i915: Fix PTE decode during initial plane readoutJonathan Gray
2024-08-13drm/i915: Rename the DSM/GSM registersJonathan Gray
2024-08-13drm/i915: Disable the "binder"Jonathan Gray
2024-08-13drm/i915: Bypass LMEMBAR/GTTMMADR for MTL stolen memory accessJonathan Gray
2024-08-13drm/i915: Remove ad-hoc lmem/stolen debugsJonathan Gray
2024-08-12drm/i915: Print memory region info during probeJonathan Gray
2024-08-12drm/i915: Use struct resource for memory region IO as wellJonathan Gray
2024-08-12drm/i915: Enable GGTT updates with binder in MTLJonathan Gray
2024-08-12drm/i915: Toggle binder context ready statusJonathan Gray
2024-08-12drm/i915: Implement GGTT update method with MI_UPDATE_GTTJonathan Gray