summaryrefslogtreecommitdiff
path: root/include/linux/hmm.h
AgeCommit message (Expand)Author
2021-07-08mm: fix spelling mistakes in header filesZhen Lei
2020-07-10mm/hmm: provide the page mapping order in hmm_range_fault()Ralph Campbell
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-05-11mm/hmm: remove the customizable pfn format from hmm_range_faultJason Gunthorpe
2020-05-11mm/hmm: remove HMM_PFN_SPECIALJason Gunthorpe
2020-05-11mm/hmm: make hmm_range_fault return 0 or -1Jason Gunthorpe
2020-03-27mm/hmm: remove HMM_FAULT_SNAPSHOTJason Gunthorpe
2020-03-27mm/hmm: remove unused code and tidy commentsJason Gunthorpe
2020-03-26mm/hmm: check the device private page owner in hmm_range_fault()Christoph Hellwig
2020-03-26mm: simplify device private page handling in hmm_range_faultChristoph Hellwig
2020-03-26mm/hmm: remove the unused HMM_FAULT_ALLOW_RETRY flagChristoph Hellwig
2020-03-26mm/hmm: don't provide a stub for hmm_range_fault()Christoph Hellwig
2019-11-23mm/hmm: remove hmm_range_dma_map and hmm_range_dma_unmapChristoph Hellwig
2019-11-23mm/hmm: remove hmm_mirror and relatedJason Gunthorpe
2019-11-23mm/hmm: define the pre-processor related parts of hmm.h even if disabledJason Gunthorpe
2019-11-23mm/hmm: allow hmm_range to be used with a mmu_interval_notifier or hmm_mirrorJason Gunthorpe
2019-08-20hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe
2019-08-07mm/hmm: remove the page_shift member from struct hmm_rangeChristoph Hellwig
2019-08-07mm/hmm: remove superfluous arguments from hmm_range_registerChristoph Hellwig
2019-08-07mm/hmm: remove the unused vma argument to hmm_range_dma_unmapChristoph Hellwig
2019-07-26mm/hmm: remove hmm_range vmaRalph Campbell
2019-07-26mm/hmm: merge hmm_range_snapshot into hmm_range_faultChristoph Hellwig
2019-07-26mm/hmm: replace the block argument to hmm_range_fault with a flags valueChristoph Hellwig
2019-07-26mm/hmm: replace hmm_update with mmu_notifier_rangeRalph Campbell
2019-07-25mm/hmm: remove the legacy hmm_pfn_* APIsChristoph Hellwig
2019-07-25mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveauChristoph Hellwig
2019-07-02Merge branch 'hmm-devmem-cleanup.4' into rdma.git hmmJason Gunthorpe
2019-07-02mm: remove the HMM config optionChristoph Hellwig
2019-07-02mm: simplify ZONE_DEVICE page private dataChristoph Hellwig
2019-07-02mm: remove hmm_devmem_addChristoph Hellwig
2019-07-02mm: remove hmm_vma_alloc_locked_pageChristoph Hellwig
2019-07-02memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig
2019-07-02mm: remove the struct hmm_device infrastructureChristoph Hellwig
2019-06-27mm/hmm: Fix error flows in hmm_invalidate_range_startJason Gunthorpe
2019-06-18mm/hmm: Hold on to the mmget for the lifetime of the rangeJason Gunthorpe
2019-06-18mm/hmm: Remove duplicate condition test before wait_event_timeoutJason Gunthorpe
2019-06-10mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe
2019-06-10mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_registerJason Gunthorpe
2019-06-07mm/hmm: fix use after free with struct hmm in the mmu notifiersJason Gunthorpe
2019-06-06mm/hmm: clean up some coding style and commentsRalph Campbell
2019-06-06mm/hmm: update HMM documentationRalph Campbell
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-14mm/hmm: convert various hmm_pfn_* to device_entry which is a better nameJérôme Glisse
2019-05-14mm/hmm: add a helper function that fault pages and map them to a deviceJérôme Glisse
2019-05-14mm/hmm: add helpers to test if mm is still alive or notJérôme Glisse
2019-05-14mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping)Jérôme Glisse
2019-05-14mm/hmm: add default fault flags to avoid the need to pre-fill pfns arraysJérôme Glisse
2019-05-14mm/hmm: improve driver API to work and wait over a rangeJérôme Glisse
2019-05-14mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()Jérôme Glisse