summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorLines
2025-04-29arm64: Extend pr_crit message on invalid FDTBartosz Szczepanek-5/+5
2025-04-29arm64: Expose AIDR_EL1 via sysfsOliver Upton-0/+3
2025-04-29arm64: enable PREEMPT_LAZYMark Rutland-1/+1
2025-04-29arm64/cpufeature: Add missing id_aa64mmfr4 feature reg updateYicong Yang-0/+2
2025-04-29arm64/mm: Remove randomization of the linear mapArd Biesheuvel-7/+0
2025-04-29arm64/fpsimd: Avoid unnecessary per-CPU buffers for EFI runtime callsArd Biesheuvel-31/+27
2025-04-28arm64/fpsimd: signal: Clear TPIDR2 when delivering signalsMark Rutland-0/+1
2025-04-24Merge tag 'kvmarm-fixes-6.15-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-6/+25
2025-04-18arm64: Rework checks for broken Cavium HW in the PI codeMarc Zyngier-6/+25
2025-04-09arm64/fpsimd: signal: Simplify preserve_tpidr2_context()Mark Rutland-3/+2
2025-04-09arm64/fpsimd: signal: Always save+flush state earlyMark Rutland-82/+12
2025-04-09arm64/fpsimd: signal32: Always save+flush state earlyMark Rutland-4/+7
2025-04-09arm64/fpsimd: Add fpsimd_save_and_flush_current_state()Mark Rutland-0/+11
2025-04-09arm64/fpsimd: Fix merging of FPSIMD state during signal returnMark Rutland-1/+1
2025-04-09arm64/fpsimd: Reset FPMR upon exec()Mark Rutland-0/+3
2025-04-09arm64/fpsimd: Avoid clobbering kernel FPSIMD state with SMSTOPMark Rutland-1/+1
2025-04-09arm64/fpsimd: Don't corrupt FPMR when streaming mode changesMark Brown-3/+3
2025-04-09arm64/fpsimd: Discard stale CPU state when handling SME trapsMark Brown-0/+2
2025-04-09arm64/fpsimd: Remove opportunistic freeing of SME stateMark Rutland-13/+4
2025-04-09arm64/fpsimd: Remove redundant SVE trap manipulationMark Rutland-5/+3
2025-04-09arm64/fpsimd: Remove unused fpsimd_force_sync_to_sve()Mark Rutland-14/+0
2025-04-09arm64/fpsimd: Avoid RES0 bits in the SME trap handlerMark Rutland-1/+1
2025-04-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-0/+3
2025-04-01mseal sysmap: enable arm64Jeff Xu-3/+6
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-04-01arm64: Don't call NULL in do_compat_alignment_fixup()Angelos Oikonomopoulos-0/+2
2025-03-30Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+3
2025-03-28arm64: Add support for HIP09 Spectre-BHB mitigationJinqian Yang-0/+1
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-30/+166
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-114/+294
2025-03-25Merge branch 'for-next/smt-control' into for-next/coreCatalin Marinas-0/+54
2025-03-25Merge branches 'for-next/amuv1-avg-freq', 'for-next/pkey_unrestricted', 'for-...Catalin Marinas-114/+240
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-96/+12
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+1
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2025-03-19Merge branch 'kvm-arm64/pmuv3-asahi' into kvmarm/nextOliver Upton-5/+74
2025-03-19Merge branch 'kvm-arm64/pv-cpuid' into kvmarm/nextOliver Upton-22/+77
2025-03-19Merge branch 'kvm-arm64/nv-idregs' into kvmarm/nextOliver Upton-2/+13
2025-03-17arm64: Rely on generic printing of preemption modelSebastian Andrzej Siewior-9/+1
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts-1/+1
2025-03-14arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() listsDouglas Anderson-1/+14
2025-03-14arm64: errata: Add KRYO 2XX/3XX/4XX silver cores to Spectre BHB safe listDouglas Anderson-0/+3
2025-03-14arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre BHBDouglas Anderson-101/+102
2025-03-14arm64: errata: Add QCOM_KRYO_4XX_GOLD to the spectre_bhb_k24_listDouglas Anderson-0/+1
2025-03-14arm64: topology: Support SMT control on ACPI based systemYicong Yang-0/+54
2025-03-14arm64/mm: Define PTDESC_ORDERAnshuman Khandual-1/+1
2025-03-13arm64/kernel: Always use level 2 or higher for early mappingsArd Biesheuvel-2/+2
2025-03-11arm64: Enable IMP DEF PMUv3 traps on Apple M*Oliver Upton-0/+44
2025-03-11KVM: arm64: Drop kvm_arm_pmu_available static keyOliver Upton-5/+0
2025-03-11KVM: arm64: Use a cpucap to determine if system supports FEAT_PMUv3Oliver Upton-0/+30