- f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
- 4e5aa1f memcg: add per-memcg vmalloc stat by Shakeel Butt · 3 years ago
- 06b2c3b mm/memcg: use struct_size() helper in kzalloc() by Wang Weiyang · 3 years ago
- 5b3be69 memcg: better bounds on the memcg stats updates by Shakeel Butt · 3 years ago
- b6bf9ab mm/memcg: add oom_group_kill memory event by Dan Schatzberg · 3 years ago
- 17c1736 mm: memcontrol: make cgroup_memory_nokmem static by Muchun Song · 3 years ago
- c29b5b3 mm: slab: make slab iterator functions static by Muchun Song · 3 years ago
- 4b5f8d9a mm/memcg: Convert slab objcgs from struct page to struct slab by Vlastimil Babka · 3 years, 2 months ago
- 40f3bf0 mm: Convert struct page to struct slab in functions used by other subsystems by Vlastimil Babka · 3 years, 2 months ago
- a7ebf56 mm/memcg: relocate mod_objcg_mlstate(), get_obj_stock() and put_obj_stock() by Waiman Long · 3 years, 1 month ago
- 9c32521 mm: Rename folio_test_multi to folio_test_large by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- ab2f9d2 mm: unexport {,un}lock_page_memcg by Christoph Hellwig · 3 years, 2 months ago
- 913ffbd mm: unexport folio_memcg_{,un}lock by Christoph Hellwig · 3 years, 2 months ago
- 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 69392a4 mm/vmscan: throttle reclaim when no progress is being made by Mel Gorman · 3 years, 2 months ago
- a4ebf1b memcg: prohibit unconditional exceeding the limit of dying tasks by Vasily Averin · 3 years, 2 months ago
- e80216d mm: memcontrol: remove the kmem states by Muchun Song · 3 years, 2 months ago
- 6426886 mm: memcontrol: remove kmemcg_id reparenting by Muchun Song · 3 years, 2 months ago
- 58056f7 memcg, kmem: further deprecate kmem.limit_in_bytes by Shakeel Butt · 3 years, 2 months ago
- 38d4ef4 mm/memcg: remove obsolete memcg_free_kmem() by Waiman Long · 3 years, 2 months ago
- fd25a9e memcg: unify memcg stat flushing by Shakeel Butt · 3 years, 2 months ago
- 11192d9 memcg: flush stats only if updated by Shakeel Butt · 3 years, 2 months ago
- 48384b0 mm/memcg: drop swp_entry_t* in mc_handle_file_pte() by Peter Xu · 3 years, 2 months ago
- e809c3f mm/memcg: Add folio_lruvec_lock() and similar functions by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- b1baabd mm/memcg: Add folio_lruvec() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- fcce467 mm/memcg: Convert mem_cgroup_move_account() to use a folio by Matthew Wilcox (Oracle) · 3 years, 10 months ago
- f70ad44 mm/memcg: Add folio_memcg_lock() and folio_memcg_unlock() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- 9d8053f mm/memcg: Convert mem_cgroup_track_foreign_dirty_slowpath() to folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- d21bba2 mm/memcg: Convert mem_cgroup_migrate() to take folios by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- bbc6b70 mm/memcg: Convert mem_cgroup_uncharge() to take a folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- c4ed6eb mm/memcg: Convert uncharge_page() to uncharge_folio() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- 8f425e4 mm/memcg: Convert mem_cgroup_charge() to take a folio by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- 118f287 mm/memcg: Convert commit_charge() to take a folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 1b7e446 mm/memcg: Add folio_memcg() and related functions by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- 8e88bd2 mm/memcg: Convert memcg_check_events to take a node ID by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- 2ab082b mm/memcg: Remove soft_limit_tree_node() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- 658b69c mm/memcg: Use the node id in mem_cgroup_update_tree() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 6e0110c mm/memcg: Remove 'page' parameter to mem_cgroup_charge_statistics() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 1f82822 memcg: flush lruvec stats in the refault by Shakeel Butt · 3 years, 3 months ago
- 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
- 9647875 mm/vmpressure: replace vmpressure_to_css() with vmpressure_to_memcg() by Hui Su · 3 years, 4 months ago
- 4ba9515 memcg: make memcg->event_list_lock irqsafe by Shakeel Butt · 3 years, 4 months ago
- 5c49cf9 memcg: fix up drain_local_stock comment by Michal Hocko · 3 years, 4 months ago
- 27fb095 mm, memcg: save some atomic ops when flush is already true by Miaohe Lin · 3 years, 4 months ago
- 37bc3cb mm: memcontrol: set the correct memcg swappiness restriction by Baolin Wang · 3 years, 4 months ago
- 55a68c8 memcg: replace in_interrupt() by !in_task() in active_memcg() by Vasily Averin · 3 years, 4 months ago
- aa48e47 memcg: infrastructure to flush memcg stats by Shakeel Butt · 3 years, 4 months ago
- 7e1c0d6 memcg: switch lruvec stats to rstat by Shakeel Butt · 3 years, 4 months ago
- 01c4b28 mm, memcg: inline swap-related functions to improve disabled memcg config by Suren Baghdasaryan · 3 years, 4 months ago
- 2c8d8f9 mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg config by Suren Baghdasaryan · 3 years, 4 months ago
- 56cab28 mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related functions by Suren Baghdasaryan · 3 years, 4 months ago
- 7490a2d writeback: memcg: simplify cgroup_writeback_by_id by Shakeel Butt · 3 years, 4 months ago
- f444fea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
- 4b1327b net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem() by Wei Wang · 3 years, 4 months ago
- 7fa0dac mm/memcg: fix incorrect flushing of lruvec data in obj_stock by Waiman Long · 3 years, 5 months ago
- d2e11fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
- 30def93 mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresholding code by Johannes Weiner · 3 years, 5 months ago
- 6126891 memcg: enable accounting for IP address and routing-related objects by Vasily Averin · 3 years, 5 months ago
- 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
- e267992 Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 3 years, 6 months ago
- af5cdaf mm: remove special swap entry functions by Alistair Popple · 3 years, 6 months ago
- 0539571 mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protection by Mel Gorman · 3 years, 6 months ago
- c74d40e loop: charge i/o to mem and blk cg by Dan Schatzberg · 3 years, 6 months ago
- 04f94e3 mm: charge active memcg when no mm is set by Dan Schatzberg · 3 years, 6 months ago
- 271dd6b mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lock by Muchun Song · 3 years, 6 months ago
- 9838354 mm: memcontrol: simplify the logic of objcg pinning memcg by Muchun Song · 3 years, 6 months ago
- a984226 mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec by Muchun Song · 3 years, 6 months ago
- 2884b6b mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mm by Muchun Song · 3 years, 6 months ago
- 8dc87c7 mm: memcontrol: fix page charging in page replacement by Muchun Song · 3 years, 6 months ago
- c5c8b16 mm: memcontrol: fix root_mem_cgroup charging by Muchun Song · 3 years, 6 months ago
- 494c1df mm: memcg/slab: create a new set of kmalloc-cg-<n> caches by Waiman Long · 3 years, 6 months ago
- 41eb5df mm: memcg/slab: properly set up gfp flags for objcg pointer array by Waiman Long · 3 years, 6 months ago
- 5592711 mm/memcg: optimize user context object stock access by Waiman Long · 3 years, 6 months ago
- 5387c90 mm/memcg: improve refill_obj_stock() performance by Waiman Long · 3 years, 6 months ago
- 68ac5b3 mm/memcg: cache vmstat data in percpu memcg_stock_pcp by Waiman Long · 3 years, 6 months ago
- fdbcb2a mm/memcg: move mod_objcg_state() to memcontrol.c by Waiman Long · 3 years, 6 months ago
- 4d5c8ae mm, memcg: introduce mem_cgroup_kmem_disabled() by Roman Gushchin · 3 years, 7 months ago
- 0f0cace mm, memcg: mark cgroup_memory_nosocket, nokmem and noswap as __ro_after_init by Roman Gushchin · 3 years, 7 months ago
- f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 8 months ago
- a178015 mm: memcontrol: reparent nr_deferred when memcg offline by Yang Shi · 3 years, 8 months ago
- e4262c4 mm: memcontrol: rename shrinker_map to shrinker_info by Yang Shi · 3 years, 8 months ago
- 2bfd363 mm: vmscan: consolidate shrinker_maps handling code by Yang Shi · 3 years, 8 months ago
- f1286fa mm: memcontrol: inline __memcg_kmem_{un}charge() into obj_cgroup_{un}charge_pages() by Muchun Song · 3 years, 8 months ago
- b4e0b68 mm: memcontrol: use obj_cgroup APIs to charge kmem pages by Muchun Song · 3 years, 8 months ago
- 7ab345a mm: memcontrol: change ug->dummy_page only if memcg changed by Muchun Song · 3 years, 8 months ago
- e74d225 mm: memcontrol: introduce obj_cgroup_{un}charge_pages by Muchun Song · 3 years, 8 months ago
- 9f38f03 mm: memcontrol: slab: fix obtain a reference to a freeing memcg by Muchun Song · 3 years, 8 months ago
- 0add0c7 memcg: charge before adding to swapcache on swapin by Shakeel Butt · 3 years, 8 months ago
- 2cd21c8 mm: memcontrol: consolidate lruvec stat flushing by Johannes Weiner · 3 years, 8 months ago
- 2d146aa mm: memcontrol: switch to rstat by Johannes Weiner · 3 years, 8 months ago
- a18e6e6 mm: memcontrol: privatize memcg_page_state query functions by Johannes Weiner · 3 years, 8 months ago
- a3747b5 mm: memcontrol: kill mem_cgroup_nodeinfo() by Johannes Weiner · 3 years, 8 months ago
- a3d4c05 mm: memcontrol: fix cpuhotplug statistics flushing by Johannes Weiner · 3 years, 8 months ago
- 3d0cbb9 memcg: enable memcg oom-kill for __GFP_NOFAIL by Shakeel Butt · 3 years, 8 months ago
- a479203 memcg: cleanup root memcg checks by Shakeel Butt · 3 years, 8 months ago
- 1c824a6 mm: page-writeback: simplify memcg handling in test_clear_page_writeback() by Johannes Weiner · 3 years, 8 months ago
- be6c898 mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_pages argument by Zhou Guanghui · 3 years, 10 months ago
- 1685bde mm: memcontrol: fix get_active_memcg return value by Muchun Song · 3 years, 10 months ago
- cae3af6 mm: memcontrol: fix swap undercounting in cgroup2 by Muchun Song · 3 years, 10 months ago
- 6eeb104 fs: buffer: use raw page_memcg() on locked page by Johannes Weiner · 3 years, 10 months ago