Age | Commit message (Expand) | Author | Files | Lines |
2022-04-22 | memcg: sync flush only if periodic flush is delayed | Shakeel Butt | 1 | -1/+11 |
2022-03-29 | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2022-03-23 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -21/+16 |
2022-03-23 | memcg: do not tweak node in alloc_mem_cgroup_per_node_info | Wei Yang | 1 | -12/+2 |
2022-03-23 | mm: memcontrol: fix cannot alloc the maximum memcg ID | Muchun Song | 1 | -2/+1 |
2022-03-23 | mm: memcontrol: reuse memory cgroup ID for kmem ID | Muchun Song | 1 | -36/+3 |
2022-03-23 | mm: list_lru: replace linear array with xarray | Muchun Song | 1 | -72/+5 |
2022-03-23 | mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus | Muchun Song | 1 | -3/+3 |
2022-03-23 | mm: list_lru: allocate list_lru_one only when needed | Muchun Song | 1 | -1/+5 |
2022-03-23 | mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online() | Muchun Song | 1 | -21/+16 |
2022-03-23 | mm: introduce kmem_cache_alloc_lru | Muchun Song | 1 | -14/+0 |
2022-03-23 | mm/memcg: disable migration instead of preemption in drain_all_stock(). | Sebastian Andrzej Siewior | 1 | -2/+3 |
2022-03-23 | mm/memcg: protect memcg_stock with a local_lock_t | Sebastian Andrzej Siewior | 1 | -21/+38 |
2022-03-23 | mm/memcg: opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj... | Johannes Weiner | 1 | -6/+18 |
2022-03-23 | mm/memcg: protect per-CPU counter by disabling preemption on PREEMPT_RT where... | Sebastian Andrzej Siewior | 1 | -1/+55 |
2022-03-23 | mm/memcg: disable threshold event handlers on PREEMPT_RT | Sebastian Andrzej Siewior | 1 | -2/+12 |
2022-03-23 | mm/memcg: revert ("mm/memcg: optimize user context object stock access") | Michal Hocko | 1 | -67/+27 |
2022-03-23 | mm/memcontrol: return 1 from cgroup.memory __setup() handler | Randy Dunlap | 1 | -1/+1 |
2022-03-23 | memcg: synchronously enforce memory.high for large overcharges | Shakeel Butt | 1 | -0/+5 |
2022-03-23 | memcg: unify force charging conditions | Shakeel Butt | 1 | -10/+7 |
2022-03-23 | memcg: refactor mem_cgroup_oom | Shakeel Butt | 1 | -27/+17 |
2022-03-23 | mm/memcg: mem_cgroup_per_node is already set to 0 on allocation | Wei Yang | 1 | -2/+0 |
2022-03-23 | memcg: add per-memcg total kernel memory stat | Yosry Ahmed | 1 | -6/+21 |
2022-03-23 | memcg: replace in_interrupt() with !in_task() | Shakeel Butt | 1 | -2/+2 |
2022-03-21 | mm/memcg: Convert mem_cgroup_swapout() to take a folio | Matthew Wilcox (Oracle) | 1 | -11/+11 |
2022-03-11 | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman | 1 | -1/+1 |
2022-03-03 | mm: remove the extra ZONE_DEVICE struct page refcount | Christoph Hellwig | 1 | -8/+3 |
2022-03-03 | mm: don't include <linux/memremap.h> in <linux/mm.h> | Christoph Hellwig | 1 | -0/+1 |
2022-02-17 | mm/munlock: maintain page->mlock_count while unevictable | Hugh Dickins | 1 | -2/+1 |
2022-02-12 | mm: memcg: synchronize objcg lists with a dedicated spinlock | Roman Gushchin | 1 | -5/+5 |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -14/+30 |
2022-01-15 | memcg: add per-memcg vmalloc stat | Shakeel Butt | 1 | -0/+1 |
2022-01-15 | mm/memcg: use struct_size() helper in kzalloc() | Wang Weiyang | 1 | -5/+1 |
2022-01-15 | memcg: better bounds on the memcg stats updates | Shakeel Butt | 1 | -7/+13 |
2022-01-15 | mm/memcg: add oom_group_kill memory event | Dan Schatzberg | 1 | -0/+2 |
2022-01-15 | mm: memcontrol: make cgroup_memory_nokmem static | Muchun Song | 1 | -1/+1 |
2022-01-15 | mm: slab: make slab iterator functions static | Muchun Song | 1 | -1/+12 |
2022-01-06 | mm/memcg: Convert slab objcgs from struct page to struct slab | Vlastimil Babka | 1 | -25/+30 |
2022-01-06 | mm: Convert struct page to struct slab in functions used by other subsystems | Vlastimil Babka | 1 | -2/+2 |
2021-12-11 | mm/memcg: relocate mod_objcg_mlstate(), get_obj_stock() and put_obj_stock() | Waiman Long | 1 | -53/+53 |
2021-11-17 | mm: Rename folio_test_multi to folio_test_large | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2021-11-11 | mm: unexport {,un}lock_page_memcg | Christoph Hellwig | 1 | -2/+0 |
2021-11-11 | mm: unexport folio_memcg_{,un}lock | Christoph Hellwig | 1 | -2/+0 |
2021-11-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -125/+88 |
2021-11-06 | mm/vmscan: throttle reclaim when no progress is being made | Mel Gorman | 1 | -9/+1 |
2021-11-06 | memcg: prohibit unconditional exceeding the limit of dying tasks | Vasily Averin | 1 | -19/+8 |
2021-11-06 | mm: memcontrol: remove the kmem states | Muchun Song | 1 | -5/+2 |
2021-11-06 | mm: memcontrol: remove kmemcg_id reparenting | Muchun Song | 1 | -15/+4 |
2021-11-06 | memcg, kmem: further deprecate kmem.limit_in_bytes | Shakeel Butt | 1 | -34/+5 |
2021-11-06 | mm/memcg: remove obsolete memcg_free_kmem() | Waiman Long | 1 | -11/+3 |