index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-16
drm/exynos: pass struct exynos_drm_plane in update/enable
Gustavo Padovan
7
-65
/
+40
2015-08-16
drm/exynos: rename win_commit/disable to atomic-like names
Gustavo Padovan
7
-32
/
+32
2015-08-16
drm/exynos: remove duplicated check for suspend
Gustavo Padovan
2
-6
/
+0
2015-08-16
drm/exynos: use KMS version of DRM vblanks functions
Gustavo Padovan
7
-22
/
+20
2015-08-16
drm/exynos: pass the correct pipe number
Gustavo Padovan
1
-1
/
+1
2015-08-16
drm/exynos: clear channels only when iommu is enabled
Joonyoung Shim
1
-1
/
+2
2015-08-16
drm/exynos: remove drm_iommu_attach_device_if_possible
Joonyoung Shim
7
-31
/
+10
2015-08-16
drm/exynos: move order to register vidi kms driver
Joonyoung Shim
1
-3
/
+3
2015-08-16
drm/exynos/mixer: replace MXR_INT_EN register cache with flag
Andrzej Hajda
1
-11
/
+9
2015-08-16
drm/exynos/mixer: simplify poweron flag
Andrzej Hajda
1
-38
/
+14
2015-08-16
drm/exynos: remove unnecessary checking to support iommu
Joonyoung Shim
7
-38
/
+13
2015-08-16
drm/exynos: remove to use ifdef CONFIG_ARM_DMA_USE_IOMMU
Joonyoung Shim
1
-4
/
+0
2015-08-16
drm/exynos: gsc: Handles the combination of rotation and flip
Hyungwon Hwang
1
-0
/
+16
2015-08-16
drm/exynos/hdmi: remove hdmi_v14_conf struct
Andrzej Hajda
1
-318
/
+109
2015-08-16
drm/exynos/hdmi: remove hdmi_v13_conf struct
Andrzej Hajda
1
-179
/
+101
2015-08-16
drm/exynos/hdmi: remove redundant configuration fields
Andrzej Hajda
1
-44
/
+24
2015-08-16
drm/exynos/hdmi: add driver data pointer to private context
Andrzej Hajda
1
-29
/
+20
2015-08-16
drm/exynos/hdmi: remove private lock code
Andrzej Hajda
1
-24
/
+3
2015-08-16
drm/exynos/hdmi: Simplify HPD gpio handling
Andrzej Hajda
1
-10
/
+3
2015-08-16
drm/exynos/hdmi: remove old platform data code
Andrzej Hajda
1
-31
/
+5
2015-08-16
drm/exynos/fimc: fix runtime pm support
Marek Szyprowski
1
-1
/
+0
2015-08-16
drm/exynos/mixer: always update INT_EN cache
Andrzej Hajda
1
-0
/
+5
2015-08-16
drm/exynos/mixer: correct vsync configuration sequence
Andrzej Hajda
1
-2
/
+5
2015-08-16
drm/exynos/mixer: fix interrupt clearing
Andrzej Hajda
1
-5
/
+4
2015-08-16
drm/exynos/hdmi: fix edid memory leak
Andrzej Hajda
1
-1
/
+6
2015-08-16
drm/exynos: gsc: fix wrong bitwise operation for swap detection
Hyungwon Hwang
1
-4
/
+2
2015-08-14
Merge tag 'drm-amdkfd-next-fixes-2015-08-05' of git://people.freedesktop.org/...
Dave Airlie
3
-3
/
+3
2015-08-14
Merge branch 'drm-sti-next-atomic-2015-08-11' of http://git.linaro.org/people...
Dave Airlie
26
-1621
/
+1311
2015-08-12
drm/atomic: Use KMS VBLANK API
Thierry Reding
1
-2
/
+2
2015-08-12
drm/irq: Document return values more consistently
Thierry Reding
1
-2
/
+5
2015-08-12
drm/irq: Make pipe unsigned and name consistent
Thierry Reding
1
-157
/
+159
2015-08-12
drm/irq: Check for valid VBLANK before dereference
Thierry Reding
1
-2
/
+9
2015-08-12
drm/irq: Remove negative CRTC index special-case
Thierry Reding
1
-1
/
+1
2015-08-12
drm/plane: Use consistent data types for format count
Thierry Reding
3
-4
/
+4
2015-08-12
vga_switcheroo: Remove unnecessary checks
Thierry Reding
1
-8
/
+5
2015-08-12
vga_switcheroo: Wrap overly long lines
Thierry Reding
1
-9
/
+24
2015-08-12
vga_switcheroo: Use pr_fmt()
Thierry Reding
1
-13
/
+18
2015-08-12
vga_switcheroo: Cleanup header comment
Thierry Reding
1
-9
/
+9
2015-08-12
vga_switcheroo: Use pr_*() instead of printk()
Thierry Reding
1
-12
/
+12
2015-08-12
vgaarb: Fix a few checkpatch errors and warnings
Thierry Reding
1
-42
/
+60
2015-08-12
vgaarb: Use vgaarb: prefix consistently in messages
Thierry Reding
1
-19
/
+20
2015-08-12
vgaarb: Stop complaining about absent devices
Thierry Reding
1
-2
/
+5
2015-08-11
drm/atomic: fix null pointer access to mode_fixup callback
Inki Dae
1
-1
/
+1
2015-08-11
drm/i915: Use CONFIG_DRM_FBDEV_EMULATION
Daniel Vetter
7
-23
/
+8
2015-08-11
drm/core: Set mode to NULL when connectors in a set drops to 0.
Maarten Lankhorst
1
-2
/
+5
2015-08-11
drm/atomic: Call ww_acquire_done after check phase is complete
Daniel Vetter
1
-0
/
+3
2015-08-11
drm/atomic: Paper over locking WARN in default_state_clear
Daniel Vetter
1
-3
/
+9
2015-08-11
drm/edid: Use ARRAY_SIZE in drm_add_modes_noedid
Daniel Vetter
1
-1
/
+1
2015-08-11
drm/qxl: Don't take dev->struct_mutex in bo_force_delete
Daniel Vetter
1
-3
/
+1
2015-08-11
drm/nouveau: Don't take dev->struct_mutex in ttm_fini
Daniel Vetter
1
-2
/
+0
[next]