summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-04-14vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds1-1/+1
2015-04-14vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2-3/+3
2015-04-14mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov1-2/+7
2015-04-14mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds1-2/+5
2015-04-14mm: protect set_page_dirty() from ongoing truncationJohannes Weiner2-41/+29
2015-04-14mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov1-1/+41
2015-04-14mm: propagate error from stack expansion even for guard pageLinus Torvalds1-2/+2
2015-04-14mm: fix swapoff hang after page migration and forkHugh Dickins1-13/+13
2015-02-02mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara1-1/+0
2015-02-02mm, thp: fix collapsing of hugepages on madviseDavid Rientjes2-9/+10
2015-02-02cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan1-0/+1
2015-02-02zap_pte_range: update addr when forcing flush after TLB batching faiureWill Deacon1-1/+3
2015-02-02OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2-0/+25
2015-02-02vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara1-3/+59
2015-02-02Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck1-2/+0
2014-12-01mm: migrate: Close race between migration completion and mprotectMel Gorman1-1/+4
2014-12-01shmem: fix nlink for rename overwrite directoryMiklos Szeredi1-1/+3
2014-12-01cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li1-2/+2
2014-12-01percpu: free percpu allocation info for uniprocessor systemHonggang Li1-0/+2
2014-12-01percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo1-0/+1
2014-12-01percpu: fix pcpu_alloc_pages() failure pathTejun Heo1-6/+15
2014-09-25slab/mempolicy: always use local policy from interrupt contextAndi Kleen3-4/+10
2014-08-07mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka2-2/+14
2014-08-07mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes1-8/+8
2014-07-31mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas2-5/+13
2014-07-31mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi1-0/+1
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-20/+44
2014-07-28shmem: fix faulting into a hole while it's punchedHugh Dickins2-25/+91
2014-07-18cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng1-2/+0
2014-07-09mm: fix crashes from mbind() merging vmasHugh Dickins1-29/+24
2014-07-09hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi1-28/+43
2014-07-01mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner1-0/+3
2014-07-01mm: fix sleeping function warning from __put_anon_vmaHugh Dickins1-3/+5
2014-07-01mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...Tony Luck1-9/+12
2014-07-01mm/memory-failure.c-failure: send right signal code to correct threadTony Luck1-2/+2
2014-06-11mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem addressWill Deacon1-1/+1
2014-06-11mm: highmem: export kmap_to_page for modulesWill Deacon1-0/+1
2014-06-11mm: add kmap_to_page()Ben Hutchings1-0/+12
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-08percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree()Jianyu Zhan1-1/+1
2014-06-08hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free h...Chen Yucong1-7/+8
2014-06-08mm: make fixup_user_fault() check the vma access rights tooLinus Torvalds1-0/+5
2014-06-08mm/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-03-12mm/hotplug: correctly add new zone to all other nodes' zone listsJiang Liu1-7/+8
2014-03-12mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner1-9/+18
2014-02-20mm: setup pageblock_order before it's used by sparsememXishi Qiu3-2/+7
2014-02-20mm/page_alloc.c: remove pageblock_default_order()Andrew Morton1-18/+15