summaryrefslogtreecommitdiffstats
path: root/include/linux/hmm.h
Commit message (Expand)AuthorAge
* 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
* | mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulongJérôme Glisse2018-04-11
* | mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architectureJérôme Glisse2018-04-11
* | mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parametersJérôme Glisse2018-04-11
* | mm/hmm: HMM should have a callback before MM is destroyedRalph Campbell2018-04-11
* | mm/hmm: fix header file if/else/endif mazeJérôme Glisse2018-04-11
|/
* mm/hmm: constify hmm_devmem_page_get_drvdata() parameterRalph Campbell2017-11-15
* mm/hmm: fix build when HMM is disabledJérôme Glisse2017-09-08
* mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-08
* mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse2017-09-08