summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2019-07-12mm/mincore.c: fix race between swapoff and mincoreHuang Ying
2019-07-12mm, swap: use rbtree for swap_extentAaron Lu
2019-07-12mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device()Huang Ying
2019-07-12mm, swap: fix race between swapoff and some swap operationsHuang Ying
2019-07-12mm/filemap.c: correct the comment about VM_FAULT_RETRYYang Shi
2019-07-12mm/filemap: don't cast ->readpage to filler_t for do_read_cache_pageChristoph Hellwig
2019-07-12mm/filemap.c: fix an overly long line in read_cache_pageChristoph Hellwig
2019-07-12mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka
2019-07-12mm, page_alloc: more extensive free page checking with debug_pageallocVlastimil Babka
2019-07-12mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka
2019-07-12mm/failslab.c: by default, do not fail allocations with direct reclaim onlyNicolas Boichat
2019-07-12mm: remove the exporting of totalram_pagesDenis Efremov
2019-07-12mm/page_isolation.c: change the prototype of undo_isolate_page_range()Pingfan Liu
2019-07-12mm: remove the account_page_dirtied exportChristoph Hellwig
2019-07-12mm/memory.c: trivial clean up in insert_page()Miklos Szeredi
2019-07-12mm/gup.c: make follow_page_mask() staticBharath Vedartham
2019-07-12mm/kasan: add object validation in ksize()Marco Elver
2019-07-12mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver
2019-07-12mm/kasan: change kasan_check_{read,write} to return booleanMarco Elver
2019-07-12mm/kasan: introduce __kasan_check_{read,write}Marco Elver
2019-07-12mm/kasan: print frame description for stack bugsMarco Elver
2019-07-12mm/kmemleak.c: change error at _write when kmemleak is disabledAndré Almeida
2019-07-12mm/kmemleak.c: fix check for softirq contextDmitry Vyukov
2019-07-12slub: don't panic for memcg kmem cache creation failureShakeel Butt
2019-07-12mm/slub.c: avoid double string traverse in kmem_cache_flags()Yury Norov
2019-07-12mm/slab: sanity-check page type when looking up cacheKees Cook
2019-07-12mm/slab: validate cache membership under freelist hardeningKees Cook
2019-07-12mm/z3fold.c: lock z3fold page before __SetPageMovable()Henry Burns
2019-07-12mm/memcontrol: fix wrong statistics in memory.statYafang Shao
2019-07-12mm: vmscan: scan anonymous pages on file refaultsKuo-Hsin Yang
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds
2019-07-05swap_readpage(): avoid blk_wake_io_task() if !synchronousOleg Nesterov
2019-07-05mm/vmscan.c: prevent useless kswapd loopsShakeel Butt
2019-07-05mm/page_alloc.c: fix regression with deferred struct page initJuergen Gross
2019-06-29mm, swap: fix THP swap outHuang Ying
2019-06-29mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann
2019-06-29mm/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King
2019-06-29mm/oom_kill.c: fix uninitialized oc->constraintYafang Shao
2019-06-29mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHugeNaoya Horiguchi
2019-06-29mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() failsNaoya Horiguchi
2019-06-29mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemaskzhong jiang
2019-06-24arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman
2019-06-20mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler