summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2016-09-01mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes
2016-09-01mm, vmscan: only allocate and reclaim from zones with pages managed by the bu...Mel Gorman
2016-09-01mm, oom: prevent premature OOM killer invocation for high order requestMichal Hocko
2016-08-26mm: silently skip readahead for DAX inodesRoss Zwisler
2016-08-26mm: memcontrol: avoid unused function warningArnd Bergmann
2016-08-26mm: clarify COMPACTION Kconfig textMichal Hocko
2016-08-26soft_dirty: fix soft_dirty during THP splitAndrea Arcangeli
2016-08-22usercopy: fix overlap check for kernel textJosh Poimboeuf
2016-08-22usercopy: avoid potentially undefined behavior in pointer mathEric Biggers
2016-08-11mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdatsReza Arbab
2016-08-11mm, oom: fix uninitialized ret in task_will_free_mem()Geert Uytterhoeven
2016-08-11kasan: remove the unnecessary WARN_ONCE from quarantine.cAlexander Potapenko
2016-08-11mm: memcontrol: fix memcg id ref counter on swap charge moveVladimir Davydov
2016-08-11mm: memcontrol: fix swap counter leak on swapout from offline cgroupVladimir Davydov
2016-08-11proc, meminfo: use correct helpers for calculating LRU sizes in meminfoMel Gorman
2016-08-11mm/hugetlb: fix incorrect hugepages count during mem hotplugzhong jiang
2016-08-10mm/slub.c: run free_partial() outside of the kmem_cache_node->list_lockChris Wilson
2016-08-10rmap: fix compound check logic in page_remove_file_rmapSteve Capper
2016-08-10mm, rmap: fix false positive VM_BUG() in page_add_file_rmap()Kirill A. Shutemov
2016-08-10mm/page_alloc.c: recalculate some of node threshold when on/offline memoryJoonsoo Kim
2016-08-10mm/page_alloc.c: fix wrong initialization when sysctl_min_unmapped_ratio changesJoonsoo Kim
2016-08-10thp: move shmem_huge_enabled() outside of SYSFS ifdefArnd Bergmann
2016-08-09mm: memcontrol: only mark charged pages with PageKmemcgVladimir Davydov
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2016-08-07mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe
2016-08-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-08-04mm/memblock.c: fix NULL dereference errorzijun_hu
2016-08-04slub: drop bogus inline for fixup_red_left()Geert Uytterhoeven
2016-08-04mm: initialise per_cpu_nodestats for all online pgdats at bootMel Gorman
2016-08-04mm/memblock: fix a typo in a commentAlexander Kuleshov
2016-08-04mm: disable CONFIG_MEMORY_HOTPLUG when KASAN is enabledzhong jiang
2016-08-04mm/block: convert rw_page users to bio op useMike Christie
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams
2016-08-03shmem: Fix link error if huge pages support is disabledGeert Uytterhoeven
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-08-02mm: refuse wrapped vm_brk requestsKees Cook
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-08-02mm: vmscan: fix memcg-aware shrinkers not called on global reclaimVladimir Davydov
2016-08-02kasan: avoid overflowing quarantine size on low memory systemsAlexander Potapenko
2016-08-02kasan: improve double-free reportsAndrey Ryabinin
2016-08-02mm/kasan: get rid of ->state in struct kasan_alloc_metaAndrey Ryabinin
2016-08-02mm/kasan: get rid of ->alloc_size in struct kasan_alloc_metaAndrey Ryabinin
2016-08-02mm/kasan, slub: don't disable interrupts when object leaves quarantineAndrey Ryabinin
2016-08-02mm/kasan: don't reduce quarantine in atomic contextsAndrey Ryabinin
2016-08-02mm/kasan: fix corruptions and false positive reportsAndrey Ryabinin
2016-08-02memcg: put soft limit reclaim out of way if the excess tree is emptyMichal Hocko
2016-08-02mm, hugetlb: fix huge_pte_alloc BUG_ONMichal Hocko
2016-08-02mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He