Age | Commit message (Expand) | Author | Files | Lines |
2019-08-20 | mm: turn migrate_vma upside down | Christoph Hellwig | 1 | -134/+110 |
2019-08-20 | hmm: use mmu_notifier_get/put for 'struct hmm' | Jason Gunthorpe | 1 | -93/+28 |
2019-08-16 | mm/mmu_notifiers: add a get/put scheme for the registration | Jason Gunthorpe | 1 | -6/+150 |
2019-08-16 | mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm | Jason Gunthorpe | 1 | -12/+22 |
2019-08-16 | mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller | Jason Gunthorpe | 1 | -21/+14 |
2019-08-07 | mm/hmm: make HMM_MIRROR an implicit option | Christoph Hellwig | 1 | -8/+6 |
2019-08-07 | mm/hmm: allow HMM_MIRROR on all architectures with MMU | Christoph Hellwig | 1 | -2/+1 |
2019-08-07 | mm/hmm: cleanup the hmm_vma_walk_hugetlb_entry stub | Christoph Hellwig | 1 | -4/+4 |
2019-08-07 | mm/hmm: cleanup the hmm_vma_handle_pmd stub | Christoph Hellwig | 1 | -10/+8 |
2019-08-07 | mm/hmm: only define hmm_vma_walk_pud if needed | Christoph Hellwig | 1 | -13/+16 |
2019-08-07 | mm/hmm: don't abuse pte_index() in hmm_vma_handle_pmd | Christoph Hellwig | 1 | -1/+1 |
2019-08-07 | mm/hmm: remove the mask variable in hmm_vma_walk_hugetlb_entry | Christoph Hellwig | 1 | -5/+2 |
2019-08-07 | mm/hmm: remove the page_shift member from struct hmm_range | Christoph Hellwig | 1 | -33/+9 |
2019-08-07 | mm/hmm: remove superfluous arguments from hmm_range_register | Christoph Hellwig | 1 | -15/+5 |
2019-08-07 | mm/hmm: remove the unused vma argument to hmm_range_dma_unmap | Christoph Hellwig | 1 | -2/+0 |
2019-07-26 | mm/hmm: remove hmm_range vma | Ralph Campbell | 1 | -1/+0 |
2019-07-26 | mm/hmm: remove hugetlbfs check in hmm_vma_walk_pmd | Ralph Campbell | 1 | -3/+0 |
2019-07-26 | mm/hmm: merge hmm_range_snapshot into hmm_range_fault | Christoph Hellwig | 1 | -83/+2 |
2019-07-26 | mm/hmm: replace the block argument to hmm_range_fault with a flags value | Christoph Hellwig | 1 | -37/+37 |
2019-07-26 | mm/hmm: a few more C style and comment clean ups | Ralph Campbell | 1 | -22/+17 |
2019-07-26 | mm/hmm: replace hmm_update with mmu_notifier_range | Ralph Campbell | 1 | -9/+4 |
2019-07-25 | mm/hmm: comment on VM_FAULT_RETRY semantics in handle_mm_fault | Jason Gunthorpe | 1 | -1/+3 |
2019-07-25 | mm/hmm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot} | Christoph Hellwig | 1 | -6/+4 |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 3 | -21/+9 |
2019-07-19 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 8 | -333/+368 |
2019-07-19 | mm: migrate: remove unused mode argument | Keith Busch | 1 | -4/+3 |
2019-07-19 | mm/sparsemem: cleanup 'section number' data types | Dan Williams | 2 | -9/+9 |
2019-07-19 | mm/sparsemem: support sub-section hotplug | Dan Williams | 3 | -95/+140 |
2019-07-19 | mm/sparsemem: prepare for sub-section ranges | Dan Williams | 2 | -52/+78 |
2019-07-19 | mm: kill is_dev_zone() helper | Dan Williams | 1 | -1/+1 |
2019-07-19 | mm/hotplug: kill is_dev_zone() usage in __remove_pages() | Dan Williams | 1 | -3/+1 |
2019-07-19 | mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap() | Dan Williams | 2 | -30/+41 |
2019-07-19 | mm/hotplug: prepare shrink_{zone, pgdat}_span for sub-section removal | Dan Williams | 1 | -25/+12 |
2019-07-19 | mm/sparsemem: add helpers track active portions of a section at boot | Dan Williams | 2 | -2/+43 |
2019-07-19 | mm/sparsemem: introduce a SECTION_IS_EARLY flag | Dan Williams | 1 | -11/+9 |
2019-07-19 | mm/sparsemem: introduce struct mem_section_usage | Dan Williams | 3 | -50/+51 |
2019-07-19 | mm/memory_hotplug: move and simplify walk_memory_blocks() | David Hildenbrand | 1 | -55/+0 |
2019-07-19 | mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ... | David Hildenbrand | 1 | -11/+13 |
2019-07-19 | mm: section numbers use the type "unsigned long" | David Hildenbrand | 1 | -6/+6 |
2019-07-19 | mm: thp: fix false negative of shmem vma's THP eligibility | Yang Shi | 2 | -2/+10 |
2019-07-19 | mm: thp: make transhuge_vma_suitable available for anonymous THP | Yang Shi | 2 | -14/+1 |
2019-07-19 | mm/sparse.c: set section nid for hot-add memory | Wei Yang | 1 | -0/+1 |
2019-07-19 | mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_section | David Hildenbrand | 2 | -3/+3 |
2019-07-19 | mm/memory_hotplug: remove memory block devices before arch_remove_memory() | David Hildenbrand | 1 | -2/+3 |
2019-07-19 | mm/memory_hotplug: drop MHP_MEMBLOCK_API | David Hildenbrand | 1 | -6/+3 |
2019-07-19 | mm/memory_hotplug: create memory block devices after arch_add_memory() | David Hildenbrand | 1 | -7/+8 |
2019-07-19 | mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE | David Hildenbrand | 2 | -8/+0 |
2019-07-19 | mm/memory_hotplug: simplify and fix check_hotplug_memory_range() | David Hildenbrand | 1 | -8/+3 |
2019-07-18 | Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -6/+116 |
2019-07-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 12 | -65/+206 |