summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, memcg: do not retry precharge chargesDavid Rientjes2017-02-011-2/+2
* memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu2017-02-011-11/+17
* mm, page_alloc: fix premature OOM when racing with cpuset mems updateVlastimil Babka2017-02-011-11/+24
* mm, page_alloc: move cpuset seqcount checking to slowpathVlastimil Babka2017-02-011-21/+26
* mm, page_alloc: fix fast-path race with cpuset update or removalVlastimil Babka2017-02-011-1/+9
* mm, page_alloc: fix check for NULL preferred_zoneVlastimil Babka2017-02-011-1/+1
* mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka2017-02-011-1/+1
* mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer2017-02-011-1/+17
* mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz2017-01-191-9/+28
* mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck2017-01-191-4/+4
* mm: support anonymous stable pageMinchan Kim2017-01-191-1/+19
* mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2017-01-192-20/+25
* mm: pmd dirty emulation in page fault handlerMinchan Kim2017-01-191-2/+4
* dax: fix deadlock with DAX 4k holesRoss Zwisler2017-01-191-1/+1
* mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling2017-01-122-26/+14
* mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner2017-01-121-2/+4
* mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner2017-01-121-0/+5
* mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V2017-01-121-5/+7
* mm, page_alloc: keep pcp count and list contents in sync if struct page is co...Mel Gorman2017-01-061-2/+10
* mm/vmscan.c: set correct defer count for shrinkerShaohua Li2017-01-061-3/+11
* ptrace: Don't allow accessing an undumpable mmEric W. Biederman2017-01-062-2/+2
* vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds2017-01-061-1/+1
* mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2017-01-061-0/+2
* shmem: fix shm fallocate() list corruptionLinus Torvalds2016-12-061-1/+14
* mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko2016-12-021-0/+2
* mm: workingset: fix NULL ptr in count_shadow_nodesMichal Hocko2016-12-021-1/+1
* mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov2016-11-301-4/+4
* kasan: support use-after-scope detectionDmitry Vyukov2016-11-303-0/+23
* kasan: update kasan_global for gcc 7Dmitry Vyukov2016-11-301-0/+3
* thp: fix corner case of munlock() of PTE-mapped THPsKirill A. Shutemov2016-11-301-2/+5
* mm, thp: propagation of conditional compilation in khugepaged.cJérémy Lefaure2016-11-301-0/+2
* mremap: move_ptes: check pte dirty after its removalAaron Lu2016-11-292-6/+10
* mremap: fix race between mremap() and page cleanningAaron Lu2016-11-172-10/+29
* mm: kmemleak: scan .data.ro_after_initJakub Kicinski2016-11-111-0/+1
* memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLABGreg Thelen2016-11-111-2/+2
* mm/filemap: don't allow partially uptodate page for pipesEryu Guan2016-11-111-0/+3
* mm/hugetlb: fix huge page reservation leak in private mapping error pathsMike Kravetz2016-11-111-0/+66
* mm: hwpoison: fix thp split handling in memory_failure()Naoya Horiguchi2016-11-111-7/+5
* swapfile: fix memory corruption via malformed swapfileJann Horn2016-11-111-0/+2
* mm/cma.c: check the max limit for cma allocationShiraz Hashim2016-11-111-0/+3
* shmem: fix pageflags after swapping DMA32 objectHugh Dickins2016-11-111-0/+2
* mm: remove extra newline from allocation stall warningTetsuo Handa2016-11-111-1/+1
* Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-11-011-1/+1
|\
| * latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook2016-10-311-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-277-26/+56
|\ \
| * | mm: memcontrol: do not recurse in direct reclaimJohannes Weiner2016-10-272-0/+11
| * | mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas2016-10-271-2/+5
| * | mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna2016-10-272-16/+28
| * | mm: page_alloc: use KERN_CONT where appropriateJoe Perches2016-10-271-7/+9
| * | mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov2016-10-271-0/+2