summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/base/memory.c: drop the mem_sysfs_mutexDavid Hildenbrand2019-12-011-19/+14
* hv_balloon: use generic_online_page()David Hildenbrand2019-12-011-2/+1
* mm, soft-offline: convert parameter to pfnNaoya Horiguchi2019-12-011-6/+1
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-3022-1305/+537
|\
| * xen/gntdev: use mmu_interval_notifier_insertJason Gunthorpe2019-11-232-138/+49
| * drm/amdgpu: Use mmu_interval_notifier instead of hmm_mirrorJason Gunthorpe2019-11-235-237/+94
| * drm/amdgpu: Use mmu_interval_insert instead of hmm_mirrorJason Gunthorpe2019-11-236-281/+77
| * drm/amdgpu: Call find_vma under mmap_semJason Gunthorpe2019-11-231-16/+21
| * nouveau: use mmu_interval_notifier instead of hmm_mirrorJason Gunthorpe2019-11-231-80/+99
| * nouveau: use mmu_notifier directly for invalidate_range_startJason Gunthorpe2019-11-231-32/+63
| * drm/radeon: use mmu_interval_notifier_insertJason Gunthorpe2019-11-232-176/+51
| * RDMA/hfi1: Use mmu_interval_notifier_insert for user_exp_rcvJason Gunthorpe2019-11-234-93/+60
| * RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe2019-11-235-296/+68
* | Merge tag 'drm-vmwgfx-coherent-2019-11-29' of git://anongit.freedesktop.org/d...Linus Torvalds2019-11-3014-116/+1543
|\ \
| * \ Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2019-11-2814-116/+1543
| |\ \
| | * | drm/vmwgfx: Add surface dirty-tracking callbacksThomas Hellstrom2019-11-063-6/+626
| | * | drm/vmwgfx: Implement an infrastructure for read-coherent resourcesThomas Hellstrom2019-11-065-11/+181
| | * | drm/vmwgfx: Use an RBtree instead of linked list for MOB resourcesThomas Hellstrom2019-11-063-16/+32
| | * | drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom2019-11-0611-21/+602
| | * | drm/ttm: Convert vm callbacks to helpersThomas Hellstrom2019-11-061-63/+105
| | * | drm/ttm: Remove explicit typecasts of vm_private_dataThomas Hellstrom2019-11-061-5/+3
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-286-38/+26
|\ \ \ \
| * | | | dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-214-20/+14
| * | | | dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig2019-11-201-2/+2
| * | | | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-202-9/+9
| * | | | usb: core: Remove redundant vmap checksKees Cook2019-10-311-7/+1
* | | | | Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-271056-28595/+59454
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge tag 'drm-next-5.5-2019-11-22' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-11-2632-53/+362
| |\ \ \ \
| | * | | | drm/amdgpu: invalidate mmhub semaphore workaround in gmc9/gmc10changzhu2019-11-223-2/+116
| | * | | | drm/amdgpu: initialize vm_inv_eng0_sem for gfxhub and mmhubchangzhu2019-11-226-0/+13
| | * | | | drm/amd/amdgpu/sriov skip RLCG s/r list for arcturus VF.Jack Zhang2019-11-221-1/+4
| | * | | | drm/amd/amdgpu/sriov temporarily skip ras,dtm,hdcp for arcturus VFJack Zhang2019-11-221-0/+36
| | * | | | drm/amdgpu/gfx10: re-init clear state buffer after gpu resetXiaojie Yuan2019-11-221-6/+37
| | * | | | merge fix for "ftrace: Rework event_create_dir()"Stephen Rothwell2019-11-221-1/+1
| | * | | | drm/amdgpu: Update Arcturus golden registersJay Cornwall2019-11-221-0/+1
| | * | | | drm/amdgpu/gfx10: fix out-of-bound mqd_backup array accessXiaojie Yuan2019-11-221-2/+0
| | * | | | drm/amdgpu/gfx10: explicitly wait for cp idle after halt/unhaltXiaojie Yuan2019-11-221-2/+12
| | * | | | Revert "drm/amd/display: enable S/G for RAVEN chip"Alex Deucher2019-11-222-2/+2
| | * | | | drm/amdgpu: disable gfxoff on original ravenAlex Deucher2019-11-221-2/+7
| | * | | | drm/amdgpu: remove experimental flag for Navi14Alex Deucher2019-11-221-4/+4
| | * | | | drm/amdgpu: disable gfxoff when using register read interfaceAlex Deucher2019-11-221-1/+5
| | * | | | drm/amdgpu/powerplay: properly set PP_GFXOFF_MASK (v2)Alex Deucher2019-11-222-0/+11
| | * | | | drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2Sam Bobroff2019-11-221-1/+2
| | * | | | drm/radeon: fix bad DMA from INTERRUPT_CNTL2Sam Bobroff2019-11-223-6/+6
| | * | | | drm/amd/display: Fix debugfs on MST connectorsMikita Lipski2019-11-221-1/+9
| | * | | | drm/amdgpu/nv: add asic func for fetching vbios from rom directlyAlex Deucher2019-11-221-2/+22
| | * | | | drm/amdgpu: put flush_delayed_work at firstYintian Tao2019-11-221-3/+1
| | * | | | drm/amdgpu/vcn2.5: fix the enc loop with hw finiLeo Liu2019-11-221-3/+3
| | * | | | drm/amd/powerplay: correct fine grained dpm force level settingEvan Quan2019-11-221-0/+6
| | * | | | drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICsEvan Quan2019-11-221-5/+18