aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swap_state.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14riscv: switch over to generic free_initmem()Mike Rapoport1-5/+0
2019-05-14init: free_initmem: poison freed init memoryMike Rapoport2-6/+1
2019-05-14hexagon: switch over to generic free_initmem()Mike Rapoport1-10/+0
2019-05-14init: provide a generic free_initmem implementationMike Rapoport12-60/+5
2019-05-14initramfs: poison freed initrd memoryChristoph Hellwig5-33/+2
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig15-100/+5
2019-05-14initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig8-47/+28
2019-05-14initramfs: cleanup populate_rootfsChristoph Hellwig1-17/+20
2019-05-14initramfs: factor out a helper to populate the initrd imageChristoph Hellwig1-17/+23
2019-05-14initramfs: cleanup initrd freeingChristoph Hellwig1-23/+30
2019-05-14initramfs: free initrd memory if opening /initrd.image failsChristoph Hellwig1-8/+6
2019-05-14mm/cma.c: fix crash on CMA allocation if bitmap allocation failsYue Hu1-1/+3
2019-05-14mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() APIJohannes Weiner2-36/+36
2019-05-14mm: memcontrol: push down mem_cgroup_nr_lru_pages()Johannes Weiner1-6/+7
2019-05-14mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()Johannes Weiner3-15/+10
2019-05-14mm: memcontrol: replace node summing with memcg_page_state()Johannes Weiner1-3/+6
2019-05-14mm: memcontrol: replace zone summing with lruvec_page_state()Johannes Weiner3-20/+2
2019-05-14mm: memcontrol: track LRU counts in the vmstats arrayJohannes Weiner1-1/+1
2019-05-14mm/vmscan: add tracepoints for node reclaimYafang Shao2-0/+38
2019-05-14mm/page_isolation.c: remove redundant pfn_valid_within() in __first_valid_page()Anshuman Khandual1-2/+0
2019-05-14mm, compaction: some tracepoints should be defined only when CONFIG_COMPACTION is setYafang Shao1-4/+2
2019-05-14mm: compaction: show gfp flag names in try_to_compact_pages tracepointYafang Shao1-2/+2
2019-05-14mm/cma.c: fix the bitmap status to show failed allocation reasonYue Hu1-8/+11
2019-05-14mm/compaction.c: fix an undefined behaviourQian Cai1-1/+3
2019-05-14mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORYBaoquan He1-1/+1
2019-05-14mm,memory_hotplug: drop redundant hugepage_migration_supported checkOscar Salvador1-2/+1
2019-05-14mm,memory_hotplug: unlock 1GB-hugetlb on x86_64Oscar Salvador1-4/+0
2019-05-14IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny1-1/+2
2019-05-14IB/qib: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny1-1/+1
2019-05-14IB/hfi1: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny1-2/+2
2019-05-14mm/gup: add FOLL_LONGTERM capability to GUP fastIra Weiny1-4/+36
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny34-57/+73
2019-05-14mm/gup: change write parameter to flags in fast walkIra Weiny1-26/+26
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny11-108/+173
2019-05-14mm: generalize putback scan functionsKirill Tkhai1-82/+40
2019-05-14mm: remove pages_to_free argument of move_active_pages_to_lru()Kirill Tkhai1-6/+13
2019-05-14mm: move nr_deactivate accounting to shrink_active_list()Kirill Tkhai2-6/+10
2019-05-14mm: move recent_rotated pages calculation to shrink_inactive_list()Kirill Tkhai4-17/+20
2019-05-14mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact()Vlastimil Babka1-3/+11
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox8-103/+86
2019-05-14userfaultfd/sysctl: add vm.unprivileged_userfaultfdPeter Xu4-0/+31
2019-05-14mm/cma_debug.c: fix the break condition in cma_maxchunk_get()Yue Hu1-1/+1
2019-05-14include/trace/events/vmscan.h: drop zone id from kswapd tracepointsYafang Shao1-3/+4
2019-05-14mm/slab.c: fix an infinite loop in leaks_show()Qian Cai1-1/+5
2019-05-14mm/slub.c: update the comment about slab frozenLiu Xiang1-4/+5
2019-05-14mm/slab.c: remove unneed check in cpuup_canceledLi RongQing1-4/+2
2019-05-14slub: remove useless kmem_cache_debug() before remove_full()Liu Xiang1-2/+1
2019-05-14mm: remove stale comment from page structTobin C. Harding1-1/+1
2019-05-14slab: use slab_list instead of lruTobin C. Harding1-24/+25
2019-05-14slub: use slab_list instead of lruTobin C. Harding1-20/+20