summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-30Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-05-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-05-27Merge branch 'for-next/sme-fixes' into for-next/coreWill Deacon
2025-05-27Merge branch 'for-next/mm' into for-next/coreWill Deacon
2025-05-27Merge branch 'for-next/misc' into for-next/coreWill Deacon
2025-05-27Merge branch 'for-next/fixes' into for-next/coreWill Deacon
2025-05-27Merge branch 'for-next/entry' into for-next/coreWill Deacon
2025-05-27Merge branch 'for-next/efi' into for-next/coreWill Deacon
2025-05-26Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2025-05-23Merge branch kvm-arm64/misc-6.16 into kvmarm-master/nextMarc Zyngier
2025-05-23Merge branch kvm-arm64/fgt-masks into kvmarm-master/nextMarc Zyngier
2025-05-23Merge branch kvm-arm64/mte-frac into kvmarm-master/nextMarc Zyngier
2025-05-23Merge branch kvm-arm64/ubsan-el2 into kvmarm-master/nextMarc Zyngier
2025-05-21include: pe.h: Fix PE definitionsPali Rohár
2025-05-21Merge branch kvm-arm64/pkvm-selftest-6.16 into kvm-arm64/pkvm-np-thp-6.16Marc Zyngier
2025-05-19arm64: errata: Work around AmpereOne's erratum AC04_CPU_23D Scott Phillips
2025-05-16arm64/boot: Disallow BSS exports to startup codeArd Biesheuvel
2025-05-16arm64/boot: Move global CPU override variables out of BSSArd Biesheuvel
2025-05-16arm64/boot: Move init_pgdir[] and init_idmap_pgdir[] into __pi_ namespaceArd Biesheuvel
2025-05-16arm64/mm: Re-organise setting up FEAT_S1PIE registers PIRE0_EL1 and PIR_EL1Anshuman Khandual
2025-05-16arm64/sysreg: Expose MTE_frac so that it is visible to KVMBen Horgan
2025-05-11arm64/mm: define ptdesc_tAnshuman Khandual
2025-05-11Merge tag 'arm64_cbpf_mitigation_2025_05_08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-05-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-05-09arm64/cpuinfo: only show one cpu's info in c_show()Ye Bin
2025-05-09arm64/mm: Batch barriers when updating kernel mappingsRyan Roberts
2025-05-08arm64: proton-pack: Add new CPUs 'k' values for branch mitigationJames Morse
2025-05-08arm64/fpsimd: ptrace: Gracefully handle errorsMark Rutland
2025-05-08arm64/fpsimd: ptrace: Mandate SVE payload for streaming-mode stateMark Rutland
2025-05-08arm64/fpsimd: ptrace: Do not present register data for inactive modeMark Rutland
2025-05-08arm64/fpsimd: ptrace: Save task state before generating SVE headerMark Rutland
2025-05-08arm64/fpsimd: ptrace/prctl: Ensure VL changes leave task in a valid stateMark Rutland
2025-05-08arm64/fpsimd: ptrace/prctl: Ensure VL changes do not resurrect stale dataMark Rutland
2025-05-08arm64/fpsimd: Make clone() compatible with ZA lazy savingMark Rutland
2025-05-08arm64/fpsimd: Clear PSTATE.SM during clone()Mark Rutland
2025-05-08arm64/fpsimd: Consistently preserve FPSIMD state during clone()Mark Rutland
2025-05-08arm64/fpsimd: Remove redundant task->mm checkMark Rutland
2025-05-08arm64/fpsimd: signal: Use SMSTOP behaviour in setup_return()Mark Rutland
2025-05-08arm64/fpsimd: Add task_smstop_sm()Mark Rutland
2025-05-08arm64/fpsimd: Factor out {sve,sme}_state_size() helpersMark Rutland
2025-05-08arm64/fpsimd: Clarify sve_sync_*() functionsMark Rutland
2025-05-08arm64/fpsimd: ptrace: Consistently handle partial writes to NT_ARM_(S)SVEMark Rutland
2025-05-08arm64: bpf: Add BHB mitigation to the epilogue for cBPF programsJames Morse
2025-05-08arm64: proton-pack: Expose whether the branchy loop k valueJames Morse
2025-05-08arm64: proton-pack: Expose whether the platform is mitigated by firmwareJames Morse
2025-05-08arm64/fpsimd: signal: Consistently read FPSIMD contextMark Rutland
2025-05-08arm64/fpsimd: signal: Mandate SVE payload for streaming-mode stateMark Rutland
2025-05-08arm64/fpsimd: signal: Clear PSTATE.SM when restoring FPSIMD frame onlyMark Rutland