aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-26mm: silently skip readahead for DAX inodesRoss Zwisler1-0/+9
2016-08-26mm: memcontrol: avoid unused function warningArnd Bergmann1-18/+18
2016-08-26mm: clarify COMPACTION Kconfig textMichal Hocko1-1/+8
2016-08-26soft_dirty: fix soft_dirty during THP splitAndrea Arcangeli1-1/+6
2016-08-22usercopy: fix overlap check for kernel textJosh Poimboeuf1-1/+1
2016-08-22usercopy: avoid potentially undefined behavior in pointer mathEric Biggers1-1/+1
2016-08-11mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdatsReza Arbab1-0/+2
2016-08-11mm, oom: fix uninitialized ret in task_will_free_mem()Geert Uytterhoeven1-1/+1
2016-08-11kasan: remove the unnecessary WARN_ONCE from quarantine.cAlexander Potapenko1-5/+2
2016-08-11mm: memcontrol: fix memcg id ref counter on swap charge moveVladimir Davydov1-6/+18
2016-08-11mm: memcontrol: fix swap counter leak on swapout from offline cgroupVladimir Davydov1-6/+38
2016-08-11proc, meminfo: use correct helpers for calculating LRU sizes in meminfoMel Gorman1-1/+1
2016-08-11mm/hugetlb: fix incorrect hugepages count during mem hotplugzhong jiang1-0/+1
2016-08-10mm/slub.c: run free_partial() outside of the kmem_cache_node->list_lockChris Wilson1-1/+5
2016-08-10rmap: fix compound check logic in page_remove_file_rmapSteve Capper1-1/+1
2016-08-10mm, rmap: fix false positive VM_BUG() in page_add_file_rmap()Kirill A. Shutemov1-2/+3
2016-08-10mm/page_alloc.c: recalculate some of node threshold when on/offline memoryJoonsoo Kim1-15/+35
2016-08-10mm/page_alloc.c: fix wrong initialization when sysctl_min_unmapped_ratio changesJoonsoo Kim1-1/+1
2016-08-10thp: move shmem_huge_enabled() outside of SYSFS ifdefArnd Bergmann1-1/+3
2016-08-09mm: memcontrol: only mark charged pages with PageKmemcgVladimir Davydov2-11/+17
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-0/+342
2016-08-07mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe1-2/+3
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-2/+2
2016-08-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+22
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+9
2016-08-04mm/memblock.c: fix NULL dereference errorzijun_hu1-1/+4
2016-08-04slub: drop bogus inline for fixup_red_left()Geert Uytterhoeven1-1/+1
2016-08-04mm: initialise per_cpu_nodestats for all online pgdats at bootMel Gorman1-5/+5
2016-08-04mm/memblock: fix a typo in a commentAlexander Kuleshov1-2/+2
2016-08-04mm: disable CONFIG_MEMORY_HOTPLUG when KASAN is enabledzhong jiang1-0/+1
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-3/+3
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams1-0/+19
2016-08-03shmem: Fix link error if huge pages support is disabledGeert Uytterhoeven1-1/+2
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-103/+124
2016-08-02mm: refuse wrapped vm_brk requestsKees Cook1-3/+5
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick4-5/+5
2016-08-02mm: vmscan: fix memcg-aware shrinkers not called on global reclaimVladimir Davydov1-1/+1
2016-08-02kasan: avoid overflowing quarantine size on low memory systemsAlexander Potapenko1-2/+7
2016-08-02kasan: improve double-free reportsAndrey Ryabinin3-18/+41
2016-08-02mm/kasan: get rid of ->state in struct kasan_alloc_metaAndrey Ryabinin6-64/+39
2016-08-02mm/kasan: get rid of ->alloc_size in struct kasan_alloc_metaAndrey Ryabinin3-8/+4
2016-08-02mm/kasan, slub: don't disable interrupts when object leaves quarantineAndrey Ryabinin1-2/+6
2016-08-02mm/kasan: don't reduce quarantine in atomic contextsAndrey Ryabinin1-2/+2
2016-08-02mm/kasan: fix corruptions and false positive reportsAndrey Ryabinin1-1/+1
2016-08-02memcg: put soft limit reclaim out of way if the excess tree is emptyMichal Hocko1-0/+9
2016-08-02mm, hugetlb: fix huge_pte_alloc BUG_ONMichal Hocko1-1/+1
2016-08-02mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He1-0/+4
2016-08-02mm: move swap-in anonymous page into active listMinchan Kim1-0/+1
2016-08-02mm: fail prefaulting if page table allocation failsVegard Nossum1-0/+2
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1