summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/memory.h
AgeCommit message (Expand)Author
2020-02-19arm64: memory: Add missing brackets to untagged_addr() macroWill Deacon
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas
2019-11-06arm64: mm: Remove MAX_USER_VA_BITS definitionBhupesh Sharma
2019-10-16arm64: tags: Preserve tags for addresses translated via TTBR1Will Deacon
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland
2019-08-14arm64: memory: Cosmetic cleanupsWill Deacon
2019-08-14arm64: memory: Add comments to end of non-trivial #ifdef blocksWill Deacon
2019-08-14arm64: memory: Implement __tag_set() as common functionWill Deacon
2019-08-14arm64: memory: Simplify _VA_START and _PAGE_OFFSET definitionsWill Deacon
2019-08-14arm64: memory: Simplify virt_to_page() implementationWill Deacon
2019-08-14arm64: memory: Rewrite default page_to_virt()/virt_to_page()Will Deacon
2019-08-14arm64: memory: Ensure address tag is masked in conversion macrosWill Deacon
2019-08-14arm64: memory: Fix virt_addr_valid() using __is_lm_address()Will Deacon
2019-08-09arm64: mm: Really fix sparse warning in untagged_addr()Will Deacon
2019-08-09arm64: mm: Simplify definition of virt_addr_valid()Will Deacon
2019-08-09arm64: mm: Remove vabits_userSteve Capper
2019-08-09arm64: mm: Introduce 52-bit Kernel VAsSteve Capper
2019-08-09arm64: mm: Modify calculation of VMEMMAP_SIZESteve Capper
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper
2019-08-09arm64: kasan: Switch to using KASAN_SHADOW_OFFSETSteve Capper
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper
2019-08-09arm64: mm: Remove bit-masking optimisations for PAGE_OFFSET and VMEMMAP_STARTSteve Capper
2019-08-06arm64: untag user pointers in access_ok and __uaccess_mask_ptrAndrey Konovalov
2019-08-01arm64/mm: fix variable 'tag' set but not usedQian Cai
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada
2019-04-16arm64: mm: check virtual addr in virt_to_page() if CONFIG_DEBUG_VIRTUAL=yMiles Chen
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin
2019-02-28arm64: avoid clang warning about self-assignmentArnd Bergmann
2019-02-16arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve tableArd Biesheuvel
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov
2018-12-28kasan, arm64: untag address in _virt_addr_is_linearAndrey Konovalov
2018-12-28kasan: add tag related helper functionsAndrey Konovalov
2018-12-28arm64: move untagged_addr macro from uaccess.h to memory.hAndrey Konovalov
2018-12-28kasan, arm64: adjust shadow size for tag-based modeAndrey Konovalov
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-14mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe
2018-12-13arm64: expose user PAC bit positions via ptraceMark Rutland
2018-12-12arm64: mm: Introduce MAX_USER_VA_BITS definitionWill Deacon
2018-12-10arm64: kasan: Increase stack size for KASAN_EXTRAQian Cai
2018-12-05arm64/bpf: don't allocate BPF JIT programs in module memoryArd Biesheuvel
2018-11-26of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli
2018-07-09arm64: KVM: Add support for Stage-2 control of memory types and cacheabilityMarc Zyngier
2018-04-11linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada