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