summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-08-15x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen3-16/+47
2018-05-30swap: divide-by-zero when zero length swap file on ssdTom Abraham1-0/+4
2017-01-19mm: support anonymous stable pageMinchan Kim2-2/+21
2016-11-11swapfile: fix memory corruption via malformed swapfileJann Horn1-0/+2
2016-10-08mm, swap: use offset of swap entry as key of swap cacheHuang Ying5-14/+16
2016-10-08mm, swap: add swap_cluster_listHuang Ying2-74/+70
2016-09-19mm: fix the page_swap_info() BUG_ON checkSantosh Shilimkar2-1/+3
2016-07-26mm, frontswap: convert frontswap_enabled to static keyVlastimil Babka4-37/+38
2016-05-12mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli5-26/+95
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds686-27663/+38812
2016-03-17mm: coalesce split stringsJoe Perches20-109/+78
2016-02-09Merge tag 'drm-intel-next-2016-01-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie50-1851/+2704
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-21mm: free swap cache aggressively if memcg swap is fullVladimir Davydov5-3/+32
2016-01-21mm: memcontrol: charge swap to cgroup2Vladimir Davydov6-10/+128
2016-01-16mm: make swapoff more robust against soft dirtyHugh Dickins1-14/+4
2016-01-16mm, thp: adjust conditions when we can reuse the page on WP faultKirill A. Shutemov3-2/+16
2016-01-16memcg: adjust to support new THP refcountingKirill A. Shutemov9-97/+92
2016-01-16rmap: add argument to charge compound pageKirill A. Shutemov10-48/+68
2016-01-15mm/swapfile.c: use list_for_each_entry_safe in free_swap_count_continuationsGeliang Tang1-5/+4
2016-01-15mm/swapfile.c: use list_{next,first}_entryGeliang Tang1-10/+4
2016-01-05mm: Export nr_swap_pagesChris Wilson1-0/+6
2015-09-08mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim4-7/+77
2015-08-21mm: fix potential data race in SyS_swaponHugh Dickins1-18/+7
2015-06-23vfs: add seq_file_path() helperMiklos Szeredi7-6/+21
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low11-33/+33
2014-12-11mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner7-14/+13
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner16-768/+389
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner12-395/+338
2014-06-04mm/swapfile.c: delete the "last_in_cluster < scan_base" loop in the body of s...Chen Yucong1-26/+3
2014-06-04swap: change swap_list_head to plist, add swap_avail_headDan Streetman4-59/+97
2014-06-04swap: change swap_info singly-linked list to list_headDan Streetman4-115/+78
2014-02-06mm/swap: fix race on swap_info reuse between swapoff and swaponWeijie Yang1-1/+10
2014-01-24mm/swapfile.c: do not skip lowest_bit in scan_swap_map() scan loopJamie Liu1-1/+2
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin30-170/+181
2013-11-13frontswap: enable call to invalidate area on swapoffKrzysztof Kozlowski1-1/+1
2013-11-13mm/swapfile.c: fix comment typosSeth Jennings1-7/+7
2013-10-17swap: fix set_blocksize race during swapon/swapoffKrzysztof Kozlowski1-1/+3
2013-09-11swap: make cluster allocation per-cpuShaohua Li2-34/+102
2013-09-11swap: fix races exposed by swap discardShaohua Li1-4/+27
2013-09-11swap: make swap discard asyncShaohua Li2-87/+125
2013-09-11swap: change block allocation algorithm for SSDShaohua Li2-38/+270
2013-09-11mm/swapfile.c: convert to pr_foo()Andrew Morton1-17/+13
2013-09-11swap: warn when a swap area overflows the maximum sizeRaymond Jennings1-2/+10
2013-08-14mm: save soft-dirty bits on swapped pagesCyrill Gorcunov8-9/+84
2013-07-03swap: discard while swapping only if SWAP_FLAG_DISCARD_PAGESRafael Aquini2-9/+59
2013-06-12frontswap: fix incorrect zeroing and allocation size for frontswap_mapAkinobu Mita2-2/+2
2013-05-01frontswap: get rid of swap_lock dependencyMinchan Kim3-19/+35
2013-04-30mm/: rename random32() to prandom_u32()Akinobu Mita1-1/+1
[next]