| Commit message (Expand) | Author | Age | Files | Lines |
| * | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 2021-03-13 | 6 | -12/+21 |
| * | mm: new shrinker API | Dave Chinner | 2021-03-13 | 1 | -23/+40 |
| * | mm: keep page cache radix tree nodes in check | Johannes Weiner | 2021-03-13 | 1 | -2/+14 |
| * | mm: list_lru: fix almost infinite loop causing effective livelock | Russell King | 2021-03-13 | 1 | -1/+2 |
| * | list_lru: dynamically adjust node arrays | Glauber Costa | 2021-03-13 | 1 | -1/+13 |
| * | list_lru: remove special case function list_lru_dispose_all. | Glauber Costa | 2021-03-13 | 1 | -42/+0 |
| * | list_lru: per-node API | Glauber Costa | 2021-03-13 | 1 | -28/+9 |
| * | list_lru: fix broken LRU_RETRY behaviour | Dave Chinner | 2021-03-13 | 1 | -17/+12 |
| * | list_lru: per-node list infrastructure | Dave Chinner | 2021-03-13 | 1 | -35/+111 |
| * | list: add a new LRU list type | Dave Chinner | 2021-03-13 | 2 | -1/+118 |
| * | mm: filemap: move radix tree hole searching here | Johannes Weiner | 2021-03-13 | 2 | -2/+78 |
| * | Provide a function to create a NUL-terminated string from unterminated data | David Howells | 2020-11-12 | 1 | -0/+24 |
| * | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt | Jan Kara | 2020-08-05 | 4 | -7/+7 |
| * | mm/slab: use memzero_explicit() in kzfree() | Waiman Long | 2020-08-05 | 1 | -1/+1 |
| * | mm, memcg: fix mismerge | Julian Veit | 2020-06-11 | 1 | -19/+0 |
| * | mm, memcg: give exiting processes access to memory reserves | David Rientjes | 2020-06-07 | 1 | -4/+4 |
| * | mm, oom: fix use-after-free in oom_kill_process | Shakeel Butt | 2020-06-07 | 1 | -0/+8 |
| * | proc: much faster /proc/vmstat | Alexey Dobriyan | 2020-06-07 | 1 | -1/+3 |
| * | mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj | Michal Hocko | 2020-06-07 | 1 | -1/+1 |
| * | mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process() | Oleg Nesterov | 2020-06-07 | 1 | -2/+20 |
| * | mm, oom: remove unnecessary exit_state check | David Rientjes | 2020-06-07 | 1 | -2/+0 |
| * | mm, oom: base root bonus on current usage | David Rientjes | 2020-06-07 | 1 | -1/+1 |
| * | mm, oom: prefer thread group leaders for display purposes | David Rientjes | 2020-06-07 | 2 | -11/+20 |
| * | oom_kill: add rcu_read_lock() into find_lock_task_mm() | Oleg Nesterov | 2020-06-07 | 1 | -4/+8 |
| * | oom_kill: has_intersects_mems_allowed() needs rcu_read_lock() | Oleg Nesterov | 2020-06-07 | 1 | -8/+11 |
| * | oom_kill: change oom_kill.c to use for_each_thread() | Oleg Nesterov | 2020-06-07 | 1 | -10/+10 |
| * | mm: convert mm->nr_ptes to atomic_long_t | Kirill A. Shutemov | 2020-06-07 | 4 | -9/+10 |
| * | mm/oom_kill: remove weird use of ERR_PTR()/PTR_ERR(). | Rusty Russell | 2020-06-07 | 1 | -3/+3 |
| * | mm/vmpressure.c: fix race in vmpressure_work_fn() | Andrew Morton | 2020-06-07 | 1 | -3/+5 |
| * | vmpressure: do not check for pending work to prevent from new work | Michal Hocko | 2020-06-07 | 1 | -1/+1 |
| * | vmpressure: change vmpressure::sr_lock to spinlock | Michal Hocko | 2020-06-07 | 1 | -9/+9 |
| * | mm, oom: remove redundant sleep in pagefault oom handler | David Rientjes | 2020-06-07 | 1 | -1/+0 |
| * | mm, oom: cleanup pagefault oom handler | David Rientjes | 2020-06-07 | 1 | -42/+7 |
| * | oom: use N_MEMORY instead N_HIGH_MEMORY | Lai Jiangshan | 2020-06-07 | 1 | -1/+1 |
| * | mm, oom: fix race when specifying a thread as the oom origin | David Rientjes | 2020-06-07 | 3 | -50/+11 |
| * | mm, oom: change type of oom_score_adj to short | David Rientjes | 2020-06-07 | 3 | -7/+7 |
| * | mm, oom: allow exiting threads to have access to memory reserves | David Rientjes | 2020-06-07 | 1 | -22/+9 |
| * | oom: remove deprecated oom_adj | Davidlohr Bueso | 2020-06-07 | 1 | -2/+2 |
| * | mm: change nr_ptes BUG_ON to WARN_ON | Hugh Dickins | 2020-06-07 | 1 | -1/+1 |
| * | mm, memcg: move all oom handling to memcontrol.c | David Rientjes | 2020-06-07 | 2 | -4/+15 |
| * | Revert "mm, memcg: give exiting processes access to memory reserves" | Julian Veit | 2020-06-07 | 1 | -4/+4 |
| * | mm, oom: reduce dependency on tasklist_lock | David Rientjes | 2020-06-07 | 2 | -14/+30 |
| * | mm, memcg: introduce own oom handler to iterate only over its own threads | David Rientjes | 2020-06-07 | 2 | -34/+75 |
| * | mm, oom: introduce helper function to process threads during scan | David Rientjes | 2020-06-07 | 1 | -46/+65 |
| * | mm, oom: replace some information in tasklist dump | David Rientjes | 2020-06-07 | 1 | -5/+6 |
| * | mm, oom: fix potential killing of thread that is disabled from oom killing | David Rientjes | 2020-06-07 | 1 | -2/+2 |
| * | mm, oom: do not schedule if current has been killed | David Rientjes | 2020-06-07 | 1 | -6/+5 |
| * | mm: fix kernel-doc warnings | Wanpeng Li | 2020-06-07 | 6 | -13/+11 |
| * | mm, oom: fix and cleanup oom score calculations | David Rientjes | 2020-06-07 | 1 | -8/+7 |
| * | mm, oom: fix badness score underflow | David Rientjes | 2020-06-07 | 1 | -2/+2 |