aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hmm.c
Commit message (Expand)AuthorAge
...
| * mm/hmm: support automatic NUMA balancingPhilip Yang2019-06-06
| * mm/hmm: clean up some coding style and commentsRalph Campbell2019-06-06
| * mm/hmm.c: suppress compilation warnings when CONFIG_HUGETLB_PAGE is not setJason Gunthorpe2019-06-06
* | mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-13
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-30
* mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse2019-05-14
* 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: allow to mirror vma of a file on a DAX backed filesystemJé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: do not erase snapshot when a range is invalidatedJé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/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-28
* mm/hmm.c: remove set but not used variable 'devmem'YueHaibing2018-12-28
* mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams2018-12-28
* mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages()Dan Williams2018-12-28
* mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams2018-12-28
* mm/hmm: invalidate device page table at start of invalidationJérôme Glisse2018-10-31
* mm/hmm: use a structure for update callback parametersJérôme Glisse2018-10-31
* mm/hmm: properly handle migration pmdJérôme Glisse2018-10-31
* mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callbackRalph Campbell2018-10-31
* mm/hmm: fix utf8 ...Jérôme Glisse2018-10-31
* mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck2018-10-26
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-25
|\
| * mm, dev_pagemap: Do not clear ->mapping on final putDan Williams2018-07-23
* | mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-22
* | mm/hmm.c: remove unused variables align_start and align_endColin Ian King2018-08-17
* | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-17
* | dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-17
|/
* mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-22
* mm/hmm.c: remove superfluous RCU protection around radix tree lookupTejun Heo2018-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: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()Jérôme Glisse2018-04-11
* mm/hmm: move hmm_pfns_clear() closer to where it is usedJé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: cleanup special vma handling (VM_SPECIAL)Jé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_pfns_bad() was accessing wrong structJérôme Glisse2018-04-11
* mm/hmm: unregister mmu_notifier when last HMM client quitJérôme Glisse2018-04-11
* mm/hmm: HMM should have a callback before MM is destroyedRalph Campbell2018-04-11