aboutsummaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2021-03-136-12/+21
* mm: new shrinker APIDave Chinner2021-03-131-23/+40
* mm: keep page cache radix tree nodes in checkJohannes Weiner2021-03-131-2/+14
* mm: list_lru: fix almost infinite loop causing effective livelockRussell King2021-03-131-1/+2
* list_lru: dynamically adjust node arraysGlauber Costa2021-03-131-1/+13
* list_lru: remove special case function list_lru_dispose_all.Glauber Costa2021-03-131-42/+0
* list_lru: per-node APIGlauber Costa2021-03-131-28/+9
* list_lru: fix broken LRU_RETRY behaviourDave Chinner2021-03-131-17/+12
* list_lru: per-node list infrastructureDave Chinner2021-03-131-35/+111
* list: add a new LRU list typeDave Chinner2021-03-132-1/+118
* mm: filemap: move radix tree hole searching hereJohannes Weiner2021-03-132-2/+78
* Provide a function to create a NUL-terminated string from unterminated dataDavid Howells2020-11-121-0/+24
* lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2020-08-054-7/+7
* mm/slab: use memzero_explicit() in kzfree()Waiman Long2020-08-051-1/+1
* mm, memcg: fix mismergeJulian Veit2020-06-111-19/+0
* mm, memcg: give exiting processes access to memory reservesDavid Rientjes2020-06-071-4/+4
* mm, oom: fix use-after-free in oom_kill_processShakeel Butt2020-06-071-0/+8
* proc: much faster /proc/vmstatAlexey Dobriyan2020-06-071-1/+3
* mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko2020-06-071-1/+1
* mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process()Oleg Nesterov2020-06-071-2/+20
* mm, oom: remove unnecessary exit_state checkDavid Rientjes2020-06-071-2/+0
* mm, oom: base root bonus on current usageDavid Rientjes2020-06-071-1/+1
* mm, oom: prefer thread group leaders for display purposesDavid Rientjes2020-06-072-11/+20
* oom_kill: add rcu_read_lock() into find_lock_task_mm()Oleg Nesterov2020-06-071-4/+8
* oom_kill: has_intersects_mems_allowed() needs rcu_read_lock()Oleg Nesterov2020-06-071-8/+11
* oom_kill: change oom_kill.c to use for_each_thread()Oleg Nesterov2020-06-071-10/+10
* mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2020-06-074-9/+10
* mm/oom_kill: remove weird use of ERR_PTR()/PTR_ERR().Rusty Russell2020-06-071-3/+3
* mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton2020-06-071-3/+5
* vmpressure: do not check for pending work to prevent from new workMichal Hocko2020-06-071-1/+1
* vmpressure: change vmpressure::sr_lock to spinlockMichal Hocko2020-06-071-9/+9
* mm, oom: remove redundant sleep in pagefault oom handlerDavid Rientjes2020-06-071-1/+0
* mm, oom: cleanup pagefault oom handlerDavid Rientjes2020-06-071-42/+7
* oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2020-06-071-1/+1
* mm, oom: fix race when specifying a thread as the oom originDavid Rientjes2020-06-073-50/+11
* mm, oom: change type of oom_score_adj to shortDavid Rientjes2020-06-073-7/+7
* mm, oom: allow exiting threads to have access to memory reservesDavid Rientjes2020-06-071-22/+9
* oom: remove deprecated oom_adjDavidlohr Bueso2020-06-071-2/+2
* mm: change nr_ptes BUG_ON to WARN_ONHugh Dickins2020-06-071-1/+1
* mm, memcg: move all oom handling to memcontrol.cDavid Rientjes2020-06-072-4/+15
* Revert "mm, memcg: give exiting processes access to memory reserves"Julian Veit2020-06-071-4/+4
* mm, oom: reduce dependency on tasklist_lockDavid Rientjes2020-06-072-14/+30
* mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes2020-06-072-34/+75
* mm, oom: introduce helper function to process threads during scanDavid Rientjes2020-06-071-46/+65
* mm, oom: replace some information in tasklist dumpDavid Rientjes2020-06-071-5/+6
* mm, oom: fix potential killing of thread that is disabled from oom killingDavid Rientjes2020-06-071-2/+2
* mm, oom: do not schedule if current has been killedDavid Rientjes2020-06-071-6/+5
* mm: fix kernel-doc warningsWanpeng Li2020-06-076-13/+11
* mm, oom: fix and cleanup oom score calculationsDavid Rientjes2020-06-071-8/+7
* mm, oom: fix badness score underflowDavid Rientjes2020-06-071-2/+2