index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
binfmt_script.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-09-24
drm: Move leftover ioctl declarations to drm_internal.h
Daniel Vetter
2
-7
/
+9
2014-09-24
drm: Move drm_vm_open_locked into drm_internal.h
Daniel Vetter
3
-2
/
+1
2014-09-24
drm: move drm_mmap to <drm/drm_legacy.h>
Daniel Vetter
12
-13
/
+13
2014-09-24
drm/gem: Don't call drm_mmap from drm_gem_mmap
Daniel Vetter
1
-1
/
+1
2014-09-24
drm/<ttm-based-drivers>: Don't call drm_mmap
Daniel Vetter
7
-7
/
+7
2014-09-24
drm: change drm_err return type to void
Joe Perches
2
-6
/
+3
2014-09-23
drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHED
Benjamin Herrenschmidt
2
-16
/
+9
2014-09-23
drm: powerpc can use a simpler drm_io_prot()
Benjamin Herrenschmidt
1
-5
/
+1
2014-09-19
drm/exynos: switch to universal plane API
Andrzej Hajda
7
-51
/
+46
2014-09-19
drm/exynos: use drm generic mmap interface
Inki Dae
5
-132
/
+16
2014-09-19
drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctl
Inki Dae
4
-42
/
+0
2014-09-19
drm/exynos: factor out initial setting of each driver
Joonyoung Shim
3
-34
/
+17
2014-09-19
drm/exynos/hdmi: unregister connector on removal
Andrzej Hajda
1
-1
/
+3
2014-09-19
drm/exynos/dp: unregister connector on removal
Andrzej Hajda
1
-1
/
+3
2014-09-19
drm/exynos/dpi: unregister connector and panel on removal
Andrzej Hajda
1
-1
/
+5
2014-09-19
drm/exynos/dsi: unregister connector on removal
Andrzej Hajda
1
-3
/
+6
2014-09-19
drm/exynos/fb: free exynos framebuffer on error
Andrzej Hajda
1
-0
/
+1
2014-09-19
drm/exynos/fbdev: fix fbdev gem object cleanup
Andrzej Hajda
1
-3
/
+0
2014-09-19
drm/exynos: fix drm driver de-initialization order
Andrzej Hajda
1
-4
/
+4
2014-09-19
drm/exynos/ipp: traverse ipp drivers list safely
Andrzej Hajda
1
-2
/
+2
2014-09-19
drm/exynos: update to use component match support
Inki Dae
1
-22
/
+22
2014-09-19
drm/exynos/ipp: add file checks for ioctls
Andrzej Hajda
1
-47
/
+22
2014-09-19
drm/exynos/ipp: remove file argument from node related functions
Andrzej Hajda
1
-7
/
+5
2014-09-19
drm/exynos/fimc: fix source buffer registers
Andrzej Hajda
1
-8
/
+8
2014-09-19
drm/exynos/fimc: simplify buffer queuing
Andrzej Hajda
1
-49
/
+15
2014-09-19
drm/exynos/fimc: do not enable fimc twice
Andrzej Hajda
1
-4
/
+1
2014-09-19
drm/exynos/fimc: avoid clearing overflow bits
Andrzej Hajda
1
-3
/
+0
2014-09-19
drm/exynos/ipp: remove events during command cleaning
Andrzej Hajda
1
-77
/
+78
2014-09-19
drm/exynos/ipp: stop hardware before freeing memory
Andrzej Hajda
1
-9
/
+6
2014-09-19
drm/exynos/ipp: replace work_struct casting with better constructs
Andrzej Hajda
4
-8
/
+6
2014-09-19
drm/exynos/ipp: clean memory nodes on command node cleaning
Andrzej Hajda
1
-0
/
+5
2014-09-19
drm/exynos/ipp: move nodes cleaning to separate function
Andrzej Hajda
1
-123
/
+106
2014-09-19
drm/exynos/ipp: free partially allocated resources on error
Andrzej Hajda
1
-35
/
+32
2014-09-19
drm/exynos/ipp: remove unused field in command node
Andrzej Hajda
2
-3
/
+0
2014-09-19
drm/exynos/ipp: remove only related commands on file close
Andrzej Hajda
1
-4
/
+1
2014-09-19
drm/exynos/ipp: move file reference from memory to command node
Andrzej Hajda
2
-3
/
+4
2014-09-19
drm/exynos/ipp: cancel works before command node clean
Andrzej Hajda
1
-0
/
+5
2014-09-19
drm/exynos/ipp: remove fake pm callbacks
Andrzej Hajda
1
-51
/
+0
2014-09-19
drm/exynos: fimd: fix window clear code
Marek Szyprowski
1
-6
/
+19
2014-09-19
drm/exynos/fbdev: set smem_len for fbdev
Daniel Kurtz
1
-0
/
+1
2014-09-19
ARM: dts: add mipi dsi device node to exynos3250.dtsi
Inki Dae
1
-0
/
+15
2014-09-19
ARM: dts: add mipi_phy device node to exynos3250.dtsi
Inki Dae
1
-0
/
+6
2014-09-19
ARM: dts: add fimd device node to exynos3250.dsti
Inki Dae
1
-0
/
+12
2014-09-19
drm/exynos: fimd: add Exynos3 SoC support
Inki Dae
2
-0
/
+11
2014-09-19
drm/exynos: mipi-dsi: add Exynos3 SoC support
Inki Dae
2
-0
/
+9
2014-09-19
drm/exynos: mipi-dsi: consider non-continuous clock mode
Inki Dae
1
-0
/
+19
2014-09-19
drm/mipi-dsi: consider low power transmission
Inki Dae
2
-0
/
+8
2014-09-19
drm/exynos: dsi: fix exynos_dsi_set_pll() wrong return value
YoungJun Cho
1
-2
/
+2
2014-09-19
drm/radeon: fix AGP userptr handling
Christian König
1
-7
/
+14
2014-09-17
drm/ttm: make sure format string cannot leak in
Kees Cook
1
-1
/
+2
[next]