summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-07-12mm/mincore.c: fix race between swapoff and mincoreHuang Ying1-2/+10
2019-07-12mm, swap: use rbtree for swap_extentAaron Lu2-63/+76
2019-07-12mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device()Huang Ying1-18/+15
2019-07-12mm, swap: fix race between swapoff and some swap operationsHuang Ying3-36/+136
2019-07-12mm/filemap.c: correct the comment about VM_FAULT_RETRYYang Shi1-4/+2
2019-07-12mm/filemap: don't cast ->readpage to filler_t for do_read_cache_pageChristoph Hellwig1-4/+6
2019-07-12mm/filemap.c: fix an overly long line in read_cache_pageChristoph Hellwig1-1/+2
2019-07-12mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka3-38/+6
2019-07-12mm, page_alloc: more extensive free page checking with debug_pageallocVlastimil Babka2-14/+52
2019-07-12mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka1-6/+17
2019-07-12mm/failslab.c: by default, do not fail allocations with direct reclaim onlyNicolas Boichat1-1/+2
2019-07-12mm: remove the exporting of totalram_pagesDenis Efremov1-2/+0
2019-07-12mm/page_isolation.c: change the prototype of undo_isolate_page_range()Pingfan Liu1-2/+1
2019-07-12mm: remove the account_page_dirtied exportChristoph Hellwig1-1/+0
2019-07-12mm/memory.c: trivial clean up in insert_page()Miklos Szeredi1-2/+0
2019-07-12mm/gup.c: make follow_page_mask() staticBharath Vedartham1-1/+1
2019-07-12mm/kasan: add object validation in ksize()Marco Elver1-1/+21
2019-07-12mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver4-31/+35
2019-07-12mm/kasan: change kasan_check_{read,write} to return booleanMarco Elver4-16/+27
2019-07-12mm/kasan: introduce __kasan_check_{read,write}Marco Elver1-6/+4
2019-07-12mm/kasan: print frame description for stack bugsMarco Elver2-0/+170
2019-07-12mm/kmemleak.c: change error at _write when kmemleak is disabledAndré Almeida1-1/+1
2019-07-12mm/kmemleak.c: fix check for softirq contextDmitry Vyukov1-1/+1
2019-07-12slub: don't panic for memcg kmem cache creation failureShakeel Butt1-4/+0
2019-07-12mm/slub.c: avoid double string traverse in kmem_cache_flags()Yury Norov1-3/+1
2019-07-12mm/slab: sanity-check page type when looking up cacheKees Cook2-11/+22
2019-07-12mm/slab: validate cache membership under freelist hardeningKees Cook1-8/+6
2019-07-12mm/z3fold.c: lock z3fold page before __SetPageMovable()Henry Burns1-1/+11
2019-07-12mm/memcontrol: fix wrong statistics in memory.statYafang Shao1-2/+3
2019-07-12mm: vmscan: scan anonymous pages on file refaultsKuo-Hsin Yang1-3/+3
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-38/+106
2019-07-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+22
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds1-21/+89
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-11/+0
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds7-69/+94
2019-07-05swap_readpage(): avoid blk_wake_io_task() if !synchronousOleg Nesterov1-5/+8
2019-07-05mm/vmscan.c: prevent useless kswapd loopsShakeel Butt1-12/+15
2019-07-05mm/page_alloc.c: fix regression with deferred struct page initJuergen Gross1-1/+2
2019-06-29mm, swap: fix THP swap outHuang Ying1-5/+2
2019-06-29mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann1-2/+2
2019-06-29mm/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King1-2/+2
2019-06-29mm/oom_kill.c: fix uninitialized oc->constraintYafang Shao1-7/+5
2019-06-29mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHugeNaoya Horiguchi2-13/+21
2019-06-29mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() failsNaoya Horiguchi1-0/+2
2019-06-29mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemaskzhong jiang1-1/+1
2019-06-24arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel1-11/+0
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman17-68/+78
2019-06-20mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler1-0/+22