summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-12-08mm: workingset: fix NULL ptr in count_shadow_nodesMichal Hocko1-1/+1
2016-12-08mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov1-4/+4
2016-12-08kasan: update kasan_global for gcc 7Dmitry Vyukov1-0/+3
2016-12-08thp: fix corner case of munlock() of PTE-mapped THPsKirill A. Shutemov1-2/+5
2016-12-08mm, thp: propagation of conditional compilation in khugepaged.cJérémy Lefaure1-0/+2
2016-12-02mm, oom: stop pre-mature high-order OOM killer invocationsMichal Hocko1-0/+10
2016-11-26Disable the __builtin_return_address() warning globally after allLinus Torvalds1-3/+0
2016-11-18memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLABGreg Thelen1-2/+2
2016-11-18mm/hugetlb: fix huge page reservation leak in private mapping error pathsMike Kravetz1-0/+66
2016-11-18mm: hwpoison: fix thp split handling in memory_failure()Naoya Horiguchi1-7/+5
2016-11-18swapfile: fix memory corruption via malformed swapfileJann Horn1-0/+2
2016-11-18shmem: fix pageflags after swapping DMA32 objectHugh Dickins1-0/+2
2016-11-10mm: memcontrol: do not recurse in direct reclaimJohannes Weiner2-0/+11
2016-11-10mm/slab: fix kmemcg cache creation delayed issueJoonsoo Kim1-1/+1
2016-11-10mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov1-0/+2
2016-10-31mm/hugetlb: improve locking in dissolve_free_huge_pages()Gerald Schaefer1-3/+9
2016-10-31mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer2-6/+24
2016-10-22vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang1-0/+4
2016-10-22mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer1-6/+7
2016-10-22mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner1-16/+30
2016-10-22mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner1-1/+0
2016-10-20mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-2/+12
2016-10-01mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner2-63/+61
2016-09-29mem-hotplug: use nodes that contain memory as mask in new_node_page()Li Zhong1-5/+5
2016-09-29mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang1-1/+2
2016-09-26mm: check VMA flags to avoid invalid PROT_NONE NUMA balancingLorenzo Stoakes2-8/+7
2016-09-24Merge branch 'hughd-fixes' (patches from Hugh Dickins)Linus Torvalds2-21/+3
2016-09-24mm: delete unnecessary and unsafe init_tlb_ubc()Hugh Dickins1-19/+0
2016-09-24huge tmpfs: fix Committed_AS leakHugh Dickins1-1/+2
2016-09-24shmem: fix tmpfs to handle the huge= option properlyToshi Kani1-1/+1
2016-09-21mm: usercopy: Check for module addressesLaura Abbott1-1/+4
2016-09-20mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accountingJohannes Weiner1-9/+22
2016-09-20mm: fix the page_swap_info() BUG_ON checkSantosh Shilimkar2-1/+3
2016-09-20mm: avoid endless recursion in dump_page()Kirill A. Shutemov1-2/+4
2016-09-20mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin()Ebru Akagunduz1-5/+5
2016-09-20khugepaged: fix use-after-free in collapse_huge_page()Kirill A. Shutemov1-7/+8
2016-09-20mem-hotplug: don't clear the only node in new_node_page()Li Zhong1-1/+3
2016-09-10Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2016-09-10mm: fix show_smap() for zone_device-pmd rangesDan Williams1-2/+2
2016-09-07usercopy: remove page-spanning test for nowKees Cook1-26/+35
2016-09-02mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes1-0/+17
2016-09-02mm, vmscan: only allocate and reclaim from zones with pages managed by the bu...Mel Gorman2-13/+13
2016-09-02mm, oom: prevent premature OOM killer invocation for high order requestMichal Hocko1-49/+2
2016-08-27mm: silently skip readahead for DAX inodesRoss Zwisler1-0/+9
2016-08-27mm: memcontrol: avoid unused function warningArnd Bergmann1-18/+18
2016-08-27mm: clarify COMPACTION Kconfig textMichal Hocko1-1/+8
2016-08-27soft_dirty: fix soft_dirty during THP splitAndrea Arcangeli1-1/+6
2016-08-23usercopy: fix overlap check for kernel textJosh Poimboeuf1-1/+1
2016-08-23usercopy: avoid potentially undefined behavior in pointer mathEric Biggers1-1/+1
2016-08-12mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdatsReza Arbab1-0/+2