- 81aba9e mm/slub: add missing annotation for put_map() by Jules Irenge · 4 years, 9 months ago
- 31364c2 mm/slub: add missing annotation for get_map() by Jules Irenge · 4 years, 9 months ago
- 3202fa6 slub: relocate freelist pointer to middle of object by Kees Cook · 4 years, 9 months ago
- 1ad53d9 slub: improve bit diffusion for freelist ptr obfuscation by Kees Cook · 4 years, 9 months ago
- bbd4e30 mm/slub.c: replace kmem_cache->cpu_partial with wrapped APIs by chenqiwu · 4 years, 9 months ago
- 4c7ba22 mm/slub.c: replace cpu_slab->partial with wrapped APIs by chenqiwu · 4 years, 9 months ago
- 0715e6c mm, slub: prevent kmalloc_node crashes and memory leaks by Vlastimil Babka · 4 years, 10 months ago
- 5076190 mm: slub: be more careful about the double cmpxchg of freelist by Linus Torvalds · 4 years, 10 months ago
- fd4d9c7 mm: slub: add missing TID bump in kmem_cache_alloc_bulk() by Jann Horn · 4 years, 10 months ago
- 90e9f6a mm/slub.c: avoid slub allocation while holding list_lock by Yu Zhao · 5 years ago
- c677124 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- cb92315 smp: Remove allocation mask from on_each_cpu_cond.*() by Sebastian Andrzej Siewior · 5 years ago
- 8e57f8a mm, debug_pagealloc: don't rely on static keys too early by Vlastimil Babka · 5 years ago
- 923717c sched/rt, mm: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
- dd98afd mm/slub.c: clean up validate_slab() by Yu Zhao · 5 years ago
- aed6814 mm/slub.c: update comments by Yu Zhao · 5 years ago
- e1b70dd mm: slub: print the offset of fault addresses by Miles Chen · 5 years ago
- aea4df4 mm: slub: really fix slab walking for init_on_free by Laura Abbott · 5 years ago
- 0f181f9 mm/slub.c: init_on_free=1 should wipe freelist ptr for bulk allocations by Alexander Potapenko · 5 years ago
- e4f8e51 mm/slub: fix a deadlock in show_slab_objects() by Qian Cai · 5 years ago
- 6a486c0 mm, sl[ou]b: improve memory accounting by Vlastimil Babka · 5 years ago
- a50b854 mm: introduce page_size() by Matthew Wilcox (Oracle) · 5 years ago
- 9d5f0be mm/slub.c: fix -Wunused-function compiler warnings by Qian Cai · 5 years ago
- 04f768a mm, slab: extend slab/shrink to shrink all memcg caches by Waiman Long · 5 years ago
- 1b7e816 mm: slub: Fix slab walking for init_on_free by Laura Abbott · 5 years ago
- 6471384 mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options by Alexander Potapenko · 5 years ago
- 6cea1d5 mm: memcg/slab: unify SLAB and SLUB page accounting by Roman Gushchin · 5 years ago
- 4348669 mm: memcg/slab: generalize postponed non-root kmem_cache deactivation by Roman Gushchin · 5 years ago
- c03914b mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_link_cache() by Roman Gushchin · 5 years ago
- 10d1f8c mm/slab: refactor common ksize KASAN logic into slab_common.c by Marco Elver · 5 years ago
- cb097cd slub: don't panic for memcg kmem cache creation failure by Shakeel Butt · 5 years ago
- 9cf3a8d mm/slub.c: avoid double string traverse in kmem_cache_flags() by Yury Norov · 5 years ago
- 632b2ef mm/slub.c: update the comment about slab frozen by Liu Xiang · 6 years ago
- a4d3f89 slub: remove useless kmem_cache_debug() before remove_full() by Liu Xiang · 6 years ago
- 916ac05 slub: use slab_list instead of lru by Tobin C. Harding · 6 years ago
- 6dfd1b6 slub: add comments to endif pre-processor macros by Tobin C. Harding · 6 years ago
- 7971679 mm/slub: Simplify stack trace retrieval by Thomas Gleixner · 6 years ago
- b8ca7ff mm/slub: Remove the ULONG_MAX stack trace hackery by Thomas Gleixner · 6 years ago
- 6d6ea1e mm: add support for kmem caches in DMA32 zone by Nicolas Boichat · 6 years ago
- b9726c2 numa: make "nr_node_ids" unsigned int by Alexey Dobriyan · 6 years ago
- 8bb4e7a mm: fix some typos in mm directory by Wei Yang · 6 years ago
- 9234bae mm, slub: make the comment of put_cpu_partial() complete by Wei Yang · 6 years ago
- 278d775 mm/slub.c: remove an unused addr argument by Qian Cai · 6 years ago
- edde82b mm/slub.c: freelist is ensured to be NULL when new_slab() fails by Peng Wang · 6 years ago
- 6373dca slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGS by Qian Cai · 6 years ago
- 338cfaa slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGS by Qian Cai · 6 years ago
- d36a63a kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENED by Andrey Konovalov · 6 years ago
- 18e5066 kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENED by Andrey Konovalov · 6 years ago
- a710122 kasan, slub: move kasan_poison_slab hook before page_address by Andrey Konovalov · 6 years ago
- a2f7757 kmemleak: account for tagged pointers when calculating pointer range by Andrey Konovalov · 6 years ago
- 5312824 kasan, kmemleak: pass tagged pointers to kmemleak by Andrey Konovalov · 6 years ago
- 96fedce kasan: make tag based mode work with CONFIG_HARDENED_USERCOPY by Andrey Konovalov · 6 years ago
- 88349a2 mm/slub.c: record final state of slub action in deactivate_slab() by Wei Yang · 6 years ago
- 6159d0f mm/slub.c: page is always non-NULL in node_match() by Wei Yang · 6 years ago
- 1265ef2 mm/slub.c: remove validation on cpu_slab in __flush_cpu_slab() by Wei Yang · 6 years ago
- 4d17671 kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU by Andrey Konovalov · 6 years ago
- 2bd926b kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS by Andrey Konovalov · 6 years ago
- 12b2238 kasan, slub: handle pointer tags in early_kmem_cache_node_alloc by Andrey Konovalov · 6 years ago
- 0116523 kasan, mm: change hooks signatures by Andrey Konovalov · 6 years ago
- cc252ea mm, slab: combine kmalloc_caches and kmalloc_dma_caches by Vlastimil Babka · 6 years ago
- c5fd3ca slub: extend slub debug to handle multiple slabs by Aaron Tomlin · 6 years ago
- 0684e65 mm/slub.c: switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
- 13ba17b notifier: Remove notifier header file wherever not used by Mukesh Ojha · 6 years ago
- 0882ff9 mm, slub: restore the original intention of prefetch_freepointer() by Vlastimil Babka · 6 years ago
- d50d82f slub: fix failure when we delete and create a slab cache by Mikulas Patocka · 7 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- 325d7d4 slub: remove 'reserved' file from sysfs by Matthew Wilcox · 7 years ago
- 9736d2a slub: remove kmem_cache->reserved by Matthew Wilcox · 7 years ago
- bf68c21 slab,slub: remove rcu_head size checks by Matthew Wilcox · 7 years ago
- b7ccc7f mm: move lru union within struct page by Matthew Wilcox · 7 years ago
- 7d27a04 mm: move 'private' union within struct page by Matthew Wilcox · 7 years ago
- d4fc506 mm: switch s_mem and slab_cache in struct page by Matthew Wilcox · 7 years ago
- 05088e5 mm/slub: remove obsolete comment by Canjiang Lu · 7 years ago
- a38965b mm/slub.c: add __printf verification to slab_err() by Mathieu Malaterre · 7 years ago
- 128227e slab: __GFP_ZERO is incompatible with a constructor by Matthew Wilcox · 7 years ago
- c389539 kasan, slub: fix handling of kasan_slab_free hook by Andrey Konovalov · 7 years ago
- f9e13c0 slab, slub: skip unnecessary kasan_cache_shutdown() by Shakeel Butt · 7 years ago
- 870b1fb slub: make size_from_object() return unsigned int by Alexey Dobriyan · 7 years ago
- 19af27a slub: make struct kmem_cache_order_objects::x unsigned int by Alexey Dobriyan · 7 years ago
- 284b50d slub: make slab_index() return unsigned int by Alexey Dobriyan · 7 years ago
- 7bbdb81 slab: make usercopy region 32-bit by Alexey Dobriyan · 7 years ago
- be4a798 kasan: make kasan_cache_create() work with 32-bit slab cache sizes by Alexey Dobriyan · 7 years ago
- 0293d1f slab: make kmem_cache_flags accept 32-bit object size by Alexey Dobriyan · 7 years ago
- 44065b2 slub: make ->size unsigned int by Alexey Dobriyan · 7 years ago
- 1b473f2 slub: make ->object_size unsigned int by Alexey Dobriyan · 7 years ago
- e5d9998 slub: make ->cpu_partial unsigned int by Alexey Dobriyan · 7 years ago
- 52ee6d7 slub: make ->inuse unsigned int by Alexey Dobriyan · 7 years ago
- 3a3791e slub: make ->align unsigned int by Alexey Dobriyan · 7 years ago
- d66e52d slub: make ->reserved unsigned int by Alexey Dobriyan · 7 years ago
- eb7235e slub: make ->remote_node_defrag_ratio unsigned int by Alexey Dobriyan · 7 years ago
- f4957d5 slab: make kmem_cache_create() work with 32-bit sizes by Alexey Dobriyan · 7 years ago
- 86609d3 mm/slub.c: use jitter-free reference while printing age by Chintan Pandya · 7 years ago
- ee3ce77 kasan: don't use __builtin_return_address(1) by Dmitry Vyukov · 7 years ago
- 47adccc kasan: detect invalid frees for large objects by Dmitry Vyukov · 7 years ago
- 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
- 0d2d5d4 slub: remove obsolete comments of put_cpu_partial() by Miles Chen · 7 years ago
- 5d68268 mm/slub.c: fix wrong address during slab padding restoration by Balasubramani Vivekanandan · 7 years ago
- 2d891fb usercopy: Allow strict enforcement of whitelists by Kees Cook · 7 years ago
- afcc90f8 usercopy: WARN() on slab cache usercopy region violations by Kees Cook · 7 years ago