- 7a3b835 kasan: use separate (un)poison implementation for integrated init by Peter Collingbourne · 3 years, 7 months ago
- 68d68ff mm/mempool: minor coding style tweaks by Zhiyuan Dai · 3 years, 8 months ago
- 1bb5eab kasan, mm: integrate page_alloc init with HW_TAGS by Andrey Konovalov · 3 years, 8 months ago
- 027b37b kasan: move _RET_IP_ to inline wrappers by Andrey Konovalov · 3 years, 10 months ago
- eeb3160 kasan, mm: rename kasan_poison_kfree by Andrey Konovalov · 4 years ago
- bffe690 kasan: open-code kasan_unpoison_slab by Andrey Konovalov · 4 years ago
- 544941d mm/mempool: add 'else' to split mutually exclusive case by Miaohe Lin · 4 years, 2 months ago
- abe1de4 mm/mempool: fix a data race in mempool_free() by Qian Cai · 4 years, 4 months ago
- a862f68 docs/core-api/mm: fix return value descriptions in mm/ by Mike Rapoport · 6 years ago
- a3bf6ce mm/mempool.c: add missing parameter description by Mike Rapoport · 6 years ago
- 8cded86 mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_element() by Jia-Ju Bai · 6 years ago
- c1a67fe mempool: Add mempool_init()/mempool_exit() by Kent Overstreet · 10 years ago
- 6860f63 kasan: detect invalid frees for large mempool objects by Dmitry Vyukov · 7 years ago
- 63762f5 mm/mempool.c: use kmalloc_array_node() by Johannes Thumshirn · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
- 4e390b2 Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements" by Michal Hocko · 8 years ago
- 9b75a86 mm: mempool: kasan: don't poot mempool objects in quarantine by Andrey Ryabinin · 8 years ago
- 55834c5 mm: kasan: initial memory quarantine implementation by Alexander Potapenko · 9 years ago
- 505f5dc mm, kasan: add GFP flags to KASAN API by Alexander Potapenko · 9 years ago
- f9054c7 mm, mempool: only set __GFP_NOMEMALLOC if there are free elements by David Rientjes · 9 years ago
- 7640131 mm/mempool: avoid KASAN marking mempool poison checks as use-after-free by Matthew Dawson · 9 years ago
- d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
- 4e3ca3e mm/mempool: allow NULL `pool' pointer in mempool_destroy() by Sergey Senozhatsky · 9 years ago
- 9239361 mm/mempool.c: kasan: poison mempool elements by Andrey Ryabinin · 10 years ago
- bdfedb7 mm, mempool: poison elements backed by slab allocator by David Rientjes · 10 years ago
- e244c9e mm, mempool: disallow mempools based on slab caches with constructors by David Rientjes · 10 years ago
- 11d8336 mm, mempool: do not allow atomic resizing by David Rientjes · 10 years ago
- 1741196 mm/mempool.c: update the kmemleak stack trace for mempool allocations by Catalin Marinas · 11 years ago
- 8bf8fcb mm/mempool: warn about __GFP_ZERO usage by Sebastian Ott · 11 years ago
- eb9a3c6 mempool: add unlikely and likely hints by Mikulas Patocka · 11 years ago
- 7b5219d mm/mempool.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) by Joe Perches · 11 years ago
- a91a5ac mempool: add @gfp_mask to mempool_create_node() by Tejun Heo · 13 years ago
- 1ebb704 mempool: fix first round failure behavior by Tejun Heo · 13 years ago
- 0565d31 mempool: drop unnecessary and incorrect BUG_ON() from mempool_destroy() by Tejun Heo · 13 years ago
- 5b99054 mempool: fix and document synchronization and memory barrier usage by Tejun Heo · 13 years ago
- b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
- bba7881 mm: remove broken 'kzalloc' mempool by Sage Weil · 15 years ago
- 5e2f89b mempool.c: clean up type-casting by Figo.zhang · 15 years ago
- 183ff22 spelling fixes: mm/ by Simon Arlott · 17 years ago
- 94f6030 Slab allocators: Replace explicit zeroing with __GFP_ZERO by Christoph Lameter · 17 years ago
- c80e7a8 permit mempool_free(NULL) by Rusty Russell · 17 years ago
- 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 18 years ago
- 0b1d647 [PATCH] dm: work around mempool_alloc, bio_alloc_bioset deadlocks by Pavel Mironchik · 18 years ago
- 9ae21d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
- f183323 [PATCH] mempool: add kzalloc allocator by Matthew Dobson · 19 years ago
- 5318408 [PATCH] mempool: add kmalloc allocator by Matthew Dobson · 19 years ago
- 6e0678f [PATCH] mempool: add page allocator by Matthew Dobson · 19 years ago
- f02e1fa BUG_ON() Conversion in mm/mempool.c by Eric Sesterhenn · 19 years ago
- fcc234f [PATCH] mm: kill kmem_cache_t usage by Pekka Enberg · 19 years ago
- 6daa0e2 [PATCH] gfp_t: mm/* (easy parts) by Al Viro · 19 years ago
- dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
- 0db925a [PATCH] propagate __nocast annotations by Alexey Dobriyan · 19 years ago
- 01890a4 [PATCH] mempool - only init waitqueue in slow path by Benjamin LaHaise · 19 years ago
- 1946089 [PATCH] NUMA aware block device control structure allocation by Christoph Lameter · 19 years ago
- d59dd46 [PATCH] use smp_mb/wmb/rmb where possible by akpm@osdl.org · 20 years ago
- 20a7777 [PATCH] mempool: simplify alloc by Nick Piggin · 20 years ago
- b84a35b [PATCH] mempool: NOMEMALLOC and NORETRY by Nick Piggin · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2