index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
Age
Commit message (
Expand
)
Author
Lines
2026-02-23
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
-251
/
+282
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-213
/
+213
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-218
/
+217
2026-02-16
nouveau/gsp: drop WARN_ON in ACPI probes
Dave Airlie
-6
/
+6
2026-02-11
Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-33
/
+65
2026-02-06
Merge tag 'drm-misc-next-fixes-2026-02-05' of https://gitlab.freedesktop.org/...
Dave Airlie
-33
/
+65
2026-02-05
nouveau/vmm: start tracking if the LPT PTE is valid. (v6)
Dave Airlie
-9
/
+33
2026-02-05
nouveau/vmm: increase size of vmm pte tracker struct to u32 (v2)
Dave Airlie
-7
/
+8
2026-02-05
nouveau/vmm: rewrite pte tracker using a struct and bitfields.
Dave Airlie
-24
/
+31
2026-02-04
nouveau/gsp: fix suspend/resume regression on r570 firmware
Dave Airlie
-7
/
+7
2026-02-04
nouveau: add a third state to the fini handler.
Dave Airlie
-70
/
+106
2026-02-04
nouveau/gsp: use rpc sequence numbers properly.
Dave Airlie
-3
/
+9
2026-01-21
drm/nouveau: implement missing DCB connector types; gracefully handle unknown...
Alex RamÃrez
-20
/
+53
2026-01-04
nouveau: don't attempt fwsec on sb on newer platforms.
Dave Airlie
-9
/
+49
2025-12-13
Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-20
/
+54
2025-12-04
drm/nouveau/gsp: Allocate fwsec-sb at boot
Lyude Paul
-20
/
+54
2025-12-04
Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-32
/
+623
2025-11-24
drm/nouveau: verify that hardware supports the flush page address
Timur Tabi
-0
/
+15
2025-11-24
drm/nouveau: restrict the flush page to a 32-bit address
Timur Tabi
-1
/
+1
2025-11-19
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
-12
/
+12
2025-11-17
nouveau/firmware: Add missing kfree() of nvkm_falcon_fw::boot
Nam Cao
-0
/
+2
2025-11-12
drm/nouveau/mmu/tu102: Add support for compressed kinds
Ben Skeggs
-2
/
+44
2025-11-12
drm/nouveau/mmu/gp100: Remove unused/broken support for compression
Ben Skeggs
-37
/
+6
2025-11-08
Revert "drm/nouveau: set DMA mask before creating the flush page"
Dave Airlie
-12
/
+12
2025-11-06
drm/nouveau: set DMA mask before creating the flush page
Timur Tabi
-12
/
+12
2025-09-15
drm/nouveau: Support devfreq for Tegra
Aaron Kling
-0
/
+366
2025-09-15
drm/nouveau: Support reclocking on gp10b
Aaron Kling
-0
/
+199
2025-09-15
Merge tag 'v6.17-rc6' into drm-next
Dave Airlie
-23
/
+30
2025-08-29
nouveau: fix disabling the nonstall irq due to storm code
Dave Airlie
-8
/
+21
2025-08-25
drm/nouveau: remove unused memory target test
Timur Tabi
-10
/
+3
2025-08-25
drm/nouveau: remove unused increment in gm200_flcn_pio_imem_wr
Timur Tabi
-1
/
+1
2025-08-25
drm/nouveau: fix error path in nvkm_gsp_fwsec_v2
Timur Tabi
-2
/
+3
2025-08-15
drm/nouveau/gsp: fix mismatched alloc/free for kvmalloc()
Qianfeng Rong
-2
/
+2
2025-08-12
drm/nouveau: Improve message for missing firmware
Mel Henning
-1
/
+3
2025-08-12
drm/nouveau: Remove nvkm_gsp_fwif.enable
Mel Henning
-6
/
+5
2025-08-12
drm/nouveau: Remove DRM_NOUVEAU_GSP_DEFAULT config
Mel Henning
-5
/
+1
2025-08-12
drm/nouveau: always set RMDevidCheckIgnore for GSP-RM
Timur Tabi
-0
/
+3
2025-08-11
Merge drm/drm-next into drm-misc-n
Thomas Zimmermann
-12
/
+34
2025-08-09
drm/nouveau: replace snprintf() with scnprintf() in nvkm_snprintbf()
Seyediman Seyedarab
-1
/
+1
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-2
/
+2
2025-07-07
drm/nouveau/gsp: fix potential leak of memory used during acpi init
Ben Skeggs
-6
/
+14
2025-07-04
nouveau/gsp: add a 50ms delay between fbsr and driver unload rpcs
Dave Airlie
-0
/
+7
2025-06-13
drm/nouveau: fix a use-after-free in r535_gsp_rpc_push()
Zhi Wang
-5
/
+12
2025-06-13
drm/nouveau/gsp: Fix potential integer overflow on integer shifts
Colin Ian King
-1
/
+1
2025-06-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
-1
/
+1
2025-06-06
drm/nouveau/vfn/r535: Convert comma to semicolon
Chen Ni
-1
/
+1
2025-06-03
Merge drm-next-2025-05-28 into drm-misc-next
Maxime Ripard
-3682
/
+11729
2025-05-24
drm/nouveau/tegra: Fix error pointer vs NULL return in nvkm_device_tegra_reso...
Dan Carpenter
-1
/
+1
2025-05-19
drm/nouveau: add support for GB20x
Ben Skeggs
-0
/
+319
[next]