summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/memory.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel2020-10-151-3/+2
* Merge branch 'for-next/mte' into for-next/coreWill Deacon2020-10-021-6/+11
|\
| * arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas2020-09-041-7/+11
| * arm64: mte: Use Normal Tagged attributes for the linear mapCatalin Marinas2020-09-031-0/+1
* | arm64: get rid of TEXT_OFFSETArd Biesheuvel2020-09-071-1/+1
|/
* Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas2020-07-311-5/+6
|\
| * arm64: Reduce the number of header files pulled into vmlinux.lds.SWill Deacon2020-07-211-5/+6
* | arm64/panic: Unify all three existing notifier blocksAnshuman Khandual2020-07-021-0/+1
|/
* arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel2020-04-011-11/+1
* arm64/mm: Enable memory hot removeAnshuman Khandual2020-03-041-0/+1
* arm64: memory: Add missing brackets to untagged_addr() macroWill Deacon2020-02-191-1/+1
*-. Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas2019-11-081-6/+0
|\ \
| | * arm64: mm: Remove MAX_USER_VA_BITS definitionBhupesh Sharma2019-11-061-6/+0
| |/
* / arm64: tags: Preserve tags for addresses translated via TTBR1Will Deacon2019-10-161-2/+8
|/
*---. Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon2019-08-301-65/+76
|\ \ \
| | | * arm64: mm: Really fix sparse warning in untagged_addr()Will Deacon2019-08-091-1/+1
| | | * arm64: untag user pointers in access_ok and __uaccess_mask_ptrAndrey Konovalov2019-08-061-1/+1
| |_|/ |/| |
| * | arm64: memory: rename VA_START to PAGE_ENDMark Rutland2019-08-141-10/+10
| * | arm64: memory: Cosmetic cleanupsWill Deacon2019-08-141-12/+11
| * | arm64: memory: Add comments to end of non-trivial #ifdef blocksWill Deacon2019-08-141-6/+8
| * | arm64: memory: Implement __tag_set() as common functionWill Deacon2019-08-141-7/+7
| * | arm64: memory: Simplify _VA_START and _PAGE_OFFSET definitionsWill Deacon2019-08-141-4/+2
| * | arm64: memory: Simplify virt_to_page() implementationWill Deacon2019-08-141-1/+1
| * | arm64: memory: Rewrite default page_to_virt()/virt_to_page()Will Deacon2019-08-141-11/+10
| * | arm64: memory: Ensure address tag is masked in conversion macrosWill Deacon2019-08-141-2/+3
| * | arm64: memory: Fix virt_addr_valid() using __is_lm_address()Will Deacon2019-08-141-8/+8
| * | arm64: mm: Simplify definition of virt_addr_valid()Will Deacon2019-08-091-4/+2
| * | arm64: mm: Remove vabits_userSteve Capper2019-08-091-3/+0
| * | arm64: mm: Introduce 52-bit Kernel VAsSteve Capper2019-08-091-3/+4
| * | arm64: mm: Modify calculation of VMEMMAP_SIZESteve Capper2019-08-091-1/+8
| * | arm64: mm: Introduce vabits_actualSteve Capper2019-08-091-5/+6
| * | arm64: mm: Introduce VA_BITS_MINSteve Capper2019-08-091-1/+8
| * | arm64: kasan: Switch to using KASAN_SHADOW_OFFSETSteve Capper2019-08-091-3/+5
| * | arm64: mm: Flip kernel VA spaceSteve Capper2019-08-091-4/+4
| * | arm64: mm: Remove bit-masking optimisations for PAGE_OFFSET and VMEMMAP_STARTSteve Capper2019-08-091-6/+5
|/ /
* / arm64/mm: fix variable 'tag' set but not usedQian Cai2019-08-011-3/+7
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-141-1/+1
* arm64: mm: check virtual addr in virt_to_page() if CONFIG_DEBUG_VIRTUAL=yMiles Chen2019-04-161-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-2/+3
|\
| * arm64: avoid clang warning about self-assignmentArnd Bergmann2019-02-281-2/+3
* | kasan: remove use after scope bugs detection.Andrey Ryabinin2019-03-051-4/+0
* | arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve tableArd Biesheuvel2019-02-161-0/+11
|/
* Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-281-8/+0
|\
| * of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli2018-11-261-8/+0
* | kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov2018-12-281-1/+7
* | kasan, arm64: untag address in _virt_addr_is_linearAndrey Konovalov2018-12-281-3/+4
* | kasan: add tag related helper functionsAndrey Konovalov2018-12-281-0/+12
* | arm64: move untagged_addr macro from uaccess.h to memory.hAndrey Konovalov2018-12-281-0/+8
* | kasan, arm64: adjust shadow size for tag-based modeAndrey Konovalov2018-12-281-5/+3