summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/kernel-pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-16arm64: kernel: Create initial ID map from C codeArd Biesheuvel1-27/+23
2024-02-16arm64: pgtable: Decouple PGDIR size macros from PGD/PUD/PMD levelsArd Biesheuvel1-46/+19
2024-02-16arm64: mm: Use 48-bit virtual addressing for the permanent ID mapArd Biesheuvel1-0/+3
2024-02-16arm64: head: allocate more pages for the kernel mappingArd Biesheuvel1-1/+10
2023-12-12arm64: mm: Take potential load offset into account when KASLR is offArd Biesheuvel1-21/+6
2023-08-04arm64: fix build warning for ARM64_MEMSTART_SHIFTZhang Jianhua1-27/+0
2023-06-06arm64: add PTE_UXN/PTE_WRITE to SWAPPER_*_FLAGSJoey Gouly1-4/+4
2023-04-11arm64: mm: always map fixmap at page granularityMark Rutland1-1/+4
2022-11-08arm64/mm: Drop ARM64_KERNEL_USES_PMD_MAPSAnshuman Khandual1-8/+3
2022-09-01arm64: mm: Reserve enough pages for the initial ID mapArd Biesheuvel1-13/+13
2022-06-24arm64: head: create a temporary FDT mapping in the initial ID mapArd Biesheuvel1-2/+4
2022-06-24arm64: head: cover entire kernel image in initial ID mapArd Biesheuvel1-5/+11
2021-08-24arm64: head: avoid over-mapping in map_memoryMark Rutland1-2/+2
2021-06-21arm64/mm: Rename ARM64_SWAPPER_USES_SECTION_MAPSAnshuman Khandual1-5/+5
2021-06-15arm64/mm: Drop SECTION_[SHIFT|SIZE|MASK]Anshuman Khandual1-2/+2
2021-06-15arm64/mm: Use CONT_PMD_SHIFT for ARM64_MEMSTART_SHIFTAnshuman Khandual1-1/+1
2021-06-15arm64/mm: Drop SWAPPER_INIT_MAP_SIZEAnshuman Khandual1-3/+0
2021-04-23arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas1-1/+1
2020-11-10arm64: consistently use reserved_pg_dirMark Rutland1-6/+0
2020-09-07arm64: get rid of TEXT_OFFSETArd Biesheuvel1-1/+1
2020-07-21arm64: Reduce the number of header files pulled into vmlinux.lds.SWill Deacon1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2018-09-25arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao1-1/+1
2018-02-07arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()Will Deacon1-10/+2
2018-01-14arm64: Extend early page table code to allow for larger kernelsSteve Capper1-1/+46
2017-12-11arm64: mm: Use non-global mappings for kernel spaceWill Deacon1-2/+10
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas1-0/+7
2016-04-14arm64: choose memstart_addr based on minimum sparsemem section alignmentArd Biesheuvel1-3/+18
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel1-0/+12
2015-10-19arm64: Calculate size for idmap_pg_dir at compile timeSuzuki K. Poulose1-2/+5
2015-10-19arm64: Handle section maps for swapper/idmapSuzuki K. Poulose1-11/+26
2015-10-19arm64: Move swapper pagetable definitionsSuzuki K. Poulose1-0/+65