summaryrefslogtreecommitdiffstats
path: root/include/linux/swap.h
Commit message (Expand)AuthorAgeFilesLines
* mm: swap: implement generic handler for swap_activateMel Gorman2012-08-011-0/+5
* mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman2012-08-011-0/+2
* mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman2012-08-011-0/+1
* memcg: rename config variablesAndrew Morton2012-08-011-3/+3
* Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-041-0/+4
|\
| * mm: frontswap: core swap subsystem hooks and headersDan Magenheimer2012-05-151-0/+4
* | mm/memcg: apply add/del_page to lruvecHugh Dickins2012-05-301-2/+2
* | mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov2012-05-301-1/+1
* | memcg: fix/change behavior of shared anon at moving taskKAMEZAWA Hiroyuki2012-05-301-9/+0Star
* | shmem: replace page if mapping excludes its zoneHugh Dickins2012-05-301-0/+6
* | mm: remove swap token codeRik van Riel2012-05-301-35/+0Star
|/
* memcg swap: use mem_cgroup_uncharge_swap fixMichal Hocko2012-04-061-7/+7
* swapon: check validity of swap_flagsHugh Dickins2012-03-291-0/+3
* mm: drain percpu lru add/rotate page-vectors on cpu hot-unplugKonstantin Khlebnikov2012-03-221-0/+1
* mm: make swapin readahead skip over holesRik van Riel2012-03-221-1/+0Star
* SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins2012-01-231-1/+1
* mm: exclude reserved pages from dirtyable memoryJohannes Weiner2012-01-111-0/+1
* mm: change isolate mode from #define to bitwise typeMinchan Kim2011-11-011-6/+1Star
* memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner2011-09-151-0/+6
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* memcg: add memory.vmscan_statKAMEZAWA Hiroyuki2011-07-271-6/+0Star
* memcg: export memory cgroup's swappiness with mem_cgroup_swappiness()KAMEZAWA Hiroyuki2011-07-271-4/+9
* mm: move shmem prototypes to shmem_fs.hHugh Dickins2011-06-281-10/+0Star
* vmscan,memcg: memcg aware swap tokenKOSAKI Motohiro2011-06-161-6/+2Star
* memcg: count the soft_limit reclaim in global background reclaimYing Han2011-05-271-1/+2
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-2/+0Star
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-2/+0Star
* | mm: vmscan: kswapd should not free an excessive number of pages when balancin...Mel Gorman2011-03-231-0/+9
* | mm: deactivate invalidated pagesMinchan Kim2011-03-231-0/+1
|/
* thp: transparent hugepage coreAndrea Arcangeli2011-01-141-0/+2
* mm: only build per-node scan_unevictable functions when NUMA is enabledThadeu Lima de Souza Cascardo2010-10-271-0/+10
* swap: discard while swapping only if SWAP_FLAG_DISCARDHugh Dickins2010-09-101-1/+2
* swap: revert special hibernation allocationHugh Dickins2010-09-101-7/+1Star
* memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemaskKOSAKI Motohiro2010-08-111-2/+1Star
* hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki2010-08-101-1/+7
* memcg: move charge of file pagesDaisuke Nishimura2010-05-271-0/+5
* mm: compaction: memory compaction coreMel Gorman2010-05-251-0/+1
* mm: move definition for LRU isolation modes to a headerMel Gorman2010-05-251-0/+5
* tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro2010-05-251-10/+0Star
* swap: Add flag to identify block swap devicesNitin Gupta2010-05-191-0/+1
* memcg: move charges of anonymous swapDaisuke Nishimura2010-03-131-0/+9
* swap: rework map_swap_page() againLee Schermerhorn2009-12-151-1/+1
* swap_info: reorder its fieldsHugh Dickins2009-12-151-13/+13
* swap_info: note SWAP_MAP_SHMEMHugh Dickins2009-12-151-0/+6
* swap_info: swap count continuationsHugh Dickins2009-12-151-6/+16
* swap_info: swap_map of chars not shortsHugh Dickins2009-12-151-4/+4
* swap_info: SWAP_HAS_CACHE cleanupsHugh Dickins2009-12-151-1/+1
* swap_info: include first_swap_extentHugh Dickins2009-12-151-1/+1
* swap_info: change to array of pointersHugh Dickins2009-12-151-3/+4
* swap_info: private to swapfile.cHugh Dickins2009-12-151-2/+1Star