summaryrefslogtreecommitdiff
path: root/include/linux/swap.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-23mm/swap: add cluster lockHuang, Ying1-0/+6
2017-01-11mm: support anonymous stable pageMinchan Kim1-1/+2
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2016-12-13mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner1-33/+1
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig1-1/+3
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-10-08mm, swap: add swap_cluster_listHuang Ying1-4/+7
2016-10-04Using BUG_ON() as an assert() is _never_ acceptableLinus Torvalds1-2/+2
2016-10-01mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner1-0/+2
2016-07-29mm: remove reclaim and compaction retry approximationsMel Gorman1-0/+1
2016-07-29mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman1-1/+0
2016-07-29mm: convert zone_reclaim to node_reclaimMel Gorman1-4/+5
2016-07-29mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman1-1/+1
2016-07-29mm, vmscan: make shrink_node decisions more node-centricMel Gorman1-1/+1
2016-07-29mm, vmscan: remove balance gapMel Gorman1-9/+0
2016-07-29mm, vmscan: move LRU lists to nodeMel Gorman1-0/+1
2016-05-21mm, oom: rework oom detectionMichal Hocko1-0/+1
2016-05-13mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli1-3/+3
2016-05-06mm: memcontrol: let v2 cgroups follow changes in system swappinessJohannes Weiner1-0/+4
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-01-21mm: free swap cache aggressively if memcg swap is fullVladimir Davydov1-0/+6
2016-01-21mm: vmscan: do not scan anon pages if memcg swap limit is hitVladimir Davydov1-0/+6
2016-01-21swap.h: move memcg related stuff to the end of the fileVladimir Davydov1-32/+38
2016-01-21mm: memcontrol: charge swap to cgroup2Vladimir Davydov1-0/+6
2016-01-16mm: move lazily freed pages to inactive listMinchan Kim1-0/+1
2016-01-16mm, thp: adjust conditions when we can reuse the page on WP faultKirill A. Shutemov1-1/+2
2016-01-15mm: page_alloc: generalize the dirty balance reserveJohannes Weiner1-1/+0
2015-09-09mm: swap: zswap: maybe_preload & refactoringDmitry Safonov1-0/+3
2015-09-09memcg: export struct mem_cgroupMichal Hocko1-1/+9
2015-09-09mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim1-0/+6
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-2/+2
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig1-1/+0
2015-04-16mm: rename deactivate_page to deactivate_file_pageMinchan Kim1-1/+1
2015-02-12swap: remove unused mem_cgroup_uncharge_swapcache declarationVladimir Davydov1-15/+0
2014-12-13mm: move swp_entry_t definition to include/linux/mm_types.hTejun Heo1-8/+0
2014-10-10mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner1-2/+4
2014-10-10mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner1-16/+0
2014-08-09mm: memcontrol: rewrite uncharge APIJohannes Weiner1-4/+8
2014-08-09mm: memcontrol: rewrite charge APIJohannes Weiner1-0/+3
2014-08-07mm: replace init_page_accessed by __SetPageReferencedHugh Dickins1-1/+0
2014-06-05mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...Jianyu Zhan1-4/+4
2014-06-05mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman1-0/+1
2014-06-05mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-06-05swap: change swap_list_head to plist, add swap_avail_headDan Streetman1-1/+2
2014-06-05swap: change swap_info singly-linked list to list_headDan Streetman1-6/+1
2014-06-05mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan1-17/+2
2014-04-04mm: keep page cache radix tree nodes in checkJohannes Weiner1-0/+31
2014-04-04mm: thrash detection-based file cache sizingJohannes Weiner1-0/+5
2013-09-13mm: make lru_add_drain_all() selectiveChris Metcalf1-1/+1