aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-14mm/slub: fix panic in slab_alloc_node()Gravatar Laurent Dufour 1-1/+1
2020-10-16mm: fix some comments formattingGravatar Chen Tao 1-1/+1
2020-10-13mm: memcg/slab: uncharge during kmem_cache_free_bulk()Gravatar Bharata B Rao 1-1/+2
2020-10-13mm/slub: make add_full() condition more explicitGravatar Abel Wu 1-1/+3
2020-10-13mm/slub: fix missing ALLOC_SLOWPATH stat when bulk allocGravatar Abel Wu 1-1/+2
2020-10-13mm/slub.c: branch optimization in free slowpathGravatar Abel Wu 1-11/+12
2020-10-03mm, slub: restore initial kmem_cache flagsGravatar Eric Farman 1-5/+1
2020-09-05mm: slub: fix conversion of freelist_corrupted()Gravatar Eugeniu Rosca 1-6/+6
2020-08-07mm: slab: rename (un)charge_slab_page() to (un)account_slab_page()Gravatar Roman Gushchin 1-2/+2
2020-08-07mm: memcg/slab: remove unused argument by charge_slab_page()Gravatar Roman Gushchin 1-1/+1
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsGravatar Roman Gushchin 1-159/+4
2020-08-07mm: memcg/slab: deprecate slab_root_cachesGravatar Roman Gushchin 1-1/+0
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsGravatar Roman Gushchin 1-33/+5
2020-08-07mm: memcg/slab: save obj_cgroup for non-root slab objectsGravatar Roman Gushchin 1-5/+9
2020-08-07mm: slub: implement SLUB version of obj_to_index()Gravatar Roman Gushchin 1-10/+5
2020-08-07mm: memcg: convert vmstat slab counters to bytesGravatar Roman Gushchin 1-4/+4
2020-08-07mm, kcsan: instrument SLAB/SLUB free with "ASSERT_EXCLUSIVE_ACCESS"Gravatar Marco Elver 1-0/+5
2020-08-07mm/slub.c: drop lockdep_assert_held() from put_map()Gravatar Sebastian Andrzej Siewior 1-2/+0
2020-08-07mm, slab/slub: improve error reporting and overhead of cache_from_obj()Gravatar Vlastimil Babka 1-37/+1
2020-08-07mm, slab/slub: move and improve cache_from_obj()Gravatar Vlastimil Babka 1-0/+21
2020-08-07mm, slub: extend checks guarded by slub_debug static keyGravatar Vlastimil Babka 1-3/+3
2020-08-07mm, slub: introduce kmem_cache_debug_flags()Gravatar Vlastimil Babka 1-5/+16
2020-08-07mm, slub: introduce static key for slub_debug()Gravatar Vlastimil Babka 1-3/+13
2020-08-07mm, slub: make reclaim_account attribute read-onlyGravatar Vlastimil Babka 1-10/+1
2020-08-07mm, slub: make remaining slub_debug related attributes read-onlyGravatar Vlastimil Babka 1-59/+3
2020-08-07mm, slub: remove runtime allocation order changesGravatar Vlastimil Babka 1-18/+1
2020-08-07mm, slub: make some slub_debug related attributes read-onlyGravatar Vlastimil Babka 1-43/+3
2020-08-07mm, slub: extend slub_debug syntax for multiple blocksGravatar Vlastimil Babka 1-51/+126
2020-08-07mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_orderGravatar Long Li 1-7/+2
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-2/+2
2020-06-26slub: cure list_slab_objects() from double fixGravatar Sebastian Andrzej Siewior 1-15/+4
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 1-1/+1
2020-06-04mm/slub: fix a typo in comment "disambiguiation"->"disambiguation"Gravatar Ethon Paul 1-1/+1
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxGravatar Joonsoo Kim 1-2/+2
2020-06-03mm/slub: fix a memory leak in sysfs_slab_add()Gravatar Wang Hai 1-1/+3
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+2
2020-06-02mm/slub: fix stack overruns with SLUB_STATSGravatar Qian Cai 1-1/+2
2020-06-02slub: remove kmalloc under list_lock from list_slab_objects() V2Gravatar Christopher Lameter 1-5/+15
2020-06-02slub: Remove userspace notifier for cache add/removeGravatar Christoph Lameter 1-16/+1
2020-06-02mm/slub.c: fix corrupted freechain in deactivate_slab()Gravatar Dongli Zhang 1-0/+27
2020-05-07mm/slub: fix incorrect interpretation of s->offsetGravatar Waiman Long 1-15/+30
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-0/+2
2020-04-21slub: avoid redzone when choosing freepointer locationGravatar Kees Cook 1-2/+10
2020-04-07mm/slub: add missing annotation for put_map()Gravatar Jules Irenge 1-1/+1
2020-04-07mm/slub: add missing annotation for get_map()Gravatar Jules Irenge 1-0/+1
2020-04-02slub: relocate freelist pointer to middle of objectGravatar Kees Cook 1-0/+7
2020-04-02slub: improve bit diffusion for freelist ptr obfuscationGravatar Kees Cook 1-1/+1
2020-04-02mm/slub.c: replace kmem_cache->cpu_partial with wrapped APIsGravatar chenqiwu 1-7/+7
2020-04-02mm/slub.c: replace cpu_slab->partial with wrapped APIsGravatar chenqiwu 1-2/+2
2020-03-26mm/sl[uo]b: export __kmalloc_track(_node)_callerGravatar Daniel Vetter 1-0/+2