summaryrefslogtreecommitdiffstats
path: root/mm/mmu_context.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-29mm, workingset: make working set detection node-awareMel Gorman4-44/+26
2016-07-29mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman5-144/+111
2016-07-29mm, vmscan: make shrink_node decisions more node-centricMel Gorman7-44/+54
2016-07-29mm: vmscan: do not reclaim from kswapd if there is any eligible zoneMel Gorman1-32/+27
2016-07-29mm, vmscan: remove duplicate logic clearing node congestion and dirty stateMel Gorman1-12/+12
2016-07-29mm, vmscan: by default have direct reclaim only shrink once per nodeMel Gorman1-8/+14
2016-07-29mm, vmscan: simplify the logic deciding whether kswapd sleepsMel Gorman4-56/+57
2016-07-29mm, vmscan: remove balance gapMel Gorman2-20/+8
2016-07-29mm, vmscan: make kswapd reclaim in terms of nodesMel Gorman1-191/+101
2016-07-29mm, vmscan: have kswapd only scan based on the highest requested zoneMel Gorman1-5/+2
2016-07-29mm, vmscan: begin reclaiming pages on a per-node basisMel Gorman1-24/+55
2016-07-29mm, mmzone: clarify the usage of zone paddingMel Gorman1-3/+4
2016-07-29mm, vmscan: move LRU lists to nodeMel Gorman29-300/+386
2016-07-29mm, vmscan: move lru_lock to the nodeMel Gorman14-69/+75
2016-07-29mm, vmstat: add infrastructure for per-node vmstatsMel Gorman7-76/+424
2016-07-29mm, meminit: remove early_page_nid_uninitialisedMel Gorman1-13/+0
2016-07-29cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemaskMichal Hocko1-9/+0
2016-07-29freezer, oom: check TIF_MEMDIE on the correct taskMichal Hocko1-1/+1
2016-07-29mm/compaction: remove unnecessary order check in try_to_compact_pages()Ganesh Mahendran1-1/+1
2016-07-29mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner4-47/+58
2016-07-29mm: update the comment in __isolate_free_pagezhong jiang1-1/+4
2016-07-29mm, oom: tighten task_will_free_mem() lockingMichal Hocko1-26/+15
2016-07-29mm, oom: hide mm which is shared with kthread or global initMichal Hocko1-4/+21
2016-07-29mm, oom_reaper: do not attempt to reap a task more than twiceMichal Hocko2-0/+20
2016-07-29mm, oom: task_will_free_mem should skip oom_reaped tasksMichal Hocko1-0/+10
2016-07-29mm, oom: fortify task_will_free_mem()Michal Hocko3-78/+85
2016-07-29mm, oom: kill all tasks sharing the mmMichal Hocko1-2/+1
2016-07-29mm, oom: skip vforked tasks from being selectedMichal Hocko2-2/+30
2016-07-29mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko3-1/+49
2016-07-29proc, oom_adj: extract oom_score_adj setting into a helperMichal Hocko1-51/+43
2016-07-29proc, oom: drop bogus sighand lockMichal Hocko1-34/+17
2016-07-29proc, oom: drop bogus task_lock and mm checkMichal Hocko1-18/+4
2016-07-28Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds3-3/+6
2016-07-28Disable "frame-address" warningLinus Torvalds1-0/+1
2016-07-27Disable "maybe-uninitialized" warning globallyLinus Torvalds3-10/+5
2016-07-27ipmi: remove trydefaults parameter and default initTony Camuso4-88/+3
2016-07-27arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototypeCatalin Marinas2-1/+1
2016-07-27xgene: Fix build warning with ACPI disabled.David S. Miller1-2/+1
2016-07-27be2net: perform temperature query in adapter regardless of its interface stateGuilherme G. Piccoli1-4/+4
2016-07-27arm64: Only select ARM64_MODULE_PLTS if MODULES=yCatalin Marinas1-1/+1
2016-07-27thp: fix comments of __pmd_trans_huge_lock()Huang Ying1-3/+3
2016-07-27cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner1-1/+1
2016-07-27cgroup: fix idr leak for the first cgroup rootJohannes Weiner1-7/+1
2016-07-27mm: memcontrol: fix documentation for compound parameterLi RongQing1-1/+4
2016-07-27mm: memcontrol: remove BUG_ON in uncharge_listLi RongQing1-1/+0
2016-07-27mm: fix build warnings in <linux/compaction.h>Minchan Kim6-26/+25
2016-07-27mm, thp: convert from optimistic swapin collapsing to conservativeEbru Akagunduz2-23/+34
2016-07-27mm, thp: fix comment inconsistency for swapin readahead functionsEbru Akagunduz1-3/+4
2016-07-27thp: update Documentation/{vm/transhuge,filesystems/proc}.txtKirill A. Shutemov2-36/+101
2016-07-27shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov2-1/+180