summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/assembler.h
AgeCommit message (Expand)AuthorFilesLines
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', 'fo...Catalin Marinas1-81/+33
2021-04-13Merge remote-tracking branch 'arm64/for-next/neon-softirqs-disabled' into kvm...Marc 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/am...Catalin 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/ker...Linus 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
2020-01-17arm64: assembler: remove inherit_daif macroMark Rutland1-6/+0
2020-01-08arm64: asm: Remove ENDPIPROC()Mark Brown1-12/+0
2020-01-08arm64: asm: Add new-style position independent function annotationsMark Brown1-0/+1
2019-12-08sched/rt, arm64: Use CONFIG_PREEMPTIONThomas Gleixner1-3/+3
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon1-3/+14
2019-08-09arm64: mm: Introduce 52-bit Kernel VAsSteve Capper1-5/+8
2019-08-09arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper1-2/+10
2019-08-05arm64: Remove unused assembly macroJulien Thierry1-11/+0
2019-07-05arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RASJames Morse1-0/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-05-14arm64: assembler: Update comment above cond_yield_neon() macroHillf Danton1-6/+5
2019-04-16arm64: add CVADP support to the cache maintenance helperAndrew Murray1-0/+4
2019-04-05arm64: Use defines instead of magic numbersAlexandru Elisei1-2/+2
2019-02-28arm64: Add workaround for Fujitsu A64FX erratum 010001Zhang Lei1-0/+20
2019-02-26arm64: Rename get_thread_info()Julien Thierry1-3/+3
2019-02-06arm64: Remove unused daif related functions/macrosJulien Thierry1-9/+1
2018-12-11arm64: preempt: Fix big-endian when checking preempt count in assemblyWill Deacon1-5/+3
2018-12-10arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon1-2/+2
2018-12-10arm64: mm: introduce 52-bit userspace supportSteve Capper1-4/+3
2018-12-10arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGDSteve Capper1-0/+23
2018-12-10arm64: Fix minor issues with the dcache_by_line_op macroWill Deacon1-12/+18
2018-12-10arm64: add EXPORT_SYMBOL_NOKASAN()Mark Rutland1-0/+9
2018-12-06arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon1-0/+13
2018-09-19arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZEWill Deacon1-4/+3
2018-04-11arm64: assembler: add macros to conditionally yield the NEON under PREEMPTArd Biesheuvel1-0/+73
2018-04-11arm64: assembler: add utility macros to push/pop stack framesArd Biesheuvel1-0/+63
2018-03-19arm64: asm: drop special versions of adr_l/ldr_l/str_l for modulesArd Biesheuvel1-32/+2
2018-02-11Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+21
2018-02-07arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon1-0/+11