summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2024-08-12drm/i915: Parameterize binder context creationJonathan Gray
2024-08-12drm/i915: Implement for_each_sgt_daddr_nextJonathan Gray
2024-08-12drm/i915: Create a kernel context for GGTT updatesJonathan Gray
2024-08-12drm/i915: Lift runtime-pm acquire callbacks out of intel_wakeref.mutexJonathan Gray
2024-08-12Conditionally compile kqueue poll debug printfs, mainly preventing themAnton Lindqvist
2024-08-12other growth has happened and I'm out of current culling options,Theo de Raadt
2024-08-12Revert the guts of rev 1.14. This ends up attempting to turn of powerMark Kettenis
2024-08-12Prepare bpf_sysctl() for upcoming net_sysctl() unlocking.Vitaliy Makkoveev
2024-08-12Run network protocol timer without kernel lock.Alexander Bluhm
2024-08-12try harder to leave a gap on the tx ring.David Gwynne
2024-08-12remove unused vars in local functionsJonathan Gray
2024-08-12use INTEL_INFO for early platform tests in inteldrm_attach()Jonathan Gray
2024-08-11Add missing refcnt.h header to fix libkvm build.Vitaliy Makkoveev
2024-08-11delete correct ACPI_SST_WAKING, pointed out by kettenisTheo de Raadt
2024-08-11Make exit1() wait sysctl(2) `allprocess' loops.Vitaliy Makkoveev
2024-08-11forgot the suspend-time duplication mentioned in 1.25Theo de Raadt
2024-08-11put ACPI_SST_WAKING in gosleep() where kettenis asked forTheo de Raadt
2024-08-11add name member to struct resourceJonathan Gray
2024-08-11unbreak igc on strict alignment archs.David Gwynne
2024-08-11make the timeout_add_foo wrappers more consistent.David Gwynne