summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/assembler.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/perf' into for-next/coreWill Deacon2024-05-091-3/+4
|\
| * arm64: arm_pmuv3: Correctly extract and check the PMUVerYicong Yang2024-04-121-3/+4
* | arm64: defer clearing DAIF.DMark Rutland2024-04-281-4/+0
* | arm64: assembler: update stale comment for disable_step_tskMark Rutland2024-04-281-1/+1
|/
* Merge branch 'for-next/stage1-lpa2' into for-next/coreCatalin Marinas2024-03-071-36/+19
|\
| * arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel2024-02-161-1/+7
| * arm64: mm: Add LPA2 support to phys<->pte conversion routinesArd Biesheuvel2024-02-161-14/+2
| * arm64: mm: Add feature override support for LVAArd Biesheuvel2024-02-161-7/+10
| * arm64: kernel: Create initial ID map from C codeArd Biesheuvel2024-02-161-14/+0
* | arm64: Remove enable_daif macroJinjie Ruan2024-03-011-4/+0
|/
* arm64: fpsimd: Bring cond_yield asm macro in line with new rulesArd Biesheuvel2024-01-121-16/+9
* arm64: replace <asm-generic/export.h> with <linux/export.h>Masahiro Yamada2023-12-051-1/+1
* Merge branch 'for-next/trivial' into for-next/coreWill Deacon2022-12-061-25/+0
|\
| * arm64/asm: Remove unused assembler DAIF save/restore macrosMark Brown2022-11-251-9/+0
| * arm64/mm: Drop unused restore_ttbr1Anshuman Khandual2022-11-181-11/+0
| * arm64/asm: Remove unused enable_da macroMark Brown2022-11-071-5/+0
* | arm64/mm: Simplify and document pte_to_phys() for 52 bit addressesAnshuman Khandual2022-11-091-5/+3
|/
* Merge branch 'for-next/alternatives' into for-next/coreCatalin Marinas2022-09-301-5/+5
|\
| * arm64: alternatives: have callbacks take a capMark Rutland2022-09-161-5/+5
* | arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition namesMark Brown2022-09-161-1/+1
* | arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architectureMark Brown2022-09-161-1/+1
* | arm64/sysreg: Standardise naming for ID_AA64MMFR2_EL1.VARangeMark Brown2022-09-091-1/+1
* | arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition namesMark Brown2022-09-091-1/+1
* | arm64/sysreg: Add _EL1 into ID_AA64MMFR2_EL1 definition namesMark Brown2022-09-091-1/+1
* | arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown2022-09-091-2/+2
|/
* Merge branch 'for-next/boot' into for-next/coreWill Deacon2022-07-251-4/+27
|\
| * arm64: head: factor out TTBR1 assignment into a macroArd Biesheuvel2022-06-241-4/+13
| * arm64: head: move assignment of idmap_t0sz to C codeArd Biesheuvel2022-06-241-0/+14
* | arm64: extable: move _cond_extable to _cond_uaccess_extableTong Tiangen2022-06-281-2/+2
|/
* Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon2022-03-141-0/+53
|\
| * arm64: Use the clearbhb instruction in mitigationsJames Morse2022-02-241-0/+17
| * arm64: Mitigate spectre style branch history side channelsJames Morse2022-02-241-1/+13
| * arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse2022-02-161-0/+24
* | Revert "arm64: Mitigate MTE issues with str{n}cmp()"Joey Gouly2022-03-071-5/+0
|/
* arm64: Add macro version of the BTI instructionMark Brown2021-12-141-0/+10
* Merge branch 'for-next/kexec' into for-next/coreWill Deacon2021-10-291-7/+42
|\
| * arm64: kexec: install a copy of the linear-mapPasha Tatashin2021-10-011-0/+19
| * arm64: kexec: Use dcache ops macros instead of open-codingPasha Tatashin2021-10-011-7/+23
* | arm64: extable: consolidate definitionsMark Rutland2021-10-211-27/+2
|/
* arm64: Mitigate MTE issues with str{n}cmp()Robin Murphy2021-09-211-0/+5
* Merge branch 'for-next/caches' into for-next/coreWill Deacon2021-06-241-32/+48
|\
| * arm64: dcache_by_line_op to take end parameter instead of sizeFuad Tabba2021-05-251-14/+13
| * arm64: Move documentation of dcache_by_line_opFuad Tabba2021-05-251-8/+8
| * arm64: assembler: add conditional cache fixupsMark Rutland2021-05-251-11/+28
| * arm64: assembler: replace `kaddr` with `addr`Mark Rutland2021-05-251-16/+16
* | arm64: assembler: add set_this_cpu_offsetMark Rutland2021-05-261-5/+13
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-3/+24
|\
| * Merge remote-tracking branch 'arm64/for-next/neon-softirqs-disabled' into kvm...Marc Zyngier2021-04-131-77/+29
| |\
| * | KVM: arm64: Generate final CTR_EL0 value when running in Protected modeMarc Zyngier2021-03-251-0/+13
| * | arm64: asm: Provide set_sctlr_el2 macroQuentin Perret2021-03-191-3/+11