summaryrefslogtreecommitdiffstats
path: root/include/linux/hmm.h
Commit message (Expand)AuthorAge
* hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe2019-08-20
* mm/hmm: remove the page_shift member from struct hmm_rangeChristoph Hellwig2019-08-07
* mm/hmm: remove superfluous arguments from hmm_range_registerChristoph Hellwig2019-08-07
* mm/hmm: remove the unused vma argument to hmm_range_dma_unmapChristoph Hellwig2019-08-07
* mm/hmm: remove hmm_range vmaRalph Campbell2019-07-26
* mm/hmm: merge hmm_range_snapshot into hmm_range_faultChristoph Hellwig2019-07-26
* mm/hmm: replace the block argument to hmm_range_fault with a flags valueChristoph Hellwig2019-07-26
* mm/hmm: replace hmm_update with mmu_notifier_rangeRalph Campbell2019-07-26
* mm/hmm: remove the legacy hmm_pfn_* APIsChristoph Hellwig2019-07-25
* mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveauChristoph Hellwig2019-07-25
* Merge branch 'hmm-devmem-cleanup.4' into rdma.git hmmJason Gunthorpe2019-07-02
|\
| * mm: remove the HMM config optionChristoph Hellwig2019-07-02
| * mm: simplify ZONE_DEVICE page private dataChristoph Hellwig2019-07-02
| * mm: remove hmm_devmem_addChristoph Hellwig2019-07-02
| * mm: remove hmm_vma_alloc_locked_pageChristoph Hellwig2019-07-02
| * memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig2019-07-02
| * mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-02
| * mm: remove the struct hmm_device infrastructureChristoph Hellwig2019-07-02
* | mm/hmm: Fix error flows in hmm_invalidate_range_startJason Gunthorpe2019-06-27
* | mm/hmm: Hold on to the mmget for the lifetime of the rangeJason Gunthorpe2019-06-18
* | mm/hmm: Remove duplicate condition test before wait_event_timeoutJason Gunthorpe2019-06-18
* | mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe2019-06-10
* | mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_registerJason Gunthorpe2019-06-10
* | mm/hmm: fix use after free with struct hmm in the mmu notifiersJason Gunthorpe2019-06-07
* | mm/hmm: clean up some coding style and commentsRalph Campbell2019-06-06
* | mm/hmm: update HMM documentationRalph Campbell2019-06-06
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-30
* mm/hmm: convert various hmm_pfn_* to device_entry which is a better nameJérôme Glisse2019-05-14
* mm/hmm: add a helper function that fault pages and map them to a deviceJérôme Glisse2019-05-14
* mm/hmm: add helpers to test if mm is still alive or notJérôme Glisse2019-05-14
* mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping)Jérôme Glisse2019-05-14
* mm/hmm: add default fault flags to avoid the need to pre-fill pfns arraysJérôme Glisse2019-05-14
* mm/hmm: improve driver API to work and wait over a rangeJérôme Glisse2019-05-14
* mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()Jérôme Glisse2019-05-14
* mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot()Jérôme Glisse2019-05-14
* mm/hmm: use reference counting for HMM structJérôme Glisse2019-05-14
* mm/hmm: convert to use vm_fault_tSouptick Joarder2019-03-12
* mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams2018-12-28
* mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams2018-12-28
* mm/hmm: use a structure for update callback parametersJérôme Glisse2018-10-31
* mm/hmm: fix utf8 ...Jérôme Glisse2018-10-31
* mm: remove references to vm_insert_pfn()Matthew Wilcox2018-10-26
* mm: add hmm_data to struct pageMatthew Wilcox2018-06-07
* Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-16
|\
| * docs/vm: rename documentation files to .rstMike Rapoport2018-04-16
* | mm/hmm: fix header file if/else/endif maze, againArnd Bergmann2018-04-11
* | mm/hmm: use device driver encoding for HMM pfnJérôme Glisse2018-04-11
* | mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse2018-04-11
* | mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATEJérôme Glisse2018-04-11
* | mm/hmm: do not differentiate between empty entry or missing directoryJérôme Glisse2018-04-11