summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-20mm, page_alloc: shortcut watermark checks for order-0 pagesMel Gorman1-1/+27
2016-05-20mm, page_alloc: reduce cost of fair zone allocation policy retryMel Gorman1-18/+14
2016-05-20mm, page_alloc: shorten the page allocator fast pathMel Gorman1-16/+17
2016-05-20mm, page_alloc: check once if a zone has isolated pageblocksMel Gorman1-1/+3
2016-05-20mm, page_alloc: move __GFP_HARDWALL modifications out of the fastpathMel Gorman1-3/+5
2016-05-20mm, page_alloc: simplify last cpupid resetMel Gorman1-4/+1
2016-05-20mm, page_alloc: remove unnecessary initialisation from __alloc_pages_nodemask()Mel Gorman1-2/+5
2016-05-20mm, page_alloc: remove unnecessary initialisation in get_page_from_freelistMel Gorman1-1/+1
2016-05-20mm, page_alloc: remove unnecessary local variable in get_page_from_freelistMel Gorman1-2/+1
2016-05-20mm, page_alloc: convert nr_fair_skipped to boolMel Gorman1-3/+3
2016-05-20mm, page_alloc: convert alloc_flags to unsignedMel Gorman5-22/+27
2016-05-20mm, page_alloc: avoid unnecessary zone lookups during pageblock operationsMel Gorman1-13/+9
2016-05-20mm, page_alloc: use __dec_zone_state for order-0 page allocationMel Gorman1-1/+2
2016-05-20mm, page_alloc: inline the fast path of the zonelist iteratorMel Gorman3-20/+21
2016-05-20mm, page_alloc: inline zone_statisticsMel Gorman3-31/+31
2016-05-20mm, page_alloc: reduce branches in zone_statisticsMel Gorman1-6/+10
2016-05-20mm, page_alloc: use new PageAnonHead helper in the free page fast pathMel Gorman2-2/+7
2016-05-20mm, page_alloc: only check PageCompound for high-order pagesMel Gorman1-8/+17
2016-05-20mm, oom_reaper: clear TIF_MEMDIE for all tasks queued for oom_reaperMichal Hocko1-6/+11
2016-05-20oom, oom_reaper: try to reap tasks which skip regular OOM killer pathMichal Hocko3-18/+77
2016-05-20mm, oom: move GFP_NOFS check to out_of_memoryMichal Hocko2-14/+19
2016-05-20memory_hotplug: introduce memhp_default_state= command line parameterVitaly Kuznetsov2-0/+19
2016-05-20memory_hotplug: introduce CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINEVitaly Kuznetsov3-4/+25
2016-05-20arch: fix has_transparent_hugepage()Hugh Dickins12-26/+23
2016-05-20huge pagecache: extend mremap pmd rmap lockout to filesHugh Dickins1-20/+22
2016-05-20huge mm: move_huge_pmd does not need new_vmaHugh Dickins3-11/+5
2016-05-20mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins4-0/+85
2016-05-20tmpfs: mem_cgroup charge fault to vm_mm not current mmAndres Lagar-Cavilla1-27/+34
2016-05-20tmpfs: preliminary minor tidyupsHugh Dickins2-43/+32
2016-05-20mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins4-8/+7
2016-05-20mm: update_lru_size do the __mod_zone_page_stateHugh Dickins4-25/+30
2016-05-20mm: update_lru_size warn and reset bad lru_sizeHugh Dickins2-5/+21
2016-05-20mm/mmap: kill hook arch_rebalance_pgtables()Konstantin Khlebnikov1-5/+0
2016-05-20mm/vmstat: make node_page_state() handles all zones by itselfJoonsoo Kim1-12/+6
2016-05-20mm/highmem: make nr_free_highpages() handles all highmem zones by itselfJoonsoo Kim1-8/+4
2016-05-20mm/page_alloc: correct highmem memory statisticsJoonsoo Kim1-5/+14
2016-05-20mm/writeback: correct dirty page calculation for highmemJoonsoo Kim1-2/+6
2016-05-20power: add zone range overlapping checkJoonsoo Kim1-0/+4
2016-05-20mm/page_owner: add zone range overlapping checkJoonsoo Kim1-0/+3
2016-05-20mm/vmstat: add zone range overlapping checkJoonsoo Kim1-0/+7
2016-05-20mm/memory_hotplug: add comment to some functions related to memory hotplugJoonsoo Kim2-1/+3
2016-05-20mm/hugetlb: add same zone check in pfn_range_valid_gigantic()Joonsoo Kim1-3/+6
2016-05-20mm: uninline page_mapped()Andrew Morton2-20/+24
2016-05-20mm/highmem: simplify is_highmem()Chanho Min1-4/+1
2016-05-20mm, compaction: skip blocks where isolation fails in async direct compactionVlastimil Babka1-9/+80
2016-05-20mm, compaction: reduce spurious pcplist drainsVlastimil Babka1-11/+9
2016-05-20mm, compaction: wrap calculating first and last pfn of pageblockVlastimil Babka1-14/+19
2016-05-20mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov1-1/+1
2016-05-20mm/mempolicy.c:offset_il_node() document and clarifyAndrew Morton1-9/+11
2016-05-20mm/hugetlb.c: use first_memory_nodeAndrew Morton1-2/+2