summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | drm/imx: ipuv3-plane: enable UYVY and VYUY formatsPhilipp Zabel2016-05-301-0/+2
| | * | | drm/imx: parallel-display: use of_graph_get_endpoint_by_regs helperPhilipp Zabel2016-05-301-12/+12
| | * | | drm/imx: imx-ldb: use of_graph_get_endpoint_by_regs helperPhilipp Zabel2016-05-301-17/+18
| | * | | dt-bindings: imx: ldb: Add ddc-i2c-bus propertyAkshay Bhat2016-05-301-0/+1
| | * | | drm/imx: imx-ldb: Add DDC supportSteve Longerbeam2016-05-301-8/+34
| | |/ /
| * | | Merge tag 'drm-atmel-hlcdc-fixes/for-4.7-rc2' of github.com:bbrezillon/linux-...Dave Airlie2016-06-031-5/+5
| |\ \ \
| | * | | drm: atmel-hlcdc: fix a NULL checkDan Carpenter2016-06-011-2/+3
| | * | | drm: atmel-hlcdc: fix atmel_hlcdc_crtc_reset() implementationBoris Brezillon2016-06-011-3/+2
| | |/ /
| * | | Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie2016-06-033-81/+78
| |\ \ \
| | * | | drm: hdlcd: Add information about the underlying framebuffers in debugfsLiviu Dudau2016-06-021-0/+1
| | * | | drm: hdlcd: Cleanup the atomic plane operationsLiviu Dudau2016-06-022-17/+29
| | * | | drm/hdlcd: Fix up crtc_state->event handlingDaniel Vetter2016-06-023-29/+9
| | * | | drm: hdlcd: Revamp runtime power managementLiviu Dudau2016-06-023-35/+39
| | |/ /
| * | | Merge tag 'mediatek-drm-fixes-2016-06-01' of git://git.pengutronix.de/git/pza...Dave Airlie2016-06-022-8/+1
| |\ \ \
| | * | | drm/mediatek: mtk_dsi: Remove spurious drm_connector_unregisterPhilipp Zabel2016-06-011-3/+1
| | * | | drm/mediatek: mtk_dpi: remove invalid error messagePhilipp Zabel2016-06-011-5/+0
| | |/ /
| * | | drm/mgag200: Black screen fix for G200e rev 4Mathieu Larouche2016-06-011-1/+9
| * | | drm: Wrap direct calls to driver->gem_free_object from CMAChris Wilson2016-06-012-10/+4
| * | | drm: fix fb refcount issue with atomic modesettingTomi Valkeinen2016-06-011-1/+2
| * | | drm: make drm_atomic_set_mode_prop_for_crtc() more reliableTomi Valkeinen2016-06-011-1/+2
| * | | drm/sti: remove extra mode fixupTomi Valkeinen2016-06-011-10/+0
| * | | drm: add missing drm_mode_set_crtcinfo callTomi Valkeinen2016-06-012-2/+2
| |/ /
* | | Merge tag 'vfio-v4.7-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds2016-06-043-5/+6
|\ \ \
| * | | vfio/pci: Allow VPD short readAlex Williamson2016-05-311-1/+2
| * | | vfio/type1: Fix build warningAlex Williamson2016-05-301-1/+1
| * | | vfio/pci: Fix ordering of eventfd vs virqfd shutdownAlex Williamson2016-05-301-3/+3
| |/ /
* | | Merge tag 'mmc-v4.7-rc1-2' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2016-06-042-9/+4
|\ \ \
| * | | mmc: sunxi: Re-enable eMMC HS-DDR modes on Allwinner A80Chen-Yu Tsai2016-06-021-5/+0
| * | | mmc: sunxi: Fix DDR MMC timings for A80Chen-Yu Tsai2016-06-021-2/+2
| * | | mmc: fix mmc mode selection for HS-DDR and higherChen-Yu Tsai2016-06-021-2/+2
| |/ /
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-048-18/+103
|\ \ \
| * | | Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason2016-06-031-1/+12
| * | | Merge branch 'dev-replace-fixes-4.7' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2016-06-017-17/+91
| |\ \ \
| | * | | Btrfs: fix race between device replace and read repairFilipe Manana2016-05-311-0/+10
| | * | | Btrfs: fix race between device replace and discardFilipe Manana2016-05-311-0/+6
| | * | | Btrfs: fix race between device replace and chunk allocationFilipe Manana2016-05-301-12/+9
| | * | | Btrfs: fix race setting block group back to RW mode during device replaceFilipe Manana2016-05-301-5/+5
| | * | | Btrfs: fix unprotected assignment of the left cursor for device replaceFilipe Manana2016-05-301-0/+4
| | * | | Btrfs: fix race setting block group readonly during device replaceFilipe Manana2016-05-303-2/+46
| | * | | Btrfs: fix race between device replace and block group removalFilipe Manana2016-05-301-0/+11
| | * | | Btrfs: fix race between readahead and device replace/removalFilipe Manana2016-05-301-0/+2
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-06-0413-178/+138
|\ \ \ \
| * | | | ceph: use i_version to check validity of fscacheYan, Zheng2016-06-011-0/+3
| * | | | ceph: improve fscache revalidationYan, Zheng2016-06-014-83/+41
| * | | | ceph: disable fscache when inode is opened for writeYan, Zheng2016-06-014-53/+52
| * | | | ceph: avoid unnecessary fscache invalidation/revlidationYan, Zheng2016-06-011-6/+3
| * | | | ceph: call __fscache_uncache_page() if readpages failsYan, Zheng2016-06-011-1/+3
| * | | | FS-Cache: make check_consistency callback return intYan, Zheng2016-06-012-2/+2
| * | | | FS-Cache: wake write waiter after invalidating writesYan, Zheng2016-06-011-0/+2
| * | | | libceph: use %s instead of %pE in dout()sIlya Dryomov2016-05-302-5/+5
OpenPOWER on IntegriCloud