summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-22UPSTREAM: mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin9-50/+174
2018-07-09mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara14-31/+27
2018-07-08mm: add variant of pagevec_lookup_range_tag() taking number of pagesJan Kara2-0/+12
2018-07-08mm: implement find_get_pages_range_tag()Jan Kara4-17/+48
2016-10-08thp: reduce usage of huge zero page's atomic counterAaron Lu7-22/+34
2016-07-28mm, pagevec: release/reacquire lru_lock on pgdat changeMel Gorman1-10/+10
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman29-300/+386
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman14-69/+75
2016-07-26shmem: add huge pages supportKirill A. Shutemov9-70/+331
2016-06-25mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba1-6/+5
2016-06-09mm: introduce dedicated WQ_MEM_RECLAIM workqueue to do lru_add_drain_allWang Sheng-Hui1-1/+19
2016-05-21mm/swap.c: put activate_page_pvecs and other pagevecs togetherMing Li1-2/+3
2016-04-29thp: keep huge zero page pinned until tlb flushKirill A. Shutemov3-3/+13
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov65-135/+120
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-01-16mm, x86: get_user_pages() for dax mappingsDan Williams8-39/+212
2016-01-16mm: move lazily freed pages to inactive listMinchan Kim3-0/+47
2016-01-16thp: allow mlocked THP againKirill A. Shutemov6-33/+88
2016-01-16mm: drop tail page refcountingKirill A. Shutemov12-466/+40
2015-11-07mm: make compound_head() robustKirill A. Shutemov15-175/+82
2015-09-10mm: introduce idle page trackingVladimir Davydov17-3/+512
2015-06-25mm: 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 Kim3-14/+14
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds87-704/+305
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov11-300/+18
2015-01-20fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig5-46/+18
2014-10-10mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cacheMichal Hocko2-21/+23
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner6-129/+117
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner16-768/+389
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner12-395/+338
2014-08-07mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman2-11/+9
2014-08-07mm: replace init_page_accessed by __SetPageReferencedHugh Dickins4-15/+6
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman17-162/+217
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 Gorman9-22/+22
2014-06-04mm: introdule compound_head_by_tail()Jianyu Zhan2-13/+18
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 Lameter9-15/+15
2014-06-04mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan2-25/+25
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner8-23/+331
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner11-130/+349
2014-03-04mm: close PageTail raceDavid Rientjes9-55/+25
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin30-170/+181
2014-01-22mm/swap.c: reorganize put_compound_page()Andrew Morton1-129/+125
2014-01-22mm: hugetlbfs: use __compound_tail_refcounted in __get_page_tail tooAndrea Arcangeli1-2/+1
2014-01-22mm: tail page refcounting optimization for slab and hugetlbfsAndrea Arcangeli4-14/+60
2014-01-22mm: hugetlbfs: move the put/get_page slab and hugetlbfs optimization in a fas...Andrea Arcangeli1-62/+78
[next]