summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/assembler.h
AgeCommit message (Expand)Author
2018-04-27arm64: Introduce retpoline for aarch64/arm64.linux-4.16.5-ampChristoph Muellner
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-02-06arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon
2018-02-06arm64: barrier: Add CSDB macros to control data-value predictionWill Deacon
2018-02-06arm64: assembler: Align phys_to_pte with pte_to_physWill Deacon
2018-02-06arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon
2018-02-06arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon
2018-02-06arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář
2018-01-16arm64: kernel: Prepare for a DISR userJames Morse
2018-01-15arm64: fix comment above tcr_compute_pa_sizeKristina Martsenko
2018-01-13arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse
2018-01-08arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier
2018-01-08arm64: KVM: Add invalidate_icache_range helperMarc Zyngier
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko
2017-12-22arm64: limit PA size to supported rangeKristina Martsenko
2017-12-12arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni
2017-12-11arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon
2017-12-11arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon
2017-11-02arm64: entry.S: convert elX_irqJames Morse
2017-11-02arm64: entry.S convert el0_syncJames Morse
2017-11-02arm64: entry.S: convert el1_syncJames Morse
2017-11-02arm64: entry.S: Remove disable_dbgJames Morse
2017-11-02arm64: explicitly mask all exceptionsJames Morse
2017-10-25arm64: Use existing defines for mdscrJulien Thierry
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas
2017-08-15arm64: assembler: allow adr_this_cpu to use the stack pointerArd Biesheuvel
2017-08-09Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas
2017-08-09arm64: Implement pmem API supportRobin Murphy
2017-08-08arm64: move non-entry code out of .entry.textMark Rutland
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-02-10arm64: Work around Falkor erratum 1003Christopher Covington
2017-01-12arm64: assembler: make adr_l work in modules under KASLRArd Biesheuvel
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas
2016-11-21arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroCatalin Marinas
2016-11-11arm64: assembler: introduce ldr_this_cpuMark Rutland
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