| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, swap: fix race between swap count continuation operations | Huang Ying | 2017-11-03 | 1 | -0/+4 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory | Jérôme Glisse | 2017-09-08 | 1 | -3/+21 |
* | swap: choose swap device according to numa node | Aaron Lu | 2017-09-06 | 1 | -1/+1 |
* | mm, swap: don't use VMA based swap readahead if HDD is used as swap | Huang Ying | 2017-09-06 | 1 | -5/+6 |
* | mm, swap: VMA based swap readahead | Huang Ying | 2017-09-06 | 1 | -2/+55 |
* | mm: rename global_page_state to global_zone_page_state | Michal Hocko | 2017-09-06 | 1 | -2/+2 |
* | mm, THP, swap: support splitting THP for THP swap out | Huang Ying | 2017-09-06 | 1 | -0/+9 |
* | mm, THP, swap: make reuse_swap_page() works for THP swapped out | Huang Ying | 2017-09-06 | 1 | -2/+2 |
* | mm, THP, swap: support to reclaim swap space for THP swapped out | Huang Ying | 2017-09-06 | 1 | -0/+1 |
* | mm: swap: provide lru_add_drain_all_cpuslocked() | Thomas Gleixner | 2017-07-10 | 1 | -0/+1 |
* | swap: add block io poll in swapin path | Shaohua Li | 2017-07-10 | 1 | -2/+3 |
* | mm, THP, swap: move anonymous THP split logic to vmscan | Minchan Kim | 2017-07-06 | 1 | -2/+2 |
* | mm, THP, swap: unify swap slot free functions to put_swap_page | Minchan Kim | 2017-07-06 | 1 | -10/+2 |
* | mm, THP, swap: delay splitting THP during swap out | Huang Ying | 2017-07-06 | 1 | -5/+14 |
* | mm, swap: remove unused function prototype | Huang Ying | 2017-05-03 | 1 | -3/+0 |
* | mm: move MADV_FREE pages into LRU_INACTIVE_FILE list | Shaohua Li | 2017-05-03 | 1 | -1/+1 |
* | mm/swap: add cache for swap slots allocation | Tim Chen | 2017-02-22 | 1 | -0/+4 |
* | mm/swap: free swap slots in batch | Tim Chen | 2017-02-22 | 1 | -0/+1 |
* | mm/swap: allocate swap slots in batches | Tim Chen | 2017-02-22 | 1 | -0/+2 |
* | mm/swap: skip readahead for unreferenced swap slots | Tim Chen | 2017-02-22 | 1 | -0/+6 |
* | mm/swap: split swap cache into 64MB trunks | Huang, Ying | 2017-02-22 | 1 | -2/+9 |
* | mm/swap: add cluster lock | Huang, Ying | 2017-02-22 | 1 | -0/+6 |
* | mm: support anonymous stable page | Minchan Kim | 2017-01-10 | 1 | -1/+2 |
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-12-13 | 1 | -0/+3 |
|\ |
|
| * | mm: only include blk_types in swap.h if CONFIG_SWAP is enabled | Christoph Hellwig | 2016-11-01 | 1 | -1/+3 |
| * | block,fs: untangle fs.h and blk_types.h | Christoph Hellwig | 2016-11-01 | 1 | -0/+1 |
* | | mm: workingset: move shadow entry tracking to radix tree exceptional tracking | Johannes Weiner | 2016-12-12 | 1 | -33/+1 |
|/ |
|
* | mm, swap: add swap_cluster_list | Huang Ying | 2016-10-07 | 1 | -4/+7 |
* | Using BUG_ON() as an assert() is _never_ acceptable | Linus Torvalds | 2016-10-03 | 1 | -2/+2 |
* | mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach... | Johannes Weiner | 2016-09-30 | 1 | -0/+2 |
* | mm: remove reclaim and compaction retry approximations | Mel Gorman | 2016-07-28 | 1 | -0/+1 |
* | mm, vmstat: remove zone and node double accounting by approximating retries | Mel Gorman | 2016-07-28 | 1 | -1/+0 |
* | mm: convert zone_reclaim to node_reclaim | Mel Gorman | 2016-07-28 | 1 | -4/+5 |
* | mm, memcg: move memcg limit enforcement from zones to nodes | Mel Gorman | 2016-07-28 | 1 | -1/+1 |
* | mm, vmscan: make shrink_node decisions more node-centric | Mel Gorman | 2016-07-28 | 1 | -1/+1 |
* | mm, vmscan: remove balance gap | Mel Gorman | 2016-07-28 | 1 | -9/+0 |
* | mm, vmscan: move LRU lists to node | Mel Gorman | 2016-07-28 | 1 | -0/+1 |
* | mm, oom: rework oom detection | Michal Hocko | 2016-05-20 | 1 | -0/+1 |
* | mm: thp: calculate the mapcount correctly for THP pages during WP faults | Andrea Arcangeli | 2016-05-12 | 1 | -3/+3 |
* | mm: memcontrol: let v2 cgroups follow changes in system swappiness | Johannes Weiner | 2016-05-05 | 1 | -0/+4 |
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | mm: free swap cache aggressively if memcg swap is full | Vladimir Davydov | 2016-01-20 | 1 | -0/+6 |
* | mm: vmscan: do not scan anon pages if memcg swap limit is hit | Vladimir Davydov | 2016-01-20 | 1 | -0/+6 |
* | swap.h: move memcg related stuff to the end of the file | Vladimir Davydov | 2016-01-20 | 1 | -32/+38 |
* | mm: memcontrol: charge swap to cgroup2 | Vladimir Davydov | 2016-01-20 | 1 | -0/+6 |
* | mm: move lazily freed pages to inactive list | Minchan Kim | 2016-01-15 | 1 | -0/+1 |
* | mm, thp: adjust conditions when we can reuse the page on WP fault | Kirill A. Shutemov | 2016-01-15 | 1 | -1/+2 |
* | mm: page_alloc: generalize the dirty balance reserve | Johannes Weiner | 2016-01-14 | 1 | -1/+0 |