summaryrefslogtreecommitdiffstats
path: root/mm/slab.h
Commit message (Expand)AuthorAgeFilesLines
* mm: add support for kmem caches in DMA32 zoneNicolas Boichat2019-03-291-1/+2
* memcg: localize memcg_kmem_enabled() checkShakeel Butt2019-03-061-4/+0Star
* kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov2019-02-211-0/+1
* kasan, kmemleak: pass tagged pointers to kmemleakAndrey Konovalov2019-02-211-4/+2Star
* kasan, mm: change hooks signaturesAndrey Konovalov2018-12-281-1/+1
* mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai2018-08-181-3/+3
* slab, slub: skip unnecessary kasan_cache_shutdown()Shakeel Butt2018-04-061-0/+1
* slab: make usercopy region 32-bitAlexey Dobriyan2018-04-061-2/+2
* slab: make kmem_cache_flags accept 32-bit object sizeAlexey Dobriyan2018-04-061-2/+2
* slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan2018-04-061-3/+3
* slab: make create_boot_cache() work with 32-bit sizesAlexey Dobriyan2018-04-061-2/+2
* slab: make create_kmalloc_cache() work with 32-bit sizesAlexey Dobriyan2018-04-061-4/+4
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-041-2/+6
|\
| * usercopy: Mark kmalloc caches as usercopy cachesDavid Windsor2018-01-151-1/+2
| * usercopy: Prepare for usercopy whitelistingDavid Windsor2018-01-151-1/+4
* | mm/slab_common.c: make calculate_alignment() staticByongho Lee2018-02-011-3/+0Star
|/
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-161-3/+2Star
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-2/+0Star
* slab, slub, slob: add slab_flags_tAlexey Dobriyan2017-11-161-13/+13
* mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi2017-11-161-0/+8
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-241-1/+1
|/
* locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2017-08-101-1/+5
* mm: memcontrol: account slab stats per lruvecJohannes Weiner2017-07-071-17/+1Star
* mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner2017-07-071-8/+8
* mm: memcontrol: use the node-native slab memory countersJohannes Weiner2017-07-071-2/+2
* mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-2/+2
* slab: remove synchronous synchronize_sched() from memcg cache deactivation pathTejun Heo2017-02-231-0/+2
* slab: introduce __kmemcg_cache_deactivate()Tejun Heo2017-02-231-1/+2
* slab: implement slab_root_caches listTejun Heo2017-02-231-0/+15
* slab: link memcg kmem_caches on their associated memory cgroupTejun Heo2017-02-231-0/+3
* slab: reorganize memcg_cache_paramsTejun Heo2017-02-231-3/+3
* Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo2017-02-231-1/+1
* mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka2017-02-231-0/+6
* mm, slab: maintain total slab count instead of active countDavid Rientjes2016-12-131-2/+2
* mm, slab: faster active and free statsGreg Thelen2016-12-131-1/+2
* mm/slab_common.c: check kmem_create_cache flags are commonThomas Garnier2016-12-131-0/+15
* slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov2016-12-131-1/+1
* mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna2016-10-281-0/+1
* mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko2016-07-291-0/+2
* mm: memcontrol: cleanup kmem charge functionsVladimir Davydov2016-07-271-4/+12
* mm: reorganize SLAB freelist randomizationThomas Garnier2016-07-271-0/+14
* mm: kasan: initial memory quarantine implementationAlexander Potapenko2016-05-211-0/+2
* mm, kasan: add GFP flags to KASAN APIAlexander Potapenko2016-03-261-1/+1
* mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov2016-03-171-2/+28
* slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott2016-03-161-2/+3
* mm: fix some spellingJesper Dangaard Brouer2016-03-161-1/+1
* mm: fault-inject take over bootstrap kmem_cache checkJesper Dangaard Brouer2016-03-161-1/+1
* mm/slab: move SLUB alloc hooks to common mm/slab.hJesper Dangaard Brouer2016-03-161-0/+62