summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v3)Alex Deucher2015-12-046-30/+140
* 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
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-11-252-9/+10
|\ \ \
| * | | vfs: Avoid softlockups with sendfile(2)Jan Kara2015-11-231-0/+1
| * | | vfs: Make sendfile(2) killable even betterJan Kara2015-11-231-0/+7
| * | | fix sysvfs symlinksAl Viro2015-11-231-9/+2
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-253-16/+24
|\ \ \ \
| * | | | Revert "blk-flush: Queue through IO scheduler when flush not required"Jens Axboe2015-11-251-1/+1
| * | | | block: fix blk_abort_request for blk-mq driversChristoph Hellwig2015-11-241-3/+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 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-2521-111/+171
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | KVM: nVMX: remove incorrect vpid check in nested invvpid emulationHaozhong Zhang2015-11-251-5/+0
| * | | | Merge tag 'kvm-arm-for-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2015-11-24345-5556/+4249
| |\ \ \ \
| | * | | | arm64: kvm: report original PAR_EL1 upon panicMark Rutland2015-11-241-1/+5
| | * | | | arm64: kvm: avoid %p in __kvm_hyp_panicMark Rutland2015-11-241-1/+1
| | * | | | KVM: arm/arm64: vgic: Trust the LR state for HW IRQsChristoffer Dall2015-11-241-14/+2
| | * | | | KVM: arm/arm64: arch_timer: Preserve physical dist. active state on LR.activeChristoffer Dall2015-11-243-24/+40