aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2016-08-02mm: move swap-in anonymous page into active listMinchan Kim
2016-08-02mm: fail prefaulting if page table allocation failsVegard Nossum
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-08-01powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeAneesh Kumar K.V
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi
2016-07-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-28mm, compaction: simplify contended compaction handlingVlastimil Babka
2016-07-28mm, compaction: introduce direct compaction priorityVlastimil Babka
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka
2016-07-28mm, page_alloc: make THP-specific decisions more genericVlastimil Babka
2016-07-28mm, page_alloc: restructure direct compaction handling in slowpathVlastimil Babka
2016-07-28mm, page_alloc: don't retry initial attempt in slowpathVlastimil Babka
2016-07-28mm, page_alloc: set alloc_flags only once in slowpathVlastimil Babka
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko
2016-07-28mm, kasan: account for object redzone in SLUB's nearest_obj()Alexander Potapenko
2016-07-28mm: fix use-after-free if memory allocation failed in vma_adjust()Kirill A. Shutemov
2016-07-28zsmalloc: Delete an unnecessary check before the function call "iput"Markus Elfring
2016-07-28mm/memblock.c: fix index adjustment error in __next_mem_range_rev()zijun_hu
2016-07-28mem-hotplug: alloc new page from a nearest neighbor node when mem-offlineXishi Qiu
2016-07-28mm: add cond_resched() to generic_swapfile_activate()Mikulas Patocka
2016-07-28Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements"Michal Hocko
2016-07-28mm, compaction: don't isolate PageWriteback pages in MIGRATE_SYNC_LIGHT modeHugh Dickins
2016-07-28mm: hwpoison: remove incorrect commentsNaoya Horiguchi