summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modifyJames Houghton2023-12-201-0/+6
* KVM: arm64: limit PMU version to PMUv3 for ARMv8.1Andrew Murray2023-12-081-0/+6
* arm64: cpufeature: Extract capped perfmon fieldsAndrew Murray2023-12-081-0/+23
* arm64: Add missing Set/Way CMO encodingsMarc Zyngier2023-06-281-0/+6
* arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg2023-05-171-0/+1
* arm64: cmpxchg_double*: hazard against entire exchange variableMark Rutland2023-01-182-2/+2
* arm64: errata: Remove AES hwcap for COMPAT tasksJames Morse2022-11-031-1/+2
* arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang2022-09-051-1/+1
* arm64: Do not forget syscall when starting a new thread.Francis Laniel2022-08-251-1/+2
* KVM: arm64: Check arm64_get_bp_hardening_data() didn't return NULLJames Morse2022-04-151-1/+2
* arm64: Use the clearbhb instruction in mitigationsJames Morse2022-03-234-0/+30
* arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly2022-03-232-0/+2
* KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse2022-03-231-0/+5
* arm64: Mitigate spectre style branch history side channelsJames Morse2022-03-235-1/+36
* KVM: arm64: Add templates for BHB mitigation sequencesJames Morse2022-03-233-3/+12
* arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse2022-03-231-0/+8
* arm64: Add percpu vectors for EL1James Morse2022-03-232-1/+28
* arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse2022-03-232-0/+59
* arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse2022-03-232-2/+9
* arm64: entry: Move the trampoline data page before the text pageJames Morse2022-03-231-1/+1
* arm64: Add Cortex-X2 CPU part definitionAnshuman Khandual2022-03-231-0/+2
* arm64: Add Neoverse-N2, Cortex-A710 CPU part definitionSuzuki K Poulose2022-03-231-0/+4
* arm64: Add part number for Arm Cortex-A77Rob Herring2022-03-231-0/+2
* arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functionsArnd Bergmann2021-11-261-3/+9
* arm64: head: avoid over-mapping in map_memoryMark Rutland2021-09-221-2/+2
* KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei2021-05-221-0/+1
* arm64: alternatives: Move length validation in alternative_{insn, endif}Nathan Chancellor2021-04-281-4/+4
* arm64: fix inline asm in load_unaligned_zeropad()Peter Collingbourne2021-04-281-5/+5
* KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose2021-04-161-0/+1
* KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose2021-03-201-0/+3
* arm64: Use correct ll/sc atomic constraintsAndrew Murray2021-03-071-42/+47
* arm64: cmpxchg: Use "K" instead of "L" for ll/sc immediate constraintWill Deacon2021-03-071-1/+1
* arm64: Avoid redundant type conversions in xchg() and cmpxchg()Will Deacon2021-03-073-107/+108
* KVM: arm64: Introduce handling of AArch32 TTBCR2 trapsMarc Zyngier2020-12-301-0/+1
* arm64: lse: Fix LSE atomics with LLVMVincenzo Frascino2020-12-301-1/+1
* arm64: lse: fix LSE atomics with LLVM's integrated assemblerSami Tolvanen2020-12-302-22/+60
* arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon2020-12-021-13/+14
* arm64: pgtable: Fix pte_accessible()Will Deacon2020-12-021-3/+4
* KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier2020-11-051-0/+1
* arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu2020-11-051-0/+3
* KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier2020-10-011-2/+7
* KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exceptionJames Morse2020-09-091-1/+2
* KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse2020-09-091-0/+28
* KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse2020-09-091-0/+15
* KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-261-1/+1
* arm64: csum: Fix handling of bad packetsRobin Murphy2020-08-051-2/+3
* arm64/alternatives: move length validation inside the subsectionSami Tolvanen2020-08-051-2/+2
* arm64: compat: Ensure upper 32 bits of x0 are zero on syscall returnWill Deacon2020-07-221-1/+11
* arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon2020-07-221-0/+1
* arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon2020-07-221-0/+2