aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/gregkh/char-miscLinus Torvalds1-38/+106
2019-07-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+22
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus 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/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus 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-07-04mnt_init(): call shmem_init() unconditionallyAl Viro1-4/+0
2019-07-02Merge branch 'hmm-devmem-cleanup.4' into rdma.git hmmJason Gunthorpe12-430/+31
2019-07-02Merge tag 'v5.2-rc7' into rdma.git hmmJason Gunthorpe31-146/+122
2019-07-02mm: don't select MIGRATE_VMA_HELPER from HMM_MIRRORChristoph Hellwig1-1/+0
2019-07-02mm: remove the HMM config optionChristoph Hellwig3-26/+5
2019-07-02mm: sort out the DEVICE_PRIVATE Kconfig messChristoph Hellwig1-3/+2
2019-07-02mm: simplify ZONE_DEVICE page private dataChristoph Hellwig1-4/+4
2019-07-02mm: remove hmm_devmem_addChristoph Hellwig1-110/+0
2019-07-02mm: remove hmm_vma_alloc_locked_pageChristoph Hellwig1-14/+0
2019-07-02memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig3-8/+4
2019-07-02memremap: remove the data field in struct dev_pagemapChristoph Hellwig1-4/+5
2019-07-02memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig2-15/+7
2019-07-02memremap: lift the devmap_enable manipulation into devm_memremap_pagesChristoph Hellwig1-2/+0
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig1-5/+5