Kent Overstreet
|
c1a67fefd0
mempool: Add mempool_init()/mempool_exit()
|
10 年之前 |
Dmitry Vyukov
|
6860f6340c
kasan: detect invalid frees for large mempool objects
|
7 年之前 |
Johannes Thumshirn
|
63762f5054
mm/mempool.c: use kmalloc_array_node()
|
7 年之前 |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 年之前 |
Ingo Molnar
|
ac6424b981
sched/wait: Rename wait_queue_t => wait_queue_entry_t
|
8 年之前 |
Michal Hocko
|
4e390b2b2f
Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements"
|
9 年之前 |
Andrey Ryabinin
|
9b75a867cc
mm: mempool: kasan: don't poot mempool objects in quarantine
|
9 年之前 |
Alexander Potapenko
|
55834c5909
mm: kasan: initial memory quarantine implementation
|
9 年之前 |
Alexander Potapenko
|
505f5dcb1c
mm, kasan: add GFP flags to KASAN API
|
9 年之前 |
David Rientjes
|
f9054c70d2
mm, mempool: only set __GFP_NOMEMALLOC if there are free elements
|
9 年之前 |
Matthew Dawson
|
7640131032
mm/mempool: avoid KASAN marking mempool poison checks as use-after-free
|
9 年之前 |
Mel Gorman
|
d0164adc89
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
|
9 年之前 |
Sergey Senozhatsky
|
4e3ca3e033
mm/mempool: allow NULL `pool' pointer in mempool_destroy()
|
10 年之前 |
Andrey Ryabinin
|
923936157b
mm/mempool.c: kasan: poison mempool elements
|
10 年之前 |
David Rientjes
|
bdfedb76f4
mm, mempool: poison elements backed by slab allocator
|
10 年之前 |
David Rientjes
|
e244c9e66f
mm, mempool: disallow mempools based on slab caches with constructors
|
10 年之前 |
David Rientjes
|
11d8336045
mm, mempool: do not allow atomic resizing
|
10 年之前 |
Catalin Marinas
|
1741196281
mm/mempool.c: update the kmemleak stack trace for mempool allocations
|
11 年之前 |
Sebastian Ott
|
8bf8fcb076
mm/mempool: warn about __GFP_ZERO usage
|
11 年之前 |
Mikulas Patocka
|
eb9a3c62a0
mempool: add unlikely and likely hints
|
11 年之前 |
Joe Perches
|
7b5219db00
mm/mempool.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)
|
12 年之前 |
Tejun Heo
|
a91a5ac685
mempool: add @gfp_mask to mempool_create_node()
|
13 年之前 |
Tejun Heo
|
1ebb7044c9
mempool: fix first round failure behavior
|
13 年之前 |
Tejun Heo
|
0565d31776
mempool: drop unnecessary and incorrect BUG_ON() from mempool_destroy()
|
13 年之前 |
Tejun Heo
|
5b990546e3
mempool: fix and document synchronization and memory barrier usage
|
13 年之前 |
Paul Gortmaker
|
b95f1b31b7
mm: Map most files to use export.h instead of module.h
|
14 年之前 |
Sage Weil
|
bba7881954
mm: remove broken 'kzalloc' mempool
|
16 年之前 |
Figo.zhang
|
5e2f89b5d5
mempool.c: clean up type-casting
|
16 年之前 |
Simon Arlott
|
183ff22bb6
spelling fixes: mm/
|
18 年之前 |
Christoph Lameter
|
94f6030ca7
Slab allocators: Replace explicit zeroing with __GFP_ZERO
|
18 年之前 |