summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/filemap: don't cast ->readpage to filler_t for do_read_cache_pageChristoph Hellwig2019-07-121-4/+6
* mm/filemap.c: fix an overly long line in read_cache_pageChristoph Hellwig2019-07-121-1/+2
* mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka2019-07-123-38/+6
* mm, page_alloc: more extensive free page checking with debug_pageallocVlastimil Babka2019-07-122-14/+52
* mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka2019-07-121-6/+17
* mm/failslab.c: by default, do not fail allocations with direct reclaim onlyNicolas Boichat2019-07-121-1/+2
* mm: remove the exporting of totalram_pagesDenis Efremov2019-07-121-2/+0
* mm/page_isolation.c: change the prototype of undo_isolate_page_range()Pingfan Liu2019-07-121-2/+1
* mm: remove the account_page_dirtied exportChristoph Hellwig2019-07-121-1/+0
* mm/memory.c: trivial clean up in insert_page()Miklos Szeredi2019-07-121-2/+0
* mm/gup.c: make follow_page_mask() staticBharath Vedartham2019-07-121-1/+1
* mm/kasan: add object validation in ksize()Marco Elver2019-07-121-1/+21
* mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver2019-07-124-31/+35
* mm/kasan: change kasan_check_{read,write} to return booleanMarco Elver2019-07-124-16/+27
* mm/kasan: introduce __kasan_check_{read,write}Marco Elver2019-07-121-6/+4
* mm/kasan: print frame description for stack bugsMarco Elver2019-07-122-0/+170
* mm/kmemleak.c: change error at _write when kmemleak is disabledAndré Almeida2019-07-121-1/+1
* mm/kmemleak.c: fix check for softirq contextDmitry Vyukov2019-07-121-1/+1
* slub: don't panic for memcg kmem cache creation failureShakeel Butt2019-07-121-4/+0
* mm/slub.c: avoid double string traverse in kmem_cache_flags()Yury Norov2019-07-121-3/+1
* mm/slab: sanity-check page type when looking up cacheKees Cook2019-07-122-11/+22
* mm/slab: validate cache membership under freelist hardeningKees Cook2019-07-121-8/+6
* mm/z3fold.c: lock z3fold page before __SetPageMovable()Henry Burns2019-07-121-1/+11
* mm/memcontrol: fix wrong statistics in memory.statYafang Shao2019-07-121-2/+3
* mm: vmscan: scan anonymous pages on file refaultsKuo-Hsin Yang2019-07-121-3/+3
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-07-111-0/+22
|\
| * mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler2019-06-201-0/+22
* | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds2019-07-111-21/+89
|\ \
| * | vfs: add missing checks to copy_file_rangeAmir Goldstein2019-06-091-0/+53
| * | vfs: remove redundant checks from generic_remap_checks()Amir Goldstein2019-06-091-21/+12
| * | vfs: introduce generic_file_rw_checks()Amir Goldstein2019-06-091-0/+24
* | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \
| * | | Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-1447-121/+67
| |\| |
| * | | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-1/+1
|\ \ \ \
| * | | | signal: Remove task parameter from force_sig_mceerrEric W. Biederman2019-05-271-1/+1
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-11/+0
|\ \ \ \
| * | | | arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel2019-06-241-11/+0
* | | | | Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds2019-07-067-69/+94
* | | | | swap_readpage(): avoid blk_wake_io_task() if !synchronousOleg Nesterov2019-07-051-5/+8
* | | | | mm/vmscan.c: prevent useless kswapd loopsShakeel Butt2019-07-051-12/+15
* | | | | mm/page_alloc.c: fix regression with deferred struct page initJuergen Gross2019-07-051-1/+2
* | | | | mm, swap: fix THP swap outHuang Ying2019-06-291-5/+2
* | | | | mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann2019-06-291-2/+2
* | | | | mm/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King2019-06-291-2/+2
* | | | | mm/oom_kill.c: fix uninitialized oc->constraintYafang Shao2019-06-291-7/+5
* | | | | mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHugeNaoya Horiguchi2019-06-292-13/+21
* | | | | mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() failsNaoya Horiguchi2019-06-291-0/+2
* | | | | mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemaskzhong jiang2019-06-291-1/+1
* | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-9/+2