aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-21RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe4-123/+54
2019-08-21Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe613-4269/+6035
2019-08-21RDMA/mlx5: Use odp instead of mr->umem in pagefault_mrJason Gunthorpe1-6/+5
2019-08-21RDMA/mlx5: Use ib_umem_start instead of umem.addressJason Gunthorpe1-3/+3
2019-08-21RDMA/core: Make invalidate_range a device operationMoni Shoua5-11/+7
2019-08-21RDMA/odp: Use kvcalloc for the dma_list and page_listJason Gunthorpe1-8/+8
2019-08-21RDMA/odp: Check for overflow when computing the umem_odp endJason Gunthorpe1-6/+19
2019-08-21RDMA/odp: Provide ib_umem_odp_release() to undo the allocsJason Gunthorpe4-20/+11
2019-08-21RDMA/odp: Split creating a umem_odp from ib_umem_getJason Gunthorpe4-64/+80
2019-08-21RDMA/odp: Make the three ways to create a umem_odp clearJason Gunthorpe2-18/+85
2019-08-21RMDA/odp: Consolidate umem_odp initializationJason Gunthorpe1-114/+86
2019-08-21RDMA/odp: Make it clearer when a umem is an implicit ODP umemJason Gunthorpe3-26/+32
2019-08-21RDMA/odp: Iterate over the whole rbtree directlyJason Gunthorpe2-41/+40
2019-08-21RDMA/odp: Use the common interval tree library instead of genericJason Gunthorpe2-54/+19
2019-08-20RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLBJason Gunthorpe2-8/+4
2019-08-20mm: remove CONFIG_MIGRATE_VMA_HELPERChristoph Hellwig1-1/+0
2019-08-20mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig1-2/+1
2019-08-20nouveau: simplify nouveau_dmem_migrate_vmaChristoph Hellwig1-129/+55
2019-08-20nouveau: simplify nouveau_dmem_migrate_to_ramChristoph Hellwig1-121/+40
2019-08-20nouveau: remove a few function stubsChristoph Hellwig1-11/+0
2019-08-20nouveau: factor out dmem fence completionChristoph Hellwig1-18/+15
2019-08-20nouveau: factor out device memory address calculationChristoph Hellwig1-25/+17
2019-08-20nouveau: reset dma_nr in nouveau_dmem_migrate_alloc_and_copyChristoph Hellwig1-0/+1
2019-08-20mm: turn migrate_vma upside downChristoph Hellwig1-59/+63
2019-08-20drm/amdkfd: use mmu_notifier_putJason Gunthorpe2-9/+4
2019-08-20drm/amdkfd: fix a use after free race with mmu_notifer unregisterJason Gunthorpe1-41/+37
2019-08-20drm/radeon: use mmu_notifier_get/put for struct radeon_mnJason Gunthorpe4-126/+38
2019-08-20hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe2-0/+5
2019-08-18Merge tag 'fixes-for-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-2/+3
2019-08-18Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+27
2019-08-18Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds2-2/+2
2019-08-18Merge tag 'char-misc-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds13-66/+98
2019-08-18Merge tag 'staging-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-9/+9
2019-08-18Merge tag 'usb-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds12-41/+68
2019-08-17Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockLinus Torvalds10-18/+146
2019-08-17Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-1/+1
2019-08-17tools: hv: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-08-17Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds4-21/+26
2019-08-17Merge tag 'usb-serial-5.3-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman1-0/+10
2019-08-16Merge tag 'pm-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-4/+31
2019-08-16Merge tag 'dmaengine-fix-5.3-rc5' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds9-52/+48
2019-08-16Merge tag 'drm-fixes-2019-08-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-22/+30
2019-08-16misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_structJason Gunthorpe3-62/+25
2019-08-16Merge branch 'pm-cpufreq'Rafael J. Wysocki1-1/+1
2019-08-16Merge tag 'soundwire-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire into char-misc-linusGreg Kroah-Hartman4-12/+7
2019-08-16Merge tag 'drm-intel-fixes-2019-08-15' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixesDave Airlie1-2/+2
2019-08-15Merge tag 'auxdisplay-for-linus-v5.3-rc5' of git://github.com/ojeda/linuxLinus Torvalds5-4/+54
2019-08-15Merge tag 'devicetree-fixes-for-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-4/+10
2019-08-15misc: xilinx-sdfec: fix dependency and build errorRandy Dunlap1-0/+1
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig3-10/+6