summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/memory.h
AgeCommit message (Expand)AuthorFilesLines
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-15treewide: 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-06kasan: 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
2018-12-29Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+0
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov1-1/+7
2018-12-28kasan, arm64: untag address in _virt_addr_is_linearAndrey Konovalov1-3/+4
2018-12-28kasan: add tag related helper functionsAndrey Konovalov1-0/+12
2018-12-28arm64: move untagged_addr macro from uaccess.h to memory.hAndrey Konovalov1-0/+8
2018-12-28kasan, arm64: adjust shadow size for tag-based modeAndrey Konovalov1-5/+3
2018-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+4
2018-12-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+15
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+0
2018-12-15mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe1-9/+0
2018-12-13arm64: expose user PAC bit positions via ptraceMark Rutland1-0/+3
2018-12-12arm64: mm: Introduce MAX_USER_VA_BITS definitionWill Deacon1-0/+6
2018-12-10arm64: kasan: Increase stack size for KASAN_EXTRAQian Cai1-1/+6
2018-12-05arm64/bpf: don't allocate BPF JIT programs in module memoryArd Biesheuvel1-1/+4
2018-11-27of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli1-8/+0
2018-07-09arm64: KVM: Add support for Stage-2 control of memory types and cacheabilityMarc Zyngier1-0/+7
2018-04-11linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada1-6/+0
2018-02-07kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov1-1/+2
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-15/+0
2017-10-04arm64: Use larger stacks when KASAN is selectedMark Rutland1-3/+6
2017-10-02arm64: move TASK_* definitions to <asm/processor.h>Yury Norov1-15/+0
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas1-0/+53
2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland1-0/+2
2017-08-15arm64: add basic VMAP_STACK supportMark Rutland1-1/+22
2017-08-15arm64: move SEGMENT_ALIGN to <asm/memory.h>Mark Rutland1-0/+19
2017-08-15arm64: clean up irq stack definitionsMark Rutland1-0/+2
2017-08-15arm64: clean up THREAD_* definitionsMark Rutland1-0/+8
2017-08-15arm64: factor out PAGE_* and CONT_* definitionsMark Rutland1-0/+1
2017-08-04arm64: avoid overflow in VA_START and PAGE_OFFSETNick Desaulniers1-2/+4
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-20/+46
2017-01-18arm64: mm: avoid name clash in __page_to_voff()Oleksandr Andrushchenko1-1/+1
2017-01-12arm64: Add support for CONFIG_DEBUG_VIRTUALLaura Abbott1-3/+28
2017-01-12arm64: Use __pa_symbol for kernel symbolsLaura Abbott1-0/+1
2017-01-12arm64: Add cast for virt_to_pfnLaura Abbott1-1/+1