summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/assembler.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-26arm64: Fix minor issues with the dcache_by_line_op macroWill Deacon1-12/+18
2018-07-22arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse1-0/+8
2018-05-16arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose1-0/+40
2018-02-16arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier1-13/+0
2018-02-16arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon1-0/+11
2018-02-16arm64: barrier: Add CSDB macros to control data-value predictionWill Deacon1-0/+7
2018-02-16arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon1-0/+4
2018-02-16arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon1-3/+2
2018-02-16arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon1-22/+0
2018-02-16arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni1-0/+10
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas1-1/+7
2017-08-15arm64: assembler: allow adr_this_cpu to use the stack pointerArd Biesheuvel1-1/+7
2017-08-09Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas1-0/+11
2017-08-09arm64: Implement pmem API supportRobin Murphy1-0/+6
2017-08-08arm64: move non-entry code out of .entry.textMark Rutland1-0/+11
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+23
2017-02-10arm64: Work around Falkor erratum 1003Christopher Covington1-0/+23
2017-01-12arm64: assembler: make adr_l work in modules under KASLRArd Biesheuvel1-9/+27
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas1-0/+16
2016-11-21arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroCatalin Marinas1-0/+13
2016-11-11arm64: assembler: introduce ldr_this_cpuMark Rutland1-4/+15
2016-09-09arm64: barriers: introduce nops and __nops macros for NOP sequencesWill Deacon1-0/+9
2016-09-09arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose1-2/+22
2016-09-09arm64: Introduce raw_{d,i}cache_line_sizeSuzuki K Poulose1-4/+20
2016-07-01arm64: include alternative handling in dcache_by_line_opAndre Przywara1-1/+11
2016-04-28arm64: Add new asm macro copy_pageGeoff Levand1-0/+19
2016-04-28arm64: Fold proc-macros.S into assembler.hGeoff Levand1-1/+81
2016-04-26arm64: introduce mov_q macro to move a constant into a 64-bit registerArd Biesheuvel1-0/+20
2016-04-20arm64: asm: remove unused push/pop macrosMark Rutland1-12/+0
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel1-4/+11
2016-02-24arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel1-0/+11
2015-12-10arm64: Add this_cpu_ptr() assembler macro for use in entry.SJames Morse1-0/+11
2015-10-12arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel1-0/+11
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon1-2/+0
2015-07-27arm64: Remove unused macros from assembler.hDaniel Thompson1-12/+0
2015-03-19arm64: add macros for common adrp usagesArd Biesheuvel1-0/+48
2015-02-23arm64: guard asm/assembler.h against multiple inclusionsMarc Zyngier1-0/+5
2014-05-12arm64: debug: avoid accessing mdscr_el1 on fault paths where possibleWill Deacon1-7/+16
2013-10-25arm64: asm: add CPU_LE & CPU_BE assembler helpersMatthew Leach1-0/+19
2013-10-25arm64: compat: correct register concatenation for syscall wrappersMatthew Leach1-0/+12
2013-05-17arm64: debug: fix mdscr.ss check when enabling debug exceptionsWill Deacon1-1/+1
2012-12-05arm64: move vector entry macro to assembler.hMarc Zyngier1-0/+8
2012-09-17arm64: Assembly macros and definitionsCatalin Marinas1-0/+109