aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/memory.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin 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/arm64/linuxLinus 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
2017-01-12arm64: Move some macros under #ifndef __ASSEMBLY__Laura Abbott1-19/+19
2016-12-20arm64: setup: introduce kaslr_offset()Alexander Popov1-0/+5
2016-10-26arm64: mm: fix __page_to_voff definitionNeeraj Upadhyay1-1/+1
2016-09-22arm64: Correctly bounds check virt_addr_validLaura Abbott1-2/+6
2016-06-03arm64: update stale PAGE_OFFSET commentMark Rutland1-1/+2
2016-04-28arm64: Promote KERNEL_START/KERNEL_END definitions to a header fileJames Morse1-0/+3
2016-04-14arm64: mm: restrict virt_to_page() to the linear mappingArd Biesheuvel1-1/+11
2016-04-14arm64: mm: move vmemmap region right below the linear regionArd Biesheuvel1-1/+17
2016-02-29arm64: mm: treat memstart_addr as a signed quantityArd Biesheuvel1-1/+1
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel1-1/+4
2016-02-23arm64: mm: use bit ops rather than arithmetic in pa/va translationsArd Biesheuvel1-3/+4
2016-02-23arm64: mm: only perform memstart_addr sanity check if DEBUG_VMArd Biesheuvel1-1/+3
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel1-8/+10
2016-02-18arm64: defer __va translation of initrd_start and initrd_endArd Biesheuvel1-0/+8
2016-02-18arm64: move kernel image to base of vmalloc areaArd Biesheuvel1-6/+15
2016-02-18arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionArd Biesheuvel1-2/+8
2016-02-18arm64: add support for ioremap() block mappingsArd Biesheuvel1-0/+6
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+2
2015-10-28arm64: remove bogus TASK_SIZE_64 checkArd Biesheuvel1-4/+0
2015-10-14Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar1-6/+8
2015-10-07arm64: introduce VA_START macro - the first kernel virtual address.Andrey Ryabinin1-0/+2
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-6/+0
2015-08-27mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.hChristoph Hellwig1-6/+0
2015-08-24arm64: set MAX_MEMBLOCK_ADDR according to linear region sizeArd Biesheuvel1-0/+8
2015-08-08arm64/mm: Add PROT_DEVICE_nGnRnE and PROT_NORMAL_WTJonathan (Zhixiong) Zhang1-0/+1
2015-01-23arm64: Fix overlapping VA allocationsMark Rutland1-1/+9
2014-12-09Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+2
2014-11-13arm64: ARCH_PFN_OFFSET should be unsigned longNeil Zhang1-1/+1
2014-11-10arm64: Use include/asm-generic/io.hThierry Reding1-0/+2
2014-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+1
2014-07-23arm64: Introduce VA_BITS and translation level optionsJungseok Lee1-5/+1
2014-07-08arm64: implement TASK_SIZE_OFColin Cross1-0/+2
2014-05-13Merge tag 'stable/for-linus-3.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+1
2014-05-12arm64: introduce virt_to_pfnStefano Stabellini1-0/+1
2014-04-07arm64: add early_ioremap supportMark Salter1-1/+1
2013-12-19arm64: Correct virt_addr_validLaura Abbott1-2/+1
2013-11-05arm64: Use 42-bit address space with 64K pagesCatalin Marinas1-3/+8