summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/memory.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-22kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov1-2/+2
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov1-1/+1
2020-12-22arm64: kasan: add arch layer for memory tagging helpersAndrey Konovalov1-0/+9
2020-11-12arm64: mm: don't assume struct page is always 64 bytesArd Biesheuvel1-3/+5
2020-11-09arm64: mm: tidy up top of kernel VA spaceArd Biesheuvel1-2/+2
2020-11-09arm64: mm: make vmemmap region a projection of the linear regionArd Biesheuvel1-8/+6
2020-11-09arm64: mm: extend linear region for 52-bit VA configurationsArd Biesheuvel1-7/+5
2020-10-15arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel1-3/+2
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon1-6/+11
2020-09-07arm64: get rid of TEXT_OFFSETArd Biesheuvel1-1/+1
2020-09-04arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas1-7/+11
2020-09-03arm64: mte: Use Normal Tagged attributes for the linear mapCatalin Marinas1-0/+1
2020-07-31Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas1-5/+6
2020-07-21arm64: Reduce the number of header files pulled into vmlinux.lds.SWill Deacon1-5/+6
2020-07-02arm64/panic: Unify all three existing notifier blocksAnshuman Khandual1-0/+1
2020-04-01arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel1-11/+1
2020-03-04arm64/mm: Enable memory hot removeAnshuman Khandual1-0/+1
2020-02-19arm64: memory: Add missing brackets to untagged_addr() macroWill Deacon1-1/+1
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas1-6/+0
2019-11-06arm64: mm: Remove MAX_USER_VA_BITS definitionBhupesh Sharma1-6/+0
2019-10-16arm64: tags: Preserve tags for addresses translated via TTBR1Will Deacon1-2/+8
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon1-65/+76
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland1-10/+10
2019-08-14arm64: memory: Cosmetic cleanupsWill Deacon1-12/+11
2019-08-14arm64: memory: Add comments to end of non-trivial #ifdef blocksWill Deacon1-6/+8
2019-08-14arm64: memory: Implement __tag_set() as common functionWill Deacon1-7/+7
2019-08-14arm64: memory: Simplify _VA_START and _PAGE_OFFSET definitionsWill Deacon1-4/+2
2019-08-14arm64: memory: Simplify virt_to_page() implementationWill Deacon1-1/+1
2019-08-14arm64: memory: Rewrite default page_to_virt()/virt_to_page()Will Deacon1-11/+10
2019-08-14arm64: memory: Ensure address tag is masked in conversion macrosWill Deacon1-2/+3
2019-08-14arm64: memory: Fix virt_addr_valid() using __is_lm_address()Will Deacon1-8/+8
2019-08-09arm64: mm: Really fix sparse warning in untagged_addr()Will Deacon1-1/+1
2019-08-09arm64: mm: Simplify definition of virt_addr_valid()Will Deacon1-4/+2
2019-08-09arm64: mm: Remove vabits_userSteve Capper1-3/+0
2019-08-09arm64: mm: Introduce 52-bit Kernel VAsSteve Capper1-3/+4
2019-08-09arm64: mm: Modify calculation of VMEMMAP_SIZESteve Capper1-1/+8
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper1-5/+6
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper1-1/+8
2019-08-09arm64: kasan: Switch to using KASAN_SHADOW_OFFSETSteve Capper1-3/+5
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper1-4/+4
2019-08-09arm64: mm: Remove bit-masking optimisations for PAGE_OFFSET and VMEMMAP_STARTSteve Capper1-6/+5
2019-08-06arm64: untag user pointers in access_ok and __uaccess_mask_ptrAndrey Konovalov1-1/+1
2019-08-01arm64/mm: fix variable 'tag' set but not usedQian Cai1-3/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2019-04-16arm64: mm: check virtual addr in virt_to_page() if CONFIG_DEBUG_VIRTUAL=yMiles Chen1-1/+1
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+3
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin1-4/+0
2019-02-28arm64: avoid clang warning about self-assignmentArnd Bergmann1-2/+3
2019-02-16arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve tableArd Biesheuvel1-0/+11