summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* kasan, arm64: print report from tag fault handlerAndrey Konovalov2020-12-221-0/+14
* kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov2020-12-221-3/+3
* arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino2020-12-221-3/+20
* arm64: mte: add in-kernel tag fault handlerVincenzo Frascino2020-12-221-0/+45
* arm64: mte: reset the page tag in page->flagsVincenzo Frascino2020-12-222-0/+18
* kasan, arm64: rename kasan_init_tags and mark as __initAndrey Konovalov2020-12-221-1/+1
* kasan, arm64: move initialization messageAndrey Konovalov2020-12-221-8/+5
* kasan, arm64: only use kasan_depth for software modesAndrey Konovalov2020-12-221-3/+8
* kasan, arm64: only init shadow for software modesAndrey Konovalov2020-12-221-1/+14
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-12-181-0/+3
|\
| * arm64: Warn the user when a small VA_BITS value wastes memoryMarc Zyngier2020-12-151-0/+3
* | Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-181-21/+0
|\ \
| * \ Add and use a generic version of devmem_is_allowed()Palmer Dabbelt2020-12-111-21/+0
| |\ \
| | * | arm64: Use the generic devmem_is_allowed()Palmer Dabbelt2020-12-111-21/+0
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-152-70/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | arch, mm: make kernel_page_present() always availableMike Rapoport2020-12-151-3/+1
| * | | arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport2020-12-151-2/+6
| * | | arm, arm64: move free_unused_memmap() to generic mmMike Rapoport2020-12-151-68/+0
* | | | Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2020-12-092-25/+17
|\| | |
| * | | arm64: entry: fix EL1 debug transitionsMark Rutland2020-11-301-25/+0
| * | | arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland2020-11-301-11/+11
| * | | arm64/mm: Validate hotplug range before creating linear mappingAnshuman Khandual2020-11-131-0/+17
* | | | Merge branch 'for-next/misc' into for-next/coreCatalin Marinas2020-12-092-4/+7
|\ \ \ \
| * | | | kasan: arm64: set TCR_EL1.TBID1 when enabledPeter Collingbourne2020-11-251-1/+1
| * | | | arm64/mm: add fallback option to allocate virtually contiguous memorySudarshan Rajagopalan2020-11-171-2/+5
| * | | | arm64: consistently use reserved_pg_dirMark Rutland2020-11-101-1/+1
| |/ / /
* | | | Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas2020-12-092-6/+1
|\ \ \ \
| * | | | arm64: uaccess: remove set_fs()Mark Rutland2020-12-021-5/+0
| * | | | arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland2020-12-021-1/+1
| |/ / /
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*---------. \ \ \ Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas2020-12-0914-160/+503
|\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| | | | | | * | arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne2020-11-231-33/+50
| | | |_|_|/ / | | |/| | | |
| | | | | * | arm64: mm: Set ZONE_DMA size based on early IORT scanArd Biesheuvel2020-11-201-1/+4
| | | | | * | arm64: mm: Set ZONE_DMA size based on devicetree's dma-rangesNicolas Saenz Julienne2020-11-201-3/+3
| | | | | * | arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()Nicolas Saenz Julienne2020-11-201-5/+2
| | | | | * | arm64: mm: Move reserve_crashkernel() into mem_init()Nicolas Saenz Julienne2020-11-201-2/+6
| | | | | * | arm64: Force NO_BLOCK_MAPPINGS if crashkernel reservation is requiredCatalin Marinas2020-11-201-21/+16
| | | | | * | arm64: Ignore any DMA offsets in the max_zone_phys() calculationCatalin Marinas2020-11-191-5/+12
| | | |_|/ / | | |/| | |
| | | | * | arm64: omit [_text, _stext) from permanent kernel mappingArd Biesheuvel2020-11-172-6/+6
| | | |/ / | | |/| |
| | | * | arm64/mm/hotplug: Ensure early memory sections are all onlineAnshuman Khandual2020-11-101-0/+48
| | | * | arm64/mm/hotplug: Enable MEM_OFFLINE event handlingAnshuman Khandual2020-11-101-2/+32
| | | * | arm64/mm/hotplug: Register boot memory hot remove notifier earlierAnshuman Khandual2020-11-101-2/+11
| | | * | arm64: mm: account for hotplug memory when randomizing the linear regionArd Biesheuvel2020-11-101-5/+8
| | |/ /
| * | | arm64: mm: don't assume struct page is always 64 bytesArd Biesheuvel2020-11-121-2/+0
| * | | arm64: mm: make vmemmap region a projection of the linear regionArd Biesheuvel2020-11-091-0/+2
| * | | arm64: mm: extend linear region for 52-bit VA configurationsArd Biesheuvel2020-11-091-1/+1
| |/ /
| * / arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring2020-10-291-1/+1
| |/
| * treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
| * Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-231-20/+10
| |\
| | * arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel2020-10-151-20/+10
| * | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-152-3/+4
| |\ \