Age | Commit message (Expand) | Author | Files | Lines |
2020-08-12 | mm/slab_common.c: delete duplicated word |  Randy Dunlap | 1 | -1/+1 |
2020-08-07 | mm: memcg/slab: use a single set of kmem_caches for all allocations |  Roman Gushchin | 1 | -225/+5 |
2020-08-07 | mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo() |  Roman Gushchin | 1 | -3/+0 |
2020-08-07 | mm: memcg/slab: deprecate slab_root_caches |  Roman Gushchin | 1 | -29/+8 |
2020-08-07 | mm: memcg/slab: remove memcg_kmem_get_cache() |  Roman Gushchin | 1 | -1/+1 |
2020-08-07 | mm: memcg/slab: simplify memcg cache creation |  Roman Gushchin | 1 | -10/+12 |
2020-08-07 | mm: memcg/slab: use a single set of kmem_caches for all accounted allocations |  Roman Gushchin | 1 | -412/+47 |
2020-08-07 | mm: memcg/slab: deprecate memory.kmem.slabinfo |  Roman Gushchin | 1 | -27/+4 |
2020-08-07 | mm: memcg: convert vmstat slab counters to bytes |  Roman Gushchin | 1 | -2/+2 |
2020-08-07 | mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_order |  Long Li | 1 | -0/+17 |
2020-08-07 | mm: ksize() should silently accept a NULL pointer |  William Kucharski | 1 | -9/+5 |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() |  Waiman Long | 1 | -4/+4 |
2020-07-24 | mm: memcg/slab: fix memory leak at non-root kmem_cache destroy |  Muchun Song | 1 | -7/+28 |
2020-06-26 | mm/slab: use memzero_explicit() in kzfree() |  Waiman Long | 1 | -1/+1 |
2020-06-02 | usercopy: mark dma-kmalloc caches as usercopy caches |  Vlastimil Babka | 1 | -1/+2 |
2020-04-10 | mm, slab_common: fix a typo in comment "eariler"->"earlier" |  Qiujun Huang | 1 | -1/+1 |
2020-04-07 | proc: faster open/read/close with "permanent" files |  Alexey Dobriyan | 1 | -0/+1 |
2020-04-02 | mm, memcg: fix build error around the usage of kmem_caches |  Yafang Shao | 1 | -1/+1 |
2020-02-04 | proc: convert everything to "struct proc_ops" |  Alexey Dobriyan | 1 | -8/+7 |
2020-02-04 | mm: remove __krealloc |  Florian Westphal | 1 | -22/+0 |
2020-01-13 | mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is valid |  Adrian Huang | 1 | -1/+2 |
2019-12-04 | mm: memcg/slab: wait for !root kmem_cache refcnt killing on root kmem_cache destruction |  Roman Gushchin | 1 | -0/+12 |
2019-12-01 | mm, slab_common: use enum kmalloc_cache_type to iterate over kmalloc caches |  Pengfei Li | 1 | -2/+3 |
2019-12-01 | mm, slab: remove unused kmalloc_size() |  Pengfei Li | 1 | -3/+2 |
2019-12-01 | mm, slab: make kmalloc_info[] contain all types of names |  Pengfei Li | 1 | -42/+49 |
2019-10-19 | mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer release |  Roman Gushchin | 1 | -4/+5 |
2019-10-07 | mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two) |  Vlastimil Babka | 1 | -1/+10 |
2019-10-07 | mm, sl[ou]b: improve memory accounting |  Vlastimil Babka | 1 | -2/+6 |
2019-09-24 | mm, slab: extend slab/shrink to shrink all memcg caches |  Waiman Long | 1 | -0/+37 |
2019-07-16 | mm/slab_common.c: work around clang bug #42570 |  Arnd Bergmann | 1 | -1/+2 |
2019-07-12 | mm, memcg: add a memcg_slabinfo debugfs file |  Waiman Long | 1 | -0/+60 |
2019-07-12 | mm: memcg/slab: reparent memcg kmem_caches on cgroup removal |  Roman Gushchin | 1 | -2/+17 |
2019-07-12 | mm: memcg/slab: rework non-root kmem_cache lifecycle management |  Roman Gushchin | 1 | -34/+44 |
2019-07-12 | mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlock |  Roman Gushchin | 1 | -3/+12 |
2019-07-12 | mm: memcg/slab: don't check the dying flag on kmem_cache creation |  Roman Gushchin | 1 | -1/+1 |
2019-07-12 | mm: memcg/slab: generalize postponed non-root kmem_cache deactivation |  Roman Gushchin | 1 | -19/+8 |
2019-07-12 | mm: memcg/slab: rename slab delayed deactivation functions and fields |  Roman Gushchin | 1 | -15/+15 |
2019-07-12 | mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_link_cache() |  Roman Gushchin | 1 | -7/+7 |
2019-07-12 | mm/kasan: add object validation in ksize() |  Marco Elver | 1 | -1/+21 |
2019-07-12 | mm/slab: refactor common ksize KASAN logic into slab_common.c |  Marco Elver | 1 | -0/+26 |
2019-03-29 | mm: add support for kmem caches in DMA32 zone |  Nicolas Boichat | 1 | -1/+1 |
2019-03-05 | docs/core-api/mm: fix return value descriptions in mm/ |  Mike Rapoport | 1 | -0/+6 |
2019-03-05 | mm, memcg: create mem_cgroup_from_seq |  Chris Down | 1 | -3/+3 |
2019-02-21 | kmemleak: account for tagged pointers when calculating pointer range |  Andrey Konovalov | 1 | -0/+1 |
2019-02-21 | kasan, kmemleak: pass tagged pointers to kmemleak |  Andrey Konovalov | 1 | -1/+1 |
2018-12-29 | Merge tag 'docs-5.0' of git://git.lwn.net/linux |  Linus Torvalds | 1 | -4/+31 |
2018-12-28 | mm, slab: remove unnecessary unlikely() |  Yangtao Li | 1 | -3/+1 |
2018-12-28 | kasan, mm: perform untagged pointers comparison in krealloc |  Andrey Konovalov | 1 | -1/+1 |
2018-12-28 | kasan, mm: change hooks signatures |  Andrey Konovalov | 1 | -2/+2 |
2018-12-20 | slab: make kmem_cache_create{_usercopy} description proper kernel-doc |  Mike Rapoport | 1 | -4/+31 |