summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: use same fault hash key for shared and private mappingsMike Kravetz2019-05-144-26/+10
* hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz2019-05-141-5/+16
* drivers/base/memory.c: clean up relics in function parametersBaoquan He2019-05-141-6/+6
* mm/sparse.c: clean up obsolete code commentBaoquan He2019-05-141-4/+12
* include/linux/balloon_compaction.h: drop unused function stubsDavid Hildenbrand2019-05-141-15/+0
* 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 tem...Yafang Shao2019-05-142-27/+13
* mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V2019-05-142-2/+2
* mm: introduce put_user_page*(), placeholder versionsJohn Hubbard2019-05-142-0/+129
* hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-1414-39/+61
* mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti2019-05-1410-10/+12
* sparc: advertise gigantic page supportAlexandre Ghiti2019-05-141-0/+1
* sh: advertise gigantic page supportAlexandre Ghiti2019-05-141-0/+1
* riscv: switch over to generic free_initmem()Mike Rapoport2019-05-141-5/+0
* init: free_initmem: poison freed init memoryMike Rapoport2019-05-142-6/+1
* hexagon: switch over to generic free_initmem()Mike Rapoport2019-05-141-10/+0
* init: provide a generic free_initmem implementationMike Rapoport2019-05-1412-60/+5
* initramfs: poison freed initrd memoryChristoph Hellwig2019-05-145-33/+2
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-1415-100/+5
* initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig2019-05-148-47/+28
* initramfs: cleanup populate_rootfsChristoph Hellwig2019-05-141-17/+20
* initramfs: factor out a helper to populate the initrd imageChristoph Hellwig2019-05-141-17/+23
* initramfs: cleanup initrd freeingChristoph Hellwig2019-05-141-23/+30
* initramfs: free initrd memory if opening /initrd.image failsChristoph Hellwig2019-05-141-8/+6
* 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-142-36/+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-143-15/+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-143-20/+2
* mm: memcontrol: track LRU counts in the vmstats arrayJohannes Weiner2019-05-141-1/+1
* mm/vmscan: add tracepoints for node reclaimYafang Shao2019-05-142-0/+38
* mm/page_isolation.c: remove redundant pfn_valid_within() in __first_valid_page()Anshuman Khandual2019-05-141-2/+0
* mm, compaction: some tracepoints should be defined only when CONFIG_COMPACTIO...Yafang Shao2019-05-141-4/+2
* mm: compaction: show gfp flag names in try_to_compact_pages tracepointYafang Shao2019-05-141-2/+2
* 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
* IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny2019-05-141-1/+2
* IB/qib: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny2019-05-141-1/+1
* IB/hfi1: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny2019-05-141-2/+2
* 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-1434-57/+73
* 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-1411-108/+173