aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/memory.h
AgeCommit message (Expand)Author
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
2014-05-12arm64: introduce virt_to_pfnStefano Stabellini
2014-04-07arm64: add early_ioremap supportMark Salter
2013-12-19arm64: Correct virt_addr_validLaura Abbott
2013-11-05arm64: Use 42-bit address space with 64K pagesCatalin Marinas
2013-06-07arm64: KVM: define HYP and Stage-2 translation page flagsMarc Zyngier
2013-01-22arm64: Add simple earlyprintk supportCatalin Marinas
2012-09-17arm64: MMU definitionsCatalin Marinas