summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | hugetlbfs: always use address space in inode for resv_map pointerMike Kravetz2019-05-141-1/+18
| * | mm/z3fold.c: support page migrationVitaly Wool2019-05-141-10/+231
| * | mm/z3fold.c: add structure for buddy handlesVitaly Wool2019-05-141-40/+145
| * | mm/z3fold.c: improve compression by extending searchVitaly Wool2019-05-141-0/+36
| * | mm/z3fold.c: introduce helper functionsVitaly Wool2019-05-141-84/+100
| * | mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplistYafang Shao2019-05-141-6/+5Star
| * | mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE KconfigJérôme Glisse2019-05-141-0/+16
| * | mm/vmscan.c: simplify shrink_inactive_list()Kirill Tkhai2019-05-141-22/+9Star
| * | mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder2019-05-142-0/+95
| * | mm: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2019-05-142-12/+0Star
| * | mm: fix false-positive OVERCOMMIT_GUESS failuresJohannes Weiner2019-05-141-46/+5Star
| * | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-3/+2Star
| * | mm/memory_hotplug: make __remove_section() never failDavid Hildenbrand2019-05-141-13/+9Star
| * | mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand2019-05-141-3/+1Star
| * | mm/memory_hotplug: release memory resource after arch_remove_memory()David Hildenbrand2019-05-141-14/+21
| * | mm/filemap.c: fix minor typoLaurent Dufour2019-05-141-1/+1
| * | mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-4/+7
| * | mm, memory_hotplug: cleanup memory offline pathMichal Hocko2019-05-142-36/+20Star
| * | mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sectionsAlexander Duyck2019-05-141-41/+121
| * | mm: implement new zone specific memblock iteratorAlexander Duyck2019-05-142-19/+76
| * | mm: drop meminit_pfn_in_nid as it is redundantAlexander Duyck2019-05-141-37/+14Star
| * | mm/rmap.c: use the pra.mapcount to do the checkHuang Shijie2019-05-141-1/+1
| * | mm/filemap.c: enable error injection at add_to_page_cache()Josef Bacik2019-05-141-0/+2
| * | mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helperJérôme Glisse2019-05-141-0/+10
| * | mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-149-30/+29Star
| * | mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-1411-27/+54
| * | mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse2019-05-142-4/+4
| * | mm/hmm: convert various hmm_pfn_* to device_entry which is a better nameJérôme Glisse2019-05-141-8/+11
| * | mm/hmm: add a helper function that fault pages and map them to a deviceJérôme Glisse2019-05-141-0/+152
| * | mm/hmm: allow to mirror vma of a file on a DAX backed filesystemJérôme Glisse2019-05-141-21/+126
| * | mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping)Jérôme Glisse2019-05-141-14/+109
| * | mm/hmm: add default fault flags to avoid the need to pre-fill pfns arraysJérôme Glisse2019-05-141-0/+12
| * | mm/hmm: improve driver API to work and wait over a rangeJérôme Glisse2019-05-141-274/+257Star
| * | mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()Jérôme Glisse2019-05-141-52/+39Star
| * | mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot()Jérôme Glisse2019-05-141-14/+17
| * | mm/hmm: do not erase snapshot when a range is invalidatedJérôme Glisse2019-05-141-6/+0Star
| * | mm/hmm: use reference counting for HMM structJérôme Glisse2019-05-141-68/+122
| * | mm/hmm: select mmu notifier when selecting HMMJérôme Glisse2019-05-141-1/+1
| * | hugetlb: use same fault hash key for shared and private mappingsMike Kravetz2019-05-142-18/+7Star
| * | hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz2019-05-141-5/+16
| * | mm/sparse.c: clean up obsolete code commentBaoquan He2019-05-141-4/+12
| * | mm/swap.c: __pagevec_lru_add_fn: typo fixPeng Fan2019-05-141-1/+1
| * | mm/hugetlb: get rid of NODEMASK_ALLOCOscar Salvador2019-05-141-25/+11Star
| * | hugetlbfs: fix potential over/underflow setting node specific nr_hugepagesMike Kravetz2019-05-141-7/+34
| * | mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang2019-05-141-2/+4
| * | mm/vmscan: drop may_writepage and classzone_idx from direct reclaim begin tem...Yafang Shao2019-05-141-11/+3Star
| * | mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V2019-05-141-1/+1
| * | mm: introduce put_user_page*(), placeholder versionsJohn Hubbard2019-05-141-0/+105
| * | hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-142-18/+40
| * | mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti2019-05-142-2/+4