summaryrefslogtreecommitdiff
path: root/include/linux/swap.h
AgeCommit message (Expand)Author
2012-03-22mm: drain percpu lru add/rotate page-vectors on cpu hot-unplugKonstantin Khlebnikov
2012-03-22mm: make swapin readahead skip over holesRik van Riel
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins
2012-01-11mm: exclude reserved pages from dirtyable memoryJohannes Weiner
2011-11-01mm: change isolate mode from #define to bitwise typeMinchan Kim
2011-09-15memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-26memcg: add memory.vmscan_statKAMEZAWA Hiroyuki
2011-07-26memcg: export memory cgroup's swappiness with mem_cgroup_swappiness()KAMEZAWA Hiroyuki
2011-06-28mm: move shmem prototypes to shmem_fs.hHugh Dickins
2011-06-16vmscan,memcg: memcg aware swap tokenKOSAKI Motohiro
2011-05-27memcg: count the soft_limit reclaim in global background reclaimYing Han
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-23mm: vmscan: kswapd should not free an excessive number of pages when balancin...Mel Gorman
2011-03-23mm: deactivate invalidated pagesMinchan Kim
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-14thp: transparent hugepage coreAndrea Arcangeli
2010-10-26mm: only build per-node scan_unevictable functions when NUMA is enabledThadeu Lima de Souza Cascardo
2010-09-10swap: discard while swapping only if SWAP_FLAG_DISCARDHugh Dickins
2010-09-10swap: revert special hibernation allocationHugh Dickins
2010-08-11memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemaskKOSAKI Motohiro
2010-08-10hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki
2010-05-27memcg: move charge of file pagesDaisuke Nishimura
2010-05-25mm: compaction: memory compaction coreMel Gorman
2010-05-25mm: move definition for LRU isolation modes to a headerMel Gorman
2010-05-25tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro
2010-05-18swap: Add flag to identify block swap devicesNitin Gupta
2010-03-12memcg: move charges of anonymous swapDaisuke Nishimura
2009-12-15swap: rework map_swap_page() againLee Schermerhorn
2009-12-15swap_info: reorder its fieldsHugh Dickins
2009-12-15swap_info: note SWAP_MAP_SHMEMHugh Dickins
2009-12-15swap_info: swap count continuationsHugh Dickins
2009-12-15swap_info: swap_map of chars not shortsHugh Dickins
2009-12-15swap_info: SWAP_HAS_CACHE cleanupsHugh Dickins
2009-12-15swap_info: include first_swap_extentHugh Dickins
2009-12-15swap_info: change to array of pointersHugh Dickins
2009-12-15swap_info: private to swapfile.cHugh Dickins
2009-12-15mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlinedDavid Rientjes
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-24memory controller: soft limit reclaim on contentionBalbir Singh
2009-09-22mm: make swap token dummies static inlinesJohannes Weiner
2009-09-16HWPOISON: Add support for poison swap entries v2Andi Kleen
2009-06-23mm: pass mm to grab_swap_tokenHugh Dickins
2009-06-18memcg: fix swap accountingKAMEZAWA Hiroyuki
2009-06-18memcg: remove mem_cgroup_cache_charge_swapin()Daisuke Nishimura
2009-06-17mm: remove file argument from swap_readpage()Minchan Kim
2009-06-17mm: modify swap_map and add SWAP_HAS_CACHE flagKAMEZAWA Hiroyuki
2009-06-17mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki
2009-06-17mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro