summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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-04-01Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2020-04-01blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo
2020-04-01percpu: update copyright emails to dennis@kernel.orgDennis Zhou
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-03-30mm/hmm: return error for non-vma snapshotsJason Gunthorpe
2020-03-30mm/hmm: do not set pfns when returning an error codeJason Gunthorpe
2020-03-30mm/hmm: do not unconditionally set pfns when returning EBUSYJason Gunthorpe
2020-03-30mm/hmm: use device_private_entry_to_pfn()Jason Gunthorpe
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-27mm/hmm: remove HMM_FAULT_SNAPSHOTJason Gunthorpe
2020-03-27mm/hmm: remove unused code and tidy commentsJason Gunthorpe
2020-03-27mm/hmm: return the fault type from hmm_pte_need_fault()Jason Gunthorpe
2020-03-27mm/hmm: remove pgmap checking for devmap pagesJason Gunthorpe
2020-03-26mm/hmm: check the device private page owner in hmm_range_fault()Christoph Hellwig
2020-03-26mm: simplify device private page handling in hmm_range_faultChristoph Hellwig
2020-03-26mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig
2020-03-26memremap: add an owner field to struct dev_pagemapChristoph Hellwig
2020-03-26mm: merge hmm_vma_do_fault into into hmm_vma_walk_hole_Christoph Hellwig
2020-03-26mm/hmm: don't handle the non-fault case in hmm_vma_walk_hole_()Christoph Hellwig
2020-03-26mm/hmm: simplify hmm_vma_walk_hugetlb_entry()Christoph Hellwig
2020-03-26mm/hmm: remove the unused HMM_FAULT_ALLOW_RETRY flagChristoph Hellwig
2020-03-26mm/hmm: do not check pmd_protnone twice in hmm_vma_handle_pmd()Jason Gunthorpe
2020-03-26mm/hmm: add missing call to hmm_pte_need_fault in HMM_PFN_SPECIAL handlingJason Gunthorpe
2020-03-26mm/hmm: return -EFAULT when setting HMM_PFN_ERROR on requested valid pagesJason Gunthorpe
2020-03-26mm/hmm: reorganize how !pte_present is handled in hmm_vma_handle_pte()Jason Gunthorpe
2020-03-26mm/hmm: add missing call to hmm_range_need_fault() before returning EFAULTJason Gunthorpe