summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2026-08-14Merge branch 'for-next/mm' into for-next/coreWill Deacon4-11/+70
2026-08-14Merge branch 'for-next/misc' into for-next/coreWill Deacon5-43/+31
2026-08-14Merge branch 'for-next/errata' into for-next/coreWill Deacon8-20/+116
2026-08-14Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon9-75/+71
2026-08-14Merge branch 'for-next/coco' into for-next/coreWill Deacon5-29/+51
2026-08-14bpf, arm64: Convert struct_ops arena arguments in the trampolinePuranjay Mohan1-15/+77
2026-08-14bpf, arm64: JIT __arena kfunc argument rebasingPuranjay Mohan2-0/+53
2026-08-14arm64: insn: Add encoder for ADD/SUB (extended register)Tejun Heo2-0/+83
2026-08-14bpf, arm64: Fix stack-passed arguments for indirect trampolinesPuranjay Mohan1-6/+13
2026-08-12KVM: arm64: Correctly cap TLBI Range to the architural limitMarc Zyngier1-0/+6
2026-08-12Merge tag 'microchip-dt64-7.3' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-0/+33
2026-08-12bpf, arm64: Clear fetch destination on faulting arena atomicDaniel Borkmann1-14/+30
2026-08-12arm64/efi: Avoid voluntary preemption with efi_mm installedWill Deacon1-2/+2
2026-08-11KVM: arm64: vgic: Fix detection of MI on no pending LRKajetan Puchalski1-1/+1
2026-08-11KVM: arm64: Drop %pB on nVHE panic when stage-2 is activeVincent Donnefort1-4/+13
2026-08-11KVM: arm64: vgic: Reset in_kernel on private IRQ allocation failureFuad Tabba1-0/+1
2026-08-11KVM: arm64: GICv2: Don't WARN on out-of-range GICV_DIR INTIDKarl Mehltretter1-1/+2
2026-08-11KVM: arm64: Preserve GPRs for AArch32 CP64 reads generating an UNDEFKarl Mehltretter1-4/+2
2026-08-11arm64: bti: Disable in-kernel BTI with recent versions of ClangJosh Poimboeuf1-0/+2
2026-08-11arm64: entry: Avoid unnecessary local_irq_disable() on kernel exitVladimir Murzin1-5/+25
2026-08-11irqchip/gic-v3: make the unmasking of pseudo-NMIs explicit when handling IRQsAda Couprie Diaz2-3/+6
2026-08-11Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'qualcomm...Joerg Roedel1-0/+2
2026-08-10Merge tag 'apple-soc-dt-7.3' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann45-0/+5967
2026-08-10Merge tag 'qcom-arm64-for-7.3-2' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann154-635/+5909
2026-08-10Merge tag 'ti-k3-dts-for-v7.3' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann41-12/+4259
2026-08-10Merge tag 'zynqmp-dt-for-7.3' of https://github.com/Xilinx/linux-xlnx into so...Arnd Bergmann17-133/+713
2026-08-10Merge tag 'dt64-cleanup-7.3' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann17-145/+128
2026-08-10Merge tag 'samsung-dt64-7.3-2' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann37-411/+1170
2026-08-10Merge tag 'v7.3-rockchip-dts64-2' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann16-6/+4563
2026-08-10Merge tag 'arm-sophgo-dt-for-v7.3' of https://github.com/sophgo/linux into so...Arnd Bergmann2-0/+245
2026-08-10arm64: Disable KCSAN instrumentation in delay.oMarco Elver1-0/+4
2026-08-10arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITSBoqun Feng1-0/+1
2026-08-10Merge tag 'ti-k3-config-for-v7.3' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-0/+5
2026-08-10Merge tag 'tegra-for-7.2-arm64-dt-fixes-v2' of git://git.kernel.org/pub/scm/l...Arnd Bergmann1-0/+2
2026-08-10Merge tag 'apple-soc-fixes-7.2' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-15/+15
2026-08-09arm64: dts: turris-mox: fix usb3 physTomáš Macholda1-1/+2
2026-08-09Merge tag 'tegra-for-7.3-arm64-dt' of git://git.kernel.org/pub/scm/linux/kern...Alexandre Belloni36-361/+933
2026-08-08preempt: Introduce __preempt_count_{sub,add}_return()Boqun Feng1-0/+20
2026-08-08KVM: arm64: Fix hvhe and broken CNTVOFF_EL2Mostafa Saleh1-2/+2
2026-08-08KVM: arm64: Fix timer offsets for non-protected VMsMostafa Saleh2-3/+17
2026-08-08KVM: arm64: Make timer_get_offset() work in all contextsMarc Zyngier1-14/+1
2026-08-08KVM: arm64: Add VNCR TLB tracking againMarc Zyngier3-9/+41
2026-08-08KVM: arm64: Make VNCR invalidation participate in MMU invalidation retryMarc Zyngier1-3/+18
2026-08-08KVM: arm64: Sign-extend VA for range-based TLBI invalidationMarc Zyngier2-0/+18
2026-08-08KVM: arm64: Handle VNCR TLB invalidation race with vcpu_put() VNCR unmappingMarc Zyngier1-10/+32
2026-08-08KVM: arm64: Correctly handle end of VA space TLBI invalidationMarc Zyngier1-24/+19
2026-08-08KVM: arm64: Consider SCTLR_EL2.M when mapping the L1 VNCR pageMarc Zyngier3-2/+11
2026-08-08KVM: arm64: Handle negative S1 walk levels in VNCR TLB size evaluationMarc Zyngier1-7/+19
2026-08-08KVM: arm64: Remove VM-wide VNCR mapping counterMarc Zyngier3-8/+1
2026-08-08Merge tag 'nuvoton-arm64-7.3-devicetree-0' of https://git.kernel.org/pub/scm/...Alexandre Belloni1-17/+16