summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2024-11-08arm64/uprobes: change the uprobe_opcode_t typedef to fix the sparse warningjunhua huang
2024-11-08arm64: probes: Fix uprobes for big-endian kernelsMark Rutland
2024-11-08arm64:uprobe fix the uprobe SWBP_INSN in big-endianjunhua huang
2024-11-08arm64: cputype: Add Neoverse-N3 definitionsMark Rutland
2024-11-08arm64: Add Cortex-715 CPU part definitionAnshuman Khandual
2024-08-19arm64: cputype: Add Cortex-A725 definitionsMark Rutland
2024-08-19arm64: cputype: Add Cortex-X1C definitionsMark Rutland
2024-08-19arm64: cputype: Add Cortex-X925 definitionsMark Rutland
2024-08-19arm64: cputype: Add Cortex-A720 definitionsMark Rutland
2024-08-19arm64: cputype: Add Cortex-X3 definitionsMark Rutland
2024-08-19arm64: errata: Add workaround for Arm errata 3194386 and 3312417Mark Rutland
2024-08-19arm64: cputype: Add Neoverse-V3 definitionsMark Rutland
2024-08-19arm64: cputype: Add Cortex-X4 definitionsMark Rutland
2024-08-19arm64: Add Neoverse-V2 partBesar Wicaksono
2024-08-19arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon
2024-07-18asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann
2024-06-16arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRYJiangfeng Xiao
2023-12-20arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modifyJames Houghton
2023-12-08KVM: arm64: limit PMU version to PMUv3 for ARMv8.1Andrew Murray
2023-12-08arm64: cpufeature: Extract capped perfmon fieldsAndrew Murray
2023-06-28arm64: Add missing Set/Way CMO encodingsMarc Zyngier
2023-05-17arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg
2023-01-18arm64: cmpxchg_double*: hazard against entire exchange variableMark Rutland
2022-11-03arm64: errata: Remove AES hwcap for COMPAT tasksJames Morse
2022-09-05arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang
2022-08-25arm64: Do not forget syscall when starting a new thread.Francis Laniel
2022-04-15KVM: arm64: Check arm64_get_bp_hardening_data() didn't return NULLJames Morse
2022-03-23arm64: Use the clearbhb instruction in mitigationsJames Morse
2022-03-23arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly
2022-03-23KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse
2022-03-23arm64: Mitigate spectre style branch history side channelsJames Morse
2022-03-23KVM: arm64: Add templates for BHB mitigation sequencesJames Morse
2022-03-23arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse
2022-03-23arm64: Add percpu vectors for EL1James Morse
2022-03-23arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse
2022-03-23arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse
2022-03-23arm64: entry: Move the trampoline data page before the text pageJames Morse
2022-03-23arm64: Add Cortex-X2 CPU part definitionAnshuman Khandual
2022-03-23arm64: Add Neoverse-N2, Cortex-A710 CPU part definitionSuzuki K Poulose
2022-03-23arm64: Add part number for Arm Cortex-A77Rob Herring
2021-11-26arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functionsArnd Bergmann
2021-09-22arm64: head: avoid over-mapping in map_memoryMark Rutland
2021-05-22KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei
2021-04-28arm64: alternatives: Move length validation in alternative_{insn, endif}Nathan Chancellor
2021-04-28arm64: fix inline asm in load_unaligned_zeropad()Peter Collingbourne
2021-04-16KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose
2021-03-20KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose
2021-03-07arm64: Use correct ll/sc atomic constraintsAndrew Murray
2021-03-07arm64: cmpxchg: Use "K" instead of "L" for ll/sc immediate constraintWill Deacon
2021-03-07arm64: Avoid redundant type conversions in xchg() and cmpxchg()Will Deacon