summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-05-20mm, page_alloc: remove unnecessary initialisation in get_page_from_freelistMel Gorman
2016-05-20mm, page_alloc: remove unnecessary local variable in get_page_from_freelistMel Gorman
2016-05-20mm, page_alloc: convert nr_fair_skipped to boolMel Gorman
2016-05-20mm, page_alloc: convert alloc_flags to unsignedMel Gorman
2016-05-20mm, page_alloc: avoid unnecessary zone lookups during pageblock operationsMel Gorman
2016-05-20mm, page_alloc: use __dec_zone_state for order-0 page allocationMel Gorman
2016-05-20mm, page_alloc: inline the fast path of the zonelist iteratorMel Gorman
2016-05-20mm, page_alloc: inline zone_statisticsMel Gorman
2016-05-20mm, page_alloc: reduce branches in zone_statisticsMel Gorman
2016-05-20mm, page_alloc: use new PageAnonHead helper in the free page fast pathMel Gorman
2016-05-20mm, page_alloc: only check PageCompound for high-order pagesMel Gorman
2016-05-20mm, oom_reaper: clear TIF_MEMDIE for all tasks queued for oom_reaperMichal Hocko
2016-05-20oom, oom_reaper: try to reap tasks which skip regular OOM killer pathMichal Hocko
2016-05-20mm, oom: move GFP_NOFS check to out_of_memoryMichal Hocko
2016-05-20memory_hotplug: introduce memhp_default_state= command line parameterVitaly Kuznetsov
2016-05-20memory_hotplug: introduce CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINEVitaly Kuznetsov
2016-05-20huge pagecache: extend mremap pmd rmap lockout to filesHugh Dickins
2016-05-20huge mm: move_huge_pmd does not need new_vmaHugh Dickins
2016-05-20mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins
2016-05-20tmpfs: mem_cgroup charge fault to vm_mm not current mmAndres Lagar-Cavilla
2016-05-20tmpfs: preliminary minor tidyupsHugh Dickins
2016-05-20mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins
2016-05-20mm: update_lru_size do the __mod_zone_page_stateHugh Dickins
2016-05-20mm: update_lru_size warn and reset bad lru_sizeHugh Dickins
2016-05-20mm/mmap: kill hook arch_rebalance_pgtables()Konstantin Khlebnikov
2016-05-20mm/vmstat: make node_page_state() handles all zones by itselfJoonsoo Kim
2016-05-20mm/highmem: make nr_free_highpages() handles all highmem zones by itselfJoonsoo Kim
2016-05-20mm/page_alloc: correct highmem memory statisticsJoonsoo Kim
2016-05-20mm/writeback: correct dirty page calculation for highmemJoonsoo Kim
2016-05-20power: add zone range overlapping checkJoonsoo Kim
2016-05-20mm/page_owner: add zone range overlapping checkJoonsoo Kim
2016-05-20mm/vmstat: add zone range overlapping checkJoonsoo Kim
2016-05-20mm/memory_hotplug: add comment to some functions related to memory hotplugJoonsoo Kim
2016-05-20mm/hugetlb: add same zone check in pfn_range_valid_gigantic()Joonsoo Kim
2016-05-20mm: uninline page_mapped()Andrew Morton
2016-05-20mm, compaction: skip blocks where isolation fails in async direct compactionVlastimil Babka
2016-05-20mm, compaction: reduce spurious pcplist drainsVlastimil Babka
2016-05-20mm, compaction: wrap calculating first and last pfn of pageblockVlastimil Babka
2016-05-20mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov
2016-05-20mm/mempolicy.c:offset_il_node() document and clarifyAndrew Morton
2016-05-20mm/hugetlb.c: use first_memory_nodeAndrew Morton
2016-05-20mm/page_alloc: Remove useless parameter of __free_pages_boot_coreLi Zhang
2016-05-20mm/memcontrol.c:mem_cgroup_select_victim_node(): clarify commentMichal Hocko
2016-05-20mm/memory_hotplug: is_mem_section_removable() can return boolYaowei Bai
2016-05-20mm/hugetlb: introduce hugetlb_bad_size()Vaishali Thakkar
2016-05-20mm/hugetlb: optimize minimum size (min_size) accountingMike Kravetz
2016-05-20include/linux/nodemask.h: create next_node_in() helperAndrew Morton
2016-05-20mm: rename _count, field of the struct page, to _refcountJoonsoo Kim
2016-05-20mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim
2016-05-20mm/slub.c: fix sysfs filename in commentLi Peng