summaryrefslogtreecommitdiffstats
path: root/mm/slab.h
Commit message (Expand)AuthorAgeFilesLines
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-3/+2
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-2/+0
* slab, slub, slob: add slab_flags_tAlexey Dobriyan2017-11-151-13/+13
* mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi2017-11-151-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-061-17/+1
* mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner2017-07-061-8/+8
* mm: memcontrol: use the node-native slab memory countersJohannes Weiner2017-07-061-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-221-0/+2
* slab: introduce __kmemcg_cache_deactivate()Tejun Heo2017-02-221-1/+2
* slab: implement slab_root_caches listTejun Heo2017-02-221-0/+15
* slab: link memcg kmem_caches on their associated memory cgroupTejun Heo2017-02-221-0/+3
* slab: reorganize memcg_cache_paramsTejun Heo2017-02-221-3/+3
* Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo2017-02-221-1/+1
* mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka2017-02-221-0/+6
* mm, slab: maintain total slab count instead of active countDavid Rientjes2016-12-121-2/+2
* mm, slab: faster active and free statsGreg Thelen2016-12-121-1/+2
* mm/slab_common.c: check kmem_create_cache flags are commonThomas Garnier2016-12-121-0/+15
* slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov2016-12-121-1/+1
* mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna2016-10-271-0/+1
* mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko2016-07-281-0/+2
* mm: memcontrol: cleanup kmem charge functionsVladimir Davydov2016-07-261-4/+12
* mm: reorganize SLAB freelist randomizationThomas Garnier2016-07-261-0/+14
* mm: kasan: initial memory quarantine implementationAlexander Potapenko2016-05-201-0/+2
* mm, kasan: add GFP flags to KASAN APIAlexander Potapenko2016-03-251-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-151-2/+3
* mm: fix some spellingJesper Dangaard Brouer2016-03-151-1/+1
* mm: fault-inject take over bootstrap kmem_cache checkJesper Dangaard Brouer2016-03-151-1/+1
* mm/slab: move SLUB alloc hooks to common mm/slab.hJesper Dangaard Brouer2016-03-151-0/+62
* mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov2016-02-181-0/+1
* mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner2016-01-201-3/+3
* slab: add SLAB_ACCOUNT flagVladimir Davydov2016-01-141-2/+3
* slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer2015-11-221-1/+1
* memcg: unify slab and other kmem pages chargingVladimir Davydov2015-11-051-17/+7
* mm/slab_common.c: clear pointers to per memcg caches on destroyVladimir Davydov2015-11-051-6/+0
* mm/slab.h: fix argument order in cache_from_obj's error messageDaniel Borkmann2015-09-041-1/+1
* slab: infrastructure for bulk object allocation and freeingChristoph Lameter2015-09-041-0/+9
* slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders2015-06-241-0/+1
* slub: make dead caches discard free slabs immediatelyVladimir Davydov2015-02-121-1/+1
* slab: link memcg caches of the same kind into a listVladimir Davydov2015-02-121-0/+17
* slab: embed memcg_cache_params to kmem_cacheVladimir Davydov2015-02-121-25/+23
* memcg: zap __memcg_{charge,uncharge}_slabVladimir Davydov2015-02-101-2/+2
* memcg: use generic slab iterators for showing slabinfoVladimir Davydov2014-12-101-0/+1
* slab: replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar2014-12-101-3/+3
* slab: print slabinfo header in seq showVladimir Davydov2014-12-101-0/+1
OpenPOWER on IntegriCloud