summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-09-16Merge branch 'amlogic-4.9-dev' into bringup/amlogic-4.9/sync20190611_forQ_mer...Jianxin Pan869-228459/+107099
2019-06-20mm: fix cma allocation time too long [1/1]Tao Zeng15-13/+191
2019-03-22BACKPORT: mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner11-42/+78
2016-10-08mm, swap: use offset of swap entry as key of swap cacheHuang Ying5-14/+16
2016-10-08thp: reduce usage of huge zero page's atomic counterAaron Lu7-22/+34
2016-10-08mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying3-2/+16
2016-07-28mm: move most file-based accounting to the nodeMel Gorman24-162/+155
2016-06-09mm: thp: broken page count after commit aa88b68c3b1dGerald Schaefer1-1/+4
2016-05-20mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins4-8/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-01-21mm: memcontrol: charge swap to cgroup2Vladimir Davydov6-10/+128
2016-01-16mm: support madvise(MADV_FREE)Minchan Kim8-9/+221
2016-01-16page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov11-36/+32
2015-09-08mm: swap: zswap: maybe_preload & refactoringDmitry Safonov3-78/+35
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low11-33/+33
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig32-91/+8
2015-01-20fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig5-46/+18
2014-12-11mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner7-14/+13
2014-10-10mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cacheMichal Hocko2-21/+23
2014-10-10include/linux/migrate.h: remove migrate_page #defineAndrew Morton3-3/+4
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann5-9/+54
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner16-768/+389
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman9-22/+22
2014-02-06swap: add a simple detector for inappropriate swapin readaheadShaohua Li2-5/+62
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin30-170/+181
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara7-8/+46
2013-06-12swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini1-1/+17
2013-04-29mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li6-16/+39
2013-04-29mm: break up swap_writepage() for frontswap backendsSeth Jennings3-4/+14
2013-02-24swap: add per-partition lock for swapfileShaohua Li8-60/+145
2013-02-24swap: make each swap partition have one address_spaceShaohua Li8-34/+67
2012-08-01mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman7-3/+105
2012-08-01swap: allow swap readahead to be mergedChristian Ehrhardt1-0/+5
2012-04-24mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins1-1/+1
2012-03-22mm: make swapin readahead skip over holesRik van Riel3-66/+11
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins6-48/+18
2012-01-13memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki5-0/+45
2012-01-04fs: move code out of buffer.cAl Viro28-83/+40
2011-10-31mm: delete various needless include <linux/module.h>Paul Gortmaker6-6/+0
2011-03-10block: remove per-queue pluggingJens Axboe119-1269/+151
2011-01-14thp: split_huge_page pagingAndrea Arcangeli4-0/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2009-09-22mm: add_to_swap_cache() does not return -EEXISTDaisuke Nishimura2-37/+40
2009-09-22mm: add_to_swap_cache() must not sleepDaisuke Nishimura1-24/+46
2009-09-11writeback: add name to backing_dev_infoJens Axboe17-0/+18
2009-06-17mm: remove file argument from swap_readpage()Minchan Kim3-3/+3
2009-06-17mm: remove annotation of gfp_mask in add_to_swapMinchan Kim1-1/+0
2009-06-17mm: modify swap_map and add SWAP_HAS_CACHE flagKAMEZAWA Hiroyuki3-61/+172
2009-06-17mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki5-9/+33
2009-05-29memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura6-7/+15
[next]