summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-12-12shmem: avoid maybe-uninitialized warningArnd Bergmann
2016-12-12mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling
2016-12-12mm, mempolicy: clean up __GFP_THISNODE confusion in policy_zonelistMichal Hocko
2016-12-12mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes
2016-12-12mm/vmalloc.c: simplify /proc/vmallocinfo implementationzijun_hu
2016-12-12mm: make unreserve highatomic functions reliableMinchan Kim
2016-12-12mm: try to exhaust highatomic reserve before the OOMMinchan Kim
2016-12-12mm: prevent double decrease of nr_reserved_highatomicMinchan Kim
2016-12-12mm: don't steal highatomic pageblockMinchan Kim
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 branches 'pm-sleep' and 'powercap'Rafael J. Wysocki
2016-12-12Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-06shmem: fix shm fallocate() list corruptionLinus Torvalds
2016-12-06x86/suspend: fix false positive KASAN warning on suspend/resumeJosh Poimboeuf
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-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman
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-14Merge 4.9-rc5 into char-misc-nextGreg Kroah-Hartman
2016-11-13Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski
2016-11-11memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLABGreg Thelen