summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
* mm, slub: restore the original intention of prefetch_freepointer()Vlastimil Babka2018-08-181-2/+1Star
* slub: fix failure when we delete and create a slab cacheMikulas Patocka2018-06-281-1/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-5/+7
* slub: remove 'reserved' file from sysfsMatthew Wilcox2018-06-081-7/+0Star
* slub: remove kmem_cache->reservedMatthew Wilcox2018-06-081-21/+20Star
* slab,slub: remove rcu_head size checksMatthew Wilcox2018-06-081-25/+2Star
* mm: move lru union within struct pageMatthew Wilcox2018-06-081-4/+4
* mm: move 'private' union within struct pageMatthew Wilcox2018-06-081-18/+2Star
* mm: switch s_mem and slab_cache in struct pageMatthew Wilcox2018-06-081-0/+1
* mm/slub: remove obsolete commentCanjiang Lu2018-06-081-6/+0Star
* mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre2018-06-081-1/+1
* slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox2018-06-081-0/+2
* kasan, slub: fix handling of kasan_slab_free hookAndrey Konovalov2018-04-111-23/+34
* slab, slub: skip unnecessary kasan_cache_shutdown()Shakeel Butt2018-04-061-0/+11
* slub: make size_from_object() return unsigned intAlexey Dobriyan2018-04-061-1/+1
* slub: make struct kmem_cache_order_objects::x unsigned intAlexey Dobriyan2018-04-061-35/+39
* slub: make slab_index() return unsigned intAlexey Dobriyan2018-04-061-1/+1
* slab: make usercopy region 32-bitAlexey Dobriyan2018-04-061-1/+1
* kasan: make kasan_cache_create() work with 32-bit slab cache sizesAlexey Dobriyan2018-04-061-1/+1
* slab: make kmem_cache_flags accept 32-bit object sizeAlexey Dobriyan2018-04-061-2/+2
* slub: make ->size unsigned intAlexey Dobriyan2018-04-061-6/+6
* slub: make ->object_size unsigned intAlexey Dobriyan2018-04-061-4/+4
* slub: make ->cpu_partial unsigned intAlexey Dobriyan2018-04-061-3/+3
* slub: make ->inuse unsigned intAlexey Dobriyan2018-04-061-3/+2Star
* slub: make ->align unsigned intAlexey Dobriyan2018-04-061-1/+1
* slub: make ->reserved unsigned intAlexey Dobriyan2018-04-061-1/+1
* slub: make ->remote_node_defrag_ratio unsigned intAlexey Dobriyan2018-04-061-5/+6
* slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan2018-04-061-1/+1
* mm/slub.c: use jitter-free reference while printing ageChintan Pandya2018-04-061-4/+5
* kasan: don't use __builtin_return_address(1)Dmitry Vyukov2018-02-071-4/+4
* kasan: detect invalid frees for large objectsDmitry Vyukov2018-02-071-2/+2
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-041-12/+37
|\
| * usercopy: Allow strict enforcement of whitelistsKees Cook2018-01-151-1/+2
| * usercopy: WARN() on slab cache usercopy region violationsKees Cook2018-01-151-4/+19
| * usercopy: Prepare for usercopy whitelistingDavid Windsor2018-01-151-2/+9
| * usercopy: Include offset in hardened usercopy reportKees Cook2018-01-151-6/+8
* | slub: remove obsolete comments of put_cpu_partial()Miles Chen2018-02-011-3/+1Star
* | mm/slub.c: fix wrong address during slab padding restorationBalasubramani Vivekanandan2018-02-011-3/+5
|/
* kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-161-3/+2Star
* kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)2017-11-161-2/+0Star
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-161-3/+1Star
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-20/+0Star
* slub: fix sysfs duplicate filename creation when slub_debug=OMiles Chen2017-11-161-0/+4
* slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan2017-11-161-3/+3
* slab, slub, slob: add slab_flags_tAlexey Dobriyan2017-11-161-12/+14
* mm: slabinfo: remove CONFIG_SLABINFOYang Shi2017-11-161-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-141-1/+1
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-091-1/+1