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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-02
drm/amdgpu: put job to list before done
Monk Liu
3
-0
/
+27
2016-05-02
drm/amdgpu: delay job free to when it's finished (v2)
Monk Liu
4
-3
/
+22
2016-05-02
drm/amdgpu/dce11: fix vertical bars appear on monitor
Vitaly Prosyak
1
-60
/
+5
2016-05-02
drm/amdgpu: use sched_job_init to initialize sched_job
Monk Liu
4
-20
/
+40
2016-05-02
drm/amdgpu: patch cond exec for SDMA
Monk Liu
3
-1
/
+37
2016-05-02
drm/amdgpu: support cond exec
Monk Liu
3
-0
/
+15
2016-05-02
drm/amdgpu: improve vmid assigment V2
Chunming Zhou
1
-0
/
+14
2016-05-02
drm/amdgpu: mark amdgpu_allowed_register_entry tables as 'const'
Nils Wallménius
2
-6
/
+6
2016-05-02
drm/amdgpu: do not store bios_header_start in amdgpu_device
Nils Wallménius
2
-5
/
+4
2016-05-02
drm/radeon: delete unused struct member suspend from radeon_device
Nils Wallménius
1
-1
/
+0
2016-05-02
drm/amdgpu: delete unused struct member suspend from amdgpu_device
Nils Wallménius
1
-1
/
+0
2016-05-02
drm/radeon: hard reset r600 and newer GPU when hibernating.
Jérome Glisse
3
-8
/
+14
2016-05-02
drm/radeon: allow to force hard GPU reset.
Jérome Glisse
10
-18
/
+44
2016-05-02
drm/radeon: add driver option to disable vce block.
Jérome Glisse
3
-0
/
+7
2016-05-02
drm/radeon: add driver option to disable uvd block.
Jérome Glisse
3
-0
/
+8
2016-05-02
drm/radeon: consolidate cik vce initialization and startup code.
Jérome Glisse
1
-45
/
+91
2016-05-02
drm/radeon: consolidate si vce initialization and startup code.
Jérome Glisse
1
-46
/
+93
2016-05-02
drm/radeon: consolidate ni vce initialization and startup code.
Jérome Glisse
1
-48
/
+91
2016-05-02
drm/radeon: add a vce flag to know if need to initialize vce or not.
Jérome Glisse
2
-2
/
+10
2016-05-02
drm/radeon: consolidate cik uvd initialization and startup code.
Jérome Glisse
1
-29
/
+79
2016-05-02
drm/radeon: consolidate si uvd initialization and startup code.
Jérome Glisse
1
-30
/
+70
2016-05-02
drm/radeon: consolidate ni uvd initialization and startup code.
Jérome Glisse
1
-26
/
+74
2016-05-02
drm/radeon: consolidate evergreen uvd initialization and startup code.
Jérome Glisse
1
-28
/
+74
2016-05-02
drm/radeon: consolidate rv770 uvd initialization and startup code.
Jérome Glisse
1
-28
/
+74
2016-05-02
drm/radeon: consolidate r600 uvd initialization and startup code.
Jérome Glisse
1
-29
/
+70
2016-04-29
Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm...
Dave Airlie
7
-53
/
+268
2016-04-28
drm: sun4i: tv: Add NTSC output standard
Maxime Ripard
1
-0
/
+45
2016-04-28
drm: sun4i: tv: Add PAL output standard
Maxime Ripard
1
-0
/
+42
2016-04-28
drm: sun4i: Add composite output
Maxime Ripard
2
-0
/
+623
2016-04-28
drm: sun4i: Add RGB output
Maxime Ripard
6
-1
/
+355
2016-04-28
drm: Add Allwinner A10 Display Engine support
Maxime Ripard
18
-1
/
+2202
2016-04-27
drm: Switch blobs to the new generic modeset obj refcounting
Daniel Vetter
1
-119
/
+45
2016-04-27
drm/atomic-helpers: Don't duplicate code in destroy helpers
Daniel Vetter
1
-8
/
+9
2016-04-27
drm: Fix fb leaks and WARN spew in get/set_prop ioctls
Daniel Vetter
1
-7
/
+9
2016-04-27
drm: Improve kerneldoc for new mode object refcounting
Daniel Vetter
1
-7
/
+15
2016-04-27
Merge branch 'topic-arcpgu-v6' of https://github.com/foss-for-synopsys-dwc-ar...
Dave Airlie
9
-0
/
+845
2016-04-26
drm: Add support of ARC PGU display controller
Carlos Palminha
9
-0
/
+845
2016-04-26
drm/fsl-dcu: increment version and date
Stefan Agner
1
-2
/
+2
2016-04-26
drm/fsl-dcu: implement lastclose callback
Stefan Agner
1
-0
/
+8
2016-04-26
drm/fsl-dcu: disable output polling on driver unload
Stefan Agner
1
-0
/
+4
2016-04-26
drm/fsl-dcu: deallocate fbdev CMA on unload
Stefan Agner
1
-0
/
+9
2016-04-26
drm/fsl-dcu: use variable name dev for struct drm_device
Stefan Agner
1
-16
/
+13
2016-04-26
drm/fsl-dcu: handle missing panel gracefully
Stefan Agner
1
-7
/
+13
2016-04-26
drm/fsl-dcu: detach panel on destroy
Stefan Agner
1
-0
/
+3
2016-04-26
drm/layerscape: reduce excessive stack usage
Arnd Bergmann
1
-2
/
+2
2016-04-26
drm/fsl-dcu: add TCON driver
Stefan Agner
6
-1
/
+161
2016-04-26
drm/fsl-dcu: use common clock framework for pixel clock divider
Stefan Agner
2
-9
/
+24
2016-04-26
drm/fsl-dcu: add extra clock for pixel clock
Stefan Agner
3
-2
/
+17
2016-04-26
drm/fsl-dcu: disable clock on initialization failure and remove
Stefan Agner
1
-23
/
+21
2016-04-24
drm: rcar-du: Fix compilation warning
Laurent Pinchart
1
-1
/
+0
[next]