summaryrefslogtreecommitdiffstats
path: root/mm/zbud.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-28mm/hmm: hmm_range_fault() NULL pointer bugRalph Campbell1-4/+9
2019-08-23mm/hmm: fix hmm_range_fault()'s handling of swapped out pagesYang, Philip1-0/+3
2019-08-22mm/mmu_notifiers: remove unregister_no_releaseJason Gunthorpe2-36/+0
2019-08-22RDMA/odp: remove ib_ucontext from ib_umemJason Gunthorpe3-11/+10
2019-08-22RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe6-135/+55
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 Shoua6-13/+9
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 Gunthorpe2-9/+21
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 Gunthorpe5-67/+86
2019-08-21RDMA/odp: Make the three ways to create a umem_odp clearJason Gunthorpe3-20/+89
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 Gunthorpe4-26/+40
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 Gunthorpe3-62/+31
2019-08-20RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLBJason Gunthorpe2-8/+4
2019-08-20memremap: provide a not device managed memremap_pagesChristoph Hellwig2-32/+54
2019-08-20memremap: don't use a separate devm action for devmap_managed_enable_getChristoph Hellwig1-5/+10
2019-08-20memremap: remove the dev field in struct dev_pagemapChristoph Hellwig4-8/+2
2019-08-20resource: add a not device managed request_free_mem_region variantChristoph Hellwig2-14/+33
2019-08-20mm/mmu_notifiers: check if mmu notifier callbacks are allowed to failDaniel Vetter1-0/+2
2019-08-20mm: remove CONFIG_MIGRATE_VMA_HELPERChristoph Hellwig3-6/+2
2019-08-20mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig3-5/+3
2019-08-20mm: remove the unused MIGRATE_PFN_ERROR flagChristoph Hellwig1-1/+0
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 Hellwig4-344/+194
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 Gunthorpe6-111/+34
2019-08-18Linux 5.3-rc5v5.3-rc5Linus Torvalds1-1/+1
2019-08-17MAINTAINERS: Fix Hyperv vIOMMU driver file nameLan Tianyu1-1/+1
2019-08-17tools: hv: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-08-17tools: hv: fix typos in toolchainAdrian Vladu4-6/+6
2019-08-17tools: hv: fix KVP and VSS daemons exit codeAdrian Vladu2-0/+4
2019-08-17tools: hv: fixed Python pep8/flake8 warnings for lsvmbusAdrian Vladu1-33/+42
2019-08-16arm64: ftrace: Ensure module ftrace trampoline is coherent with I-sideWill Deacon1-9/+13
2019-08-16misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_structJason Gunthorpe3-62/+25
2019-08-16mm/mmu_notifiers: add a get/put scheme for the registrationJason Gunthorpe2-6/+185
2019-08-16mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mmJason Gunthorpe1-12/+22
2019-08-16mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the callerJason Gunthorpe1-21/+14
2019-08-16x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard1-15/+48
2019-08-15ALSA: usb-audio: Fix a stack buffer overflow bug in check_input_termHui Peng1-8/+27