summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara2015-02-021-1/+0
* mm, thp: fix collapsing of hugepages on madviseDavid Rientjes2015-02-022-9/+10
* cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan2015-02-021-0/+1
* zap_pte_range: update addr when forcing flush after TLB batching faiureWill Deacon2015-02-021-1/+3
* OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2015-02-022-0/+25
* vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara2015-02-021-3/+59
* Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck2015-02-021-2/+0
* mm: migrate: Close race between migration completion and mprotectMel Gorman2014-12-011-1/+4
* shmem: fix nlink for rename overwrite directoryMiklos Szeredi2014-12-011-1/+3
* cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2014-12-011-2/+2
* percpu: free percpu allocation info for uniprocessor systemHonggang Li2014-12-011-0/+2
* percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo2014-12-011-0/+1
* percpu: fix pcpu_alloc_pages() failure pathTejun Heo2014-12-011-6/+15
* slab/mempolicy: always use local policy from interrupt contextAndi Kleen2014-09-253-4/+10
* mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka2014-08-072-2/+14
* mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes2014-08-071-8/+8
* mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas2014-07-312-5/+13
* mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi2014-07-311-0/+1
* 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-20/+44
* shmem: fix faulting into a hole while it's punchedHugh Dickins2014-07-282-25/+91
* cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng2014-07-171-2/+0
* mm: fix crashes from mbind() merging vmasHugh Dickins2014-07-091-29/+24
* 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: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem addressWill Deacon2014-06-111-1/+1
* mm: highmem: export kmap_to_page for modulesWill Deacon2014-06-111-0/+1
* mm: add kmap_to_page()Ben Hutchings2014-06-111-0/+12
* 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: 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-06-071-0/+1
* mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi2014-05-061-0/+1
* mm/hotplug: correctly add new zone to all other nodes' zone listsJiang Liu2014-03-111-7/+8
* mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner2014-03-111-9/+18
* mm: setup pageblock_order before it's used by sparsememXishi Qiu2014-02-203-2/+7
* mm/page_alloc.c: remove pageblock_default_order()Andrew Morton2014-02-201-18/+15
* mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...KOSAKI Motohiro2014-02-201-2/+3
* slub: Fix calculation of cpu slabsLi Zefan2014-02-131-1/+7
* mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli2014-02-062-29/+95
* mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfullyJianguo Wu2014-01-291-4/+12
* mm/hugetlb: check for pte NULL pointer in __page_check_address()Jianguo Wu2014-01-081-0/+4
* mm: fix aio performance regression for database caused by THPKhalid Aziz2013-11-131-2/+29
* writeback: fix negative bdi max pauseFengguang Wu2013-11-041-5/+5
* mm: do not grow the stack vma just because of an overrun on preceding vmaLinus Torvalds2013-10-221-0/+27