index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/kms/nv50-: create heads based on nvkm head mask
Ben Skeggs
2023-09-19
1
-15
/
+3
*
drm/nouveau/disp/nv50-: skip DCB_OUTPUT_TV
Ben Skeggs
2023-09-19
1
-1
/
+1
*
drm/nouveau/disp: move outp init/fini paths to chipset code
Ben Skeggs
2023-09-19
6
-56
/
+22
*
drm/nouveau/disp: move outp/conn construction to chipset code
Ben Skeggs
2023-09-19
2
-118
/
+121
*
drm/nouveau/disp: add dp mst id get/put methods
Ben Skeggs
2023-09-19
9
-4
/
+137
*
drm/nouveau/disp: add dp sst config method
Ben Skeggs
2023-09-19
5
-0
/
+54
*
drm/nouveau/disp: move link training out of supervisor
Ben Skeggs
2023-09-19
9
-146
/
+218
*
drm/nouveau/disp: add dp train method
Ben Skeggs
2023-09-19
9
-176
/
+143
*
drm/nouveau/kms/nv50-: fixup sink D3 before tearing down link
Ben Skeggs
2023-09-19
3
-10
/
+19
*
drm/nouveau/kms/nv50-: flush mst disables together
Ben Skeggs
2023-09-19
2
-11
/
+1
*
drm/nouveau/kms/nv50-: split DP disable+enable into two modesets
Ben Skeggs
2023-09-19
1
-1
/
+2
*
drm/nouveau/disp: add dp rates method
Ben Skeggs
2023-09-19
8
-99
/
+189
*
drm/nouveau/disp: add dp aux xfer method
Ben Skeggs
2023-09-19
9
-31
/
+94
*
drm/nouveau/disp: move dp aux pwr method to HAL
Ben Skeggs
2023-09-19
3
-3
/
+16
*
drm/nouveau/disp: add hdmi audio hal function
Ben Skeggs
2023-09-19
2
-1
/
+10
*
drm/nouveau/disp: add output lvds config method
Ben Skeggs
2023-09-19
5
-22
/
+28
*
drm/nouveau/disp: add output backlight control methods
Ben Skeggs
2023-09-19
22
-81
/
+233
*
drm/nouveau/disp: remove SOR routing updates from supervisor
Ben Skeggs
2023-09-19
3
-3
/
+0
*
drm/nouveau/disp: release outputs post-modeset
Ben Skeggs
2023-09-19
3
-10
/
+11
*
drm/nouveau/disp: move hdmi disable out of release()
Ben Skeggs
2023-09-19
3
-9
/
+20
*
drm/nouveau/disp: add output hdmi config method
Ben Skeggs
2023-09-19
7
-60
/
+74
*
drm/nouveau/kms/nv50-: move audio enable post-modeset
Ben Skeggs
2023-09-19
2
-4
/
+34
*
drm/nouveau/kms/nv50-: keep output state around until modeset complete
Ben Skeggs
2023-09-19
1
-4
/
+6
*
drm/nouveau/kms/nv50-: remove nv_encoder.audio.connector
Ben Skeggs
2023-09-19
2
-4
/
+1
*
drm/nouveau/kms/nv50-: pull some common init out of OR-specific code
Ben Skeggs
2023-09-19
2
-33
/
+38
*
drm/nouveau/disp: update SOR routing immediately on acquire()
Ben Skeggs
2023-09-19
2
-1
/
+3
*
drm/nouveau/disp: add acquire_sor/pior()
Ben Skeggs
2023-09-19
5
-26
/
+50
*
drm/nouveau/disp: add acquire_dac()
Ben Skeggs
2023-09-19
5
-12
/
+19
*
drm/nouveau/disp: shuffle to make upcoming diffs prettier
Ben Skeggs
2023-09-19
2
-89
/
+91
*
drm/nouveau/kms: Add INHERIT ioctl to nvkm/nvif for reading IOR state
Lyude Paul
2023-09-19
8
-13
/
+291
*
drm/nouveau/disp: rename internal output acquire/release functions
Ben Skeggs
2023-09-19
3
-12
/
+19
*
drm/nouveau/disp: add output method to fetch edid
Ben Skeggs
2023-09-19
6
-9
/
+70
*
drm/nouveau/disp: add output detect method
Ben Skeggs
2023-09-19
13
-101
/
+145
*
drm/nouveau/disp: rearrange output methods
Ben Skeggs
2023-09-19
2
-14
/
+17
*
drm/nouveau/kms/nv50-: fix mst payload alloc fail crashing evo
Ben Skeggs
2023-09-19
1
-3
/
+7
*
drm/nouveau/mmu/gp100-: always invalidate TLBs at CACHE_LEVEL_ALL
Ben Skeggs
2023-09-19
2
-2
/
+2
*
drm/nouveau/gr/gf100-: lose contents of global ctxbufs across suspend
Ben Skeggs
2023-09-19
1
-5
/
+5
*
drm/nouveau/imem: support allocations not preserved across suspend
Ben Skeggs
2023-09-19
5
-8
/
+30
*
drm/nouveau/devinit/tu102-: remove attempt at loading PreOS
Ben Skeggs
2023-09-19
1
-10
/
+2
*
drm/dp_mst: Tune down error message during payload addition
Imre Deak
2023-09-18
1
-2
/
+2
*
drm/dp_mst: Sanitize error return during payload addition
Imre Deak
2023-09-18
1
-14
/
+12
*
drm/dp_mst: Fix NULL dereference during payload addition
Imre Deak
2023-09-18
1
-1
/
+2
*
drm/bridge: dw-hdmi-cec: Add arbitration lost event
Jernej Skrabec
2023-09-18
1
-1
/
+5
*
drm/nouveau/pm: refactor deprecated strncpy
Justin Stitt
2023-09-15
1
-4
/
+3
*
drm/nouveau/core: refactor deprecated strncpy
Justin Stitt
2023-09-15
1
-2
/
+1
*
drm/nouveau/nvif: refactor deprecated strncpy
Justin Stitt
2023-09-15
1
-1
/
+1
*
drm/komeda: add NV12 format to support writeback layer type
baozhu.liu
2023-09-15
1
-1
/
+1
*
accel/qaic: Use devm_drm_dev_alloc() instead of drm_dev_alloc()
Pranjal Ramajor Asha Kanojiya
2023-09-15
2
-62
/
+47
*
accel/qaic: Register for PCI driver at the beginning of module init
Pranjal Ramajor Asha Kanojiya
2023-09-15
1
-8
/
+8
*
drm: bridge: it66121: ->get_edid callback must not return err pointers
Jani Nikula
2023-09-15
1
-2
/
+2
[next]