summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Revert "ACPI: Suppress misleading SPCR console message when SPCR table is abs...Punit Agrawal1-7/+3
2025-11-24arm64: kprobes: check the return value of set_memory_rox()Yang Shi1-1/+4
2025-11-02arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-10-23arm64: errata: Apply workarounds for Neoverse-V3AEMark Rutland1-0/+1
2025-10-19arm64: mte: Do not flag the zero page as PG_mte_taggedCatalin Marinas2-4/+9
2025-10-19arm64: kprobes: call set_memory_rox() for kprobe pageYang Shi1-0/+12
2025-10-19arm64: map [_text, _stext) virtual address range non-executable+read-onlyOmar Sandoval2-2/+8
2025-09-09arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module with CONF...panfan3-4/+32
2025-08-20arm64: stacktrace: Check kretprobe_find_ret_addr() return valueMark Rutland1-0/+2
2025-08-20ACPI: Suppress misleading SPCR console message when SPCR table is absentLi Chen1-3/+7
2025-08-20arm64: Mark kernel as tainted on SAE and SError panicBreno Leitao1-0/+1
2025-08-01arm64/entry: Mask DAIF in cpu_switch_to(), call_on_irq_stack()Ada Couprie Diaz1-0/+6
2025-07-17arm64: Filter out SME hwcaps when FEAT_SME isn't implementedMark Brown1-19/+26
2025-07-17arm64: poe: Handle spurious Overlay faultsKevin Brodsky1-0/+5
2025-06-27arm64/ptrace: Fix stack-out-of-bounds read in regs_get_kernel_stack_nth()Tengda Wu1-1/+1
2025-06-19arm64/fpsimd: Do not discard modified SVE stateMark Rutland2-17/+44
2025-06-19arm64/fpsimd: Avoid warning when sve_to_fpsimd() is unusedMark Rutland1-2/+2
2025-06-19arm64/fpsimd: Fix merging of FPSIMD state during signal returnMark Rutland1-1/+1
2025-06-19arm64/fpsimd: Reset FPMR upon exec()Mark Rutland1-0/+3
2025-06-19arm64/fpsimd: Avoid clobbering kernel FPSIMD state with SMSTOPMark Rutland1-1/+1
2025-06-19arm64/fpsimd: Don't corrupt FPMR when streaming mode changesMark Brown1-3/+3
2025-06-19arm64/fpsimd: Discard stale CPU state when handling SME trapsMark Brown1-0/+2
2025-06-19arm64/fpsimd: Avoid RES0 bits in the SME trap handlerMark Rutland1-1/+1
2025-05-29arm64: Add support for HIP09 Spectre-BHB mitigationJinqian Yang1-0/+1
2025-05-18arm64: proton-pack: Add new CPUs 'k' values for branch mitigationJames Morse1-0/+1
2025-05-18arm64: bpf: Add BHB mitigation to the epilogue for cBPF programsJames Morse1-1/+1
2025-05-18arm64: proton-pack: Expose whether the branchy loop k valueJames Morse1-0/+5
2025-05-18arm64: proton-pack: Expose whether the platform is mitigated by firmwareJames Morse1-0/+5
2025-05-18arm64: cpufeature: Move arm64_use_ng_mappings to the .data section to prevent...Yeoreum Yun1-1/+8
2025-05-09arm64: errata: Add missing sentinels to Spectre-BHB MIDR arraysWill Deacon1-0/+2
2025-04-20arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() listsDouglas Anderson1-1/+14
2025-04-20arm64: errata: Add KRYO 2XX/3XX/4XX silver cores to Spectre BHB safe listDouglas Anderson1-0/+3
2025-04-20arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre BHBDouglas Anderson1-101/+102
2025-04-20arm64: errata: Add QCOM_KRYO_4XX_GOLD to the spectre_bhb_k24_listDouglas Anderson1-0/+1
2025-04-10arm64: Don't call NULL in do_compat_alignment_fixup()Angelos Oikonomopoulos1-0/+2
2025-03-28KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME stateMark Rutland1-25/+0
2025-03-22arm64: amu: Delay allocating cpumask for AMU FIE supportBeata Michalska1-12/+10
2025-02-21arm64: Handle .ARM.attributes section in linker scriptsNathan Chancellor2-0/+2
2025-02-21arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo arrayRadu Rendec1-5/+7
2025-02-17arm64/sme: Move storage of reg_smidr to __cpuinfo_store_cpu()Mark Brown2-13/+10
2025-02-17arm64/mm: Override PARange for !LPA2 and use it consistentlyArd Biesheuvel3-1/+16
2025-02-17arm64: Filter out SVE hwcaps when FEAT_SVE isn't implementedMarc Zyngier1-13/+27
2024-12-14arm64: ptrace: fix partial SETREGSET for NT_ARM_POEMark Rutland1-0/+2
2024-12-14arm64: ptrace: fix partial SETREGSET for NT_ARM_FPMRMark Rutland1-0/+2
2024-12-14arm64: ptrace: fix partial SETREGSET for NT_ARM_TAGGED_ADDR_CTRLMark Rutland1-1/+5
2024-12-05arm64: tls: Fix context-switching of tpidrro_el0 when kpti is enabledWill Deacon1-1/+1
2024-12-05of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+5
2024-12-05arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANGMasahiro Yamada1-3/+3
2024-12-05arm64: Expose ID_AA64ISAR1_EL1.XS to sanitised feature consumersMarc Zyngier1-0/+1
2024-12-05arm64: probes: Disable kprobes/uprobes on MOPS instructionsKristina Martsenko1-2/+5