summaryrefslogtreecommitdiff
path: root/mm/swapfile.c
AgeCommit message (Expand)Author
2010-03-06mm: add comment on swap_duplicate's error codeHugh Dickins
2010-03-06mm/swapfile.c: fix swapon size off-by-oneHugh Dickins
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki
2009-12-15ksm: let shared pages be swappableHugh Dickins
2009-12-15mm: define PAGE_MAPPING_FLAGSHugh Dickins
2009-12-15swap: rework map_swap_page() againLee Schermerhorn
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: miscellaneous minor 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-11-02mm: remove incorrect swap_count() from try_to_unuse()Bo Liu
2009-10-01swapfile: avoid NULL pointer dereference in swapon when s_bdev is NULLSuresh Jayaraman
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins
2009-09-16HWPOISON: Add support for poison swap entries v2Andi Kleen
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig
2009-07-29PM / Hibernate: Replace bdget call with simple atomic_inc of i_countAlan Jenkins
2009-06-18memcg: fix swap accountingKAMEZAWA Hiroyuki
2009-06-16mm: reuse unused swap entry if necessaryKAMEZAWA Hiroyuki
2009-06-16mm: modify swap_map and add SWAP_HAS_CACHE flagKAMEZAWA Hiroyuki
2009-06-16mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki
2009-02-21PM/hibernate: fix "swap breaks after hibernation failures"Alan Jenkins
2009-01-29memcg: fix refcnt handling at swapoffKAMEZAWA Hiroyuki
2009-01-14[CVE-2009-0029] System call wrappers part 26Heiko Carstens
2009-01-08memcg: revert gfp mask fixKAMEZAWA Hiroyuki
2009-01-08memcg: mem+swap controller coreKAMEZAWA Hiroyuki
2009-01-08memcg: swap cgroup for remembering usageKAMEZAWA Hiroyuki
2009-01-08memcg: fix gfp_mask of callers of chargeKAMEZAWA Hiroyuki
2009-01-08memcg: introduce charge-commit-cancel style of functionsKAMEZAWA Hiroyuki
2009-01-06mm: kill page_queue_congested()KOSAKI Motohiro
2009-01-06badpage: zap print_bad_pte on swap and fileHugh Dickins
2009-01-06swapfile: let others seed randomHugh Dickins
2009-01-06swapfile: change discard pgoff_t to sector_tHugh Dickins
2009-01-06swapfile: swap allocation cycle if nonrotHugh Dickins
2009-01-06swapfile: swapon randomize if nonrotHugh Dickins
2009-01-06swapfile: swap allocation use discardHugh Dickins
2009-01-06swapfile: swapon use discard (trim)Hugh Dickins
2009-01-06swapfile: rearrange scan and swap_infoHugh Dickins
2009-01-06swapfile: remove v0 SWAP-SPACE messageHugh Dickins
2009-01-06swapfile: remove surplus whitespaceHugh Dickins
2009-01-06swapfile: remove SWP_ACTIVE maskHugh Dickins
2009-01-06swapfile: swapon needs larger size typeHugh Dickins
2009-01-06mm: optimize get_scan_ratio for no swapHugh Dickins
2009-01-06mm: try_to_unuse check removing right swapHugh Dickins
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins