index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
bfin-lq035q1-fb.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-23
drm/exynos: set the active aspect ratio as per mode
Shirish S
1
-7
/
+28
2014-03-23
drm/exynos: add phy settings for RB resolutions
Shirish S
1
-0
/
+45
2014-03-23
drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c
Daniel Kurtz
1
-3
/
+7
2014-03-21
drm/helper: lock all around force mode restore
Dave Airlie
1
-0
/
+2
2014-03-21
drm/fb-helper: improve drm_fb_helper_initial_config locking
Daniel Vetter
1
-0
/
+2
2014-03-21
drm/crtc-helper: fix locking for drm_helper_disable_unused_functions
Daniel Vetter
1
-14
/
+21
2014-03-20
drm/radeon/kms: merge conflicted badly
Dave Airlie
1
-4
/
+0
2014-03-18
drm/cma: remove to make sg_table when gem cma is created
Joonyoung Shim
1
-19
/
+0
2014-03-18
drm/gma500: remove stub .open/postclose
David Herrmann
1
-11
/
+0
2014-03-17
drm/gma500: Code cleanup - inline documentation
Arthur Borsboom
2
-106
/
+54
2014-03-17
drm/gma500: Code cleanup - style fixes
Arthur Borsboom
2
-80
/
+76
2014-03-17
drm/gma500: Code cleanup - removal of centralized exiting of function
Arthur Borsboom
1
-6
/
+1
2014-03-17
drm/gma500/cdv: Cedarview display cleanups
Patrik Jakobsson
1
-52
/
+19
2014-03-17
drm/gma500: Unify encoder mode fixup
Patrik Jakobsson
5
-24
/
+13
2014-03-17
drm/gma500: Unify _get_core_freq for cdv and psb
Patrik Jakobsson
5
-78
/
+82
2014-03-17
drm/gma500: Move asle interrupt work into a work task
Patrik Jakobsson
2
-4
/
+22
2014-03-17
drm/gma500: Remove dead code
Thierry Reding
1
-3
/
+0
2014-03-17
drm/gma500: Add backing type and base align to psb_gem_create()
Patrik Jakobsson
6
-9
/
+33
2014-03-17
drm/gma500: Remove unused ioctls
Patrik Jakobsson
5
-337
/
+2
2014-03-17
drm/gma500: Always trap MMU page faults
Patrik Jakobsson
1
-7
/
+1
2014-03-17
drm/gma500: Hook up the MMU
Patrik Jakobsson
2
-13
/
+55
2014-03-17
drm/gma500: Add first piece of blitter code
Patrik Jakobsson
3
-0
/
+74
2014-03-17
drm/gma500: Give MMU code it's own header file
Patrik Jakobsson
3
-88
/
+95
2014-03-17
drm/gma500: Add support for SGX interrupts
Patrik Jakobsson
1
-12
/
+69
2014-03-17
drm/gma500: Make SGX MMU driver actually do something
Patrik Jakobsson
3
-134
/
+138
2014-03-17
drm: Fix use-after-free in the shadow-attache exit code
Daniel Vetter
1
-1
/
+1
2014-03-17
drm/fb-helper: Do the 'max_conn_count' zero check
Xiubo Li
1
-0
/
+3
2014-03-17
drm: Check if the allocation has succeeded before dereferencing newmode
Damien Lespiau
1
-0
/
+3
2014-03-17
drm/fb-helper: Use drm_fb_helper_restore_fbdev_mode() in drm_fb_helper_set_par()
Ville Syrjälä
1
-9
/
+1
2014-03-17
Linux 3.14-rc7
v3.14-rc7
Linus Torvalds
1
-1
/
+1
2014-03-16
ipc: Fix 2 bugs in msgrcv() MSG_COPY implementation
Michael Kerrisk
1
-0
/
+2
2014-03-16
drm: make minors independent of global lock
David Herrmann
2
-16
/
+46
2014-03-16
drm: inline drm_minor_get_id()
David Herrmann
1
-21
/
+6
2014-03-16
drm: coding-style fixes in minor handling
David Herrmann
1
-5
/
+3
2014-03-16
drm: remove redundant minor->device field
David Herrmann
4
-5
/
+3
2014-03-16
drm: remove unneeded #ifdef CONFIG_DEBUGFS
David Herrmann
1
-7
/
+0
2014-03-16
drm: rename drm_unplug/get_minor() to drm_minor_register/unregister()
David Herrmann
1
-37
/
+17
2014-03-16
drm: move drm_put_minor() to drm_minor_free()
David Herrmann
1
-27
/
+18
2014-03-16
drm: allocate minors early
David Herrmann
1
-39
/
+71
2014-03-16
drm: add minor-lookup/release helpers
David Herrmann
3
-23
/
+70
2014-03-16
drm: provide device-refcount
David Herrmann
6
-19
/
+50
2014-03-16
drm: turn DRM_MINOR_* into enum
David Herrmann
1
-3
/
+6
2014-03-16
drm: remove unused DRM_MINOR_UNASSIGNED
David Herrmann
1
-1
/
+0
2014-03-16
drm: skip redundant minor-lookup in open path
David Herrmann
1
-12
/
+7
2014-03-16
drm: group dev-lifetime related members
David Herrmann
1
-9
/
+12
2014-03-16
drm: init TTM dev_mapping in ttm_bo_device_init()
David Herrmann
14
-22
/
+31
2014-03-16
drm: use anon-inode instead of relying on cdevs
David Herrmann
15
-54
/
+44
2014-03-16
drm: add pseudo filesystem for shared inodes
David Herrmann
2
-0
/
+75
2014-03-16
drm/gem: dont init "ret" in drm_gem_mmap()
David Herrmann
1
-1
/
+1
2014-03-16
drm/crtc: add sanity checks to create_dumb()
David Herrmann
1
-0
/
+17
[next]