aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-21mm, slub: prevent kmalloc_node crashes and memory leaksGravatar Vlastimil Babka 1-9/+17
2020-03-18mm: slub: be more careful about the double cmpxchg of freelistGravatar Linus Torvalds 1-2/+4
2020-03-18mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Gravatar Jann Horn 1-0/+9
2020-01-31mm/slub.c: avoid slub allocation while holding list_lockGravatar Yu Zhao 1-41/+47
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+6
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Gravatar Sebastian Andrzej Siewior 1-1/+1
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyGravatar Vlastimil Babka 1-1/+1
2019-12-08sched/rt, mm: Use CONFIG_PREEMPTIONGravatar Thomas Gleixner 1-6/+6
2019-12-01mm/slub.c: clean up validate_slab()Gravatar Yu Zhao 1-13/+8
2019-12-01mm/slub.c: update commentsGravatar Yu Zhao 1-4/+2
2019-12-01mm: slub: print the offset of fault addressesGravatar Miles Chen 1-3/+6
2019-11-15mm: slub: really fix slab walking for init_on_freeGravatar Laura Abbott 1-30/+9
2019-10-14mm/slub.c: init_on_free=1 should wipe freelist ptr for bulk allocationsGravatar Alexander Potapenko 1-6/+16
2019-10-14mm/slub: fix a deadlock in show_slab_objects()Gravatar Qian Cai 1-2/+11
2019-10-07mm, sl[ou]b: improve memory accountingGravatar Vlastimil Babka 1-3/+11
2019-09-24mm: introduce page_size()Gravatar Matthew Wilcox (Oracle) 1-9/+9
2019-09-24mm/slub.c: fix -Wunused-function compiler warningsGravatar Qian Cai 1-0/+2
2019-09-24mm, slab: extend slab/shrink to shrink all memcg cachesGravatar Waiman Long 1-1/+1
2019-07-31mm: slub: Fix slab walking for init_on_freeGravatar Laura Abbott 1-2/+6
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsGravatar Alexander Potapenko 1-5/+35
2019-07-12mm: memcg/slab: unify SLAB and SLUB page accountingGravatar Roman Gushchin 1-12/+2
2019-07-12mm: memcg/slab: generalize postponed non-root kmem_cache deactivationGravatar Roman Gushchin 1-7/+1
2019-07-12mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin...Gravatar Roman Gushchin 1-1/+1
2019-07-12mm/slab: refactor common ksize KASAN logic into slab_common.cGravatar Marco Elver 1-12/+2
2019-07-12slub: don't panic for memcg kmem cache creation failureGravatar Shakeel Butt 1-4/+0
2019-07-12mm/slub.c: avoid double string traverse in kmem_cache_flags()Gravatar Yury Norov 1-3/+1
2019-05-14mm/slub.c: update the comment about slab frozenGravatar Liu Xiang 1-4/+5
2019-05-14slub: remove useless kmem_cache_debug() before remove_full()Gravatar Liu Xiang 1-2/+1
2019-05-14slub: use slab_list instead of lruGravatar Tobin C. Harding 1-20/+20
2019-05-14slub: add comments to endif pre-processor macrosGravatar Tobin C. Harding 1-10/+10
2019-04-29mm/slub: Simplify stack trace retrievalGravatar Thomas Gleixner 1-8/+4