Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mm/swap_slots.c: fix race conditions in swap_slots cache init | Tim Chen | 2017-11-15 | 1 | -2/+9 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | mm/swap_slots.c: don't disable preemption while taking the per-CPU cache | Sebastian Andrzej Siewior | 2017-07-10 | 1 | -3/+2 |
* | mm, THP, swap: delay splitting THP during swap out | Huang Ying | 2017-07-06 | 1 | -4/+12 |
* | mm, swap: use kvzalloc to allocate some swap data structures | Huang Ying | 2017-05-08 | 1 | -8/+11 |
* | mm/swap_slots.c: add warning if swap slots cache failed to initialize | Tim Chen | 2017-05-03 | 1 | -1/+3 |
* | mm, swap: Remove WARN_ON_ONCE() in free_swap_slot() | Huang Ying | 2017-03-21 | 1 | -2/+0 |
* | mm/swap: don't BUG_ON() due to uninitialized swap slot cache | Linus Torvalds | 2017-03-19 | 1 | -1/+1 |
* | mm/swap: skip readahead only when swap slot cache is enabled | Huang Ying | 2017-02-22 | 1 | -1/+1 |
* | mm/swap: add cache for swap slots allocation | Tim Chen | 2017-02-22 | 1 | -0/+342 |