summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-13drm: Silence sparse warningsVille Syrjälä5-2/+5
2015-03-13drm: %pF is only for function pointersScott Wood1-1/+1
2015-03-12drm/fb: handle tiled connectors betterRob Clark1-3/+23
2015-03-12drm/fb: small cleanupRob Clark1-13/+15
2015-03-12drm/rockchip: use correct fb width/heightRob Clark1-1/+1
2015-03-12drm/exynos: use correct fb width/heightRob Clark1-2/+3
2015-03-12drm/cma: use correct fb width/heightRob Clark1-1/+1
2015-03-12drm/atomic: minor kerneldoc typo fixRob Clark1-1/+1
2015-03-12drm/fb: document drm_fb_helper_surface_sizeRob Clark1-0/+19
2015-03-12drm/dp: Use large transactions for I2C over AUXSimon Farnsworth2-18/+63
2015-03-11drm/plane-helper: Fixup mismergeDaniel Vetter1-5/+6
2015-03-11drm/atomic: Constify a bunch of functions pointer structsVille Syrjälä1-17/+17
2015-03-10drm: Check in setcrtc if the primary plane supports the fb pixel formatLaurent Pinchart3-0/+24
2015-03-10drm: Lighten sysfs connector 'status'Chris Wilson1-8/+53
2015-03-10drm/plane-helper: unexport drm_primary_helper_create_planeDaniel Vetter2-26/+4
2015-03-10drm: Share plane pixel format check code between legacy and atomicLaurent Pinchart3-12/+29
2015-03-10drm: Fix trivial typos in commentsYannick Guerrini2-3/+3
2015-03-10drm/dp: add DPCD definitions from eDP 1.4Jani Nikula1-0/+37
2015-03-10drm/dp: add DPCD definitions from DP 1.1 and 1.2aJani Nikula1-5/+88
2015-03-10drm: Fixup racy refcounting in plane_force_disableDaniel Vetter1-12/+1
2015-03-10drm/i915: Rotation property is now handled in DRM coreTvrtko Ursulin1-20/+4
2015-03-10drm: Complete moving rotation property to coreTvrtko Ursulin1-0/+2
2015-03-10drm/dp: add DPCD definitions from eDP 1.2Jani Nikula1-0/+32
2015-03-10drm/dp: indentation and ordering cleanupsJani Nikula1-5/+6
2015-03-10drm/atomic-helper: Fix kerneldoc for prepare_planesDaniel Vetter1-2/+2
2015-03-10drm: Remove redundant code in the getencoder ioctlDaniel Vetter1-2/+0
2015-03-10drm/i915: Fix struct_mutex deadlock due to merge fumbleVille Syrjälä1-3/+1
2015-03-09Merge tag 'v4.0-rc3' into drm-nextDave Airlie490-2579/+4880
2015-03-09Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-in...Dave Airlie38-1706/+1604
2015-03-09Linux 4.0-rc3v4.0-rc3Linus Torvalds1-1/+1
2015-03-08sunrpc: fix braino in ->poll()Al Viro1-1/+1
2015-03-08Merge tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds34-109/+374
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-61/+89
2015-03-08Merge tag 'staging-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-226/+175
2015-03-08Merge tag 'char-misc-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+7
2015-03-08Merge tag 'cc-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregk...Linus Torvalds1-0/+27
2015-03-07Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-19/+22
2015-03-07Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds7-22/+57
2015-03-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-1/+6
2015-03-07TTY: fix tty_wait_until_sent maximum timeoutJohan Hovold1-3/+3
2015-03-07TTY: fix tty_wait_until_sent on 64-bit machinesJohan Hovold1-3/+9
2015-03-07USB: serial: fix infinite wait_until_sent timeoutJohan Hovold1-2/+3
2015-03-07TTY: bfin_jtag_comm: remove incorrect wait_until_sent operationJohan Hovold1-13/+0
2015-03-07net: irda: fix wait_until_sent poll timeoutJohan Hovold1-1/+3
2015-03-07serial: uapi: Declare all userspace-visible io typesPeter Hurley2-7/+11
2015-03-07serial: core: Fix iotype userspace breakagePeter Hurley1-3/+3
2015-03-07serial: sprd: Fix missing spin_unlock in sprd_handle_irq()Axel Lin1-1/+3
2015-03-07console: Fix console name size mismatchPeter Hurley2-1/+2
2015-03-07tty: fix up atime/mtime mess, take fourJiri Slaby1-2/+2
2015-03-07serial: 8250_dw: Fix get_mctrl behaviourDesmond Liu2-0/+48