summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
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
2025-05-08arm64/fpsimd: Do not discard modified SVE stateMark Rutland
2025-05-07ubsan: Remove regs from report_ubsan_failure()Mostafa Saleh
2025-05-07arm64: Introduce esr_is_ubsan_brk()Mostafa Saleh
2025-05-06arm64: Add FEAT_FGT2 capabilityMarc Zyngier
2025-05-06arm64: cpufeature: Move arm64_use_ng_mappings to the .data section to prevent...Yeoreum Yun
2025-05-06KVM: arm64: Add .hyp.data sectionDavid Brazdil
2025-05-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-05-01arm64: errata: Add missing sentinels to Spectre-BHB MIDR arraysWill Deacon
2025-04-30arm64/fpsimd: Avoid warning when sve_to_fpsimd() is unusedMark Rutland
2025-04-29arm64: Extend pr_crit message on invalid FDTBartosz Szczepanek
2025-04-29arm64: Expose AIDR_EL1 via sysfsOliver Upton
2025-04-29arm64: enable PREEMPT_LAZYMark Rutland
2025-04-29arm64/cpufeature: Add missing id_aa64mmfr4 feature reg updateYicong Yang
2025-04-29arm64/mm: Remove randomization of the linear mapArd Biesheuvel
2025-04-29arm64/fpsimd: Avoid unnecessary per-CPU buffers for EFI runtime callsArd Biesheuvel
2025-04-28arm64/fpsimd: signal: Clear TPIDR2 when delivering signalsMark Rutland
2025-04-24Merge tag 'kvmarm-fixes-6.15-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2025-04-18arm64: Rework checks for broken Cavium HW in the PI codeMarc Zyngier
2025-04-09arm64/fpsimd: signal: Simplify preserve_tpidr2_context()Mark Rutland
2025-04-09arm64/fpsimd: signal: Always save+flush state earlyMark Rutland
2025-04-09arm64/fpsimd: signal32: Always save+flush state earlyMark Rutland
2025-04-09arm64/fpsimd: Add fpsimd_save_and_flush_current_state()Mark Rutland
2025-04-09arm64/fpsimd: Fix merging of FPSIMD state during signal returnMark Rutland
2025-04-09arm64/fpsimd: Reset FPMR upon exec()Mark Rutland
2025-04-09arm64/fpsimd: Avoid clobbering kernel FPSIMD state with SMSTOPMark Rutland
2025-04-09arm64/fpsimd: Don't corrupt FPMR when streaming mode changesMark Brown
2025-04-09arm64/fpsimd: Discard stale CPU state when handling SME trapsMark Brown
2025-04-09arm64/fpsimd: Remove opportunistic freeing of SME stateMark Rutland
2025-04-09arm64/fpsimd: Remove redundant SVE trap manipulationMark Rutland