summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/assembler.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |
| \ \
*-. \ \ Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...Catalin Marinas2021-04-151-81/+33
|\ \ \ \ | |_|/ / |/| | / | | |/
| | * arm64: fpsimd: run kernel mode NEON with softirqs disabledArd Biesheuvel2021-04-121-7/+21
| | * arm64: assembler: introduce wxN aliases for wN registersArd Biesheuvel2021-04-121-0/+8
| | * arm64: assembler: remove conditional NEON yield macrosArd Biesheuvel2021-04-121-70/+0
| |/ |/|
| * arm64: Always keep DAIF.[IF] in syncHector Martin2021-03-241-4/+4
|/
* Merge branch 'for-next/crypto' into for-next/coreWill Deacon2021-02-121-0/+16
|\
| * arm64: assembler: add cond_yield macroArd Biesheuvel2021-02-031-0/+16
* | arm64: Turn the MMU-on sequence into a macroMarc Zyngier2021-02-081-0/+17
|/
* kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov2020-12-221-1/+1
* kvm: arm64: Remove hyp_adr/ldr_this_cpuDavid Brazdil2020-09-301-10/+19
* arm64: asm: Provide a mechanism for generating ELF note for BTIMark Brown2020-05-071-0/+50
*-. Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas2020-03-251-6/+10
|\ \