summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-10-15seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz1-1/+1
2014-08-08upstream: treewide: relase -> releaseGeert Uytterhoeven1-1/+1
2014-08-08upstream: Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-1/+1
2014-08-08vmpressure: make sure there are no events queued after memcg is offlinedMichal Hocko2-0/+17
2014-08-08vmpressure: do not check for pending work to prevent from new workMichal Hocko1-1/+1
2014-08-08vmpressure: change vmpressure::sr_lock to spinlockMichal Hocko1-5/+5
2014-08-08mm/zswap.c: change params from hidden to roDan Streetman1-2/+2
2014-08-08mm/zswap: refactor the get/put routinesWeijie Yang1-94/+88
2014-08-08mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrentlyWeijie Yang1-8/+14
2014-08-08mm/zswap: avoid unnecessary page scanningWeijie Yang1-0/+3
2014-08-08mm/zswap: bugfix: memory leak when re-swaponWeijie Yang1-0/+4
2014-08-08mm/zswap: use postorder iteration when destroying rbtreeCody P Schafer1-14/+2
2014-08-08mm/zbud: fix some trivial typos in commentsJianguo Wu1-2/+2
2014-08-08mm/zswap.c: get swapper address_space by using macroSunghan Suh1-1/+1
2014-08-08mm: zbud: fix condition check on allocation sizeHeesub Shin1-1/+1
2014-08-08zsmalloc: add copyrightMinchan Kim1-0/+1
2014-08-08zsmalloc: move it under mmMinchan Kim3-0/+1132
2014-08-08mm/page_alloc: fix freeing of MIGRATE_RESERVE migratetype pagesBartlomiej Zolnierkiewicz1-3/+7
2014-08-08sysfs.h: add __ATTR_RW() macroAndrzej Pietrasiewicz1-2/+0
2014-08-08zswap: add to mm/Seth Jennings3-0/+964
2014-08-08zbud: add to mm/Seth Jennings3-0/+538
2014-08-08mm: cma: allocate pages from CMA if NR_FREE_PAGES approaches low water markMarek Szyprowski1-0/+9
2014-08-07mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes1-8/+8
2014-07-31mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi1-0/+1
2014-07-31slab_common: fix the check for duplicate slab namesMikulas Patocka1-1/+1
2014-07-31slab_common: Do not check for duplicate slab namesChristoph Lameter1-0/+2
2014-07-28shmem: fix splicing from a hole while it's punchedHugh Dickins1-9/+15
2014-07-28shmem: fix faulting into a hole, not taking i_mutexHugh Dickins1-26/+52
2014-07-28shmem: fix faulting into a hole while it's punchedHugh Dickins1-4/+52
2014-07-17cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng1-2/+0
2014-07-09mm: fix crashes from mbind() merging vmasHugh Dickins1-26/+20
2014-07-09hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi1-28/+43
2014-06-30mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner1-0/+3
2014-06-30mm: fix sleeping function warning from __put_anon_vmaHugh Dickins1-3/+5
2014-06-30mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...Tony Luck1-9/+12
2014-06-30mm/memory-failure.c-failure: send right signal code to correct threadTony Luck1-2/+2
2014-06-30mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_...Mel Gorman1-6/+37
2014-06-16mm/compaction: make isolate_freepages start at pageblock boundaryVlastimil Babka1-10/+12
2014-06-16mm: compaction: detect when scanners meet in isolate_freepagesVlastimil Babka1-4/+15
2014-06-16mm: compaction: reset cached scanner pfn's before reading themVlastimil Babka1-8/+8
2014-06-11mm: rmap: fix use-after-free in __put_anon_vmaAndrey Ryabinin1-2/+1
2014-06-11mm/memory-failure.c: fix memory leak by race between poison and unpoisonNaoya Horiguchi1-0/+2
2014-06-07percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree()Jianyu Zhan1-1/+1
2014-06-07hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free h...Chen Yucong1-7/+8
2014-06-07mm, thp: close race between mremap() and split_huge_page()Kirill A. Shutemov1-1/+8
2014-06-07mm: make fixup_user_fault() check the vma access rights tooLinus Torvalds1-0/+5
2014-05-30mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi1-0/+1
2014-05-06mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi1-0/+1
2014-05-06mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka2-2/+14
2014-04-26bdi: avoid oops on device removalJan Kara1-4/+9