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
2013-06-27
drm: kms_helper: don't lose hotplug event
Daniel Vetter
1
-1
/
+31
2013-06-27
Merge branch 'drm/shmob' of git://linuxtv.org/pinchartl/fbdev into drm-next
Dave Airlie
4
-28
/
+18
2013-06-27
drm: Renesas R-Car Display Unit DRM driver
Laurent Pinchart
17
-0
/
+2792
2013-06-27
vgacon: fix missing include.
Dave Airlie
1
-0
/
+1
2013-06-26
vgacon.c: add cond reschedule points in vgacon_do_font_op
Marcelo Tosatti
1
-4
/
+12
2013-06-25
drm: fix fb leak in setcrtc
Daniel Vetter
1
-6
/
+16
2013-06-25
drm: check that ->set_config properly updates the fb
Daniel Vetter
1
-0
/
+3
2013-06-25
drm/crtc-helper: explicit DPMS on after modeset
Daniel Vetter
1
-6
/
+16
2013-06-25
drm/crtc-helper: no need to check for fb->depth/bpp
Daniel Vetter
1
-5
/
+0
2013-06-25
drm/crtc-helpers: Enforce sane set_config api
Daniel Vetter
1
-7
/
+6
2013-06-24
drm_vm: drop explicit VM_IO setting
Al Viro
1
-1
/
+0
2013-06-20
drm/shmobile: Enable compilation on all ARM platforms
Laurent Pinchart
1
-1
/
+1
2013-06-20
drm/shmobile: Add DRM PRIME support
Laurent Pinchart
1
-1
/
+6
2013-06-20
drm/shmobile: Use devm_* managed functions
Laurent Pinchart
2
-25
/
+10
2013-06-20
drm/shmobile: Minor typo fix in debug message
Laurent Pinchart
1
-1
/
+1
2013-06-20
gpu:drm:tilcdc: get preferred_bpp value from DT
Benoit Parrot
5
-1
/
+18
2013-06-20
drm/shmobile: Drop usage of removed drm_plane enabled field
Laurent Pinchart
1
-1
/
+1
2013-06-17
drm/mgag200: Don't do full cleanup if mgag200_device_init fails
Christopher Harvey
1
-1
/
+1
2013-06-17
drm/mgag200: Hardware cursor support
Christopher Harvey
6
-3
/
+324
2013-06-17
drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers
Ville Syrjälä
9
-73
/
+0
2013-06-17
drm/fb-helper: Make load_lut and gamma_set/gamma_get hooks optional
Ville Syrjälä
1
-1
/
+13
2013-06-17
drm/fb-helper: Don't clobber the display palette when fbdev isn't bound
Ville Syrjälä
1
-1
/
+10
2013-06-17
drm: Remove some unused stuff from drm_plane
Ville Syrjälä
1
-1
/
+1
2013-06-17
drm/i915: Drop bogus fbdev sprite disable code
Ville Syrjälä
1
-7
/
+0
2013-06-17
drm: Add kernel-doc for plane functions
Ville Syrjälä
1
-0
/
+32
2013-06-17
drm/fb-helper: Disable cursors and planes when restoring fbdev mode
Ville Syrjälä
1
-2
/
+16
2013-06-17
drm: Add drm_plane_force_disable()
Ville Syrjälä
1
-10
/
+19
2013-06-11
drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list
Ville Syrjälä
1
-14
/
+88
2013-06-11
drm/vmwgfx: Don't access file_priv in cursor_set when handle==0
Ville Syrjälä
1
-1
/
+2
2013-06-11
drm: Improve drm_crtc documentation
Ville Syrjälä
1
-4
/
+5
2013-06-11
Merge tag 'drm-intel-next-2013-06-01' of git://people.freedesktop.org/~danvet...
Dave Airlie
27
-892
/
+2130
2013-06-11
drm: Sort connector modes based on vrefresh
Ville Syrjälä
2
-2
/
+8
2013-06-11
drm: Add probed modes in probe order
Ville Syrjälä
1
-1
/
+1
2013-06-11
drm: Preserve the list head in drm_mode_copy
Ville Syrjälä
1
-3
/
+4
2013-06-11
drm/cma: Cocci spatch "ptr_ret.spatch"
Thomas Meyer
1
-4
/
+1
2013-06-11
drm/prime: Cocci spatch "err_cast.spatch"
Thomas Meyer
1
-1
/
+1
2013-06-11
drm: Cocci spatch "memdup.spatch"
Thomas Meyer
1
-2
/
+1
2013-06-11
Merge branch 'drm/next' of git://linuxtv.org/pinchartl/fbdev into drm-next
Dave Airlie
3
-96
/
+423
2013-06-11
drm: Constify the pretty-print functions
Ville Syrjälä
1
-15
/
+15
2013-06-11
drm/i915: Print pretty names for pixel formats
Ville Syrjälä
1
-4
/
+8
2013-06-11
drm: Print pretty names for pixel formats
Ville Syrjälä
1
-2
/
+27
2013-06-11
drm: move pinning/unpinning to buffer attach
Maarten Lankhorst
1
-15
/
+26
2013-06-11
drm: add unpin function to prime helpers
Maarten Lankhorst
1
-2
/
+11
2013-06-08
drm: GEM CMA: Add DRM PRIME support
Laurent Pinchart
1
-3
/
+314
2013-06-08
drm: GEM CMA: Split object mapping into GEM mapping and CMA mapping
Laurent Pinchart
1
-7
/
+15
2013-06-08
drm: GEM CMA: Split object creation into object alloc and DMA memory alloc
Laurent Pinchart
1
-35
/
+48
2013-06-08
drm/omap: Use drm_gem_mmap_obj() to implement dma-buf mmap
Laurent Pinchart
1
-29
/
+3
2013-06-08
drm/gem: Split drm_gem_mmap() into object search and object mapping
Laurent Pinchart
1
-31
/
+52
2013-06-03
drm_modes: videomode: add doubleclk flag
Steffen Trumtrar
1
-0
/
+2
2013-06-03
video: of: display_timing: add doubleclk flag
Steffen Trumtrar
1
-0
/
+2
[next]