summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-234-24/+38
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-14/+25
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * acl: handle idmapped mountsChristian Brauner2021-01-241-1/+2
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-243-3/+5
| * fs: add file and path permissions helpersChristian Brauner2021-01-243-3/+3
* | Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds2021-02-231-15/+21
|\ \
| * | percpu: fix clang modpost section mismatchDennis Zhou2021-02-141-1/+1
| * | percpu: reduce the number of cpu distance comparisonsWonhyuk Yang2021-02-141-14/+20
* | | Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...Linus Torvalds2021-02-224-247/+43
|\ \ \
| * | | mm: Close race in generic_access_physDaniel Vetter2021-01-121-3/+43
| * | | media: videobuf2: Move frame_vector into media subsystemDaniel Vetter2021-01-123-225/+0
| * | | mm/frame-vector: Use FOLL_LONGTERMDaniel Vetter2021-01-121-36/+17
* | | | Merge tag 'memblock-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-221-5/+1
|\ \ \ \
| * | | | mm: memblock: remove return value of memblock_free_all()Daeseok Youn2021-01-141-5/+1
| |/ / /
* | | | Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-211-3/+0
|\ \ \ \
| * | | | mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy2021-02-121-3/+0
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-211-5/+36
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-02-129-21/+28
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | mm: provide a saner PTE walking API for modulesPaolo Bonzini2021-02-091-5/+36
| | |_|/ | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-02-216-217/+242
|\ \ \ \
| * | | | mm: filemap: Fix microblaze build failure with 'mmu_defconfig'Will Deacon2021-02-101-0/+1
| * | | | mm/nommu: Fix return type of filemap_map_pages()Geert Uytterhoeven2021-01-281-1/+2
| * | | | mm: Use static initialisers for immutable fields of 'struct vm_fault'Will Deacon2021-01-212-8/+9
| * | | | mm: Avoid modifying vmf.address in __collapse_huge_page_swapin()Will Deacon2021-01-211-19/+18
| * | | | mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULTWill Deacon2021-01-212-19/+12
| * | | | mm: Allow architectures to request 'old' entries when prefaultingWill Deacon2021-01-202-5/+29
| * | | | mm: Cleanup faultaround and finish_fault() codepathsKirill A. Shutemov2021-01-202-185/+191
| | |/ / | |/| |
* | | | Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-216-47/+36
|\ \ \ \
| * | | | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon2021-01-296-36/+16
| * | | | tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()Will Deacon2021-01-292-3/+15
| * | | | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon2021-01-296-14/+11
* | | | | Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-217-0/+197
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2021-02-127-0/+197
| |\ \ \ \ \
| | * | | | | mm: Make mem_obj_dump() vmalloc() dumps include start and lengthPaul E. McKenney2021-01-221-1/+2
| | * | | | | mm: Make mem_dump_obj() handle vmalloc() memoryPaul E. McKenney2021-01-222-6/+20
| | * | | | | mm: Make mem_dump_obj() handle NULL and zero-sized pointersPaul E. McKenney2021-01-221-1/+6
| | * | | | | mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney2021-01-226-0/+177
* | | | | | | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-212-66/+17
|\ \ \ \ \ \ \
| * | | | | | | mm: simplify swapdev_blockChristoph Hellwig2021-02-101-27/+3
| * | | | | | | mm: only make map_swap_entry available for CONFIG_HIBERNATIONJens Axboe2021-01-271-1/+5
| * | | | | | | mm: remove get_swap_bioChristoph Hellwig2021-01-272-42/+13
| * | | | | | | block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-1011-78/+112
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | mm, slub: better heuristic for number of cpus when calculating slab orderVlastimil Babka2021-02-101-2/+16
| * | | | | | Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"Johannes Weiner2021-02-091-3/+2
| * | | | | | mm/mremap: fix BUILD_BUG_ON() error in get_extentArnd Bergmann2021-02-091-2/+3
| * | | | | | kasan: fix stack traces dependency for HW_TAGSAndrey Konovalov2021-02-091-6/+2
| | |_|_|_|/ | |/| | | |
| * | | | | mm: hugetlb: fix missing put_page in gather_surplus_pages()Muchun Song2021-02-051-1/+4