summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-12mm/slub: add missing TID updates on slab deactivationJann Horn1-2/+2
2021-10-27mm, slub: fix incorrect memcg slab count for bulk freeMiaohe Lin1-1/+3
2021-10-27mm, slub: fix potential memoryleak in kmem_cache_open()Miaohe Lin1-1/+1
2021-10-27mm, slub: fix mismatch between reconstructed freelist depth and cntMiaohe Lin1-2/+9
2021-06-23mm/slub.c: include swab.hAndrew Morton1-0/+1
2021-06-23mm/slub: actually fix freelist pointer vs redzoningKees Cook1-11/+3
2021-06-23mm/slub: fix redzoning for small allocationsKees Cook1-3/+5
2021-06-23mm/slub: clarify verification reportingKees Cook1-7/+7
2021-05-14mm/sl?b.c: remove ctor argument from kmem_cache_flagsNikolay Borisov1-6/+3
2021-03-17Revert "mm, slub: consider rest of partial list if acquire_slab() fails"Linus Torvalds1-1/+1
2021-03-04mm: memcontrol: fix slub memory accountingMuchun Song1-4/+4
2021-01-30Revert "mm/slub: fix a memory leak in sysfs_slab_add()"Wang Hai1-3/+1
2021-01-19mm, slub: consider rest of partial list if acquire_slab() failsJann Horn1-1/+1
2020-11-14mm/slub: fix panic in slab_alloc_node()Laurent Dufour1-1/+1
2020-10-16mm: fix some comments formattingChen Tao1-1/+1
2020-10-14mm: memcg/slab: uncharge during kmem_cache_free_bulk()Bharata B Rao1-1/+2
2020-10-14mm/slub: make add_full() condition more explicitAbel Wu1-1/+3
2020-10-14mm/slub: fix missing ALLOC_SLOWPATH stat when bulk allocAbel Wu1-1/+2
2020-10-14mm/slub.c: branch optimization in free slowpathAbel Wu1-11/+12
2020-10-03mm, slub: restore initial kmem_cache flagsEric Farman1-5/+1
2020-09-05mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca1-6/+6
2020-08-07mm: slab: rename (un)charge_slab_page() to (un)account_slab_page()Roman Gushchin1-2/+2
2020-08-07mm: memcg/slab: remove unused argument by charge_slab_page()Roman Gushchin1-1/+1
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin1-159/+4
2020-08-07mm: memcg/slab: deprecate slab_root_cachesRoman Gushchin1-1/+0
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin1-33/+5
2020-08-07mm: memcg/slab: save obj_cgroup for non-root slab objectsRoman Gushchin1-5/+9
2020-08-07mm: slub: implement SLUB version of obj_to_index()Roman Gushchin1-10/+5
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin1-4/+4
2020-08-07mm, kcsan: instrument SLAB/SLUB free with "ASSERT_EXCLUSIVE_ACCESS"Marco Elver1-0/+5
2020-08-07mm/slub.c: drop lockdep_assert_held() from put_map()Sebastian Andrzej Siewior1-2/+0
2020-08-07mm, slab/slub: improve error reporting and overhead of cache_from_obj()Vlastimil Babka1-37/+1
2020-08-07mm, slab/slub: move and improve cache_from_obj()Vlastimil Babka1-0/+21
2020-08-07mm, slub: extend checks guarded by slub_debug static keyVlastimil Babka1-3/+3
2020-08-07mm, slub: introduce kmem_cache_debug_flags()Vlastimil Babka1-5/+16
2020-08-07mm, slub: introduce static key for slub_debug()Vlastimil Babka1-3/+13
2020-08-07mm, slub: make reclaim_account attribute read-onlyVlastimil Babka1-10/+1
2020-08-07mm, slub: make remaining slub_debug related attributes read-onlyVlastimil Babka1-59/+3
2020-08-07mm, slub: remove runtime allocation order changesVlastimil Babka1-18/+1
2020-08-07mm, slub: make some slub_debug related attributes read-onlyVlastimil Babka1-43/+3
2020-08-07mm, slub: extend slub_debug syntax for multiple blocksVlastimil Babka1-51/+126
2020-08-07mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_orderLong Li1-7/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-2/+2
2020-06-26slub: cure list_slab_objects() from double fixSebastian Andrzej Siewior1-15/+4
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-05mm/slub: fix a typo in comment "disambiguiation"->"disambiguation"Ethon Paul1-1/+1
2020-06-04mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim1-2/+2
2020-06-04mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai1-1/+3
2020-06-03Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
2020-06-02mm/slub: fix stack overruns with SLUB_STATSQian Cai1-1/+2