aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+257
| * mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()Jérôme Glisse2019-05-141-52/+39
| * 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/+0
| * 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/+7
| * 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/+11
| * 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 templateYafang Shao2019-05-141-11/+3
| * 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
| * mm/cma.c: fix crash on CMA allocation if bitmap allocation failsYue Hu2019-05-141-1/+3
| * mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() APIJohannes Weiner2019-05-141-31/+36
| * mm: memcontrol: push down mem_cgroup_nr_lru_pages()Johannes Weiner2019-05-141-6/+7
| * mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()Johannes Weiner2019-05-142-5/+10
| * mm: memcontrol: replace node summing with memcg_page_state()Johannes Weiner2019-05-141-3/+6
| * mm: memcontrol: replace zone summing with lruvec_page_state()Johannes Weiner2019-05-142-2/+2
| * mm/vmscan: add tracepoints for node reclaimYafang Shao2019-05-141-0/+6
| * mm/page_isolation.c: remove redundant pfn_valid_within() in __first_valid_page()Anshuman Khandual2019-05-141-2/+0
| * mm/cma.c: fix the bitmap status to show failed allocation reasonYue Hu2019-05-141-8/+11
| * mm/compaction.c: fix an undefined behaviourQian Cai2019-05-141-1/+3
| * mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORYBaoquan He2019-05-141-1/+1
| * mm,memory_hotplug: drop redundant hugepage_migration_supported checkOscar Salvador2019-05-141-2/+1
| * mm,memory_hotplug: unlock 1GB-hugetlb on x86_64Oscar Salvador2019-05-141-4/+0
| * mm/gup: add FOLL_LONGTERM capability to GUP fastIra Weiny2019-05-141-4/+36
| * mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-142-9/+9
| * mm/gup: change write parameter to flags in fast walkIra Weiny2019-05-141-26/+26
| * mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-142-75/+120
| * mm: generalize putback scan functionsKirill Tkhai2019-05-141-82/+40
| * mm: remove pages_to_free argument of move_active_pages_to_lru()Kirill Tkhai2019-05-141-6/+13
| * mm: move nr_deactivate accounting to shrink_active_list()Kirill Tkhai2019-05-141-6/+4
| * mm: move recent_rotated pages calculation to shrink_inactive_list()Kirill Tkhai2019-05-141-8/+7
| * mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact()Vlastimil Babka2019-05-141-3/+11
| * mm: page cache: store only head pages in i_pagesMatthew Wilcox2019-05-147-103/+73
| * mm/cma_debug.c: fix the break condition in cma_maxchunk_get()Yue Hu2019-05-141-1/+1
| * mm/slab.c: fix an infinite loop in leaks_show()Qian Cai2019-05-141-1/+5
| * mm/slub.c: update the comment about slab frozenLiu Xiang2019-05-141-4/+5
| * mm/slab.c: remove unneed check in cpuup_canceledLi RongQing2019-05-141-4/+2
| * slub: remove useless kmem_cache_debug() before remove_full()Liu Xiang2019-05-141-2/+1
| * slab: use slab_list instead of lruTobin C. Harding2019-05-141-24/+25
| * slub: use slab_list instead of lruTobin C. Harding2019-05-141-20/+20