summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2014-01-093-2/+12
* mm: numa: avoid unnecessary work on the failure pathMel Gorman2014-01-091-1/+3
* mm: numa: ensure anon_vma is locked to prevent parallel THP splitsMel Gorman2014-01-091-0/+7
* mm: clear pmd_numa before invalidatingMel Gorman2014-01-091-0/+3
* mm: numa: return the number of base pages altered by protection changesMel Gorman2013-12-082-1/+7
* mm: ensure get_unmapped_area() returns higher address than mmap_min_addrAkira Takeuchi2013-12-041-5/+5
* slub: Handle NULL parameter in kmem_cache_flagsChristoph Lameter2013-11-291-2/+2
* mm/vmalloc.c: fix an overflow bug in alloc_vmap_area()Zhang Yanfei2013-11-131-3/+3
* mm/pagewalk.c: fix walk_page_range() access of wrong PTEsChen LinX2013-11-131-1/+1
* mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman2013-11-131-1/+1
* mm: Close races between THP migration and PMD numa clearingMel Gorman2013-11-132-26/+26
* mm: numa: Sanitize task_numa_fault() callsitesMel Gorman2013-11-132-44/+34
* mm: Prevent parallel splits during THP migrationMel Gorman2013-11-131-14/+30
* mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman2013-11-131-7/+16
* mm: numa: Do not account for a hinting fault if we racedMel Gorman2013-11-131-1/+4
* mm: make generic_access_phys available for modulesUwe Kleine-König2013-11-131-0/+1
* writeback: fix negative bdi max pauseFengguang Wu2013-11-041-5/+5
* mm: fix BUG in __split_huge_page_pmdHugh Dickins2013-11-041-1/+9
* cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro2013-10-181-7/+1