summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/hmm: return the fault type from hmm_pte_need_fault()Jason Gunthorpe2020-03-271-102/+81
* mm/hmm: remove pgmap checking for devmap pagesJason Gunthorpe2020-03-271-48/+2
* mm/hmm: check the device private page owner in hmm_range_fault()Christoph Hellwig2020-03-261-1/+9
* mm: simplify device private page handling in hmm_range_faultChristoph Hellwig2020-03-261-20/+5
* mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig2020-03-261-3/+6
* memremap: add an owner field to struct dev_pagemapChristoph Hellwig2020-03-261-0/+4
* mm: merge hmm_vma_do_fault into into hmm_vma_walk_hole_Christoph Hellwig2020-03-261-34/+16
* mm/hmm: don't handle the non-fault case in hmm_vma_walk_hole_()Christoph Hellwig2020-03-261-19/+18
* mm/hmm: simplify hmm_vma_walk_hugetlb_entry()Christoph Hellwig2020-03-261-10/+3
* mm/hmm: remove the unused HMM_FAULT_ALLOW_RETRY flagChristoph Hellwig2020-03-261-7/+0
* mm/hmm: do not check pmd_protnone twice in hmm_vma_handle_pmd()Jason Gunthorpe2020-03-261-1/+1
* mm/hmm: add missing call to hmm_pte_need_fault in HMM_PFN_SPECIAL handlingJason Gunthorpe2020-03-261-7/+12
* mm/hmm: return -EFAULT when setting HMM_PFN_ERROR on requested valid pagesJason Gunthorpe2020-03-261-17/+21
* mm/hmm: reorganize how !pte_present is handled in hmm_vma_handle_pte()Jason Gunthorpe2020-03-261-20/+15
* mm/hmm: add missing call to hmm_range_need_fault() before returning EFAULTJason Gunthorpe2020-03-261-11/+8
* mm/hmm: add missing pfns set to hmm_vma_walk_pmd()Jason Gunthorpe2020-03-261-1/+1
* mm/hmm: do not call hmm_vma_walk_hole() while holding a spinlockJason Gunthorpe2020-03-261-7/+7
* mm/hmm: add missing unmaps of the ptep during hmm_vma_handle_pte()Jason Gunthorpe2020-03-261-2/+6
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-02-212-5/+0
|\
| * mm: Avoid creating virtual address aliases in brk()/mmap()/mremap()Catalin Marinas2020-02-202-5/+0
* | mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEMWei Yang2020-02-211-1/+1
* | mm/vmscan.c: don't round up scan size for online memory cgroupGavin Shan2020-02-211-3/+6
* | mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps()Vasily Averin2020-02-211-1/+3
* | mm/swapfile.c: fix a comment in sys_swapon()Christoph Hellwig2020-02-211-1/+1
|/
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-22/+18
|\
| * tmpfs: switch to use of invalfc()Al Viro2020-02-071-3/+3
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-8/+4
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
| * fold struct fs_parameter_enum into struct constant_tableAl Viro2020-02-071-1/+1
| * fs_parse: get rid of ->enumsAl Viro2020-02-071-10/+11
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-02-081-4/+7
|\ \
| * | fs: Enable bmap() function to properly return errorsCarlos Maiolino2020-02-031-4/+7
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-02-0415-252/+514
|\ \ \
| * | | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-042-15/+14
| * | | asm-generic/tlb: provide MMU_GATHER_TABLE_FREEPeter Zijlstra2020-02-041-32/+88
| * | | asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHERPeter Zijlstra2020-02-041-5/+5
| * | | asm-generic/tlb: rename HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2020-02-041-2/+2
| * | | asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra2020-02-042-5/+5
| * | | mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra2020-02-041-8/+8
| * | | x86: mm: avoid allocating struct mm_struct on the stackSteven Price2020-02-042-3/+8
| * | | mm: ptdump: reduce level numbers by 1 in note_page()Steven Price2020-02-041-8/+8
| * | | mm: add generic ptdumpSteven Price2020-02-043-0/+161
| * | | mm: pagewalk: add 'depth' parameter to pte_holeSteven Price2020-02-044-12/+33
| * | | mm: pagewalk: fix termination condition in walk_pte_range()Steven Price2020-02-041-2/+2
| * | | mm: pagewalk: don't lock PTEs for walk_page_range_novma()Steven Price2020-02-041-7/+28
| * | | mm: pagewalk: allow walking without vmaSteven Price2020-02-041-8/+32
| * | | mm: pagewalk: add p4d_entry() and pgd_entry()Steven Price2020-02-042-41/+67
| * | | mm: remove __kreallocFlorian Westphal2020-02-041-22/+0
| * | | mm/memory_hotplug: drop valid_start/valid_end from test_pages_in_a_zone()David Hildenbrand2020-02-041-22/+9
| * | | mm/memory_hotplug: cleanup __remove_pages()David Hildenbrand2020-02-041-11/+6