summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2017-02-01mm, memcg: do not retry precharge chargesDavid Rientjes
2017-02-01memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu
2017-02-01mm, page_alloc: fix premature OOM when racing with cpuset mems updateVlastimil Babka
2017-02-01mm, page_alloc: move cpuset seqcount checking to slowpathVlastimil Babka
2017-02-01mm, page_alloc: fix fast-path race with cpuset update or removalVlastimil Babka
2017-02-01mm, page_alloc: fix check for NULL preferred_zoneVlastimil Babka
2017-02-01mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka
2017-02-01mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer
2017-01-19mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz
2017-01-19mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck
2017-01-19mm: support anonymous stable pageMinchan Kim
2017-01-19mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko
2017-01-19mm: pmd dirty emulation in page fault handlerMinchan Kim
2017-01-19dax: fix deadlock with DAX 4k holesRoss Zwisler
2017-01-12mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling
2017-01-12mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner
2017-01-12mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner
2017-01-12mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V
2017-01-06mm, page_alloc: keep pcp count and list contents in sync if struct page is co...Mel Gorman
2017-01-06mm/vmscan.c: set correct defer count for shrinkerShaohua Li
2017-01-06ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2017-01-06vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds
2017-01-06mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman
2016-12-06shmem: fix shm fallocate() list corruptionLinus Torvalds
2016-12-02mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko
2016-12-02mm: workingset: fix NULL ptr in count_shadow_nodesMichal Hocko
2016-11-30mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov
2016-11-30kasan: support use-after-scope detectionDmitry Vyukov
2016-11-30kasan: update kasan_global for gcc 7Dmitry Vyukov
2016-11-30thp: fix corner case of munlock() of PTE-mapped THPsKirill A. Shutemov
2016-11-30mm, thp: propagation of conditional compilation in khugepaged.cJérémy Lefaure
2016-11-29mremap: move_ptes: check pte dirty after its removalAaron Lu
2016-11-17mremap: fix race between mremap() and page cleanningAaron Lu
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski
2016-11-11memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLABGreg Thelen
2016-11-11mm/filemap: don't allow partially uptodate page for pipesEryu Guan
2016-11-11mm/hugetlb: fix huge page reservation leak in private mapping error pathsMike Kravetz
2016-11-11mm: hwpoison: fix thp split handling in memory_failure()Naoya Horiguchi
2016-11-11swapfile: fix memory corruption via malformed swapfileJann Horn
2016-11-11mm/cma.c: check the max limit for cma allocationShiraz Hashim
2016-11-11shmem: fix pageflags after swapping DMA32 objectHugh Dickins
2016-11-11mm: remove extra newline from allocation stall warningTetsuo Handa
2016-11-01Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-31latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook
2016-10-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-27mm: memcontrol: do not recurse in direct reclaimJohannes Weiner
2016-10-27mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas
2016-10-27mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna
2016-10-27mm: page_alloc: use KERN_CONT where appropriateJoe Perches
2016-10-27mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov