summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-08-15arm64/gcs: task_gcs_el0_enable() should use passed taskJeremy Linton1-3/+3
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-25/+32
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: 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-11Merge tag 'arm64_cbpf_mitigation_2025_05_08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+12
2025-05-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+8
2025-05-08arm64: proton-pack: Add new CPUs 'k' values for branch mitigationJames Morse1-0/+1
2025-05-08arm64: bpf: Add BHB mitigation to the epilogue for cBPF programsJames Morse1-1/+1
2025-05-08arm64: proton-pack: Expose whether the branchy loop k valueJames Morse1-0/+5
2025-05-08arm64: proton-pack: Expose whether the platform is mitigated by firmwareJames Morse1-0/+5
2025-05-06arm64: cpufeature: Move arm64_use_ng_mappings to the .data section to prevent...Yeoreum Yun1-1/+8
2025-05-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+2
2025-05-01arm64: errata: Add missing sentinels to Spectre-BHB MIDR arraysWill Deacon1-0/+2
2025-04-24Merge tag 'kvmarm-fixes-6.15-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini3-6/+25
2025-04-18arm64: Rework checks for broken Cavium HW in the PI codeMarc Zyngier3-6/+25
2025-04-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-0/+3
2025-04-01mseal sysmap: enable arm64Jeff Xu1-3/+6
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-04-01arm64: Don't call NULL in do_compat_alignment_fixup()Angelos Oikonomopoulos1-0/+2
2025-03-30Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+3
2025-03-28arm64: Add support for HIP09 Spectre-BHB mitigationJinqian Yang1-0/+1
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-30/+166
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-114/+294
2025-03-25Merge branch 'for-next/smt-control' into for-next/coreCatalin Marinas1-0/+54
2025-03-25Merge branches 'for-next/amuv1-avg-freq', 'for-next/pkey_unrestricted', 'for-...Catalin Marinas4-114/+240
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-96/+12
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+1
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2025-03-19Merge branch 'kvm-arm64/pmuv3-asahi' into kvmarm/nextOliver Upton3-5/+74
2025-03-19Merge branch 'kvm-arm64/pv-cpuid' into kvmarm/nextOliver Upton4-22/+77
2025-03-19Merge branch 'kvm-arm64/nv-idregs' into kvmarm/nextOliver Upton1-2/+13
2025-03-17arm64: Rely on generic printing of preemption modelSebastian Andrzej Siewior1-9/+1
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts1-1/+1
2025-03-14arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() listsDouglas Anderson1-1/+14
2025-03-14arm64: errata: Add KRYO 2XX/3XX/4XX silver cores to Spectre BHB safe listDouglas Anderson1-0/+3
2025-03-14arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre BHBDouglas Anderson1-101/+102
2025-03-14arm64: errata: Add QCOM_KRYO_4XX_GOLD to the spectre_bhb_k24_listDouglas Anderson1-0/+1
2025-03-14arm64: topology: Support SMT control on ACPI based systemYicong Yang1-0/+54
2025-03-14arm64/mm: Define PTDESC_ORDERAnshuman Khandual1-1/+1
2025-03-13arm64/kernel: Always use level 2 or higher for early mappingsArd Biesheuvel1-2/+2
2025-03-11arm64: Enable IMP DEF PMUv3 traps on Apple M*Oliver Upton1-0/+44
2025-03-11KVM: arm64: Drop kvm_arm_pmu_available static keyOliver Upton1-5/+0