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.13.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
2015-03-03
drm: rcar-du: Switch page flip to atomic helpers
Laurent Pinchart
3
-47
/
+17
2015-03-03
drm: rcar-du: Implement asynchronous commit support
Laurent Pinchart
3
-1
/
+113
2015-03-03
drm: rcar-du: Replace encoder mode_fixup with atomic_check
Laurent Pinchart
2
-29
/
+20
2015-03-03
drm: rcar-du: Switch connector DPMS to atomic helpers
Laurent Pinchart
6
-40
/
+7
2015-03-03
drm: rcar-du: Switch mode config to atomic helpers
Laurent Pinchart
3
-73
/
+6
2015-03-03
drm: rcar-du: Switch plane update to atomic helpers
Laurent Pinchart
2
-2
/
+5
2015-03-03
drm: rcar-du: Rework CRTC enable/disable for atomic updates
Laurent Pinchart
2
-26
/
+35
2015-03-03
drm: rcar-du: Rework HDMI encoder enable/disable for atomic updates
Laurent Pinchart
1
-13
/
+35
2015-03-03
drm: rcar-du: Rework encoder enable/disable for atomic updates
Laurent Pinchart
1
-11
/
+22
2015-03-03
drm: rcar-du: Replace LVDS encoder DPMS by enable/disable
Laurent Pinchart
4
-23
/
+21
2015-03-03
drm: rcar-du: Remove private copy of plane size and position
Laurent Pinchart
2
-23
/
+10
2015-03-03
drm: rcar-du: Wire up atomic state object scaffolding
Laurent Pinchart
6
-0
/
+25
2015-03-03
drm: rcar-du: Handle primary plane config through atomic plane ops
Laurent Pinchart
3
-78
/
+14
2015-03-03
drm: rcar-du: Implement planes atomic operations
Laurent Pinchart
2
-48
/
+141
2015-03-03
drm: rcar-du: Fix hardware plane allocation
Laurent Pinchart
1
-2
/
+2
2015-03-03
drm: rcar-du: Implement universal plane support
Laurent Pinchart
4
-52
/
+40
2015-03-03
drm: rcar-du: Define macros for the max number of groups, CRTCs and LVDS
Laurent Pinchart
1
-3
/
+7
2015-03-03
drm: rcar-du: Disable fbdev emulation when no connector is present
Laurent Pinchart
1
-5
/
+10
2015-03-03
drm: rcar-du: Turn vblank on/off when enabling/disabling CRTC
Laurent Pinchart
2
-11
/
+21
2015-03-03
drm: rcar-du: Wait for page flip completion when turning the CRTC off
Laurent Pinchart
2
-0
/
+38
2015-03-03
drm: rcar-du: Reorder CRTC functions
Laurent Pinchart
1
-59
/
+83
2015-03-03
drm: rcar-du: Don't set connector->encoder at init time
Laurent Pinchart
3
-3
/
+0
2015-03-03
drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init time
Laurent Pinchart
1
-4
/
+0
2015-03-03
drm: rcar-du: Don't disable unused functions at init time
Laurent Pinchart
1
-2
/
+0
2015-02-26
Merge tag 'topic/drm-misc-2015-02-25' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
7
-152
/
+179
2015-02-24
drm/atomic-helpers: make mode_set hooks optional
Daniel Vetter
1
-2
/
+3
2015-02-24
drm/atomic-helper: Rename commmit_post/pre_planes
Daniel Vetter
4
-21
/
+31
2015-02-23
drm/atomic: Rename drm_atomic_helper_commit_pre_planes() state argument
Laurent Pinchart
1
-5
/
+5
2015-02-23
drm: If available use atomic state in getcrtc ioctl
Daniel Vetter
1
-7
/
+18
2015-02-23
drm: Add DRM_DEBUG_ATOMIC
Daniel Vetter
2
-111
/
+113
2015-02-23
drm/atomic-helpers: Fix documentation typos and wrong copy&paste
Laurent Pinchart
1
-6
/
+9
2015-02-23
drm: Fix drm_crtc_vblank_get() documentation
Damien Lespiau
1
-1
/
+1
2015-02-23
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
6
-20
/
+20
2015-02-22
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-8
/
+0
2015-02-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
5
-17
/
+35
2015-02-22
Merge tag 'pm+acpi-3.20-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-54
/
+86
2015-02-22
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-207
/
+385
2015-02-22
Merge tag 'dm-3.20-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-187
/
+255
2015-02-22
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
30
-1634
/
+813
2015-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
13
-366
/
+470
2015-02-21
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
61
-560
/
+1188
2015-02-21
Merge branch 'i2c/for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
16
-352
/
+1043
2015-02-21
Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...
Linus Torvalds
83
-1207
/
+11729
2015-02-21
Merge tag 'vfio-v3.20-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
5
-42
/
+239
2015-02-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
1
-1
/
+1
2015-02-21
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+25
2015-02-21
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-10
/
+6
2015-02-21
Merge branch 'for-3.20' of git://git.infradead.org/users/kbusch/linux-nvme in...
Jens Axboe
2
-207
/
+385
2015-02-21
Merge branches 'pnp', 'pm-cpuidle' and 'pm-cpufreq'
Rafael J. Wysocki
4
-48
/
+56
2015-02-21
Merge branches 'acpi-ec', 'acpi-soc', 'acpi-video' and 'acpi-resources'
Rafael J. Wysocki
4
-6
/
+30
[next]