summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-12-12kmemleak: fix reference to DocumentationAndreas Platschek
2016-12-12mm/hugetlb.c: use huge_pte_lock instead of opencoding the lockAneesh Kumar K.V
2016-12-12mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V
2016-12-12mm/gup.c: make unnecessarily global vma_permits_fault() staticTobias Klauser
2016-12-12mm/vmscan.c: set correct defer count for shrinkerShaohua Li
2016-12-12mm/mprotect.c: don't touch single threaded PTEs which are on the right nodeAndi Kleen
2016-12-12mm, slab: maintain total slab count instead of active countDavid Rientjes
2016-12-12mm, slab: faster active and free statsGreg Thelen
2016-12-12mm/slab_common.c: check kmem_create_cache flags are commonThomas Garnier
2016-12-12slub: avoid false-postive warningArnd Bergmann
2016-12-12slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov
2016-12-12mm: memcontrol: use special workqueue for creating per-memcg cachesVladimir Davydov
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-12-12Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
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-12-02mm/compaction: Convert to hotplug state machineAnna-Maria Gleixner
2016-12-02mm/zswap: Convert pool to hotplug state machineSebastian Andrzej Siewior
2016-12-02mm/zswap: Convert dst-mem to hotplug state machineSebastian Andrzej Siewior
2016-12-02mm/zsmalloc: Convert to hotplug state machineSebastian Andrzej Siewior
2016-12-02mm/vmstat: Convert to hotplug state machineSebastian Andrzej Siewior
2016-12-02mm/vmstat: Avoid on each online CPU loopsSebastian Andrzej Siewior
2016-12-02mm/vmstat: Drop get_online_cpus() from init_cpu_node_state/vmstat_cpu_dead()Sebastian Andrzej Siewior
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-17Merge branch 'x86/cpufeature' into x86/asm, to pick up dependencyIngo Molnar
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-09mm/vmscan: Convert to hotplug state machineSebastian Andrzej Siewior
2016-11-09mm/page_alloc: Convert to hotplug state machineSebastian Andrzej Siewior
2016-11-09mm/memcg: Convert to hotplug state machineSebastian Andrzej Siewior
2016-11-09x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov
2016-11-01Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-11-01Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar
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