summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi2014-07-311-0/+1
* slab_common: fix the check for duplicate slab namesMikulas Patocka2014-07-311-1/+1
* slab_common: Do not check for duplicate slab namesChristoph Lameter2014-07-311-0/+2
* shmem: fix splicing from a hole while it's punchedHugh Dickins2014-07-281-9/+15
* shmem: fix faulting into a hole, not taking i_mutexHugh Dickins2014-07-281-26/+52
* shmem: fix faulting into a hole while it's punchedHugh Dickins2014-07-281-4/+52
* cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng2014-07-171-2/+0
* mm: fix crashes from mbind() merging vmasHugh Dickins2014-07-091-26/+20
* hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi2014-07-091-28/+43
* mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner2014-06-301-0/+3
* mm: fix sleeping function warning from __put_anon_vmaHugh Dickins2014-06-301-3/+5
* mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...Tony Luck2014-06-301-9/+12
* mm/memory-failure.c-failure: send right signal code to correct threadTony Luck2014-06-301-2/+2
* mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_...Mel Gorman2014-06-301-6/+37
* mm/compaction: make isolate_freepages start at pageblock boundaryVlastimil Babka2014-06-161-10/+12
* mm: compaction: detect when scanners meet in isolate_freepagesVlastimil Babka2014-06-161-4/+15
* mm: compaction: reset cached scanner pfn's before reading themVlastimil Babka2014-06-161-8/+8
* mm: rmap: fix use-after-free in __put_anon_vmaAndrey Ryabinin2014-06-111-2/+1
* mm/memory-failure.c: fix memory leak by race between poison and unpoisonNaoya Horiguchi2014-06-111-0/+2
* percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree()Jianyu Zhan2014-06-071-1/+1
* hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free h...Chen Yucong2014-06-071-7/+8
* mm, thp: close race between mremap() and split_huge_page()Kirill A. Shutemov2014-06-071-1/+8
* mm: make fixup_user_fault() check the vma access rights tooLinus Torvalds2014-06-071-0/+5
* mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi2014-05-301-0/+1
* mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi2014-05-061-0/+1
* mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka2014-05-062-2/+14
* bdi: avoid oops on device removalJan Kara2014-04-261-4/+9
* backing_dev: fix hung task on syncDerek Basehore2014-04-261-1/+4
* mm: close PageTail raceDavid Rientjes2014-04-034-5/+7
* memcg: reparent charges of children before processing parentFilipe Brandenburger2014-03-231-0/+14
* mm/compaction: break out of loop on !PageBuddy in isolate_freepages_blockLaura Abbott2014-03-231-7/+13
* memcg: fix endless loop caused by mem_cgroup_iterMichal Hocko2014-03-061-2/+2
* mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASEDNaoya Horiguchi2014-02-221-2/+4
* mm: fix process accidentally killed by mce because of huge page migrationXishi Qiu2014-02-201-2/+9
* mm/memory-failure.c: fix memory leak in successful soft offliningNaoya Horiguchi2014-02-201-4/+18
* mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...KOSAKI Motohiro2014-02-201-2/+3
* mm, oom: base root bonus on current usageDavid Rientjes2014-02-131-1/+1
* slub: Fix calculation of cpu slabsLi Zefan2014-02-131-1/+7
* mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner2014-02-132-37/+18
* mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memoryJohannes Weiner2014-02-131-31/+24
* mm/memory-failure.c: shift page lock from head page to tail page after thp splitNaoya Horiguchi2014-02-131-10/+11
* mm/mempolicy.c: fix mempolicy printing in numa_mapsDavid Rientjes2014-02-061-1/+1
* mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli2014-02-062-60/+100
* thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once onlyHugh Dickins2014-01-251-3/+3
* mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfullyJianguo Wu2014-01-251-4/+10
* memcg: fix memcg_size() calculationVladimir Davydov2014-01-091-1/+1
* mm/memory-failure.c: transfer page count from head page to tail page after sp...Naoya Horiguchi2014-01-091-0/+10
* mm: fix use-after-free in sys_remap_file_pagesRik van Riel2014-01-091-3/+5
* mm/hugetlb: check for pte NULL pointer in __page_check_address()Jianguo Wu2014-01-091-0/+4
* mm/compaction: respect ignore_skip_hint in update_pageblock_skipJoonsoo Kim2014-01-091-0/+4