Age | Commit message (Expand) | Author |
2014-08-19 | memcg: oom_notify use-after-free fix | Michal Hocko |
2014-08-19 | mm, thp: do not allow thp faults to avoid cpuset restrictions | David Rientjes |
2014-08-19 | mm/page-writeback.c: fix divide by zero in bdi_dirty_limits() | Maxim Patlasov |
2014-07-30 | slab_common: fix the check for duplicate slab names | Mikulas Patocka |
2014-07-28 | mm: kmemleak: avoid false negatives on vmalloc'ed objects | Catalin Marinas |
2014-07-28 | shmem: fix splicing from a hole while it's punched | Hugh Dickins |
2014-07-28 | shmem: fix faulting into a hole, not taking i_mutex | Hugh Dickins |
2014-07-28 | shmem: fix faulting into a hole while it's punched | Hugh Dickins |
2014-07-22 | Don't trigger congestion wait on dirty-but-not-writeout pages | Linus Torvalds |
2014-07-18 | cpuset,mempolicy: fix sleeping function called from invalid context | Gu Zheng |
2014-07-18 | mm: fix crashes from mbind() merging vmas | Hugh Dickins |
2014-07-18 | mm: page_alloc: fix CMA area initialisation when pageblock > MAX_ORDER | Michal Nazarewicz |
2014-07-18 | mm, pcp: allow restoring percpu_pagelist_fraction default | David Rientjes |
2014-07-02 | ext4: fix data integrity sync in ordered mode | Namjae Jeon |
2014-07-02 | mm: vmscan: clear kswapd's special reclaim powers before exiting | Johannes Weiner |
2014-07-02 | mm: fix sleeping function warning from __put_anon_vma | Hugh Dickins |
2014-07-02 | mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M... | Naoya Horiguchi |
2014-07-02 | mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT... | Tony Luck |
2014-07-02 | mm/memory-failure.c-failure: send right signal code to correct thread | Tony Luck |
2014-07-02 | mm: page_alloc: use word-based accesses for get/set pageblock bitmaps | Mel Gorman |
2014-07-02 | mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_... | Mel Gorman |
2014-07-02 | hugetlb: restrict hugepage_migration_support() to x86_64 | Naoya Horiguchi |
2014-07-02 | mm: add !pte_present() check on existing hugetlb_entry callbacks | Naoya Horiguchi |
2014-06-20 | mm: rmap: fix use-after-free in __put_anon_vma | Andrey Ryabinin |
2014-06-20 | mm/memory-failure.c: fix memory leak by race between poison and unpoison | Naoya Horiguchi |
2014-06-20 | mm/compaction: make isolate_freepages start at pageblock boundary | Vlastimil Babka |
2014-06-20 | mm: compaction: detect when scanners meet in isolate_freepages | Vlastimil Babka |
2014-06-20 | mm: compaction: reset cached scanner pfn's before reading them | Vlastimil Babka |
2014-06-09 | percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree() | Jianyu Zhan |
2014-06-09 | mm/page-writeback.c: fix divide by zero in pos_ratio_polynom | Rik van Riel |
2014-06-06 | hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free h... | Chen Yucong |
2014-06-06 | mm, thp: close race between mremap() and split_huge_page() | Kirill A. Shutemov |
2014-06-06 | mm: make fixup_user_fault() check the vma access rights too | Linus Torvalds |
2014-06-04 | mm, oom: prefer thread group leaders for display purposes | David Rientjes |
2014-06-04 | oom_kill: add rcu_read_lock() into find_lock_task_mm() | Oleg Nesterov |
2014-06-04 | oom_kill: has_intersects_mems_allowed() needs rcu_read_lock() | Oleg Nesterov |
2014-06-04 | oom_kill: change oom_kill.c to use for_each_thread() | Oleg Nesterov |
2014-05-29 | mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages() | Mizuma, Masayoshi |
2014-05-15 | mm: hugetlb: fix softlockup when a large number of hugepages are freed. | Mizuma, Masayoshi |
2014-05-15 | mm: try_to_unmap_cluster() should lock_page() before mlocking | Vlastimil Babka |
2014-05-15 | mm: page_alloc: spill to remote nodes before waking kswapd | Johannes Weiner |
2014-05-05 | bdi: avoid oops on device removal | Jan Kara |
2014-05-05 | backing_dev: fix hung task on sync | Derek Basehore |
2014-04-03 | mm: close PageTail race | David Rientjes |
2014-03-24 | mm/compaction: break out of loop on !PageBuddy in isolate_freepages_block | Laura Abbott |
2014-03-22 | memcg: fix endless loop in __mem_cgroup_iter_next() | Hugh Dickins |
2014-03-22 | mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)locking | Vlastimil Babka |
2014-03-22 | mm: page_alloc: exempt GFP_THISNODE allocations from zone fairness | Johannes Weiner |
2014-03-21 | memcg: reparent charges of children before processing parent | Filipe Brandenburger |
2014-03-05 | mm, thp: fix infinite loop on memcg OOM | Kirill A. Shutemov |