- 203ce0b vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS by Linus Torvalds · 12 years ago
- a10ca0d vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 12 years ago
- 8463d31 mm: fix corner case in anon_vma endless growing prevention by Konstantin Khlebnikov · 12 years ago
- df5f1b2 mm: Don't count the stack guard page towards RLIMIT_STACK by Linus Torvalds · 12 years ago
- 7f1be7c mm: protect set_page_dirty() from ongoing truncation by Johannes Weiner · 12 years ago
- 0b4f2ae mm: prevent endless growth of anon_vma hierarchy by Konstantin Khlebnikov · 12 years ago
- 288a07d mm: propagate error from stack expansion even for guard page by Linus Torvalds · 12 years ago
- 1a02d87 mm: fix swapoff hang after page migration and fork by Hugh Dickins · 12 years ago
- 66cc8f8 mm: Remove false WARN_ON from pagecache_isize_extended() by Jan Kara · 12 years ago
- 5e93a23 mm, thp: fix collapsing of hugepages on madvise by David Rientjes · 12 years ago
- 4fc9381 cgroup/kmemleak: add kmemleak_free() for cgroup deallocations. by Wang Nan · 12 years ago
- 00d495a zap_pte_range: update addr when forcing flush after TLB batching faiure by Will Deacon · 12 years ago
- 7655f85 OOM, PM: OOM killed task shouldn't escape PM suspend by Michal Hocko · 12 years ago
- 60e7100 vfs: fix data corruption when blocksize < pagesize for mmaped data by Jan Kara · 12 years ago
- 8e48aa5 Revert "percpu: free percpu allocation info for uniprocessor system" by Guenter Roeck · 12 years ago
- ea38cd4 mm: migrate: Close race between migration completion and mprotect by Mel Gorman · 12 years ago
- 8c3c6b9 shmem: fix nlink for rename overwrite directory by Miklos Szeredi · 12 years ago
- 4fae6cc cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags by Zefan Li · 12 years ago
- c16060d percpu: free percpu allocation info for uniprocessor system by Honggang Li · 12 years ago
- bd188dc percpu: perform tlb flush after pcpu_map_pages() failure by Tejun Heo · 12 years ago
- 240269a percpu: fix pcpu_alloc_pages() failure path by Tejun Heo · 12 years ago
- 69db2d4 slab/mempolicy: always use local policy from interrupt context by Andi Kleen · 14 years ago
- 21dbd45 mm: try_to_unmap_cluster() should lock_page() before mlocking by Vlastimil Babka · 12 years ago
- 7f6c1de mm, thp: do not allow thp faults to avoid cpuset restrictions by David Rientjes · 12 years ago
- 7e2e611 mm: kmemleak: avoid false negatives on vmalloc'ed objects by Catalin Marinas · 13 years ago
- 97f5dabb mm: hugetlb: fix copy_hugetlb_page_range() by Naoya Horiguchi · 12 years ago
- 21618a8 shmem: fix splicing from a hole while it's punched by Hugh Dickins · 12 years ago
- 0f5a4a0 shmem: fix faulting into a hole, not taking i_mutex by Hugh Dickins · 12 years ago
- a62f374 shmem: fix faulting into a hole while it's punched by Hugh Dickins · 12 years ago
- f54e041 cpuset,mempolicy: fix sleeping function called from invalid context by Gu Zheng · 12 years ago
- 50a28ba mm: fix crashes from mbind() merging vmas by Hugh Dickins · 12 years ago
- 2bcdd49 hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entry by Naoya Horiguchi · 12 years ago
- 162692c mm: vmscan: clear kswapd's special reclaim powers before exiting by Johannes Weiner · 12 years ago
- b9f10ce mm: fix sleeping function warning from __put_anon_vma by Hugh Dickins · 12 years ago
- 8e040c1 mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACTION_REQUIRED by Tony Luck · 12 years ago
- bbc5519 mm/memory-failure.c-failure: send right signal code to correct thread by Tony Luck · 12 years ago
- 4db251f mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem address by Will Deacon · 14 years ago
- ad988bc mm: highmem: export kmap_to_page for modules by Will Deacon · 14 years ago
- 7e4d02f mm: add kmap_to_page() by Ben Hutchings · 14 years ago
- 653b6fe mm: rmap: fix use-after-free in __put_anon_vma by Andrey Ryabinin · 12 years ago
- 1b2a92d mm/memory-failure.c: fix memory leak by race between poison and unpoison by Naoya Horiguchi · 12 years ago
- 6baddd0 percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree() by Jianyu Zhan · 12 years ago
- 1ebe3d1 hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free hugepage by Chen Yucong · 12 years ago
- 3be2bb4 mm: make fixup_user_fault() check the vma access rights too by Linus Torvalds · 12 years ago
- e4e351a mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages() by Mizuma, Masayoshi · 12 years ago
- af4acfa mm: hugetlb: fix softlockup when a large number of hugepages are freed. by Mizuma, Masayoshi · 12 years ago
- 446327d mm/hotplug: correctly add new zone to all other nodes' zone lists by Jiang Liu · 14 years ago
- f47929f mm: vmscan: fix endless loop in kswapd balancing by Johannes Weiner · 14 years ago
- 3fea8b0 mm: setup pageblock_order before it's used by sparsemem by Xishi Qiu · 14 years ago
- 237597d mm/page_alloc.c: remove pageblock_default_order() by Andrew Morton · 14 years ago
- 4d4bed8 mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_lock_irq() by KOSAKI Motohiro · 13 years ago
- b06c0a0cc slub: Fix calculation of cpu slabs by Li Zefan · 13 years ago
- 50d8f1b mm: hugetlbfs: fix hugetlbfs optimization by Andrea Arcangeli · 13 years ago
- 9a22404 mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully by Jianguo Wu · 13 years ago
- 2efb73f mm/hugetlb: check for pte NULL pointer in __page_check_address() by Jianguo Wu · 13 years ago
- b07ef01 mm: fix aio performance regression for database caused by THP by Khalid Aziz · 13 years ago
- 60c6aa3 writeback: fix negative bdi max pause by Fengguang Wu · 13 years ago
- 47bed36 mm: do not grow the stack vma just because of an overrun on preceding vma by Linus Torvalds · 14 years ago
- 9a63af5 mm/mmap: check for RLIMIT_AS before unmapping by Cyril Hrubis · 13 years ago
- 022a41d mm, show_mem: suppress page counts in non-blockable contexts by David Rientjes · 13 years ago
- 0d39cce mm, memcg: give exiting processes access to memory reserves by David Rientjes · 13 years ago
- d778ca5 mm/huge_memory.c: fix potential NULL pointer dereference by Libin · 13 years ago
- 5a20c03 memcg: fix multiple large threshold notifications by Greg Thelen · 13 years ago
- a42efb7 futex: Take hugepages into account when generating futex_key by Zhang Yi · 13 years ago
- cd1be30 vm: add no-mmu vm_iomap_memory() stub by Linus Torvalds · 13 years ago
- 19d22ea mm/memory-hotplug: fix lowmem count overflow when offline pages by Wanpeng Li · 13 years ago
- f517dfe mm: migration: add migrate_entry_wait_huge() by Naoya Horiguchi · 13 years ago
- c09c35b swap: avoid read_swap_cache_async() race to deadlock while waiting on discard I/O completion by Rafael Aquini · 13 years ago
- 6092ad5 mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer by Aneesh Kumar K.V · 13 years ago
- c8a097f mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas by Cliff Wickman · 13 years ago
- bfd7610 mm: mmu_notifier: re-fix freed page still mapped in secondary MMU by Xiao Guangrong · 13 years ago
- 11e88c5 mm compaction: fix of improper cache flush in migration code by Leonid Yegoshin · 13 years ago
- dab2d3d hugetlbfs: fix mmap failure in unaligned size request by Naoya Horiguchi · 13 years ago
- 273a82b mm: allow arch code to control the user page table ceiling by Hugh Dickins · 13 years ago
- c420060 vm: add vm_iomap_memory() helper function by Linus Torvalds · 13 years ago
- f42097f hugetlbfs: add swap entry check in follow_hugetlb_page() by Naoya Horiguchi · 13 years ago
- cdc8958 mm: prevent mmap_cache race in find_vma() by Jan Stancek · 13 years ago
- bea7cce mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit accouting by Wanpeng Li · 13 years ago
- 3126603 Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys by Mathieu Desnoyers · 14 years ago
- f4ce5b3 mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all pages by Mel Gorman · 14 years ago
- 06c7976 tmpfs: fix use-after-free of mempolicy object by Greg Thelen · 14 years ago
- 7fecb64 mmu_notifier_unregister NULL Pointer deref and multiple ->release() callouts by Robin Holt · 14 years ago
- d0730c2 mm: mmu_notifier: make the mmu_notifier srcu static by Andrea Arcangeli · 14 years ago
- 4209ee0 mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely schedule by Sagi Grimberg · 14 years ago
- 17c2f96 mm: fix pageblock bitmap allocation by Linus Torvalds · 14 years ago
- 9035b20 thp, memcg: split hugepage for memcg oom on cow by David Rientjes · 14 years ago
- ce19422 mm: use aligned zone start for pfn_to_bitidx calculation by Laura Abbott · 14 years ago
- c0b9652 mm: compaction: fix echo 1 > compact_memory return error issue by Jason Liu · 14 years ago
- b14d552 mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPT by Michal Hocko · 14 years ago
- 6718272 tmpfs mempolicy: fix /proc/mounts corrupting memory by Hugh Dickins · 14 years ago
- 711cf00 mm: fix calculation of dirtyable memory by Sonny Rao · 14 years ago
- ead8c6b mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls by Marek Szyprowski · 14 years ago
- 78a685b tmpfs: fix shared mempolicy leak by Mel Gorman · 14 years ago
- 0b4d372 mm: soft offline: split thp at the beginning of soft_offline_page() by Naoya Horiguchi · 14 years ago
- 25a30e7 mm/vmemmap: fix wrong use of virt_to_page by Jianguo Wu · 14 years ago
- ec59242 tmpfs: change final i_blocks BUG to WARNING by Hugh Dickins · 14 years ago
- e5c4ee6 memcg: oom: fix totalpages calculation for memory.swappiness==0 by Michal Hocko · 14 years ago
- 3f874ec mm: bugfix: set current->reclaim_state to NULL while returning from kswapd() by Takamori Yamaguchi · 14 years ago
- 71a36b5 mm: fix XFS oops due to dirty pages without buffers on s390 by Jan Kara · 14 years ago
- 368845f x86, mm: Trim memory in memblock to be page aligned by Yinghai Lu · 14 years ago