summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/assembler.h
AgeCommit message (Expand)Author
2024-03-07Merge branch 'for-next/stage1-lpa2' into for-next/coreCatalin Marinas
2024-03-01arm64: Remove enable_daif macroJinjie Ruan
2024-02-16arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel
2024-02-16arm64: mm: Add LPA2 support to phys<->pte conversion routinesArd Biesheuvel
2024-02-16arm64: mm: Add feature override support for LVAArd Biesheuvel
2024-02-16arm64: kernel: Create initial ID map from C codeArd Biesheuvel
2024-01-12arm64: fpsimd: Bring cond_yield asm macro in line with new rulesArd Biesheuvel
2023-12-05arm64: replace <asm-generic/export.h> with <linux/export.h>Masahiro Yamada
2022-12-06Merge branch 'for-next/trivial' into for-next/coreWill Deacon
2022-11-25arm64/asm: Remove unused assembler DAIF save/restore macrosMark Brown
2022-11-18arm64/mm: Drop unused restore_ttbr1Anshuman Khandual
2022-11-09arm64/mm: Simplify and document pte_to_phys() for 52 bit addressesAnshuman Khandual
2022-11-07arm64/asm: Remove unused enable_da macroMark Brown
2022-09-30Merge branch 'for-next/alternatives' into for-next/coreCatalin Marinas
2022-09-16arm64: alternatives: have callbacks take a capMark Rutland
2022-09-16arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition namesMark Brown
2022-09-16arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architectureMark Brown
2022-09-09arm64/sysreg: Standardise naming for ID_AA64MMFR2_EL1.VARangeMark Brown
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition namesMark Brown
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR2_EL1 definition namesMark Brown
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown
2022-07-25Merge branch 'for-next/boot' into for-next/coreWill Deacon
2022-06-28arm64: extable: move _cond_extable to _cond_uaccess_extableTong Tiangen
2022-06-24arm64: head: factor out TTBR1 assignment into a macroArd Biesheuvel
2022-06-24arm64: head: move assignment of idmap_t0sz to C codeArd Biesheuvel
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon
2022-03-07Revert "arm64: Mitigate MTE issues with str{n}cmp()"Joey Gouly
2022-02-24arm64: Use the clearbhb instruction in mitigationsJames Morse
2022-02-24arm64: Mitigate spectre style branch history side channelsJames Morse
2022-02-16arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse
2021-12-14arm64: Add macro version of the BTI instructionMark Brown
2021-10-29Merge branch 'for-next/kexec' into for-next/coreWill Deacon
2021-10-21arm64: extable: consolidate definitionsMark Rutland
2021-10-01arm64: kexec: install a copy of the linear-mapPasha Tatashin
2021-10-01arm64: kexec: Use dcache ops macros instead of open-codingPasha Tatashin
2021-09-21arm64: Mitigate MTE issues with str{n}cmp()Robin Murphy
2021-06-24Merge branch 'for-next/caches' into for-next/coreWill Deacon
2021-05-26arm64: assembler: add set_this_cpu_offsetMark Rutland
2021-05-25arm64: dcache_by_line_op to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: Move documentation of dcache_by_line_opFuad Tabba
2021-05-25arm64: assembler: add conditional cache fixupsMark Rutland
2021-05-25arm64: assembler: replace `kaddr` with `addr`Mark Rutland
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-15Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...Catalin Marinas
2021-04-13Merge remote-tracking branch 'arm64/for-next/neon-softirqs-disabled' into kvm...Marc Zyngier
2021-04-12arm64: fpsimd: run kernel mode NEON with softirqs disabledArd Biesheuvel
2021-04-12arm64: assembler: introduce wxN aliases for wN registersArd Biesheuvel
2021-04-12arm64: assembler: remove conditional NEON yield macrosArd Biesheuvel
2021-03-25KVM: arm64: Generate final CTR_EL0 value when running in Protected modeMarc Zyngier
2021-03-24arm64: Always keep DAIF.[IF] in syncHector Martin