summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
* mm/slub: fix a typo in comment "disambiguiation"->"disambiguation"Ethon Paul2020-06-041-1/+1
* mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim2020-06-031-2/+2
* mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai2020-06-031-1/+3
* Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-021-0/+2
|\
| * Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-04-221-0/+2
| |\
| | * mm/sl[uo]b: export __kmalloc_track(_node)_callerDaniel Vetter2020-03-261-0/+2
* | | mm/slub: fix stack overruns with SLUB_STATSQian Cai2020-06-021-1/+2
* | | slub: remove kmalloc under list_lock from list_slab_objects() V2Christopher Lameter2020-06-021-5/+15
* | | slub: Remove userspace notifier for cache add/removeChristoph Lameter2020-06-021-16/+1
* | | mm/slub.c: fix corrupted freechain in deactivate_slab()Dongli Zhang2020-06-021-0/+27
* | | mm/slub: fix incorrect interpretation of s->offsetWaiman Long2020-05-071-15/+30
* | | slub: avoid redzone when choosing freepointer locationKees Cook2020-04-211-2/+10
|/ /
* | mm/slub: add missing annotation for put_map()Jules Irenge2020-04-071-1/+1
* | mm/slub: add missing annotation for get_map()Jules Irenge2020-04-071-0/+1
* | slub: relocate freelist pointer to middle of objectKees Cook2020-04-021-0/+7
* | slub: improve bit diffusion for freelist ptr obfuscationKees Cook2020-04-021-1/+1
* | mm/slub.c: replace kmem_cache->cpu_partial with wrapped APIschenqiwu2020-04-021-7/+7
* | mm/slub.c: replace cpu_slab->partial with wrapped APIschenqiwu2020-04-021-2/+2
* | mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka2020-03-211-9/+17
* | mm: slub: be more careful about the double cmpxchg of freelistLinus Torvalds2020-03-181-2/+4
* | mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Jann Horn2020-03-181-0/+9
|/
* mm/slub.c: avoid slub allocation while holding list_lockYu Zhao2020-01-311-41/+47
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-6/+6
|\
| * sched/rt, mm: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-6/+6
* | smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior2020-01-241-1/+1
* | mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka2020-01-131-1/+1
|/
* mm/slub.c: clean up validate_slab()Yu Zhao2019-12-011-13/+8
* mm/slub.c: update commentsYu Zhao2019-12-011-4/+2
* mm: slub: print the offset of fault addressesMiles Chen2019-12-011-3/+6
* mm: slub: really fix slab walking for init_on_freeLaura Abbott2019-11-151-30/+9
* mm/slub.c: init_on_free=1 should wipe freelist ptr for bulk allocationsAlexander Potapenko2019-10-141-6/+16
* mm/slub: fix a deadlock in show_slab_objects()Qian Cai2019-10-141-2/+11
* mm, sl[ou]b: improve memory accountingVlastimil Babka2019-10-071-3/+11
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-9/+9
* mm/slub.c: fix -Wunused-function compiler warningsQian Cai2019-09-241-0/+2
* mm, slab: extend slab/shrink to shrink all memcg cachesWaiman Long2019-09-241-1/+1
* mm: slub: Fix slab walking for init_on_freeLaura Abbott2019-07-311-2/+6
* mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-121-5/+35
* mm: memcg/slab: unify SLAB and SLUB page accountingRoman Gushchin2019-07-121-12/+2
* mm: memcg/slab: generalize postponed non-root kmem_cache deactivationRoman Gushchin2019-07-121-7/+1
* mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin...Roman Gushchin2019-07-121-1/+1
* mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver2019-07-121-12/+2
* slub: don't panic for memcg kmem cache creation failureShakeel Butt2019-07-121-4/+0
* mm/slub.c: avoid double string traverse in kmem_cache_flags()Yury Norov2019-07-121-3/+1
* mm/slub.c: update the comment about slab frozenLiu Xiang2019-05-141-4/+5
* slub: remove useless kmem_cache_debug() before remove_full()Liu Xiang2019-05-141-2/+1
* slub: use slab_list instead of lruTobin C. Harding2019-05-141-20/+20
* slub: add comments to endif pre-processor macrosTobin C. Harding2019-05-141-10/+10
* mm/slub: Simplify stack trace retrievalThomas Gleixner2019-04-291-8/+4
* mm/slub: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-9/+4