summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: add support for kmem caches in DMA32 zoneNicolas Boichat2019-03-291-0/+5
* numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-051-1/+1
* mm: fix some typos in mm directoryWei Yang2019-03-051-1/+1
* mm, slub: make the comment of put_cpu_partial() completeWei Yang2019-03-051-2/+2
* mm/slub.c: remove an unused addr argumentQian Cai2019-03-051-3/+2
* mm/slub.c: freelist is ensured to be NULL when new_slab() failsPeng Wang2019-03-051-2/+1
* slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGSQian Cai2019-02-211-1/+1
* slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGSQian Cai2019-02-211-0/+1
* kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov2019-02-211-1/+12
* kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov2019-02-211-13/+7