summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v2)Mario Kleiner2015-12-049-29/+164
* drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interruptLyude2015-12-0410-12/+32
* drm/amdgpu: add spin lock to protect freed list in vm (v2)jimqu2015-12-042-3/+15
* drm/amdgpu: partially revert "drm/amdgpu: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR...Christian König2015-12-042-2/+2
* drm/amdgpu: take a BO reference for the user fenceChristian König2015-12-041-2/+4
* drm/amdgpu: take a BO reference in the display codeChristian König2015-12-041-3/+3
* drm/amdgpu: set snooped flags only on system addresses v2Christian König2015-12-041-3/+4
* drm/amdgpu: fix race condition in amd_sched_entity_push_jobNicolai Hähnle2015-12-021-2/+3
* drm/amdgpu: add err check for pin userptrChunming Zhou2015-12-021-3/+7
* add blacklist for thinkpad T40pPavel Machek2015-11-301-0/+3
* drm/amdgpu: fix VM page table reference countingChristian König2015-11-303-0/+7
* drm/amdgpu: fix userptr flags checkChristian König2015-11-301-2/+3
* Merge branch 'linux-4.4' of git://anongit.freedesktop.org/git/nouveau/linux-2...Dave Airlie2015-11-2816-917/+948
|\
| * drm/nouveau/volt/pwm/gk104: fix an off-by-one resulting in the voltage not be...Martin Peres2015-11-251-1/+1
| * drm/nouveau/nvif: allow userspace access to its own client objectBen Skeggs2015-11-252-2/+7
| * drm/nouveau/gr/gf100-: fix oops when calling zbc methodsBen Skeggs2015-11-251-2/+2
| * drm/nouveau/gr/gf117-: assume no PPC if NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK ...Ben Skeggs2015-11-253-0/+5
| * drm/nouveau/gr/gf117-: read NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK from correct...Ben Skeggs2015-11-256-897/+897
| * drm/nouveau/gr/gf100-: split out per-gpc address calculation macroBen Skeggs2015-11-252-47/+49
| * drm/nouveau/bios: return actual size of the buffer retrieved via _ROMBen Skeggs2015-11-251-0/+1
| * drm/nouveau/instmem: protect instobj list with a spinlockBen Skeggs2015-11-252-0/+6
| * drm/nouveau/pci: enable c800 magic for some unknown Samsung laptopBen Skeggs2015-11-251-1/+7
| * drm/nouveau/pci: enable c800 magic for Clevo P157SMKarol Herbst2015-11-251-1/+7
* | Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-11-2611-76/+145
|\ \
| * | drm/radeon: make some dpm errors debug onlyAlex Deucher2015-11-252-3/+3
| * | drm/radeon: make rv770_set_sw_state failures non-fatalAlex Deucher2015-11-241-1/+1
| * | drm/amdgpu: move dependency handling out of atomic section v2Christian König2015-11-231-27/+44
| * | drm/amdgpu: optimize scheduler fence handlingChristian König2015-11-233-14/+55
| * | drm/amdgpu: remove vm->mutexChunming Zhou2015-11-204-20/+2
| * | drm/amdgpu: add mutex for ba_va->valids/invalidsChunming Zhou2015-11-202-6/+12
| * | drm/amdgpu: adapt vce session create interface changesLeo Liu2015-11-201-1/+10
| * | drm/amdgpu: vce use multiple cache surface starting from stoneyLeo Liu2015-11-201-5/+14
| * | drm/amdgpu: reset vce trap interrupt flagLeo Liu2015-11-201-0/+5
* | | nvme: add missing unmaps in nvme_queue_rqChristoph Hellwig2015-11-241-3/+12
* | | NVMe: default to 4k device page sizeNishanth Aravamudan2015-11-241-9/+6
* | | Merge tag 'dm-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2015-11-244-29/+36
|\ \ \
| * | | dm thin: fix regression in advertised discard limitsMike Snitzer2015-11-231-3/+2
| * | | dm crypt: fix a possible hang due to race condition on exitMikulas Patocka2015-11-191-9/+13
| * | | dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_pathJunichi Nomura2015-11-171-13/+15
| * | | dm: do not reuse dm_blk_ioctl block_device input as local variableMike Snitzer2015-11-171-2/+3
| * | | dm: fix ioctl retry termination with signalJunichi Nomura2015-11-172-2/+2
| * | | dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer2015-11-161-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-249-93/+428
|\ \ \ \
| * | | | mtip32xx: use formatting capability of kthread_create_on_nodeRasmus Villemoes2015-11-201-4/+2
| * | | | NVMe: reap completion entries when deleting queueKeith Busch2015-11-201-1/+6
| * | | | lightnvm: add free and bad lun info to show lunsJavier Gonzalez2015-11-202-6/+15
| * | | | lightnvm: keep track of block countsJavier Gonzalez2015-11-201-1/+13
| * | | | nvme: lightnvm: use admin queues for admin cmdsWenwei Tao2015-11-201-7/+10
| * | | | lightnvm: missing free on init errorMatias Bjørling2015-11-201-2/+4
| * | | | lightnvm: wrong return value and redundant freeWenwei Tao2015-11-201-4/+2