summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-02-217-59/+336
|\
| * Merge branch 'for-next/misc' into for-next/coreWill Deacon2021-02-123-12/+6
| |\
| | * arm64/ptdump:display the Linear Mapping start markerHailong Liu2021-02-021-0/+1
| | * arm64: Include linux/io.h in mm/mmap.cWill Deacon2021-01-271-0/+1
| | * arm64: mm: Remove unused header fileShaokun Zhang2021-01-271-12/+2
| | * arm64/mm: Add warning for outside range requests in vmemmap_populate()Anshuman Khandual2021-01-201-0/+2
| * | Merge branch 'for-next/kexec' into for-next/coreWill Deacon2021-02-122-0/+325
| |\ \
| | * | arm64: trans_pgd: hibernate: idmap the single page that holds the copy page r...James Morse2021-01-271-0/+49
| | * | arm64: trans_pgd: pass NULL instead of init_mm to *_populate functionsPavel Tatashin2021-01-271-7/+7
| | * | arm64: trans_pgd: pass allocator trans_pgd_create_copyPavel Tatashin2021-01-271-19/+30
| | * | arm64: trans_pgd: make trans_pgd_map_page genericPavel Tatashin2021-01-271-8/+22
| | * | arm64: hibernate: move page handling function to new trans_pgd.cPavel Tatashin2021-01-272-0/+251
| | |/
| * | Merge branch 'for-next/errata' into for-next/coreWill Deacon2021-02-121-32/+0
| |\ \
| | * | arm64: entry: consolidate Cortex-A76 erratum 1463225 workaroundMark Rutland2021-02-081-32/+0
| | |/
| * | Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon2021-02-122-14/+4
| |\ \
| | * | arm64: cpufeatures: Allow disabling of BTI from the command-lineMarc Zyngier2021-02-091-1/+1
| | * | arm64: Turn the MMU-on sequence into a macroMarc Zyngier2021-02-081-11/+1
| | * | arm64: Fix outdated TCR setup commentMarc Zyngier2021-02-081-2/+2
| | |/
| * / mm/arm64: Correct obsolete comment in do_page_fault()Miaohe Lin2021-02-051-1/+1
| |/
* | arm64: Do not pass tagged addresses to __is_lm_address()Catalin Marinas2021-02-021-1/+1
* | kasan, arm64: fix pointer tags in KASAN reportsAndrey Konovalov2021-01-181-3/+4
|/
* arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas2021-01-121-15/+18
* arm64: kasan: Set TCR_EL1.TBID1 when KASAN_HW_TAGS is enabledCatalin Marinas2021-01-051-1/+1
* arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMANicolas Saenz Julienne2021-01-041-1/+1
* 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
| |/ / /