aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swap.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-6/+6
2016-01-15mm, x86: get_user_pages() for dax mappingsDan Williams1-0/+1
2016-01-15mm: move lazily freed pages to inactive listMinchan Kim1-0/+44
2016-01-15thp: allow mlocked THP againKirill A. Shutemov1-0/+1
2016-01-15mm: drop tail page refcountingKirill A. Shutemov1-259/+14
2015-11-06mm: make compound_head() robustKirill A. Shutemov1-2/+2
2015-09-10mm: introduce idle page trackingVladimir Davydov1-0/+3
2015-06-24mm: drop bogus VM_BUG_ON_PAGE assert in put_page() codepathKirill A. Shutemov1-1/+0
2015-04-15mm: don't call __page_cache_release for hugetlbNaoya Horiguchi1-1/+9
2015-04-15mm: rename deactivate_page to deactivate_file_pageMinchan Kim1-12/+12
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov1-3/+1
2015-01-20fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig1-2/+0
2014-10-09mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cacheMichal Hocko1-11/+19
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner1-5/+1
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner1-0/+6
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner1-0/+34
2014-08-06mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman1-2/+2
2014-08-06mm: replace init_page_accessed by __SetPageReferencedHugh Dickins1-11/+3
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman1-0/+11
2014-06-04mm: do not use unnecessary atomic operations when adding pages to the LRUMel Gorman1-2/+4
2014-06-04mm: do not use atomic operations when releasing pagesMel Gorman1-1/+1
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-2/+2
2014-06-04mm: introdule compound_head_by_tail()Jianyu Zhan1-1/+1
2014-06-04mm/swap.c: split put_compound_page()Jianyu Zhan1-126/+16
2014-06-04mm/swap.c: introduce put_[un]refcounted_compound_page helpers for splitting p...Jianyu Zhan1-0/+142
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter1-1/+1
2014-06-04mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan1-8/+23
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner1-0/+2
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-0/+51
2014-03-04mm: close PageTail raceDavid Rientjes1-2/+2
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-18/+18
2014-01-21mm/swap.c: reorganize put_compound_page()Andrew Morton1-129/+125
2014-01-21mm: hugetlbfs: use __compound_tail_refcounted in __get_page_tail tooAndrea Arcangeli1-2/+1
2014-01-21mm: tail page refcounting optimization for slab and hugetlbfsAndrea Arcangeli1-6/+27
2014-01-21mm: hugetlbfs: move the put/get_page slab and hugetlbfs optimization in a fas...Andrea Arcangeli1-62/+78
2013-11-21mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli1-60/+83
2013-11-08bdi: test bdi_init failureMikulas Patocka1-1/+2
2013-09-12mm: make lru_add_drain_all() selectiveChris Metcalf1-5/+39
2013-09-11mm: fix aio performance regression for database caused by THPKhalid Aziz1-25/+52
2013-07-31thp, mm: avoid PageUnevictable on active/inactive lru listsKirill A. Shutemov1-18/+2
2013-07-31mm/swap.c: clear PageActive before adding pages onto unevictable listNaoya Horiguchi1-7/+2
2013-07-03mm: remove lru parameter from __lru_cache_add and lru_cache_add_lruMel Gorman1-10/+7
2013-07-03mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman1-8/+4
2013-07-03mm: activate !PageLRU pages on mark_page_accessed if page is on local pagevecMel Gorman1-2/+39
2013-07-03mm: pagevec: defer deciding which LRU to add a page to until pagevec drain timeMel Gorman1-26/+21
2013-07-03mm: add tracepoints for LRU activation and insertionsMel Gorman1-0/+5
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-29mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li1-3/+8
2013-02-23swap: make each swap partition have one address_spaceShaohua Li1-2/+7
2012-10-09mm: remove vma arg from page_evictableHugh Dickins1-1/+1
2012-10-09mm: fix nonuniform page status when writing new file with small bufferRobin Dong1-1/+10
2012-07-31mm: add support for direct_IO to highmem pagesMel Gorman1-2/+1
2012-07-31mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman1-0/+53
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins1-43/+43
2012-05-29mm/memcg: move reclaim_stat into lruvecHugh Dickins1-10/+4
2012-05-29mm: fix slab->page flags corruptionPravin B Shelar1-2/+35
2012-03-21mm: drain percpu lru add/rotate page-vectors on cpu hot-unplugKonstantin Khlebnikov1-2/+2
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins1-3/+5
2012-02-08mm: fix UP THP spin_is_locked BUGsHugh Dickins1-1/+1
2012-01-12mm: remove del_page_from_lru, add page_off_lruHugh Dickins1-2/+2
2012-01-12mm: no blank line after EXPORT_SYMBOL in swap.cHugh Dickins1-5/+0
2012-01-12mm: fewer underscores in ____pagevec_lru_addHugh Dickins1-6/+6
2012-01-12mm: take pagevecs off reclaim stackHugh Dickins1-19/+0
2012-01-12memcg: fix split_huge_page_refcounts()Hugh Dickins1-10/+19
2012-01-12thp: improve order in lru list for split huge pageShaohua Li1-1/+1
2012-01-12mm: make per-memcg LRU lists exclusiveJohannes Weiner1-8/+15
2012-01-12mm: collect LRU list heads into struct lruvecJohannes Weiner1-6/+5
2012-01-10mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov1-11/+3
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli1-30/+53
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-05-25mm: batch activate_page() to reduce lock contentionShaohua Li1-5/+40
2011-05-25mm: filter unevictable page out in deactivate_page()Minchan Kim1-0/+7
2011-05-11mm: check PageUnevictable in lru_deactivate_fn()Minchan Kim1-0/+3
2011-03-22mm: simplify code of swap.cShaohua Li1-75/+58
2011-03-22mm: reclaim invalidated page ASAPMinchan Kim1-3/+38
2011-03-22memcg: move memcg reclaimable page into tail of inactive listMinchan Kim1-1/+2
2011-03-22mm: deactivate invalidated pagesMinchan Kim1-0/+78
2011-01-17Revert "mm: simplify code of swap.c"Linus Torvalds1-54/+47
2011-01-17Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds1-79/+11
2011-01-13mm: batch activate_page() to reduce lock contentionShaohua Li1-11/+79
2011-01-13mm: simplify code of swap.cShaohua Li1-47/+54
2011-01-13thp: transparent hugepage coreAndrea Arcangeli1-0/+37
2011-01-13thp: put_page: recheck PageHead after releasing the compound_lockAndrea Arcangeli1-2/+6
2011-01-13thp: alter compound get_page/put_pageAndrea Arcangeli1-7/+83
2010-10-27fuse: use release_pages()Miklos Szeredi1-0/+1
2010-05-25mm: export lru_cache_add_*() to modulesMiklos Szeredi1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-06mm: remove free_hot_page()Li Hong1-1/+1
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-1/+1
2009-09-22mm: return boolean from page_is_file_cache()Johannes Weiner1-1/+1
2009-09-22mm: introduce page_lru_base_type()Johannes Weiner1-2/+2
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro1-46/+0
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells1-2/+2
2009-04-01mm: remove pagevec_swap_free()KOSAKI Motohiro1-23/+0
2009-01-08memcg: add zone_reclaim_statKOSAKI Motohiro1-9/+25
2009-01-08mm: introduce zone_reclaim structKOSAKI Motohiro1-4/+8
2009-01-08memcg: synchronized LRUKAMEZAWA Hiroyuki1-1/+0
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins1-2/+1
2009-01-06mm: add_active_or_unevictable into rmapHugh Dickins1-19/+0
2009-01-06mm: get rid of pagevec_release_nonlru()KOSAKI Motohiro1-22/+0
2008-12-10mm: remove UP version of lru_add_drain_all()KOSAKI Motohiro1-13/+0
2008-12-02vmscan: evict streaming IO firstRik van Riel1-1/+6
2008-10-20swap: cull unevictable pages in fault pathLee Schermerhorn1-0/+21
2008-10-20mlock: mlocked pages are unevictableNick Piggin1-1/+1
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn1-6/+36
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-3/+11
2008-10-20vmscan: free swap space on swap-in/activationRik van Riel1-0/+24
2008-10-20swap: use an array for the LRU pagevecsKOSAKI Motohiro1-52/+27
2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter1-1/+1
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-07-30swap: update function comment of release_pagesFernando Luis Vazquez Cao1-3/+4
2008-07-24mm: remove initialization of static per-cpu variablesVegard Nossum1-4/+4
2008-05-24mm: fix atomic_t overflow in vmAlan Cox1-2/+2
2008-04-28mm: rotate_reclaimable_page() cleanupMiklos Szeredi1-25/+12
2008-03-19mm: fix various kernel-doc commentsRandy Dunlap1-3/+2
2008-03-04memcg: move_lists on page not page_cgroupHugh Dickins1-1/+1
2008-02-07Memory controller: add per cgroup LRU and reclaimBalbir Singh1-0/+2
2008-02-05mm: remove fastcall from mm/Harvey Harrison1-5/+5
2007-10-20spelling fixes: mm/Simon Arlott1-1/+1
2007-10-17mm: bdi init hooksPeter Zijlstra1-0/+5
2007-10-16mm: use pagevec to rotate reclaimable pageHisashi Hifumi1-30/+74
2007-10-16Clean up duplicate includes in mm/Jesper Juhl1-2/+0
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-1/+1
2007-05-07Make page->private usable in compound pagesChristoph Lameter1-1/+1
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-0/+2
2006-12-07[PATCH] mm: make compound page destructor handling explicitAndy Whitcroft1-2/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-2/+2
2006-09-26[PATCH] mm/: make functions staticAdrian Bunk1-20/+19
2006-09-26[PATCH] mm: VM_BUG_ONNick Piggin1-6/+6
2006-08-14[PATCH] fuse: fix error case in fuse_readpagesAlexander Zarochentsev1-0/+20
2006-06-30[PATCH] Light weight event countersChristoph Lameter1-2/+2
2006-06-26[PATCH] core: use list_move()Akinobu Mita1-2/+1
2006-06-23[PATCH] percpu_counters: create lib/percpu_counter.cRavikiran G Thirumalai1-42/+0
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki1-1/+1
2006-03-22[PATCH] mm: less atomic opsNick Piggin1-2/+2
2006-03-22[PATCH] mm: PageActive no testsetNick Piggin1-2/+2
2006-03-22[PATCH] mm: PageLRU no testsetNick Piggin1-8/+8
2006-03-22[PATCH] mm: never ClearPageLRU released pagesNick Piggin1-25/+27
2006-03-17[PATCH] fix race in pagevec_strip?Christoph Lameter1-1/+2
2006-03-08[PATCH] percpu_counter_sum()Andrew Morton1-2/+23
2006-02-14[PATCH] compound page: use page[1].lruHugh Dickins1-1/+1
2006-02-07[PATCH] mm: compound release fixNick Piggin1-10/+22
2006-01-18[PATCH] mm: migration page refcounting fixNick Piggin1-0/+26
2006-01-11[XFS] Export pagevec_lookup for use on the XFS page writeout path,Christoph Hellwig1-0/+2
2006-01-06[PATCH] consolidate lru_add_drain() and lru_drain_cache()Andrew Morton1-16/+11
2005-11-22[PATCH] unpaged: unifdefed PageCompoundHugh Dickins1-3/+0
2005-11-07[PATCH] mm/swap.c: unexport vm_acct_memoryAdrian Bunk1-1/+0
2005-11-01Export __pagevec_release and pagevec_lookup_tagSteve French1-0/+3
2005-10-30[PATCH] vm: remove redundant assignment from __pagevec_release_nonlru()Tejun Heo1-1/+0
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-1/+1
2005-10-29[PATCH] core remove PageReservedNick Piggin1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+485