aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/assembler.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30Merge branch 'for-next/alternatives' into for-next/coreCatalin Marinas1-5/+5
2022-09-16arm64: alternatives: have callbacks take a capMark Rutland1-5/+5
2022-09-16arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition namesMark Brown1-1/+1
2022-09-16arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architectureMark Brown1-1/+1
2022-09-09arm64/sysreg: Standardise naming for ID_AA64MMFR2_EL1.VARangeMark Brown1-1/+1
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition namesMark Brown1-1/+1
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR2_EL1 definition namesMark Brown1-1/+1
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown1-2/+2
2022-07-25Merge branch 'for-next/boot' into for-next/coreWill Deacon1-4/+27
2022-06-28arm64: extable: move _cond_extable to _cond_uaccess_extableTong Tiangen1-2/+2
2022-06-24arm64: head: factor out TTBR1 assignment into a macroArd Biesheuvel1-4/+13
2022-06-24arm64: head: move assignment of idmap_t0sz to C codeArd Biesheuvel1-0/+14
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon1-0/+53
2022-03-07Revert "arm64: Mitigate MTE issues with str{n}cmp()"Joey Gouly1-5/+0
2022-02-24arm64: Use the clearbhb instruction in mitigationsJames Morse1-0/+17
2022-02-24arm64: Mitigate spectre style branch history side channelsJames Morse1-1/+13
2022-02-16arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse1-0/+24
2021-12-14arm64: Add macro version of the BTI instructionMark Brown1-0/+10
2021-10-29Merge branch 'for-next/kexec' into for-next/coreWill Deacon1-7/+42
2021-10-21arm64: extable: consolidate definitionsMark Rutland1-27/+2
2021-10-01arm64: kexec: install a copy of the linear-mapPasha Tatashin1-0/+19
2021-10-01arm64: kexec: Use dcache ops macros instead of open-codingPasha Tatashin1-7/+23
2021-09-21arm64: Mitigate MTE issues with str{n}cmp()Robin Murphy1-0/+5
2021-06-24Merge branch 'for-next/caches' into for-next/coreWill Deacon1-32/+48
2021-05-26arm64: assembler: add set_this_cpu_offsetMark Rutland1-5/+13
2021-05-25arm64: dcache_by_line_op to take end parameter instead of sizeFuad Tabba1-14/+13
2021-05-25arm64: Move documentation of dcache_by_line_opFuad Tabba1-8/+8
2021-05-25arm64: assembler: add conditional cache fixupsMark Rutland1-11/+28
2021-05-25arm64: assembler: replace `kaddr` with `addr`Mark Rutland1-16/+16
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+24
2021-04-15Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'for-next/vdso', 'for-next/fiq', 'for-next/epan', 'for-next/kasan-vmalloc', 'for-next/fgt-boot-init', 'for-next/vhe-only' and 'for-next/neon-softirqs-disabled', remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas1-81/+33
2021-04-13Merge remote-tracking branch 'arm64/for-next/neon-softirqs-disabled' into kvmarm-master/nextMarc Zyngier1-77/+29
2021-04-12arm64: fpsimd: run kernel mode NEON with softirqs disabledArd Biesheuvel1-7/+21
2021-04-12arm64: assembler: introduce wxN aliases for wN registersArd Biesheuvel1-0/+8
2021-04-12arm64: assembler: remove conditional NEON yield macrosArd Biesheuvel1-70/+0
2021-03-25KVM: arm64: Generate final CTR_EL0 value when running in Protected modeMarc Zyngier1-0/+13
2021-03-24arm64: Always keep DAIF.[IF] in syncHector Martin1-4/+4
2021-03-19arm64: asm: Provide set_sctlr_el2 macroQuentin Perret1-3/+11
2021-02-12Merge branch 'for-next/crypto' into for-next/coreWill Deacon1-0/+16
2021-02-08arm64: Turn the MMU-on sequence into a macroMarc Zyngier1-0/+17
2021-02-03arm64: assembler: add cond_yield macroArd Biesheuvel1-0/+16
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov1-1/+1
2020-09-30kvm: arm64: Remove hyp_adr/ldr_this_cpuDavid Brazdil1-10/+19
2020-05-07arm64: asm: Provide a mechanism for generating ELF note for BTIMark Brown1-0/+50
2020-03-25Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/amu', 'for-next/final-cap-helper', 'for-next/cpu_ops-cleanup', 'for-next/misc' and 'for-next/perf' into for-next/coreCatalin Marinas1-6/+10
2020-03-06arm64: trap to EL1 accesses to AMU counters from EL0Ionela Voinescu1-0/+10
2020-02-27arm64: mm: convert cpu_do_switch_mm() to CMark Rutland1-6/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2020-01-22Merge branch 'for-next/asm-annotations' into for-next/coreWill Deacon1-11/+0
2020-01-17arm64: assembler: remove smp_dmb macroMark Rutland1-7/+0