summaryrefslogtreecommitdiff
path: root/include/linux/hmm.h
AgeCommit message (Expand)Author
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
2019-05-14mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot()Jérôme Glisse
2019-05-14mm/hmm: use reference counting for HMM structJérôme Glisse
2019-03-12mm/hmm: convert to use vm_fault_tSouptick Joarder
2018-12-28mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams
2018-12-28mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams
2018-10-31mm/hmm: use a structure for update callback parametersJérôme Glisse
2018-10-31mm/hmm: fix utf8 ...Jérôme Glisse
2018-10-26mm: remove references to vm_insert_pfn()Matthew Wilcox
2018-06-07mm: add hmm_data to struct pageMatthew Wilcox
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport
2018-04-11mm/hmm: fix header file if/else/endif maze, againArnd Bergmann
2018-04-11mm/hmm: use device driver encoding for HMM pfnJérôme Glisse
2018-04-11mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse
2018-04-11mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATEJérôme Glisse
2018-04-11mm/hmm: do not differentiate between empty entry or missing directoryJérôme Glisse
2018-04-11mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulongJérôme Glisse
2018-04-11mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architectureJérôme Glisse
2018-04-11mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parametersJérôme Glisse
2018-04-11mm/hmm: HMM should have a callback before MM is destroyedRalph Campbell
2018-04-11mm/hmm: fix header file if/else/endif mazeJérôme Glisse
2017-11-15mm/hmm: constify hmm_devmem_page_get_drvdata() parameterRalph Campbell
2017-09-08mm/hmm: fix build when HMM is disabledJérôme Glisse
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse
2017-09-08mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse