summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2020-04-02mm: improve dump_page() for compound pagesMatthew Wilcox (Oracle)
2020-04-02mm/gup_benchmark: support pin_user_pages() and related callsJohn Hubbard
2020-04-02mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reportingJohn Hubbard
2020-04-02mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard
2020-04-02mm/gup: track FOLL_PIN pagesJohn Hubbard
2020-04-02mm/gup: require FOLL_GET for get_user_pages_fast()John Hubbard
2020-04-02mm/gup: pass gup flags to two more routinesJohn Hubbard
2020-04-02mm/gup: pass a flags arg to __gup_device_* functionsJohn Hubbard
2020-04-02mm/gup: split get_user_pages_remote() into two routinesJohn Hubbard
2020-04-02mm/filemap.c: rewrite pagecache_get_page documentationMatthew Wilcox (Oracle)
2020-04-02mm/filemap.c: unexport find_get_entryMatthew Wilcox (Oracle)
2020-04-02mm/page-writeback.c: use VM_BUG_ON_PAGE in clear_page_dirty_for_ioMatthew Wilcox (Oracle)
2020-04-02mm/filemap.c: use vm_fault error code directlyMatthew Wilcox (Oracle)
2020-04-02mm/filemap.c: remove unused argument from shrink_readahead_size_eio()Souptick Joarder
2020-04-02mm/filemap.c: clear page error before actual readXianting Tian
2020-04-02mm/page-writeback.c: write_cache_pages(): deduplicate identical checksMauricio Faria de Oliveira
2020-04-02mm/filemap.c: don't bother dropping mmap_sem for zero size readaheadJan Kara
2020-04-02mm/Makefile: disable KCSAN for kmemleakQian Cai
2020-04-02mm/kmemleak.c: use address-of operator on section symbolsNathan Chancellor
2020-04-02revert "topology: add support for node_to_mem_node() to determine the fallbac...Vlastimil Babka
2020-04-02slub: relocate freelist pointer to middle of objectKees Cook
2020-04-02slub: improve bit diffusion for freelist ptr obfuscationKees Cook
2020-04-02mm/slub.c: replace kmem_cache->cpu_partial with wrapped APIschenqiwu
2020-04-02mm/slub.c: replace cpu_slab->partial with wrapped APIschenqiwu
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-03-29mm/sparse: fix kernel crash with pfn_section_valid checkAneesh Kumar K.V
2020-03-29mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin
2020-03-29hugetlb_cgroup: fix illegal access to memoryMina Almasry
2020-03-29mm/swapfile.c: move inode_lock out of claim_swapfileNaohiro Aota
2020-03-26mm/mremap: Add comment explaining the untagging behaviour of mremap()Will Deacon
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel
2020-03-21mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka
2020-03-21mm/mmu_notifier: silence PROVE_RCU_LIST warningsQian Cai
2020-03-21mm: do not allow MADV_PAGEOUT for CoW pagesMichal Hocko
2020-03-21mm, memcg: throttle allocators based on ancestral memory.highChris Down
2020-03-21mm, memcg: fix corruption on 64-bit divisor in memory.high throttlingChris Down
2020-03-21mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP caseBaoquan He
2020-03-21memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_eventChunguang Xu
2020-03-18mm: slub: be more careful about the double cmpxchg of freelistLinus Torvalds
2020-03-18mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Jann Horn
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-10net: memcg: late association of sock to memcgShakeel Butt
2020-03-10cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt
2020-03-06mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabledVlastimil Babka
2020-03-06mm/z3fold.c: do not include rwlock.h directlySebastian Andrzej Siewior
2020-03-06mm: avoid data corruption on CoW fault into PFN-mapped VMAKirill A. Shutemov
2020-03-06mm: fix possible PMD dirty bit lost in set_pmd_migration_entry()Huang Ying
2020-03-06mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking pag...Mel Gorman
2020-02-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-02-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds