Age | Commit message (Expand) | Author | Files | Lines |
2019-05-14 | mm/z3fold.c: add structure for buddy handles | Vitaly Wool | 1 | -40/+145 |
2019-05-14 | mm/z3fold.c: improve compression by extending search | Vitaly Wool | 1 | -0/+36 |
2019-05-14 | mm/z3fold.c: introduce helper functions | Vitaly Wool | 1 | -84/+100 |
2019-05-14 | mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplist | Yafang Shao | 1 | -6/+5 |
2019-05-14 | mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE Kconfig | Jérôme Glisse | 1 | -0/+16 |
2019-05-14 | mm/vmscan.c: simplify shrink_inactive_list() | Kirill Tkhai | 1 | -22/+9 |
2019-05-14 | mm: introduce new vm_map_pages() and vm_map_pages_zero() API | Souptick Joarder | 2 | -0/+95 |
2019-05-14 | mm: remove redundant 'default n' from Kconfig-s | Bartlomiej Zolnierkiewicz | 2 | -12/+0 |
2019-05-14 | mm: fix false-positive OVERCOMMIT_GUESS failures | Johannes Weiner | 1 | -46/+5 |
2019-05-14 | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail | David Hildenbrand | 1 | -3/+2 |
2019-05-14 | mm/memory_hotplug: make __remove_section() never fail | David Hildenbrand | 1 | -13/+9 |
2019-05-14 | mm/memory_hotplug: make unregister_memory_section() never fail | David Hildenbrand | 1 | -3/+1 |
2019-05-14 | mm/memory_hotplug: release memory resource after arch_remove_memory() | David Hildenbrand | 1 | -14/+21 |
2019-05-14 | mm/filemap.c: fix minor typo | Laurent Dufour | 1 | -1/+1 |
2019-05-14 | mm, memory_hotplug: provide a more generic restrictions for memory hotplug | Michal Hocko | 1 | -4/+7 |
2019-05-14 | mm, memory_hotplug: cleanup memory offline path | Michal Hocko | 2 | -36/+20 |
2019-05-14 | mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sections | Alexander Duyck | 1 | -41/+121 |
2019-05-14 | mm: implement new zone specific memblock iterator | Alexander Duyck | 2 | -19/+76 |
2019-05-14 | mm: drop meminit_pfn_in_nid as it is redundant | Alexander Duyck | 1 | -37/+14 |
2019-05-14 | mm/rmap.c: use the pra.mapcount to do the check | Huang Shijie | 1 | -1/+1 |
2019-05-14 | mm/filemap.c: enable error injection at add_to_page_cache() | Josef Bacik | 1 | -0/+2 |
2019-05-14 | mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper | Jérôme Glisse | 1 | -0/+10 |
2019-05-14 | mm/mmu_notifier: use correct mmu_notifier events for each invalidation | Jérôme Glisse | 9 | -30/+29 |
2019-05-14 | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse | 11 | -27/+54 |
2019-05-14 | mm/mmu_notifier: convert user range->blockable to helper function | Jérôme Glisse | 2 | -4/+4 |
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-05-14 | mm/hmm: select mmu notifier when selecting HMM | Jérôme Glisse | 1 | -1/+1 |
2019-05-14 | hugetlb: use same fault hash key for shared and private mappings | Mike Kravetz | 2 | -18/+7 |
2019-05-14 | hugetlbfs: on restore reserve error path retain subpool reservation | Mike Kravetz | 1 | -5/+16 |
2019-05-14 | mm/sparse.c: clean up obsolete code comment | Baoquan He | 1 | -4/+12 |
2019-05-14 | mm/swap.c: __pagevec_lru_add_fn: typo fix | Peng Fan | 1 | -1/+1 |
2019-05-14 | mm/hugetlb: get rid of NODEMASK_ALLOC | Oscar Salvador | 1 | -25/+11 |
2019-05-14 | hugetlbfs: fix potential over/underflow setting node specific nr_hugepages | Mike Kravetz | 1 | -7/+34 |
2019-05-14 | mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE | Linxu Fang | 1 | -2/+4 |
2019-05-14 | mm/vmscan: drop may_writepage and classzone_idx from direct reclaim begin tem... | Yafang Shao | 1 | -11/+3 |
2019-05-14 | mm: page_mkclean vs MADV_DONTNEED race | Aneesh Kumar K.V | 1 | -1/+1 |
2019-05-14 | mm: introduce put_user_page*(), placeholder versions | John Hubbard | 1 | -0/+105 |
2019-05-14 | hugetlb: allow to free gigantic pages regardless of the configuration | Alexandre Ghiti | 2 | -18/+40 |
2019-05-14 | mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC | Alexandre Ghiti | 2 | -2/+4 |
2019-05-14 | mm/cma.c: fix crash on CMA allocation if bitmap allocation fails | Yue Hu | 1 | -1/+3 |
2019-05-14 | mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() API | Johannes Weiner | 1 | -31/+36 |