index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2025-05-27
Merge branch 'for-next/efi' into for-next/core
Will Deacon
-31
/
+27
2025-05-26
Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
-6
/
+42
2025-05-23
Merge branch kvm-arm64/misc-6.16 into kvmarm-master/next
Marc Zyngier
-1
/
+15
2025-05-23
Merge branch kvm-arm64/fgt-masks into kvmarm-master/next
Marc Zyngier
-0
/
+7
2025-05-23
Merge branch kvm-arm64/mte-frac into kvmarm-master/next
Marc Zyngier
-0
/
+1
2025-05-23
Merge branch kvm-arm64/ubsan-el2 into kvmarm-master/next
Marc Zyngier
-2
/
+2
2025-05-21
include: pe.h: Fix PE definitions
Pali Rohár
-3
/
+3
2025-05-21
Merge branch kvm-arm64/pkvm-selftest-6.16 into kvm-arm64/pkvm-np-thp-6.16
Marc Zyngier
-3
/
+17
2025-05-19
arm64: errata: Work around AmpereOne's erratum AC04_CPU_23
D Scott Phillips
-1
/
+15
2025-05-16
arm64/boot: Disallow BSS exports to startup code
Ard Biesheuvel
-28
/
+34
2025-05-16
arm64/boot: Move global CPU override variables out of BSS
Ard Biesheuvel
-11
/
+11
2025-05-16
arm64/boot: Move init_pgdir[] and init_idmap_pgdir[] into __pi_ namespace
Ard Biesheuvel
-11
/
+8
2025-05-16
arm64/mm: Re-organise setting up FEAT_S1PIE registers PIRE0_EL1 and PIR_EL1
Anshuman Khandual
-0
/
+2
2025-05-16
arm64/sysreg: Expose MTE_frac so that it is visible to KVM
Ben Horgan
-0
/
+1
2025-05-11
arm64/mm: define ptdesc_t
Anshuman Khandual
-6
/
+6
2025-05-11
Merge tag 'arm64_cbpf_mitigation_2025_05_08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+12
2025-05-09
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-1
/
+8
2025-05-09
arm64/cpuinfo: only show one cpu's info in c_show()
Ye Bin
-54
/
+53
2025-05-09
arm64/mm: Batch barriers when updating kernel mappings
Ryan Roberts
-4
/
+5
2025-05-08
arm64: proton-pack: Add new CPUs 'k' values for branch mitigation
James Morse
-0
/
+1
2025-05-08
arm64/fpsimd: ptrace: Gracefully handle errors
Mark Rutland
-35
/
+26
2025-05-08
arm64/fpsimd: ptrace: Mandate SVE payload for streaming-mode state
Mark Rutland
-1
/
+11
2025-05-08
arm64/fpsimd: ptrace: Do not present register data for inactive mode
Mark Rutland
-14
/
+18
2025-05-08
arm64/fpsimd: ptrace: Save task state before generating SVE header
Mark Rutland
-3
/
+3
2025-05-08
arm64/fpsimd: ptrace/prctl: Ensure VL changes leave task in a valid state
Mark Rutland
-65
/
+72
2025-05-08
arm64/fpsimd: ptrace/prctl: Ensure VL changes do not resurrect stale data
Mark Rutland
-1
/
+1
2025-05-08
arm64/fpsimd: Make clone() compatible with ZA lazy saving
Mark Rutland
-30
/
+62
2025-05-08
arm64/fpsimd: Clear PSTATE.SM during clone()
Mark Rutland
-9
/
+4
2025-05-08
arm64/fpsimd: Consistently preserve FPSIMD state during clone()
Mark Rutland
-1
/
+8
2025-05-08
arm64/fpsimd: Remove redundant task->mm check
Mark Rutland
-2
/
+1
2025-05-08
arm64/fpsimd: signal: Use SMSTOP behaviour in setup_return()
Mark Rutland
-16
/
+2
2025-05-08
arm64/fpsimd: Add task_smstop_sm()
Mark Rutland
-0
/
+22
2025-05-08
arm64/fpsimd: Factor out {sve,sme}_state_size() helpers
Mark Rutland
-16
/
+0
2025-05-08
arm64/fpsimd: Clarify sve_sync_*() functions
Mark Rutland
-22
/
+16
2025-05-08
arm64/fpsimd: ptrace: Consistently handle partial writes to NT_ARM_(S)SVE
Mark Rutland
-32
/
+9
2025-05-08
arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs
James Morse
-1
/
+1
2025-05-08
arm64: proton-pack: Expose whether the branchy loop k value
James Morse
-0
/
+5
2025-05-08
arm64: proton-pack: Expose whether the platform is mitigated by firmware
James Morse
-0
/
+5
2025-05-08
arm64/fpsimd: signal: Consistently read FPSIMD context
Mark Rutland
-28
/
+29
2025-05-08
arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state
Mark Rutland
-2
/
+13
2025-05-08
arm64/fpsimd: signal: Clear PSTATE.SM when restoring FPSIMD frame only
Mark Rutland
-0
/
+1
2025-05-08
arm64/fpsimd: Do not discard modified SVE state
Mark Rutland
-17
/
+44
2025-05-07
ubsan: Remove regs from report_ubsan_failure()
Mostafa Saleh
-1
/
+1
2025-05-07
arm64: Introduce esr_is_ubsan_brk()
Mostafa Saleh
-1
/
+1
2025-05-06
arm64: Add FEAT_FGT2 capability
Marc Zyngier
-0
/
+7
2025-05-06
arm64: cpufeature: Move arm64_use_ng_mappings to the .data section to prevent...
Yeoreum Yun
-1
/
+8
2025-05-06
KVM: arm64: Add .hyp.data section
David Brazdil
-3
/
+17
2025-05-03
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-0
/
+2
2025-05-01
arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays
Will Deacon
-0
/
+2
2025-04-30
arm64/fpsimd: Avoid warning when sve_to_fpsimd() is unused
Mark Rutland
-2
/
+2
[prev]
[next]