| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, page_alloc: keep pcp count and list contents in sync if struct page is co... | Mel Gorman | 2017-01-06 | 1 | -2/+10 |
* | mm/vmscan.c: set correct defer count for shrinker | Shaohua Li | 2017-01-06 | 1 | -3/+11 |
* | vfs,mm: fix return value of read() at s_maxbytes | Linus Torvalds | 2017-01-06 | 1 | -1/+1 |
* | mm: Add a user_ns owner to mm_struct and fix ptrace permission checks | Eric W. Biederman | 2017-01-06 | 1 | -0/+2 |
* | mm: workingset: fix NULL ptr in count_shadow_nodes | Michal Hocko | 2016-12-08 | 1 | -1/+1 |
* | mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlb | Kirill A. Shutemov | 2016-12-08 | 1 | -4/+4 |
* | kasan: update kasan_global for gcc 7 | Dmitry Vyukov | 2016-12-08 | 1 | -0/+3 |
* | thp: fix corner case of munlock() of PTE-mapped THPs | Kirill A. Shutemov | 2016-12-08 | 1 | -2/+5 |
* | mm, thp: propagation of conditional compilation in khugepaged.c | Jérémy Lefaure | 2016-12-08 | 1 | -0/+2 |
* | mm, oom: stop pre-mature high-order OOM killer invocations | Michal Hocko | 2016-12-02 | 1 | -0/+10 |
* | Disable the __builtin_return_address() warning globally after all | Linus Torvalds | 2016-11-26 | 1 | -3/+0 |
* | memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLAB | Greg Thelen | 2016-11-18 | 1 | -2/+2 |
* | mm/hugetlb: fix huge page reservation leak in private mapping error paths | Mike Kravetz | 2016-11-18 | 1 | -0/+66 |
* | mm: hwpoison: fix thp split handling in memory_failure() | Naoya Horiguchi | 2016-11-18 | 1 | -7/+5 |
* | swapfile: fix memory corruption via malformed swapfile | Jann Horn | 2016-11-18 | 1 | -0/+2 |
* | shmem: fix pageflags after swapping DMA32 object | Hugh Dickins | 2016-11-18 | 1 | -0/+2 |
* | mm: memcontrol: do not recurse in direct reclaim | Johannes Weiner | 2016-11-10 | 2 | -0/+11 |
* | mm/slab: fix kmemcg cache creation delayed issue | Joonsoo Kim | 2016-11-10 | 1 | -1/+1 |
* | mm/list_lru.c: avoid error-path NULL pointer deref | Alexander Polakov | 2016-11-10 | 1 | -0/+2 |
* | mm/hugetlb: improve locking in dissolve_free_huge_pages() | Gerald Schaefer | 2016-10-31 | 1 | -3/+9 |
* | mm/hugetlb: check for reserved hugepages during memory offline | Gerald Schaefer | 2016-10-31 | 2 | -6/+24 |
* | vfs,mm: fix a dead loop in truncate_inode_pages_range() | Wei Fang | 2016-10-22 | 1 | -0/+4 |
* | mm/hugetlb: fix memory offline with hugepage size > memory block size | Gerald Schaefer | 2016-10-22 | 1 | -6/+7 |
* | mm: filemap: don't plant shadow entries without radix tree node | Johannes Weiner | 2016-10-22 | 1 | -16/+30 |
* | mm: filemap: fix mapping->nrpages double accounting in fuse | Johannes Weiner | 2016-10-22 | 1 | -1/+0 |
* | mm: remove gup_flags FOLL_WRITE games from __get_user_pages() | Linus Torvalds | 2016-10-20 | 1 | -2/+12 |
* | mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach... | Johannes Weiner | 2016-09-30 | 2 | -63/+61 |
* | mem-hotplug: use nodes that contain memory as mask in new_node_page() | Li Zhong | 2016-09-28 | 1 | -5/+5 |
* | mm,ksm: fix endless looping in allocating memory when ksm enable | zhong jiang | 2016-09-28 | 1 | -1/+2 |
* | mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing | Lorenzo Stoakes | 2016-09-25 | 2 | -8/+7 |
* | Merge branch 'hughd-fixes' (patches from Hugh Dickins) | Linus Torvalds | 2016-09-24 | 2 | -21/+3 |
|\ |
|
| * | mm: delete unnecessary and unsafe init_tlb_ubc() | Hugh Dickins | 2016-09-24 | 1 | -19/+0 |
| * | huge tmpfs: fix Committed_AS leak | Hugh Dickins | 2016-09-24 | 1 | -1/+2 |
| * | shmem: fix tmpfs to handle the huge= option properly | Toshi Kani | 2016-09-24 | 1 | -1/+1 |
* | | mm: usercopy: Check for module addresses | Laura Abbott | 2016-09-20 | 1 | -1/+4 |
* | | mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accounting | Johannes Weiner | 2016-09-19 | 1 | -9/+22 |
* | | mm: fix the page_swap_info() BUG_ON check | Santosh Shilimkar | 2016-09-19 | 2 | -1/+3 |
* | | mm: avoid endless recursion in dump_page() | Kirill A. Shutemov | 2016-09-19 | 1 | -2/+4 |
* | | mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin() | Ebru Akagunduz | 2016-09-19 | 1 | -5/+5 |
* | | khugepaged: fix use-after-free in collapse_huge_page() | Kirill A. Shutemov | 2016-09-19 | 1 | -7/+8 |
* | | mem-hotplug: don't clear the only node in new_node_page() | Li Zhong | 2016-09-19 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-09-10 | 1 | -2/+2 |
|\ |
|
| * | mm: fix show_smap() for zone_device-pmd ranges | Dan Williams | 2016-09-09 | 1 | -2/+2 |
* | | usercopy: remove page-spanning test for now | Kees Cook | 2016-09-07 | 1 | -26/+35 |
* | | mm, mempolicy: task->mempolicy must be NULL before dropping final reference | David Rientjes | 2016-09-01 | 1 | -0/+17 |
* | | mm, vmscan: only allocate and reclaim from zones with pages managed by the bu... | Mel Gorman | 2016-09-01 | 2 | -13/+13 |
* | | mm, oom: prevent premature OOM killer invocation for high order request | Michal Hocko | 2016-09-01 | 1 | -49/+2 |
|/ |
|
* | mm: silently skip readahead for DAX inodes | Ross Zwisler | 2016-08-26 | 1 | -0/+9 |
* | mm: memcontrol: avoid unused function warning | Arnd Bergmann | 2016-08-26 | 1 | -18/+18 |
* | mm: clarify COMPACTION Kconfig text | Michal Hocko | 2016-08-26 | 1 | -1/+8 |