summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/assembler.h
AgeCommit message (Expand)Author
2018-07-22arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse
2018-07-22arm64: assembler: introduce ldr_this_cpuMark Rutland
2018-05-16arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose
2018-04-20arm64: Move post_ttbr_update_workaround to C codeMark Rutland
2018-04-20arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroMark Rutland
2018-04-20arm64: entry: Ensure branch through syscall table is bounded under speculationMark Rutland
2018-04-20arm64: barrier: Add CSDB macros to control data-value predictionMark Rutland
2018-04-08arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon
2017-07-05arm64: assembler: make adr_l work in modules under KASLRArd Biesheuvel
2016-09-09arm64: barriers: introduce nops and __nops macros for NOP sequencesWill Deacon
2016-09-09arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose
2016-09-09arm64: Introduce raw_{d,i}cache_line_sizeSuzuki K Poulose
2016-07-01arm64: include alternative handling in dcache_by_line_opAndre Przywara
2016-04-28arm64: Add new asm macro copy_pageGeoff Levand
2016-04-28arm64: Fold proc-macros.S into assembler.hGeoff Levand
2016-04-26arm64: introduce mov_q macro to move a constant into a 64-bit registerArd Biesheuvel
2016-04-20arm64: asm: remove unused push/pop macrosMark Rutland
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel
2016-02-24arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel
2015-12-10arm64: Add this_cpu_ptr() assembler macro for use in entry.SJames Morse
2015-10-12arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon
2015-07-27arm64: Remove unused macros from assembler.hDaniel Thompson
2015-03-19arm64: add macros for common adrp usagesArd Biesheuvel
2015-02-23arm64: guard asm/assembler.h against multiple inclusionsMarc Zyngier
2014-05-12arm64: debug: avoid accessing mdscr_el1 on fault paths where possibleWill Deacon
2013-10-25arm64: asm: add CPU_LE & CPU_BE assembler helpersMatthew Leach
2013-10-25arm64: compat: correct register concatenation for syscall wrappersMatthew Leach
2013-05-17arm64: debug: fix mdscr.ss check when enabling debug exceptionsWill Deacon
2012-12-05arm64: move vector entry macro to assembler.hMarc Zyngier
2012-09-17arm64: Assembly macros and definitionsCatalin Marinas