Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha
2018-08-18mm, slub: restore the original intention of prefetch_freepointer()Vlastimil Babka
2018-06-28slub: fix failure when we delete and create a slab cacheMikulas Patocka
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-08slub: remove 'reserved' file from sysfsMatthew Wilcox
2018-06-08slub: remove kmem_cache->reservedMatthew Wilcox
2018-06-08slab,slub: remove rcu_head size checksMatthew Wilcox
2018-06-08mm: move lru union within struct pageMatthew Wilcox
2018-06-08mm: move 'private' union within struct pageMatthew Wilcox
2018-06-08mm: switch s_mem and slab_cache in struct pageMatthew Wilcox
2018-06-08mm/slub: remove obsolete commentCanjiang Lu
2018-06-08mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre
2018-06-08slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox
2018-04-11kasan, slub: fix handling of kasan_slab_free hookAndrey Konovalov
2018-04-06slab, slub: skip unnecessary kasan_cache_shutdown()Shakeel Butt
2018-04-06slub: make size_from_object() return unsigned intAlexey Dobriyan
2018-04-06slub: make struct kmem_cache_order_objects::x unsigned intAlexey Dobriyan
2018-04-06slub: make slab_index() return unsigned intAlexey Dobriyan
2018-04-06slab: make usercopy region 32-bitAlexey Dobriyan
2018-04-06kasan: make kasan_cache_create() work with 32-bit slab cache sizesAlexey Dobriyan
2018-04-06slab: make kmem_cache_flags accept 32-bit object sizeAlexey Dobriyan
2018-04-06slub: make ->size unsigned intAlexey Dobriyan
2018-04-06slub: make ->object_size unsigned intAlexey Dobriyan
2018-04-06slub: make ->cpu_partial unsigned intAlexey Dobriyan
2018-04-06slub: make ->inuse unsigned intAlexey Dobriyan
2018-04-06slub: make ->align unsigned intAlexey Dobriyan
2018-04-06slub: make ->reserved unsigned intAlexey Dobriyan
2018-04-06slub: make ->remote_node_defrag_ratio unsigned intAlexey Dobriyan
2018-04-06slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan
2018-04-06mm/slub.c: use jitter-free reference while printing ageChintan Pandya
2018-02-07kasan: don't use __builtin_return_address(1)Dmitry Vyukov
2018-02-07kasan: detect invalid frees for large objectsDmitry Vyukov
2018-02-04Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-01slub: remove obsolete comments of put_cpu_partial()Miles Chen
2018-02-01mm/slub.c: fix wrong address during slab padding restorationBalasubramani Vivekanandan
2018-01-15usercopy: Allow strict enforcement of whitelistsKees Cook
2018-01-15usercopy: WARN() on slab cache usercopy region violationsKees Cook
2018-01-15usercopy: Prepare for usercopy whitelistingDavid Windsor
2018-01-15usercopy: Include offset in hardened usercopy reportKees Cook
2017-11-16kmemcheck: rip it outLevin, Alexander (Sasha Levin)
2017-11-16kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)
2017-11-16kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2017-11-16kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-16slub: fix sysfs duplicate filename creation when slub_debug=OMiles Chen
2017-11-16slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan
2017-11-16slab, slub, slob: add slab_flags_tAlexey Dobriyan
2017-11-16mm: slabinfo: remove CONFIG_SLABINFOYang Shi
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko