aboutsummaryrefslogtreecommitdiff
path: root/include/linux/swap.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-26mm: only build per-node scan_unevictable functions when NUMA is enabledGravatar Thadeu Lima de Souza Cascardo 1-0/+10
2010-09-09swap: discard while swapping only if SWAP_FLAG_DISCARDGravatar Hugh Dickins 1-1/+2
2010-09-09swap: revert special hibernation allocationGravatar Hugh Dickins 1-7/+1
2010-08-11memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemaskGravatar KOSAKI Motohiro 1-2/+1
2010-08-09hibernation: freeze swap at hibernationGravatar KAMEZAWA Hiroyuki 1-1/+7
2010-05-27memcg: move charge of file pagesGravatar Daisuke Nishimura 1-0/+5
2010-05-25mm: compaction: memory compaction coreGravatar Mel Gorman 1-0/+1
2010-05-25mm: move definition for LRU isolation modes to a headerGravatar Mel Gorman 1-0/+5
2010-05-25tmpfs: insert tmpfs cache pages to inactive list at firstGravatar KOSAKI Motohiro 1-10/+0
2010-05-18swap: Add flag to identify block swap devicesGravatar Nitin Gupta 1-0/+1
2010-03-12memcg: move charges of anonymous swapGravatar Daisuke Nishimura 1-0/+9
2009-12-15swap: rework map_swap_page() againGravatar Lee Schermerhorn 1-1/+1
2009-12-15swap_info: reorder its fieldsGravatar Hugh Dickins 1-13/+13
2009-12-15swap_info: note SWAP_MAP_SHMEMGravatar Hugh Dickins 1-0/+6
2009-12-15swap_info: swap count continuationsGravatar Hugh Dickins 1-6/+16
2009-12-15swap_info: swap_map of chars not shortsGravatar Hugh Dickins 1-4/+4
2009-12-15swap_info: SWAP_HAS_CACHE cleanupsGravatar Hugh Dickins 1-1/+1
2009-12-15swap_info: include first_swap_extentGravatar Hugh Dickins 1-1/+1
2009-12-15swap_info: change to array of pointersGravatar Hugh Dickins 1-3/+4
2009-12-15swap_info: private to swapfile.cGravatar Hugh Dickins 1-2/+1
2009-12-15mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlinedGravatar David Rientjes 1-0/+1
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Gravatar Linus Torvalds 1-6/+28
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-1/+1
2009-09-24memory controller: soft limit reclaim on contentionGravatar Balbir Singh 1-0/+5
2009-09-22mm: make swap token dummies static inlinesGravatar Johannes Weiner 1-4/+16
2009-09-16HWPOISON: Add support for poison swap entries v2Gravatar Andi Kleen 1-6/+28
2009-06-23mm: pass mm to grab_swap_tokenGravatar Hugh Dickins 1-6/+6
2009-06-18memcg: fix swap accountingGravatar KAMEZAWA Hiroyuki 1-2/+3
2009-06-18memcg: remove mem_cgroup_cache_charge_swapin()Gravatar Daisuke Nishimura 1-6/+0
2009-06-16mm: remove file argument from swap_readpage()Gravatar Minchan Kim 1-1/+1
2009-06-16mm: modify swap_map and add SWAP_HAS_CACHE flagGravatar KAMEZAWA Hiroyuki 1-5/+9
2009-06-16mm: add swap cache interface for swap referenceGravatar KAMEZAWA Hiroyuki 1-0/+7
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionGravatar KOSAKI Motohiro 1-19/+0
2009-05-29memcg: fix deadlock between lock_page_cgroup and mapping tree_lockGravatar Daisuke Nishimura 1-0/+5
2009-04-01shmem: writepage directly to swapGravatar Hugh Dickins 1-0/+5
2009-04-01vmscan: fix it to take care of nodemaskGravatar KAMEZAWA Hiroyuki 1-1/+1
2009-01-08memcg: fix shmem's swap accountingGravatar KAMEZAWA Hiroyuki 1-8/+0
2009-01-08memcg: swappinessGravatar KOSAKI Motohiro 1-1/+2
2009-01-08memcg: mem+swap controller coreGravatar KAMEZAWA Hiroyuki 1-3/+11
2009-01-08memcg: handle swap cachesGravatar KAMEZAWA Hiroyuki 1-0/+22
2009-01-06badpage: zap print_bad_pte on swap and fileGravatar Hugh Dickins 1-9/+3
2009-01-06swapfile: swapon randomize if nonrotGravatar Hugh Dickins 1-0/+1
2009-01-06swapfile: swap allocation use discardGravatar Hugh Dickins 1-0/+3
2009-01-06swapfile: swapon use discard (trim)Gravatar Hugh Dickins 1-0/+1
2009-01-06swapfile: rearrange scan and swap_infoGravatar Hugh Dickins 1-4/+4
2009-01-06swapfile: remove SWP_ACTIVE maskGravatar Hugh Dickins 1-1/+0
2009-01-06mm: optimize get_scan_ratio for no swapGravatar Hugh Dickins 1-2/+3
2009-01-06mm: add add_to_swap stubGravatar Hugh Dickins 1-0/+5
2009-01-06mm: remove gfp_mask from add_to_swapGravatar Hugh Dickins 1-1/+1
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageGravatar Hugh Dickins 1-8/+2