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