summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds7-59/+336
2021-02-12Merge branch 'for-next/misc' into for-next/coreWill Deacon3-12/+6
2021-02-12Merge branch 'for-next/kexec' into for-next/coreWill Deacon2-0/+325
2021-02-12Merge branch 'for-next/errata' into for-next/coreWill Deacon1-32/+0
2021-02-12Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon2-14/+4
2021-02-09arm64: cpufeatures: Allow disabling of BTI from the command-lineMarc Zyngier1-1/+1
2021-02-08arm64: entry: consolidate Cortex-A76 erratum 1463225 workaroundMark Rutland1-32/+0
2021-02-08arm64: Turn the MMU-on sequence into a macroMarc Zyngier1-11/+1
2021-02-08arm64: Fix outdated TCR setup commentMarc Zyngier1-2/+2
2021-02-05mm/arm64: Correct obsolete comment in do_page_fault()Miaohe Lin1-1/+1
2021-02-02arm64/ptdump:display the Linear Mapping start markerHailong Liu1-0/+1
2021-02-02arm64: Do not pass tagged addresses to __is_lm_address()Catalin Marinas1-1/+1
2021-01-27arm64: trans_pgd: hibernate: idmap the single page that holds the copy page r...James Morse1-0/+49
2021-01-27arm64: trans_pgd: pass NULL instead of init_mm to *_populate functionsPavel Tatashin1-7/+7
2021-01-27arm64: trans_pgd: pass allocator trans_pgd_create_copyPavel Tatashin1-19/+30
2021-01-27arm64: trans_pgd: make trans_pgd_map_page genericPavel Tatashin1-8/+22
2021-01-27arm64: hibernate: move page handling function to new trans_pgd.cPavel Tatashin2-0/+251
2021-01-27arm64: Include linux/io.h in mm/mmap.cWill Deacon1-0/+1
2021-01-26arm64: mm: Remove unused header fileShaokun Zhang1-12/+2
2021-01-20arm64/mm: Add warning for outside range requests in vmemmap_populate()Anshuman Khandual1-0/+2
2021-01-18kasan, arm64: fix pointer tags in KASAN reportsAndrey Konovalov1-3/+4
2021-01-12arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas1-15/+18
2021-01-05arm64: kasan: Set TCR_EL1.TBID1 when KASAN_HW_TAGS is enabledCatalin Marinas1-1/+1
2021-01-04arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMANicolas Saenz Julienne1-1/+1
2020-12-22kasan, arm64: print report from tag fault handlerAndrey Konovalov1-0/+14
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov1-3/+3
2020-12-22arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino1-3/+20
2020-12-22arm64: mte: add in-kernel tag fault handlerVincenzo Frascino1-0/+45
2020-12-22arm64: mte: reset the page tag in page->flagsVincenzo Frascino2-0/+18
2020-12-22kasan, arm64: rename kasan_init_tags and mark as __initAndrey Konovalov1-1/+1
2020-12-22kasan, arm64: move initialization messageAndrey Konovalov1-8/+5
2020-12-22kasan, arm64: only use kasan_depth for software modesAndrey Konovalov1-3/+8
2020-12-22kasan, arm64: only init shadow for software modesAndrey Konovalov1-1/+14
2020-12-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+3
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-21/+0
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-70/+4
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport1-3/+1
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport1-2/+6
2020-12-15arm, arm64: move free_unused_memmap() to generic mmMike Rapoport1-68/+0
2020-12-15arm64: Warn the user when a small VA_BITS value wastes memoryMarc Zyngier1-0/+3
2020-12-11Add and use a generic version of devmem_is_allowed()Palmer Dabbelt1-21/+0
2020-12-11arm64: Use the generic devmem_is_allowed()Palmer Dabbelt1-21/+0
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2-25/+17
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas2-4/+7
2020-12-09Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas2-6/+1
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas14-160/+503
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland1-5/+0
2020-12-02arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland1-1/+1
2020-11-30arm64: entry: fix EL1 debug transitionsMark Rutland1-25/+0
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland1-11/+11