summaryrefslogtreecommitdiff
path: root/mm/slab.c
AgeCommit message (Expand)Author
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-15slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan
2017-11-15mm/slab.c: only set __GFP_RECLAIMABLE onceDavid Rientjes
2017-11-15mm: slabinfo: remove CONFIG_SLABINFOYang Shi
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-06mm: memcontrol: account slab stats per lruvecJohannes Weiner
2017-07-06mm: vmstat: move slab statistics from zone to node countersJohannes Weiner
2017-07-06mm/slab.c: replace open-coded round-up code with ALIGNCanjiang Lu
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-03slab: avoid IPIs when creating kmem cachesGreg Thelen
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...Ingo Molnar
2017-02-22slab: introduce __kmemcg_cache_deactivate()Tejun Heo
2017-02-22Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo
2017-02-22mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka
2017-01-10mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2016-12-12mm, slab: maintain total slab count instead of active countDavid Rientjes
2016-12-12mm, slab: faster active and free statsGreg Thelen
2016-12-12slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov
2016-10-27mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna
2016-10-27mm/slab: fix kmemcg cache creation delayed issueJoonsoo Kim
2016-10-19Merge branch 'for-4.9' into for-4.10Tejun Heo
2016-09-17slab, workqueue: remove keventd_up() usageTejun Heo
2016-09-06slab: Convert to hotplug state machineSebastian Andrzej Siewior
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-08-02mm/kasan: get rid of ->state in struct kasan_alloc_metaAndrey Ryabinin
2016-07-26mm/slab: use list_move instead of list_del/list_addWei Yongjun
2016-07-26slab: do not panic on invalid gfp_maskMichal Hocko
2016-07-26slab: make GFP_SLAB_BUG_MASK information more human readableMichal Hocko
2016-07-26mm: reorganize SLAB freelist randomizationThomas Garnier
2016-07-26mm: SLAB hardened usercopy supportKees Cook
2016-05-20mm, kasan: don't call kasan_krealloc() from ksize().Alexander Potapenko
2016-05-20mm: kasan: initial memory quarantine implementationAlexander Potapenko
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton
2016-05-19mm: slab: remove ZONE_DMA_FLAGYang Shi
2016-05-19mm: SLAB freelist randomizationThomas Garnier
2016-05-19mm/slab: lockless decision to grow cacheJoonsoo Kim
2016-05-19mm/slab: refill cpu cache through a new slab without holding a node lockJoonsoo Kim
2016-05-19mm/slab: separate cache_grow() to two partsJoonsoo Kim
2016-05-19mm/slab: make cache_grow() handle the page allocated on arbitrary nodeJoonsoo Kim
2016-05-19mm/slab: racy access/modify the slab colorJoonsoo Kim
2016-05-19mm/slab: don't keep free slabs if free_objects exceeds free_limitJoonsoo Kim
2016-05-19mm/slab: clean-up kmem_cache_node setupJoonsoo Kim
2016-05-19mm/slab: factor out kmem_cache_node initialization codeJoonsoo Kim
2016-05-19mm/slab: drain the free slab as much as possibleJoonsoo Kim
2016-05-19mm/slab: remove BAD_ALIEN_MAGIC againJoonsoo Kim