summaryrefslogtreecommitdiffstats
path: root/mm/slab_common.c
AgeCommit message (Expand)Author
2020-07-29mm: memcg/slab: fix memory leak at non-root kmem_cache destroyMuchun Song
2020-06-30mm/slab: use memzero_explicit() in kzfree()Waiman Long
2020-01-23mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is validAdrian Huang
2019-12-17mm: memcg/slab: wait for !root kmem_cache refcnt killing on root kmem_cache d...Roman Gushchin
2019-10-19mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer ...Roman Gushchin
2019-10-07mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka
2019-10-07mm, sl[ou]b: improve memory accountingVlastimil Babka
2019-09-24mm, slab: extend slab/shrink to shrink all memcg cachesWaiman Long
2019-07-16mm/slab_common.c: work around clang bug #42570Arnd Bergmann
2019-07-12mm, memcg: add a memcg_slabinfo debugfs fileWaiman Long
2019-07-12mm: memcg/slab: reparent memcg kmem_caches on cgroup removalRoman Gushchin
2019-07-12mm: memcg/slab: rework non-root kmem_cache lifecycle managementRoman Gushchin
2019-07-12mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlockRoman Gushchin
2019-07-12mm: memcg/slab: don't check the dying flag on kmem_cache creationRoman Gushchin
2019-07-12mm: memcg/slab: generalize postponed non-root kmem_cache deactivationRoman Gushchin
2019-07-12mm: memcg/slab: rename slab delayed deactivation functions and fieldsRoman Gushchin
2019-07-12mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin...Roman Gushchin
2019-07-12mm/kasan: add object validation in ksize()Marco Elver
2019-07-12mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver
2019-03-29mm: add support for kmem caches in DMA32 zoneNicolas Boichat
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport
2019-03-05mm, memcg: create mem_cgroup_from_seqChris Down
2019-02-21kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov
2019-02-21kasan, kmemleak: pass tagged pointers to kmemleakAndrey Konovalov
2018-12-29Merge tag 'docs-5.0' of git://git.lwn.net/linuxLinus Torvalds
2018-12-28mm, slab: remove unnecessary unlikely()Yangtao Li
2018-12-28kasan, mm: perform untagged pointers comparison in kreallocAndrey Konovalov
2018-12-28kasan, mm: change hooks signaturesAndrey Konovalov
2018-12-20slab: make kmem_cache_create{_usercopy} description proper kernel-docMike Rapoport
2018-11-27slab: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-10-26mm, slab: shorten kmalloc cache names for large sizesVlastimil Babka
2018-10-26mm, slab/slub: introduce kmalloc-reclaimable cachesVlastimil Babka
2018-10-26mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka
2018-10-26mm: don't warn about large allocations for slabDmitry Vyukov
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai
2018-06-28slub: fix failure when we delete and create a slab cacheMikulas Patocka
2018-06-15mm: use octal not symbolic permissionsJoe Perches
2018-06-15mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt
2018-04-05mm: make should_failslab always available for fault injectionHoward McLauchlan
2018-04-05mm/slab_common.c: remove test if cache name is accessibleMikulas Patocka
2018-04-05slab, slub: remove size disparity on debug kernelShakeel Butt
2018-04-05slab: use 32-bit arithmetic in freelist_randomize()Alexey Dobriyan
2018-04-05slab: make usercopy region 32-bitAlexey Dobriyan
2018-04-05slub: make ->object_size unsigned intAlexey Dobriyan
2018-04-05slab: make size_index_elem() unsigned intAlexey Dobriyan
2018-04-05slab: make size_index[] array u8Alexey Dobriyan
2018-04-05slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan
2018-04-05slab: make create_boot_cache() work with 32-bit sizesAlexey Dobriyan
2018-04-05slab: make create_kmalloc_cache() work with 32-bit sizesAlexey Dobriyan
2018-04-05slab: make kmalloc_size() return "unsigned int"Alexey Dobriyan