aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/memory.h
AgeCommit message (Expand)Author
2019-08-25arm64/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
2018-02-06kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-10-04arm64: Use larger stacks when KASAN is selectedMark Rutland
2017-10-02arm64: move TASK_* definitions to <asm/processor.h>Yury Norov
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas
2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland
2017-08-15arm64: add basic VMAP_STACK supportMark Rutland
2017-08-15arm64: move SEGMENT_ALIGN to <asm/memory.h>Mark Rutland
2017-08-15arm64: clean up irq stack definitionsMark Rutland
2017-08-15arm64: clean up THREAD_* definitionsMark Rutland
2017-08-15arm64: factor out PAGE_* and CONT_* definitionsMark Rutland
2017-08-04arm64: avoid overflow in VA_START and PAGE_OFFSETNick Desaulniers
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-01-18arm64: mm: avoid name clash in __page_to_voff()Oleksandr Andrushchenko
2017-01-12arm64: Add support for CONFIG_DEBUG_VIRTUALLaura Abbott
2017-01-12arm64: Use __pa_symbol for kernel symbolsLaura Abbott
2017-01-12arm64: Add cast for virt_to_pfnLaura Abbott
2017-01-12arm64: Move some macros under #ifndef __ASSEMBLY__Laura Abbott
2016-12-20arm64: setup: introduce kaslr_offset()Alexander Popov
2016-10-26arm64: mm: fix __page_to_voff definitionNeeraj Upadhyay
2016-09-22arm64: Correctly bounds check virt_addr_validLaura Abbott
2016-06-03arm64: update stale PAGE_OFFSET commentMark Rutland
2016-04-28arm64: Promote KERNEL_START/KERNEL_END definitions to a header fileJames Morse
2016-04-14arm64: mm: restrict virt_to_page() to the linear mappingArd Biesheuvel
2016-04-14arm64: mm: move vmemmap region right below the linear regionArd Biesheuvel