summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2023-01-18arm64: cmpxchg_double*: hazard against entire exchange variableMark Rutland2-2/+2
2023-01-18arm64: atomics: remove LL/SC trampolinesMark Rutland1-31/+9
2023-01-18arm64: atomics: format whitespace consistentlyMark Rutland2-50/+50
2023-01-18KVM: arm64: Fix S1PTW handling on RO memslotsMarc Zyngier1-2/+20
2022-12-08arm64/syscall: Include asm/ptrace.h in syscall_wrapper header.Kuniyuki Iwashima1-1/+1
2022-10-29arm64: errata: Remove AES hwcap for COMPAT tasksJames Morse1-1/+2
2022-08-25arm64: Do not forget syscall when starting a new thread.Francis Laniel1-1/+2
2022-06-22arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker3-1/+4
2022-05-18arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport1-0/+4
2022-04-15KVM: arm64: Check arm64_get_bp_hardening_data() didn't return NULLJames Morse1-1/+2
2022-03-23arm64: fix clang warning about TRAMP_VALIASArnd Bergmann1-2/+2
2022-03-19arm64: Use the clearbhb instruction in mitigationsJames Morse4-0/+28
2022-03-19KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse2-0/+10
2022-03-19arm64: Mitigate spectre style branch history side channelsJames Morse5-2/+36
2022-03-19KVM: arm64: Add templates for BHB mitigation sequencesJames Morse3-3/+12
2022-03-19arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse1-0/+9
2022-03-19arm64: Add percpu vectors for EL1James Morse2-1/+28
2022-03-19arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse2-0/+58
2022-03-19arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse2-2/+9
2022-03-19arm64: entry: Move the trampoline data page before the text pageJames Morse1-1/+1
2022-03-19arm64: Add Cortex-X2 CPU part definitionAnshuman Khandual1-0/+2
2022-03-19arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly2-0/+16
2022-03-19arm64: Add Neoverse-N2, Cortex-A710 CPU part definitionSuzuki K Poulose1-0/+4
2022-03-19arm64: Add part number for Arm Cortex-A77Rob Herring1-0/+2
2021-11-17arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functionsArnd Bergmann1-3/+9
2021-09-22arm64: head: avoid over-mapping in map_memoryMark Rutland1-2/+2
2021-08-12arm64: fix compat syscall return truncationMark Rutland2-10/+21
2021-08-12arm64: vdso: Avoid ISB after reading from cntvct_el0Will Deacon3-26/+20
2021-07-14arm64/mm: Fix ttbr0 values stored in struct thread_info for software-panAnshuman Khandual1-2/+2
2021-07-14arm64: consistently use reserved_pg_dirMark Rutland5-13/+8
2021-05-22KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei1-0/+1
2021-04-21arm64: alternatives: Move length validation in alternative_{insn, endif}Nathan Chancellor1-4/+4
2021-04-21arm64: fix inline asm in load_unaligned_zeropad()Peter Collingbourne1-5/+5
2021-04-16KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose1-0/+1
2021-03-20KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose1-0/+3
2021-03-17KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier1-1/+1
2021-03-17arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel1-4/+1
2021-03-17arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUALAndrey Konovalov1-0/+5
2021-02-07arm64: Do not pass tagged addresses to __is_lm_address()Catalin Marinas1-1/+1
2021-02-07arm64: Fix kernel address detection of __is_lm_address()Vincenzo Frascino1-4/+4
2021-01-30arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel2-5/+4
2021-01-27arm64: make atomic helpers __always_inlineArnd Bergmann1-5/+5
2020-12-30KVM: arm64: Introduce handling of AArch32 TTBCR2 trapsMarc Zyngier1-0/+1
2020-12-02arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon1-13/+14
2020-12-02arm64: pgtable: Fix pte_accessible()Will Deacon1-3/+4
2020-11-24arm64: errata: Fix handling of 1418040 with late CPU onliningWill Deacon1-0/+2
2020-11-10arm64: asm: Add new-style position independent function annotationsMark Brown2-0/+17
2020-11-05KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier1-0/+1
2020-11-05arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu1-0/+3
2020-10-01KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier1-2/+10