summaryrefslogtreecommitdiff
path: root/mm/hmm.c
AgeCommit message (Expand)Author
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-07-02Merge branch 'hmm-devmem-cleanup.4' into rdma.git hmmJason Gunthorpe
2019-07-02Merge tag 'v5.2-rc7' into rdma.git hmmJason Gunthorpe
2019-07-02mm: remove the HMM config optionChristoph Hellwig
2019-07-02mm: remove hmm_devmem_addChristoph Hellwig
2019-07-02mm: remove hmm_vma_alloc_locked_pageChristoph Hellwig
2019-07-02memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig
2019-07-02memremap: remove the data field in struct dev_pagemapChristoph Hellwig
2019-07-02memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig
2019-07-02memremap: lift the devmap_enable manipulation into devm_memremap_pagesChristoph Hellwig
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig
2019-07-02memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig
2019-07-02mm: factor out a devm_request_free_mem_region helperChristoph Hellwig
2019-07-02mm: don't clear ->mapping in hmm_devmem_freeChristoph 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-24mm/hmm: Remove confusing comment and logic from hmm_releaseJason Gunthorpe
2019-06-24mm/hmm: Poison hmm_range during unregisterJason Gunthorpe
2019-06-24mm/hmm: Remove racy protection against double-unregistrationJason Gunthorpe
2019-06-18mm/hmm: Use lockdep instead of commentsJason Gunthorpe
2019-06-18mm/hmm: Hold on to the mmget for the lifetime of the rangeJason Gunthorpe
2019-06-18mm/hmm: Do not use list*_rcu() for hmm->rangesJason Gunthorpe
2019-06-18mm/hmm: Simplify hmm_get_or_create and make it reliableJason Gunthorpe
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams
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: Only set FAULT_FLAG_ALLOW_RETRY for non-blockingKuehling, Felix
2019-06-06mm/hmm: support automatic NUMA balancingPhilip Yang
2019-06-06mm/hmm: clean up some coding style and commentsRalph Campbell
2019-06-06mm/hmm.c: suppress compilation warnings when CONFIG_HUGETLB_PAGE is not setJason Gunthorpe
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse
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: allow to mirror vma of a file on a DAX backed filesystemJé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: do not erase snapshot when a range is invalidatedJé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/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse
2018-12-28mm/hmm.c: remove set but not used variable 'devmem'YueHaibing
2018-12-28mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams
2018-12-28mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages()Dan Williams