summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-08-24drm/amdgpu: skip TV/CV in display parsingAlex Deucher1-0/+7
2016-08-24drm/amdgpu: avoid a possible array overflowAlex Deucher1-0/+6
2016-08-24drm/amdgpu: fix lru size grouping v2Christian König2-0/+10
2016-08-19drm/amdgpu: fix timeout value check in amd_sched_job_recoveryChristian König1-1/+1
2016-08-19drm/amdgpu: fix sdma_v2_4_ring_test_ibChristian König1-1/+1
2016-08-19drm/amdgpu: fix amdgpu_move_blit on 32bit systemsChristian König1-2/+2
2016-08-19drm/radeon: fix radeon_move_blit on 32bit systemsChristian König1-2/+2
2016-08-18drm/radeon: only apply the SS fractional workaround to RS[78]80Christian König1-1/+3
2016-08-16drm/amdgpu: Change GART offset to 64-bitFelix Kuehling2-4/+4
2016-08-15Merge tag 'mediatek-drm-fixes-2016-08-12' of git://git.pengutronix.de/git/pza...Dave Airlie1-0/+3
2016-08-12Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie4-20/+6
2016-08-12Merge tag 'drm-amdkfd-fixes-2016-08-09' of git://people.freedesktop.org/~gabb...Dave Airlie1-1/+1
2016-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-21/+24
2016-08-11Merge tag 'ceph-for-4.8-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds1-9/+1
2016-08-11drm/mediatek: add ARM_SMCCC dependencyArnd Bergmann1-0/+1
2016-08-11drm/mediatek: add CONFIG_OF dependencyArnd Bergmann1-0/+1
2016-08-11drm/mediatek: add COMMON_CLK dependencyArnd Bergmann1-0/+1
2016-08-10rapidio: dereferencing an error pointerDan Carpenter1-11/+13
2016-08-10drm/amdgpu: Fix memory trashing if UVD ring test failsJay Cornwall1-1/+2
2016-08-09drm/amdgpu: fix vm init error pathChunming Zhou1-1/+4
2016-08-09Merge tag 'platform-drivers-x86-v4.8-3' of git://git.infradead.org/users/dvha...Linus Torvalds1-2/+2
2016-08-09Merge tag 'drm-fixes-for-4.8-rc2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds17-63/+93
2016-08-09ipr: Fix sync scsi scanBrian King1-5/+6
2016-08-09rbd: nuke the 32-bit pool id checkIlya Dryomov1-9/+0
2016-08-09virtio/s390: deprecate old transportCornelia Huck2-1/+7
2016-08-09virtio/s390: keep early_put_charsChristian Borntraeger1-1/+1
2016-08-09virtio_blk: Fix a slient kernel panicMinfei Huang1-18/+8
2016-08-09vhost/vsock: fix vhost virtio_vsock_pkt use-after-freeStefan Hajnoczi1-1/+5
2016-08-09virtio: fix error handling for debug buildsMichael S. Tsirkin1-0/+1
2016-08-09virtio: fix memory leak in virtqueue_add()Wei Yongjun1-0/+2
2016-08-09drm/amdkfd: print doorbell offset as a hex valueColin Ian King1-1/+1
2016-08-09Revert "drm/radeon: work around lack of upstream ACPI support for D3cold"Alex Deucher1-9/+0
2016-08-09Revert "drm/amdgpu: work around lack of upstream ACPI support for D3cold"Alex Deucher1-9/+0
2016-08-09drm/cirrus: Fix NULL pointer dereference when registering the fbdevBoris Brezillon1-2/+11
2016-08-09drm/edid: Set 8 bpc color depth for displays with "DFP 1.x compliant TMDS".Mario Kleiner1-0/+14
2016-08-09drm/i915/dp: Revert "drm/i915/dp: fall back to 18 bpp when sink capability is...Mario Kleiner1-15/+5
2016-08-09drm/edid: Add 6 bpc quirk for display AEO model 0.Mario Kleiner1-0/+8
2016-08-08Merge tag 'lkdtm-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds2-2/+3
2016-08-08rbd: destroy header_oloc in rbd_dev_release()Ilya Dryomov1-0/+1
2016-08-08dell-wmi: Ignore WMI event 0xe00ePali Rohár1-2/+2
2016-08-08Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie10-17/+37
2016-08-08Merge tag 'drm-intel-next-fixes-2016-08-05' of git://anongit.freedesktop.org/...Dave Airlie3-24/+14
2016-08-08drm: Paper over locking inversion after registration reworkDaniel Vetter1-5/+3
2016-08-08drm: rcar-du: Link HDMI encoder with bridgeLaurent Pinchart1-0/+1
2016-08-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds36-117/+118
2016-08-07Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds20-156/+313
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe32-85/+85
2016-08-07target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe1-1/+1
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe4-31/+32
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1