Age | Commit message (Expand) | Author | Files | Lines |
2019-07-15 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 1 | -456/+131 |
2019-07-02 | Merge branch 'hmm-devmem-cleanup.4' into rdma.git hmm | Jason Gunthorpe | 1 | -284/+0 |
2019-07-02 | Merge tag 'v5.2-rc7' into rdma.git hmm | Jason Gunthorpe | 1 | -11/+3 |
2019-07-02 | mm: remove the HMM config option | Christoph Hellwig | 1 | -2/+0 |
2019-07-02 | mm: remove hmm_devmem_add | Christoph Hellwig | 1 | -110/+0 |
2019-07-02 | mm: remove hmm_vma_alloc_locked_page | Christoph Hellwig | 1 | -14/+0 |
2019-07-02 | memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag | Christoph Hellwig | 1 | -1/+0 |
2019-07-02 | memremap: remove the data field in struct dev_pagemap | Christoph Hellwig | 1 | -4/+5 |
2019-07-02 | memremap: add a migrate_to_ram method to struct dev_pagemap_ops | Christoph Hellwig | 1 | -8/+5 |
2019-07-02 | memremap: lift the devmap_enable manipulation into devm_memremap_pages | Christoph Hellwig | 1 | -2/+0 |
2019-07-02 | memremap: pass a struct dev_pagemap to ->kill and ->cleanup | Christoph Hellwig | 1 | -5/+5 |
2019-07-02 | memremap: move dev_pagemap callbacks into a separate structure | Christoph Hellwig | 1 | -3/+7 |
2019-07-02 | mm: factor out a devm_request_free_mem_region helper | Christoph Hellwig | 1 | -29/+4 |
2019-07-02 | mm: don't clear ->mapping in hmm_devmem_free | Christoph Hellwig | 1 | -2/+0 |
2019-07-02 | mm: remove MEMORY_DEVICE_PUBLIC support | Christoph Hellwig | 1 | -52/+2 |
2019-07-02 | mm: remove the struct hmm_device infrastructure | Christoph Hellwig | 1 | -80/+0 |
2019-06-27 | mm/hmm: Fix error flows in hmm_invalidate_range_start | Jason Gunthorpe | 1 | -29/+40 |
2019-06-24 | mm/hmm: Remove confusing comment and logic from hmm_release | Jason Gunthorpe | 1 | -19/+9 |
2019-06-24 | mm/hmm: Poison hmm_range during unregister | Jason Gunthorpe | 1 | -6/+8 |
2019-06-24 | mm/hmm: Remove racy protection against double-unregistration | Jason Gunthorpe | 1 | -7/+1 |
2019-06-18 | mm/hmm: Use lockdep instead of comments | Jason Gunthorpe | 1 | -2/+2 |
2019-06-18 | mm/hmm: Hold on to the mmget for the lifetime of the range | Jason Gunthorpe | 1 | -21/+11 |
2019-06-18 | mm/hmm: Do not use list*_rcu() for hmm->ranges | Jason Gunthorpe | 1 | -2/+2 |
2019-06-18 | mm/hmm: Simplify hmm_get_or_create and make it reliable | Jason Gunthorpe | 1 | -47/+30 |
2019-06-14 | mm/devm_memremap_pages: fix final page put race | Dan Williams | 1 | -11/+3 |
2019-06-10 | mm/hmm: Hold a mmgrab from hmm to mm | Jason Gunthorpe | 1 | -18/+4 |
2019-06-10 | mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register | Jason Gunthorpe | 1 | -9/+4 |
2019-06-07 | mm/hmm: fix use after free with struct hmm in the mmu notifiers | Jason Gunthorpe | 1 | -6/+17 |
2019-06-06 | mm/hmm: Only set FAULT_FLAG_ALLOW_RETRY for non-blocking | Kuehling, Felix | 1 | -1/+1 |
2019-06-06 | mm/hmm: support automatic NUMA balancing | Philip Yang | 1 | -1/+1 |
2019-06-06 | mm/hmm: clean up some coding style and comments | Ralph Campbell | 1 | -30/+32 |
2019-06-06 | mm/hmm.c: suppress compilation warnings when CONFIG_HUGETLB_PAGE is not set | Jason Gunthorpe | 1 | -7/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -10/+1 |
2019-05-14 | mm/mmu_notifier: convert user range->blockable to helper function | Jérôme Glisse | 1 | -3/+3 |
2019-05-14 | mm/hmm: convert various hmm_pfn_* to device_entry which is a better name | Jérôme Glisse | 1 | -8/+11 |
2019-05-14 | mm/hmm: add a helper function that fault pages and map them to a device | Jérôme Glisse | 1 | -0/+152 |
2019-05-14 | mm/hmm: allow to mirror vma of a file on a DAX backed filesystem | Jérôme Glisse | 1 | -21/+126 |
2019-05-14 | mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping) | Jérôme Glisse | 1 | -14/+109 |
2019-05-14 | mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays | Jérôme Glisse | 1 | -0/+12 |
2019-05-14 | mm/hmm: improve driver API to work and wait over a range | Jérôme Glisse | 1 | -274/+257 |
2019-05-14 | mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault() | Jérôme Glisse | 1 | -52/+39 |
2019-05-14 | mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot() | Jérôme Glisse | 1 | -14/+17 |
2019-05-14 | mm/hmm: do not erase snapshot when a range is invalidated | Jérôme Glisse | 1 | -6/+0 |
2019-05-14 | mm/hmm: use reference counting for HMM struct | Jérôme Glisse | 1 | -68/+122 |
2019-03-12 | mm/hmm: convert to use vm_fault_t | Souptick Joarder | 1 | -1/+1 |
2018-12-28 | mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmm | Dan Williams | 1 | -2/+2 |
2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end callback | Jérôme Glisse | 1 | -14/+9 |
2018-12-28 | mm/hmm.c: remove set but not used variable 'devmem' | YueHaibing | 1 | -3/+0 |
2018-12-28 | mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL | Dan Williams | 1 | -2/+2 |
2018-12-28 | mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages() | Dan Williams | 1 | -170/+26 |