summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/mmu.h
AgeCommit message (Expand)Author
2024-02-16arm64: mm: omit redundant remap of kernel imageArd Biesheuvel
2024-02-16arm64: mm: Make kaslr_requires_kpti() a static inlineArd Biesheuvel
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_UNMAP_KERNEL_AT_EL0Mark Rutland
2023-07-27arm64: Remove unsued extern declaration init_mem_pgprot()YueHaibing
2023-04-11arm64: mm: move fixmap code to its own fileMark Rutland
2021-12-06arm64: Add missing include of asm/cpufeature.h to asm/mmu.hWill Deacon
2021-08-06arm64: mm: Fix TLBI vs ASID rolloverWill Deacon
2020-11-16KVM: arm64: Move BP hardening helpers into spectre.hWill Deacon
2020-10-02Merge branch 'for-next/ghostbusters' into for-next/coreWill Deacon
2020-09-29arm64: Rename ARM64_HARDEN_BRANCH_PREDICTOR to ARM64_SPECTRE_V2Will Deacon
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon
2020-09-28arm64: mm: Pin down ASIDs for sharing mm with devicesJean-Philippe Brucker
2020-07-05KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil
2020-06-23arm64: compat: Allow 32-bit vdso and sigpage to co-existWill Deacon
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-03-25Merge branch 'for-next/asm-annotations' into for-next/coreCatalin Marinas
2020-03-19arm64: kpti: Fix "kpti=off" when KASLR is enabledWill Deacon
2020-03-09arm64: kvm: Modernize annotation for __bp_harden_hyp_vecsMark Brown
2020-02-28arm64: Update comment for ASID() macroWill Deacon
2020-01-15arm64: Use a variable to store non-global mappings decisionMark Brown
2020-01-15arm64: Don't use KPTI where we have E0PDMark Brown
2020-01-15arm64: Factor out checks for KASLR in KPTI code into separate functionMark Brown
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-01-21arm64: Remove asm/memblock.hWill Deacon
2019-01-16arm64: kpti: Update arm64_kernel_use_ng_mappings() when forced onJames Morse
2019-01-10arm64: kpti: Avoid rewriting early page tables when KASLR is enabledWill Deacon
2018-09-25arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao
2018-03-19arm64: KVM: Allow mapping of vectors outside of the RAM regionMarc Zyngier
2018-03-19arm64: Make BP hardening slot counter availableMarc Zyngier
2018-01-14arm64: sdei: Add trampoline code for remapping the kernelJames Morse
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon
2017-12-11arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon
2017-12-11arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon
2017-12-11arm64: mm: Add arm64_kernel_unmapped_at_el0 helperWill Deacon
2017-12-11arm64: mm: Allocate ASIDs in pairsWill Deacon
2017-08-22arm64: introduce separated bits for mm_context_t flagsYury Norov
2017-03-23arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel
2016-11-07arm64: introduce mm context flag to keep 32 bit task informationPratyush Anand
2016-11-07arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'Ard Biesheuvel
2016-07-01arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel
2016-04-15arm64: Move unflatten_device_tree() call earlier.David Daney
2015-10-07arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon
2015-07-27arm64: remove dead codeMark Salter
2015-06-02arm64: use fixmap region for permanent FDT mappingArd Biesheuvel
2015-01-12arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel
2015-01-12arm64/mm: add create_pgd_mapping() to create private page tablesArd Biesheuvel
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-04-30arm64: Add function to create identity mappingsMark Salter
2014-04-25arm64: initialize spinlock for init_mm's contextLeo Yan