index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-20
nouveau/u_memcpya: fix NULL vs error pointer bug
Dan Carpenter
1
-1
/
+1
2023-09-20
nouveau/u_memcpya: use vmemdup_user
Dave Airlie
1
-14
/
+5
2023-09-20
drm/nouveau: sched: fix leaking memory of timedout job
Danilo Krummrich
2
-4
/
+10
2023-09-20
drm/nouveau: fence: fix type cast warning in nouveau_fence_emit()
Danilo Krummrich
1
-1
/
+1
2023-09-07
Merge tag 'drm-misc-next-fixes-2023-09-01' of git://anongit.freedesktop.org/d...
Dave Airlie
8
-40
/
+45
2023-08-31
drm/nouveau: fence: fix undefined fence state after emit
Danilo Krummrich
8
-40
/
+45
2023-08-24
Merge tag 'drm-misc-next-fixes-2023-08-24' of git://anongit.freedesktop.org/d...
Dave Airlie
6
-9
/
+54
2023-08-24
drm/nouveau: uapi: don't pass NO_PREFETCH flag implicitly
Danilo Krummrich
4
-9
/
+31
2023-08-24
drm/nouveau: uvmm: fix unset region pointer on remap
Danilo Krummrich
1
-0
/
+1
2023-08-24
drm/nouveau: sched: avoid job races between entities
Danilo Krummrich
1
-0
/
+22
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
12
-32
/
+58
2023-08-17
drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_c...
Karol Herbst
1
-4
/
+7
2023-08-08
drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modes
Karol Herbst
1
-1
/
+1
2023-08-08
drm/nouveau/sched: Don't pass user flags to drm_syncobj_find_fence()
Faith Ekstrand
1
-1
/
+1
2023-08-08
drm/nouveau: uvmm: remove dedicated VM pointer from VMAs
Danilo Krummrich
2
-10
/
+9
2023-08-08
drm/nouveau: uvmm: remove incorrect calls to mas_unlock()
Danilo Krummrich
1
-6
/
+2
2023-08-08
drm/nouveau: remove incorrect __user annotations
Danilo Krummrich
4
-9
/
+9
2023-08-08
drm/nouveau: nvkm: vmm: silence warning from cast
Danilo Krummrich
1
-2
/
+3
2023-08-08
nouveau/dmem: fix copy-paste error in nouveau_dmem_migrate_chunk()
Danilo Krummrich
1
-1
/
+1
2023-08-04
drm/nouveau: debugfs: implement DRM GPU VA debugfs
Danilo Krummrich
1
-0
/
+39
2023-08-04
drm/nouveau: implement new VM_BIND uAPI
Danilo Krummrich
18
-69
/
+3318
2023-08-04
drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
Danilo Krummrich
12
-99
/
+566
2023-08-04
drm/nouveau: chan: provide nouveau_channel_kill()
Danilo Krummrich
2
-3
/
+12
2023-08-04
drm/nouveau: fence: fail to emit when fence context is killed
Danilo Krummrich
2
-1
/
+8
2023-08-04
drm/nouveau: fence: separate fence alloc and emit
Danilo Krummrich
7
-41
/
+59
2023-08-04
drm/nouveau: move usercopy helpers to nouveau_drv.h
Danilo Krummrich
2
-26
/
+26
2023-08-04
drm/nouveau: bo: initialize GEM GPU VA interface
Danilo Krummrich
1
-0
/
+6
2023-08-04
drm/nouveau: get vmm via nouveau_cli_vmm()
Danilo Krummrich
4
-5
/
+14
2023-08-04
drm/nouveau: fixup the uapi header file.
Dave Airlie
1
-41
/
+0
2023-08-03
drm/nouveau: remove unused tu102_gr_load() function
Arnd Bergmann
1
-13
/
+0
2023-08-03
drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issues
Lyude Paul
1
-1
/
+47
2023-08-03
drm/nouveau/gr: enable memory loads on helper invocation on all channels
Karol Herbst
6
-1
/
+17
2023-07-29
drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issues
Lyude Paul
1
-1
/
+47
2023-07-19
drm/nouveau/kms/nv50-: init hpd_irq_lock for PIOR DP
Ben Skeggs
1
-0
/
+4
2023-07-19
drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR AUX interrupts
Ben Skeggs
1
-9
/
+18
2023-07-19
drm/nouveau/i2c: fix number of aux event slots
Ben Skeggs
2
-4
/
+11
2023-07-17
Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
63
-154
/
+321
2023-07-12
drm/nouveau: bring back blit subchannel for pre nv50 GPUs
Karol Herbst
3
-3
/
+19
2023-07-12
drm/nouveau/acr: Abort loading ACR if no firmware was found
Karol Herbst
1
-1
/
+1
2023-07-12
drm/nouveau/disp/g94: enable HDMI
Karol Herbst
1
-0
/
+1
2023-07-12
drm/nouveau/disp: fix HDMI on gt215+
Karol Herbst
1
-1
/
+1
2023-07-11
Merge v6.5-rc1 into drm-misc-fixes
Maxime Ripard
11
-34
/
+32
2023-07-10
drm/nouveau/disp: use drm_kms_helper_connector_hotplug_event()
Simon Ser
1
-3
/
+14
2023-07-10
nouveau/dispnv50: add cursor pitch check
Simon Ser
1
-2
/
+23
2023-07-06
drm/nouveau/disp: drop unused argument in nv50_dp_mode_valid
Karol Herbst
4
-6
/
+4
2023-07-06
drm/nouveau/kms: don't call drm_dp_cec_set_edid() on TMDS
Ben Skeggs
1
-1
/
+4
2023-07-06
drm/nouveau/nvif: fix potential double-free
Ben Skeggs
1
-0
/
+3
2023-07-06
drm/nouveau/fifo/ga100-: add per-runlist nonstall intr handling
Ben Skeggs
13
-29
/
+116
2023-07-06
drm/nouveau/fifo/ga100-: remove individual runlists rather than failing oneinit
Ben Skeggs
1
-11
/
+35
2023-07-06
drm/nouveau/fifo: return ERR_PTR from nvkm_runl_new()
Ben Skeggs
1
-2
/
+2
[next]