summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorLines
2025-05-27Merge branch 'for-next/efi' into for-next/coreWill Deacon-31/+27
2025-05-26Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-6/+42
2025-05-23Merge branch kvm-arm64/misc-6.16 into kvmarm-master/nextMarc Zyngier-1/+15
2025-05-23Merge branch kvm-arm64/fgt-masks into kvmarm-master/nextMarc Zyngier-0/+7
2025-05-23Merge branch kvm-arm64/mte-frac into kvmarm-master/nextMarc Zyngier-0/+1
2025-05-23Merge branch kvm-arm64/ubsan-el2 into kvmarm-master/nextMarc Zyngier-2/+2
2025-05-21include: pe.h: Fix PE definitionsPali Rohár-3/+3
2025-05-21Merge branch kvm-arm64/pkvm-selftest-6.16 into kvm-arm64/pkvm-np-thp-6.16Marc Zyngier-3/+17
2025-05-19arm64: errata: Work around AmpereOne's erratum AC04_CPU_23D Scott Phillips-1/+15
2025-05-16arm64/boot: Disallow BSS exports to startup codeArd Biesheuvel-28/+34
2025-05-16arm64/boot: Move global CPU override variables out of BSSArd Biesheuvel-11/+11
2025-05-16arm64/boot: Move init_pgdir[] and init_idmap_pgdir[] into __pi_ namespaceArd Biesheuvel-11/+8
2025-05-16arm64/mm: Re-organise setting up FEAT_S1PIE registers PIRE0_EL1 and PIR_EL1Anshuman Khandual-0/+2
2025-05-16arm64/sysreg: Expose MTE_frac so that it is visible to KVMBen Horgan-0/+1
2025-05-11arm64/mm: define ptdesc_tAnshuman Khandual-6/+6
2025-05-11Merge tag 'arm64_cbpf_mitigation_2025_05_08' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+12
2025-05-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-1/+8
2025-05-09arm64/cpuinfo: only show one cpu's info in c_show()Ye Bin-54/+53
2025-05-09arm64/mm: Batch barriers when updating kernel mappingsRyan Roberts-4/+5
2025-05-08arm64: proton-pack: Add new CPUs 'k' values for branch mitigationJames Morse-0/+1
2025-05-08arm64/fpsimd: ptrace: Gracefully handle errorsMark Rutland-35/+26
2025-05-08arm64/fpsimd: ptrace: Mandate SVE payload for streaming-mode stateMark Rutland-1/+11
2025-05-08arm64/fpsimd: ptrace: Do not present register data for inactive modeMark Rutland-14/+18
2025-05-08arm64/fpsimd: ptrace: Save task state before generating SVE headerMark Rutland-3/+3
2025-05-08arm64/fpsimd: ptrace/prctl: Ensure VL changes leave task in a valid stateMark Rutland-65/+72
2025-05-08arm64/fpsimd: ptrace/prctl: Ensure VL changes do not resurrect stale dataMark Rutland-1/+1
2025-05-08arm64/fpsimd: Make clone() compatible with ZA lazy savingMark Rutland-30/+62
2025-05-08arm64/fpsimd: Clear PSTATE.SM during clone()Mark Rutland-9/+4
2025-05-08arm64/fpsimd: Consistently preserve FPSIMD state during clone()Mark Rutland-1/+8
2025-05-08arm64/fpsimd: Remove redundant task->mm checkMark Rutland-2/+1
2025-05-08arm64/fpsimd: signal: Use SMSTOP behaviour in setup_return()Mark Rutland-16/+2
2025-05-08arm64/fpsimd: Add task_smstop_sm()Mark Rutland-0/+22
2025-05-08arm64/fpsimd: Factor out {sve,sme}_state_size() helpersMark Rutland-16/+0
2025-05-08arm64/fpsimd: Clarify sve_sync_*() functionsMark Rutland-22/+16
2025-05-08arm64/fpsimd: ptrace: Consistently handle partial writes to NT_ARM_(S)SVEMark Rutland-32/+9
2025-05-08arm64: bpf: Add BHB mitigation to the epilogue for cBPF programsJames Morse-1/+1
2025-05-08arm64: proton-pack: Expose whether the branchy loop k valueJames Morse-0/+5
2025-05-08arm64: proton-pack: Expose whether the platform is mitigated by firmwareJames Morse-0/+5
2025-05-08arm64/fpsimd: signal: Consistently read FPSIMD contextMark Rutland-28/+29
2025-05-08arm64/fpsimd: signal: Mandate SVE payload for streaming-mode stateMark Rutland-2/+13
2025-05-08arm64/fpsimd: signal: Clear PSTATE.SM when restoring FPSIMD frame onlyMark Rutland-0/+1
2025-05-08arm64/fpsimd: Do not discard modified SVE stateMark Rutland-17/+44
2025-05-07ubsan: Remove regs from report_ubsan_failure()Mostafa Saleh-1/+1
2025-05-07arm64: Introduce esr_is_ubsan_brk()Mostafa Saleh-1/+1
2025-05-06arm64: Add FEAT_FGT2 capabilityMarc Zyngier-0/+7
2025-05-06arm64: cpufeature: Move arm64_use_ng_mappings to the .data section to prevent...Yeoreum Yun-1/+8
2025-05-06KVM: arm64: Add .hyp.data sectionDavid Brazdil-3/+17
2025-05-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-0/+2
2025-05-01arm64: errata: Add missing sentinels to Spectre-BHB MIDR arraysWill Deacon-0/+2
2025-04-30arm64/fpsimd: Avoid warning when sve_to_fpsimd() is unusedMark Rutland-2/+2