summaryrefslogtreecommitdiffstats
path: root/include/linux/swap.h
Commit message (Expand)AuthorAgeFilesLines
...
* mm/swap: skip readahead for unreferenced swap slotsTim Chen2017-02-231-0/+6
* mm/swap: split swap cache into 64MB trunksHuang, Ying2017-02-231-2/+9
* mm/swap: add cluster lockHuang, Ying2017-02-231-0/+6
* mm: support anonymous stable pageMinchan Kim2017-01-111-1/+2
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-0/+3
|\
| * mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig2016-11-011-1/+3
| * block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
* | mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner2016-12-131-33/+1Star
|/
* mm, swap: add swap_cluster_listHuang Ying2016-10-081-4/+7
* Using BUG_ON() as an assert() is _never_ acceptableLinus Torvalds2016-10-041-2/+2
* mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner2016-10-011-0/+2
* mm: remove reclaim and compaction retry approximationsMel Gorman2016-07-291-0/+1
* mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman2016-07-291-1/+0Star
* mm: convert zone_reclaim to node_reclaimMel Gorman2016-07-291-4/+5
* mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman2016-07-291-1/+1
* mm, vmscan: make shrink_node decisions more node-centricMel Gorman2016-07-291-1/+1
* mm, vmscan: remove balance gapMel Gorman2016-07-291-9/+0Star
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-291-0/+1
* mm, oom: rework oom detectionMichal Hocko2016-05-211-0/+1
* mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli2016-05-131-3/+3
* mm: memcontrol: let v2 cgroups follow changes in system swappinessJohannes Weiner2016-05-061-0/+4
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* mm: free swap cache aggressively if memcg swap is fullVladimir Davydov2016-01-211-0/+6
* mm: vmscan: do not scan anon pages if memcg swap limit is hitVladimir Davydov2016-01-211-0/+6
* swap.h: move memcg related stuff to the end of the fileVladimir Davydov2016-01-211-32/+38
* mm: memcontrol: charge swap to cgroup2Vladimir Davydov2016-01-211-0/+6
* mm: move lazily freed pages to inactive listMinchan Kim2016-01-161-0/+1
* mm, thp: adjust conditions when we can reuse the page on WP faultKirill A. Shutemov2016-01-161-1/+2
* mm: page_alloc: generalize the dirty balance reserveJohannes Weiner2016-01-151-1/+0Star
* mm: swap: zswap: maybe_preload & refactoringDmitry Safonov2015-09-091-0/+3
* memcg: export struct mem_cgroupMichal Hocko2015-09-091-1/+9
* mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim2015-09-091-0/+6
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-2/+2
* suspend: simplify block I/O handlingChristoph Hellwig2015-05-191-1/+0Star
* mm: rename deactivate_page to deactivate_file_pageMinchan Kim2015-04-161-1/+1
* swap: remove unused mem_cgroup_uncharge_swapcache declarationVladimir Davydov2015-02-121-15/+0Star
* mm: move swp_entry_t definition to include/linux/mm_types.hTejun Heo2014-12-131-8/+0Star
* mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner2014-10-101-2/+4
* mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner2014-10-101-16/+0Star
* mm: memcontrol: rewrite uncharge APIJohannes Weiner2014-08-091-4/+8
* mm: memcontrol: rewrite charge APIJohannes Weiner2014-08-091-0/+3
* mm: replace init_page_accessed by __SetPageReferencedHugh Dickins2014-08-071-1/+0Star
* mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...Jianyu Zhan2014-06-051-4/+4
* mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-051-0/+1
* mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-06-051-1/+1
* swap: change swap_list_head to plist, add swap_avail_headDan Streetman2014-06-051-1/+2
* swap: change swap_info singly-linked list to list_headDan Streetman2014-06-051-6/+1Star
* mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan2014-06-051-17/+2Star
* mm: keep page cache radix tree nodes in checkJohannes Weiner2014-04-041-0/+31