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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-27
drm/nouveau: move nvxx_* definitions to nouveau_drv.h
Ben Skeggs
20
-90
/
+92
2024-07-27
drm/nouveau/nvif: remove disp chan rd/wr
Ben Skeggs
9
-178
/
+10
2024-07-27
drm/nouveau/nvif: remove device rd/wr
Ben Skeggs
5
-132
/
+0
2024-07-27
drm/nouveau: always map device
Ben Skeggs
5
-5
/
+25
2024-07-27
drm/nouveau/nvif: remove device args
Ben Skeggs
5
-53
/
+9
2024-07-27
drm/nouveau/nvif: remove client fini
Ben Skeggs
1
-7
/
+0
2024-07-27
drm/nouveau/nvif: remove client devlist
Ben Skeggs
4
-64
/
+0
2024-07-27
drm/nouveau/nvif: remove client version
Ben Skeggs
4
-40
/
+2
2024-07-27
drm/nouveau/nvif: remove client device arg
Ben Skeggs
6
-11
/
+6
2024-07-27
drm/nouveau/nvif: remove driver keep/fini
Ben Skeggs
3
-8
/
+1
2024-07-27
drm/nouveau/nvif: remove nvxx_client()
Ben Skeggs
4
-10
/
+2
2024-07-27
drm/nouveau/nvif: remove nvxx_object()
Ben Skeggs
3
-26
/
+19
2024-07-27
drm/nouveau/nvif: remove route/token
Ben Skeggs
10
-38
/
+6
2024-07-27
drm/nouveau/nvif: remove support for userspace backends
Ben Skeggs
2
-28
/
+7
2024-07-27
drm/nouveau/nvkm: remove nvkm_client_search()
Ben Skeggs
2
-14
/
+0
2024-07-27
drm/nouveau/nvkm: remove perfmon
Ben Skeggs
23
-2502
/
+1
2024-07-27
drm/nouveau/nvkm: remove detect/mmio/subdev_mask from device args
Ben Skeggs
7
-231
/
+209
2024-07-27
drm/nouveau: remove abi16->handles
Ben Skeggs
1
-1
/
+0
2024-07-27
drm/nouveau: remove abi16->device
Ben Skeggs
2
-23
/
+3
2024-07-27
drm/nouveau: handle limited nvif ioctl in abi16
Ben Skeggs
7
-249
/
+251
2024-07-27
drm/nouveau: add nouveau_cli to nouveau_abi16
Ben Skeggs
2
-4
/
+6
2024-07-27
drm/nouveau: move allocation of root client out of nouveau_cli_init()
Ben Skeggs
1
-17
/
+19
2024-07-27
drm/nouveau: store nvkm_device pointer in nouveau_drm
Ben Skeggs
2
-11
/
+13
2024-07-27
drm/nouveau: create pci device once
Ben Skeggs
1
-9
/
+2
2024-07-27
drm/nouveau: replace drm_device* with nouveau_drm* as dev drvdata
Ben Skeggs
7
-64
/
+58
2024-07-27
drm/nouveau: handle pci/tegra drm_dev_{alloc, register} from common code
Ben Skeggs
2
-39
/
+60
2024-07-27
drm/nouveau: move nouveau_drm_device_fini() above init()
Ben Skeggs
1
-53
/
+53
2024-07-27
drm/vblank: add dynamic per-crtc vblank configuration support
Hamza Mahfooz
3
-26
/
+97
2024-07-26
drm/panel-edp: Add CSW MNB601LS1-4
Haikun Zhou
1
-0
/
+1
2024-07-26
accel/qaic: Remove the description of DRM_IOCTL_QAIC_PART_DEV
Zenghui Yu
1
-6
/
+0
2024-07-26
drm/ci: update link to Gitlab server
Deborah Brouwer
1
-1
/
+1
2024-07-25
drm/panel: nt36672e: Break some CMDS into helper functions
Cong Yang
1
-25
/
+44
2024-07-25
drm/panel: nt35521: Break some CMDS into helper functions
Cong Yang
1
-8
/
+21
2024-07-25
drm/panel: boe-tv101wum-nl6: Break some CMDS into helper functions
Cong Yang
1
-127
/
+63
2024-07-25
drm/test: use kunit action wrapper macro in the gem shmem test suite
Marco Pagani
1
-20
/
+7
2024-07-25
drm/scheduler: remove full_recover from drm_sched_start
Christian König
12
-31
/
+22
2024-07-25
drm/bridge: it6505: Disable IRQ when powered off
Pin-yen Lin
1
-5
/
+12
2024-07-24
drm/virtio: Add DRM capset definition
Dmitry Osipenko
1
-0
/
+1
2024-07-24
drm/panel/panel-ilitek-ili9806e: Add Densitron DMT028VGHMCMI-1D TFT to ILI980...
Marek Vasut
1
-0
/
+165
2024-07-24
dt-bindings: display: panel: Document Densitron DMT028VGHMCMI-1D TFT on ILI98...
Marek Vasut
1
-0
/
+1
2024-07-24
drm/panel: boe-th101mb31ig002 : using drm_connector_helper_get_modes_fixed()
Zhaoxiong Lv
1
-17
/
+2
2024-07-24
drm/panel: boe-th101mb31ig002 : Fix the way to get porch parameters
Zhaoxiong Lv
1
-5
/
+4
2024-07-24
drm: panel: boe-bf060y8m-aj0: Enable prepare_prev_first
Dang Huynh
1
-0
/
+2
2024-07-23
drm/dp_mst: Simplify character output in drm_dp_mst_dump_topology()
Markus Elfring
1
-1
/
+1
2024-07-23
drm/bridge: tc358767: Add configurable default preemphasis
Marek Vasut
1
-7
/
+38
2024-07-23
dt-bindings: display: bridge: tc358867: Document default DP preemphasis
Marek Vasut
1
-1
/
+20
2024-07-23
drm/ttm: Allow direct reclaim to allocate local memory v2
Rajneesh Bhardwaj
1
-1
/
+1
2024-07-23
dma-buf: heaps: Deduplicate docs and adopt common format
T.J. Mercier
2
-32
/
+16
2024-07-22
drm/nouveau: use GEM references instead of TTMs
Danilo Krummrich
9
-40
/
+44
2024-07-22
drm/nouveau: bo: remove unused functions
Danilo Krummrich
1
-29
/
+0
[next]