index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-13
nouveau/fence: handle cross device fences properly
Dave Airlie
1
-2
/
+4
2025-01-12
drivers: remove get_task_comm() and print task comm directly
Yafang Shao
2
-6
/
+3
2025-01-09
drm/nouveau: fix kernel-doc comments
Timur Tabi
2
-5
/
+9
2025-01-07
drm/mst: remove mgr parameter and debug logging from drm_dp_get_vc_payload_bw()
Jani Nikula
1
-2
/
+1
2025-01-07
drm/nouveau/disp: Fix missing backlight control on Macbook 5,1
Takashi Iwai
1
-0
/
+1
2025-01-07
drm/nouveau: vendor in drm_encoder_slave API
Dmitry Baryshkov
12
-69
/
+433
2025-01-07
drm/nouveau: incorporate I2C TV encoder drivers
Dmitry Baryshkov
11
-2
/
+1994
2025-01-07
drm/connector: make mode_valid take a const struct drm_display_mode
Dmitry Baryshkov
2
-2
/
+2
2025-01-07
drm/encoder_slave: make mode_valid accept const struct drm_display_mode
Dmitry Baryshkov
1
-1
/
+1
2024-12-17
drm/nouveau/dp_mst: Expose a connector to kernel users after it's properly in...
Imre Deak
1
-2
/
+2
2024-12-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
1
-1
/
+1
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
2
-6
/
+0
2024-12-04
drm/nouveau: expose GSP-RM logging buffers via debugfs
Timur Tabi
4
-1
/
+528
2024-12-04
drm/nouveau: retain device pointer in nvkm_gsp_mem object
Timur Tabi
2
-17
/
+34
2024-12-04
drm/nouveau: create module debugfs root
Danilo Krummrich
3
-3
/
+51
2024-12-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
3
-32
/
+44
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-11-25
nvkm: correctly calculate the available space of the GSP cmdq buffer
Zhi Wang
1
-2
/
+4
2024-11-25
nvkm/gsp: correctly advance the read pointer of GSP message queue
Zhi Wang
1
-6
/
+4
2024-11-21
Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
22
-78
/
+232
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
1
-1
/
+1
2024-11-14
nouveau/dp: handle retries for AUX CH transfers with GSP.
Dave Airlie
1
-23
/
+34
2024-11-14
nouveau: handle EBUSY and EAGAIN for GSP aux errors.
Dave Airlie
2
-4
/
+4
2024-11-14
nouveau: fw: sync dma after setup is called.
Dave Airlie
1
-5
/
+6
2024-11-04
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
3
-3
/
+3
2024-11-04
drm/nouveau: Add drm_panic support for nv50+
Jocelyn Falempe
1
-2
/
+127
2024-11-04
drm/nouveau/disp: Move tiling functions to dispnv50/tile.h
Jocelyn Falempe
2
-49
/
+73
2024-11-04
Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...
Dave Airlie
3
-3
/
+3
2024-10-29
drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new()
Li Huafei
1
-0
/
+1
2024-10-18
drm/nouveau: Suspend and resume clients with client helpers
Thomas Zimmermann
1
-5
/
+3
2024-10-18
drm/client: Move client event handlers to drm_client_event.c
Thomas Zimmermann
1
-1
/
+1
2024-10-14
drm/nouveau: Use video aperture helpers
Thomas Zimmermann
1
-2
/
+2
2024-10-11
Merge tag 'drm-misc-fixes-2024-10-10' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
3
-3
/
+3
2024-10-11
Merge tag 'drm-misc-next-2024-10-09' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
11
-10
/
+10
2024-10-09
Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2
-2
/
+9
2024-10-09
Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
4
-7
/
+6
2024-10-08
nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy error
Yonatan Maman
1
-1
/
+1
2024-10-08
nouveau/dmem: Fix privileged error in copy engine channel
Yonatan Maman
1
-1
/
+1
2024-10-03
drm/nouveau/gsp: remove extraneous ; after mutex
Colin Ian King
1
-1
/
+1
2024-10-03
drm/nouveau/i2c: rename aux.c and aux.h to auxch.c and auxch.h
Benjamin Szőke
11
-10
/
+10
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-30
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
4
-1
/
+5
2024-09-26
drm/nouveau: Run DRM default client setup
Thomas Zimmermann
2
-2
/
+9
2024-09-19
Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
131
-4278
/
+1167
2024-09-16
Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-0
/
+1
2024-09-13
Merge tag 'drm-misc-fixes-2024-09-12' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
3
-1
/
+4
2024-09-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+1
2024-09-11
Merge v6.11-rc7 into drm-next
Simona Vetter
1
-1
/
+1
2024-09-10
drm/nouveau/fb: restore init() for ramgp102
Ben Skeggs
3
-1
/
+4
2024-09-06
drm/sched: add optional errno to drm_sched_start()
Christian König
1
-1
/
+1
[prev]
[next]