index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-26
firmware/sysfb: Disable sysfb for firmware buffers with unknown parent
drm-misc-fixes-2024-09-26
Thomas Zimmermann
1
-1
/
+3
2024-09-25
drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS
Thomas Zimmermann
1
-1
/
+1
2024-09-24
drm/connector: hdmi: Fix writing Dynamic Range Mastering infoframes
Derek Foreman
2
-6
/
+2
2024-09-24
drm/sched: Fix dynamic job-flow control race
Rob Clark
2
-7
/
+4
2024-09-23
drm/panthor: Fix race when converting group handle to group object
Steven Price
1
-2
/
+14
2024-09-14
drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLA
Hans de Goede
2
-4
/
+10
2024-09-12
drm/dp_mst: Fix DSC decompression detection in Synaptics branch devices
Imre Deak
1
-2
/
+8
2024-09-10
drm/tegra: Use iommu_paging_domain_alloc()
drm-misc-fixes-2024-09-12
Lu Baolu
1
-2
/
+3
2024-09-10
drm/rockchip: Use iommu_paging_domain_alloc()
Lu Baolu
1
-3
/
+7
2024-09-10
drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctl
T.J. Mercier
1
-4
/
+13
2024-09-10
drm/stm: add COMMON_CLK dependency
Arnd Bergmann
1
-0
/
+1
2024-09-10
drm/nouveau/fb: restore init() for ramgp102
Ben Skeggs
3
-1
/
+4
2024-09-09
dma-buf: heaps: Fix off-by-one in CMA heap fault handler
T.J. Mercier
1
-1
/
+1
2024-09-05
drm/fbdev-dma: Only install deferred I/O if necessary
drm-misc-fixes-2024-09-05
Thomas Zimmermann
1
-19
/
+64
2024-09-05
drm/panthor: flush FW AS caches in slow reset path
Adrián Larumbe
3
-4
/
+26
2024-09-05
drm: panel: nv3052c: Correct WL-355608-A8 panel compatible
Ryan Walklin
1
-1
/
+1
2024-09-05
drm/panthor: Restrict high priorities on group_create
Mary Guillemard
2
-1
/
+24
2024-09-03
drm/bridge-connector: reset the HDMI connector state
Dmitry Baryshkov
2
-1
/
+13
2024-09-03
drm/bridge-connector: move to DRM_DISPLAY_HELPER module
Dmitry Baryshkov
20
-1
/
+37
2024-09-03
drm/display: stop depending on DRM_DISPLAY_HELPER
Dmitry Baryshkov
1
-10
/
+8
2024-09-02
drm/imagination: Free pvr_vm_gpuva after unlink
Matt Coster
1
-0
/
+4
2024-08-31
nouveau: fix the fwsec sb verification register.
Dave Airlie
1
-1
/
+1
2024-08-30
drm: komeda: Fix an issue related to normalized zpos
hongchi.peng
1
-3
/
+7
2024-08-28
drm/v3d: Disable preemption while updating GPU stats
drm-misc-fixes-2024-08-29
Tvrtko Ursulin
1
-0
/
+6
2024-08-26
video/aperture: optionally match the device in sysfb_disable()
Alex Deucher
3
-15
/
+17
2024-08-26
drm/vmwgfx: Disable coherent dumb buffers without 3d
Zack Rusin
1
-2
/
+4
2024-08-26
drm/vmwgfx: Fix prime with external buffers
Zack Rusin
3
-12
/
+118
2024-08-26
drm/vmwgfx: Prevent unmapping active read buffers
Zack Rusin
2
-2
/
+14
2024-08-16
nouveau/firmware: use dma non-coherent allocator
drm-misc-fixes-2024-08-22
Dave Airlie
2
-3
/
+12
2024-08-15
drm/rockchip: inno-hdmi: Fix infoframe upload
drm-misc-fixes-2024-08-15
Alex Bee
1
-3
/
+1
2024-08-12
drm/v3d: Fix out-of-bounds read in `v3d_csd_job_run()`
Maíra Canal
1
-3
/
+11
2024-08-12
drm: panel-orientation-quirks: Add quirk for Ayn Loki Max
Bouke Sybren Haarsma
1
-0
/
+6
2024-08-12
drm: panel-orientation-quirks: Add quirk for Ayn Loki Zero
Bouke Sybren Haarsma
1
-0
/
+6
2024-08-06
drm/atomic: allow no-op FB_ID updates for async flips
drm-misc-fixes-2024-08-08
Simon Ser
1
-11
/
+4
2024-08-05
drm/bridge-connector: Fix double free in error handling paths
Cristian Ciocaltea
1
-6
/
+2
2024-08-05
drm/omap: add CONFIG_MMU dependency
Arnd Bergmann
1
-0
/
+1
2024-08-02
drm/test: fix the gem shmem test to map the sg table.
Dave Airlie
1
-0
/
+11
2024-08-02
drm/client: fix null pointer dereference in drm_client_modeset_probe
Ma Ke
1
-0
/
+5
2024-08-01
nouveau: set placement to original placement on uvmm validate.
drm-misc-fixes-2024-08-01
Dave Airlie
1
-0
/
+1
2024-07-31
drm/atomic: Allow userspace to use damage clips with async flips
André Almeida
1
-1
/
+2
2024-07-31
drm/atomic: Allow userspace to use explicit sync with atomic async flips
André Almeida
1
-1
/
+3
2024-07-30
drm/ast: astdp: Wake up during connector status detection
Thomas Zimmermann
3
-2
/
+35
2024-07-30
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
6198
-96410
/
+598716
2024-07-29
drm/client: Fix error code in drm_client_buffer_vmap_local()
Dan Carpenter
1
-1
/
+1
2024-07-28
minmax: add a few more MIN_T/MAX_T users
Linus Torvalds
4
-7
/
+7
2024-07-28
Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
6
-14
/
+19
2024-07-28
ubi: Fix ubi_init() ubiblock_exit() section mismatch
Richard Weinberger
1
-1
/
+1
2024-07-28
Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
13
-146
/
+174
2024-07-27
Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linux
Linus Torvalds
6
-9
/
+29
2024-07-27
Merge tag 'gpio-fixes-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
[next]