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-12-19
drm: omapdrm: Perform initialization/cleanup at probe/remove time
Laurent Pinchart
2
-108
/
+105
2016-12-19
drm: Move vblank cleanup from unregister to release
Laurent Pinchart
1
-2
/
+2
2016-12-19
drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structures
Laurent Pinchart
5
-8
/
+7
2016-12-19
drm: omapdrm: Remove global variables
Laurent Pinchart
2
-21
/
+24
2016-12-19
drm: omapdrm: Simplify IRQ wait implementation
Laurent Pinchart
2
-74
/
+37
2016-12-19
drm: omapdrm: Inline the pipe2vbl function
Laurent Pinchart
3
-11
/
+3
2016-12-19
drm: omapdrm: Don't call DISPC power handling in IRQ wait functions
Laurent Pinchart
1
-4
/
+0
2016-12-19
drm: omapdrm: Remove unused parameter from omap_drm_irq handler
Laurent Pinchart
2
-3
/
+3
2016-12-19
drm: omapdrm: Don't expose the omap_irq_(un)register() functions
Laurent Pinchart
2
-22
/
+5
2016-12-19
drm: omapdrm: Keep vblank interrupt enabled while CRTC is active
Laurent Pinchart
3
-47
/
+37
2016-12-19
drm: omapdrm: Use a spinlock to protect the CRTC pending flag
Laurent Pinchart
1
-11
/
+22
2016-12-19
drm: omapdrm: Prevent processing the same event multiple times
Laurent Pinchart
1
-8
/
+15
2016-12-19
drm: omapdrm: Check the CRTC software state at enable/disable time
Laurent Pinchart
3
-18
/
+16
2016-12-19
drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs
Laurent Pinchart
2
-2
/
+9
2016-12-19
drm: omapdrm: Replace DSS manager state check with omapdrm CRTC state
Laurent Pinchart
1
-9
/
+13
2016-12-19
drm: omapdrm: Handle OCP error IRQ directly
Laurent Pinchart
2
-19
/
+10
2016-12-19
drm: omapdrm: Handle CRTC error IRQs directly
Laurent Pinchart
3
-10
/
+11
2016-12-19
drm: omapdrm: Handle FIFO underflow IRQs internally
Laurent Pinchart
4
-30
/
+67
2016-12-19
drm: omapdrm: fb: Turn framebuffer creation error messages into debug
Laurent Pinchart
1
-5
/
+5
2016-12-19
drm: omapdrm: fb: Simplify mode command checks when creating framebuffer
Laurent Pinchart
1
-27
/
+23
2016-12-19
drm: omapdrm: fb: Simplify objects lookup when creating framebuffer
Laurent Pinchart
2
-36
/
+18
2016-12-19
drm: omapdrm: fb: Use format information provided by the DRM core
Laurent Pinchart
1
-45
/
+46
2016-12-19
drm: omapdrm: fb: Limit number of planes per framebuffer to two
Laurent Pinchart
1
-2
/
+2
2016-12-13
Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-next
Dave Airlie
14
-38
/
+171
2016-12-13
Merge tag 'drm/tegra/for-4.10-rc1' of git://anongit.freedesktop.org/tegra/lin...
Dave Airlie
7
-22
/
+64
2016-12-13
Merge tag 'drm/panel/for-4.10-rc1' of git://anongit.freedesktop.org/tegra/lin...
Dave Airlie
1
-14
/
+193
2016-12-13
Merge tag 'drm-misc-next-fixes-2016-12-10' of git://anongit.freedesktop.org/g...
Dave Airlie
1
-0
/
+62
2016-12-13
Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into d...
Dave Airlie
9
-25
/
+778
2016-12-13
drm/nouveau/kms/nv50: fix atomic regression on original G80
Ben Skeggs
1
-0
/
+5
2016-12-13
drm/nouveau/bl: Do not register interface if Apple GMUX detected
Pierre Moreau
1
-0
/
+6
2016-12-13
drm/nouveau/bl: Assign different names to interfaces
Pierre Moreau
4
-4
/
+83
2016-12-13
drm/nouveau/bios/dp: fix handling of LevelEntryTableIndex on DP table 4.2
Ben Skeggs
1
-1
/
+4
2016-12-13
drm/nouveau/ltc: protect clearing of comptags with mutex
Ben Skeggs
1
-0
/
+2
2016-12-13
drm/nouveau/gr/gf100-: handle GPC/TPC/MPC trap
Ben Skeggs
1
-0
/
+7
2016-12-13
drm/nouveau/core: recognise GP106 chipset
Ben Skeggs
1
-0
/
+30
2016-12-13
drm/nouveau/ttm: wait for bo fence to signal before unmapping vmas
Ben Skeggs
1
-0
/
+1
2016-12-13
drm/nouveau/gr/gf100-: FECS intr handling is not relevant on proprietary ucode
Ben Skeggs
1
-2
/
+2
2016-12-13
drm/nouveau/gr/gf100-: properly ack all FECS error interrupts
Ben Skeggs
1
-3
/
+2
2016-12-13
drm/nouveau/fifo/gf100-: recover from host mmu faults
Ben Skeggs
4
-28
/
+29
2016-12-11
drm: Add fake controlD* symlinks for backwards compat
Daniel Vetter
1
-0
/
+62
2016-12-10
drm/vc4: Don't use drm_put_dev
Daniel Vetter
1
-1
/
+3
2016-12-10
drm/vc4: Add support for the VEC (Video Encoder) IP
Boris Brezillon
5
-0
/
+665
2016-12-10
drm: Add TV connector states to drm_connector_state
Boris Brezillon
1
-0
/
+50
2016-12-10
drm/vc4: Fix ->clock_select setting for the VEC encoder
Boris Brezillon
3
-16
/
+26
2016-12-09
Merge tag 'drm-fsl-dcu-for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu...
Dave Airlie
4
-33
/
+18
2016-12-09
Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
46
-414
/
+185
2016-12-09
Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
40
-436
/
+546
2016-12-09
Merge tag 'omapdrm-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
5
-15
/
+28
2016-12-08
drm/amdgpu/dce6: Set MASTER_UPDATE_MODE to 0 in resume_mc_access as well
Michel Dänzer
1
-2
/
+1
2016-12-08
drm/amdgpu: use pin rather than pin_restricted in a few cases
Alex Deucher
2
-2
/
+2
[next]