summaryrefslogtreecommitdiff
path: root/include/linux/hmm.h
Commit message (Expand)AuthorAgeFilesLines
* docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-2/+2
* mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig2022-03-031-7/+2
* mm: fix spelling mistakes in header filesZhen Lei2021-07-081-1/+1
* mm/hmm: provide the page mapping order in hmm_range_fault()Ralph Campbell2020-07-101-2/+22
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm/hmm: remove the customizable pfn format from hmm_range_faultJason Gunthorpe2020-05-111-63/+38
* mm/hmm: remove HMM_PFN_SPECIALJason Gunthorpe2020-05-111-8/+0
* mm/hmm: make hmm_range_fault return 0 or -1Jason Gunthorpe2020-05-111-1/+1
* mm/hmm: remove HMM_FAULT_SNAPSHOTJason Gunthorpe2020-03-271-4/+1
* mm/hmm: remove unused code and tidy commentsJason Gunthorpe2020-03-271-102/+2
* mm/hmm: check the device private page owner in hmm_range_fault()Christoph Hellwig2020-03-261-0/+2
* mm: simplify device private page handling in hmm_range_faultChristoph Hellwig2020-03-261-2/+0
* mm/hmm: remove the unused HMM_FAULT_ALLOW_RETRY flagChristoph Hellwig2020-03-261-5/+0
* mm/hmm: don't provide a stub for hmm_range_fault()Christoph Hellwig2020-03-261-7/+0
* mm/hmm: remove hmm_range_dma_map and hmm_range_dma_unmapChristoph Hellwig2019-11-231-23/+0
* mm/hmm: remove hmm_mirror and relatedJason Gunthorpe2019-11-231-181/+2
* mm/hmm: define the pre-processor related parts of hmm.h even if disabledJason Gunthorpe2019-11-231-12/+47
* mm/hmm: allow hmm_range to be used with a mmu_interval_notifier or hmm_mirrorJason Gunthorpe2019-11-231-0/+5
* hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe2019-08-201-11/+1
* mm/hmm: remove the page_shift member from struct hmm_rangeChristoph Hellwig2019-08-071-22/+0
* mm/hmm: remove superfluous arguments from hmm_range_registerChristoph Hellwig2019-08-071-5/+1
* mm/hmm: remove the unused vma argument to hmm_range_dma_unmapChristoph Hellwig2019-08-071-1/+0
* mm/hmm: remove hmm_range vmaRalph Campbell2019-07-261-1/+0
* mm/hmm: merge hmm_range_snapshot into hmm_range_faultChristoph Hellwig2019-07-261-1/+3
* mm/hmm: replace the block argument to hmm_range_fault with a flags valueChristoph Hellwig2019-07-261-2/+9
* mm/hmm: replace hmm_update with mmu_notifier_rangeRalph Campbell2019-07-261-28/+6
* mm/hmm: remove the legacy hmm_pfn_* APIsChristoph Hellwig2019-07-251-34/+0
* mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveauChristoph Hellwig2019-07-251-54/+0
* Merge branch 'hmm-devmem-cleanup.4' into rdma.git hmmJason Gunthorpe2019-07-021-197/+1
|\
| * mm: remove the HMM config optionChristoph Hellwig2019-07-021-4/+1
| * mm: simplify ZONE_DEVICE page private dataChristoph Hellwig2019-07-021-32/+0
| * mm: remove hmm_devmem_addChristoph Hellwig2019-07-021-129/+0
| * mm: remove hmm_vma_alloc_locked_pageChristoph Hellwig2019-07-021-3/+0
| * memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig2019-07-021-6/+0
| * mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-021-5/+2
| * mm: remove the struct hmm_device infrastructureChristoph Hellwig2019-07-021-20/+0
* | mm/hmm: Fix error flows in hmm_invalidate_range_startJason Gunthorpe2019-06-271-1/+1
* | mm/hmm: Hold on to the mmget for the lifetime of the rangeJason Gunthorpe2019-06-181-26/+0
* | mm/hmm: Remove duplicate condition test before wait_event_timeoutJason Gunthorpe2019-06-181-11/+2
* | mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe2019-06-101-3/+0
* | mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_registerJason Gunthorpe2019-06-101-3/+4
* | mm/hmm: fix use after free with struct hmm in the mmu notifiersJason Gunthorpe2019-06-071-0/+1
* | mm/hmm: clean up some coding style and commentsRalph Campbell2019-06-061-35/+36
* | mm/hmm: update HMM documentationRalph Campbell2019-06-061-3/+4
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* mm/hmm: convert various hmm_pfn_* to device_entry which is a better nameJérôme Glisse2019-05-141-29/+64
* mm/hmm: add a helper function that fault pages and map them to a deviceJérôme Glisse2019-05-141-0/+9
* mm/hmm: add helpers to test if mm is still alive or notJérôme Glisse2019-05-141-0/+24
* mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping)Jérôme Glisse2019-05-141-2/+25
* mm/hmm: add default fault flags to avoid the need to pre-fill pfns arraysJérôme Glisse2019-05-141-0/+13