summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/memory.h
AgeCommit message (Expand)Author
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
2016-02-29arm64: mm: treat memstart_addr as a signed quantityArd Biesheuvel
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel
2016-02-23arm64: mm: use bit ops rather than arithmetic in pa/va translationsArd Biesheuvel
2016-02-23arm64: mm: only perform memstart_addr sanity check if DEBUG_VMArd Biesheuvel
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel
2016-02-18arm64: defer __va translation of initrd_start and initrd_endArd Biesheuvel
2016-02-18arm64: move kernel image to base of vmalloc areaArd Biesheuvel
2016-02-18arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionArd Biesheuvel
2016-02-18arm64: add support for ioremap() block mappingsArd Biesheuvel
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-10-28arm64: remove bogus TASK_SIZE_64 checkArd Biesheuvel
2015-10-14Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar
2015-10-07arm64: introduce VA_START macro - the first kernel virtual address.Andrey Ryabinin
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-08-27mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.hChristoph Hellwig
2015-08-24arm64: set MAX_MEMBLOCK_ADDR according to linear region sizeArd Biesheuvel
2015-08-08arm64/mm: Add PROT_DEVICE_nGnRnE and PROT_NORMAL_WTJonathan (Zhixiong) Zhang
2015-01-23arm64: Fix overlapping VA allocationsMark Rutland
2014-12-09Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-11-13arm64: ARCH_PFN_OFFSET should be unsigned longNeil Zhang
2014-11-10arm64: Use include/asm-generic/io.hThierry Reding
2014-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-07-23arm64: Introduce VA_BITS and translation level optionsJungseok Lee
2014-07-08arm64: implement TASK_SIZE_OFColin Cross
2014-05-13Merge tag 'stable/for-linus-3.15-rc5-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds