summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/memory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
*-. 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-151-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-061-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-291-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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-1/+4
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-9/+0
| |\ \
| * | | arm64/bpf: don't allocate BPF JIT programs in module memoryArd Biesheuvel2018-12-051-1/+4
| | |/ | |/|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-261-1/+15
|\ \ \ | |_|/ |/| |
| * | arm64: expose user PAC bit positions via ptraceMark Rutland2018-12-131-0/+3
| * | arm64: mm: Introduce MAX_USER_VA_BITS definitionWill Deacon2018-12-121-0/+6
| * | arm64: kasan: Increase stack size for KASAN_EXTRAQian Cai2018-12-101-1/+6
| |/
* / mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe2018-12-151-9/+0
|/
* arm64: KVM: Add support for Stage-2 control of memory types and cacheabilityMarc Zyngier2018-07-091-0/+7
* linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada2018-04-111-6/+0
* kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov2018-02-071-1/+2