summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, page_alloc: convert nr_fair_skipped to boolMel Gorman2016-05-191-3/+3
* mm, page_alloc: convert alloc_flags to unsignedMel Gorman2016-05-193-18/+22
* mm, page_alloc: avoid unnecessary zone lookups during pageblock operationsMel Gorman2016-05-191-13/+9
* mm, page_alloc: use __dec_zone_state for order-0 page allocationMel Gorman2016-05-191-1/+2
* mm, page_alloc: inline the fast path of the zonelist iteratorMel Gorman2016-05-192-18/+10
* mm, page_alloc: inline zone_statisticsMel Gorman2016-05-192-29/+31
* mm, page_alloc: reduce branches in zone_statisticsMel Gorman2016-05-191-6/+10
* mm, page_alloc: use new PageAnonHead helper in the free page fast pathMel Gorman2016-05-191-1/+1
* mm, page_alloc: only check PageCompound for high-order pagesMel Gorman2016-05-191-8/+17
* mm, oom_reaper: clear TIF_MEMDIE for all tasks queued for oom_reaperMichal Hocko2016-05-191-6/+11
* oom, oom_reaper: try to reap tasks which skip regular OOM killer pathMichal Hocko2016-05-192-18/+69
* mm, oom: move GFP_NOFS check to out_of_memoryMichal Hocko2016-05-192-14/+19
* memory_hotplug: introduce memhp_default_state= command line parameterVitaly Kuznetsov2016-05-191-0/+11
* memory_hotplug: introduce CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINEVitaly Kuznetsov2016-05-192-0/+20
* huge pagecache: extend mremap pmd rmap lockout to filesHugh Dickins2016-05-191-20/+22
* huge mm: move_huge_pmd does not need new_vmaHugh Dickins2016-05-192-8/+4
* mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins2016-05-191-0/+60
* tmpfs: mem_cgroup charge fault to vm_mm not current mmAndres Lagar-Cavilla2016-05-191-27/+34
* tmpfs: preliminary minor tidyupsHugh Dickins2016-05-191-43/+26
* mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins2016-05-194-8/+7
* mm: update_lru_size do the __mod_zone_page_stateHugh Dickins2016-05-192-13/+12
* mm: update_lru_size warn and reset bad lru_sizeHugh Dickins2016-05-191-4/+20
* mm/mmap: kill hook arch_rebalance_pgtables()Konstantin Khlebnikov2016-05-191-5/+0
* mm/vmstat: make node_page_state() handles all zones by itselfJoonsoo Kim2016-05-191-12/+6
* mm/highmem: make nr_free_highpages() handles all highmem zones by itselfJoonsoo Kim2016-05-191-8/+4
* mm/page_alloc: correct highmem memory statisticsJoonsoo Kim2016-05-191-5/+14
* mm/writeback: correct dirty page calculation for highmemJoonsoo Kim2016-05-191-2/+6
* power: add zone range overlapping checkJoonsoo Kim2016-05-191-0/+4
* mm/page_owner: add zone range overlapping checkJoonsoo Kim2016-05-191-0/+3
* mm/vmstat: add zone range overlapping checkJoonsoo Kim2016-05-191-0/+7
* mm/memory_hotplug: add comment to some functions related to memory hotplugJoonsoo Kim2016-05-192-1/+3
* mm/hugetlb: add same zone check in pfn_range_valid_gigantic()Joonsoo Kim2016-05-191-3/+6
* mm: uninline page_mapped()Andrew Morton2016-05-191-0/+23
* mm, compaction: skip blocks where isolation fails in async direct compactionVlastimil Babka2016-05-191-9/+80
* mm, compaction: reduce spurious pcplist drainsVlastimil Babka2016-05-191-11/+9
* mm, compaction: wrap calculating first and last pfn of pageblockVlastimil Babka2016-05-191-14/+19
* mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov2016-05-191-1/+1
* mm/mempolicy.c:offset_il_node() document and clarifyAndrew Morton2016-05-191-9/+11
* mm/hugetlb.c: use first_memory_nodeAndrew Morton2016-05-191-2/+2
* mm/page_alloc: Remove useless parameter of __free_pages_boot_coreLi Zhang2016-05-191-6/+5
* mm/memcontrol.c:mem_cgroup_select_victim_node(): clarify commentMichal Hocko2016-05-191-4/+3
* mm/memory_hotplug: is_mem_section_removable() can return boolYaowei Bai2016-05-191-3/+3
* mm/hugetlb: introduce hugetlb_bad_size()Vaishali Thakkar2016-05-191-1/+13
* mm/hugetlb: optimize minimum size (min_size) accountingMike Kravetz2016-05-191-2/+4
* include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-195-44/+10
* mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-195-9/+9
* mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2016-05-191-1/+1
* mm/slub.c: fix sysfs filename in commentLi Peng2016-05-191-5/+5
* mm: slab: remove ZONE_DMA_FLAGYang Shi2016-05-192-27/+1
* mm: SLAB freelist randomizationThomas Garnier2016-05-191-2/+165