summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2026-06-29arm64: dts: socfpga: agilex5: Add per-channel interrupts to gmac0Nazim Amirul1-2/+34
2026-06-29arm64/mm: Optimize TLB flush in unmap_hotplug_[pmd|pud]_range()Anshuman Khandual1-2/+9
2026-06-29arm64: Avoid eager DVMSync reclaim batches with C1-Pro SME erratumCatalin Marinas4-87/+17
2026-06-29cpu/hotplug: Fix NULL kobject warning in cpuhp_smt_enable()Jinjie Ruan2-1/+13
2026-06-29arm64: smp: Fix hot-unplug tearing by forcing unregistrationJinjie Ruan1-13/+3
2026-06-29arm64: dts: exynosautov920: Add hsi0 syscon node for PCIe PHYSanghoon Bae1-0/+6
2026-06-29arm64: dts: xilinx: drop bias-high-impedance on SDIO CD/WP pinsMichal Simek10-16/+0
2026-06-28arm64: dts: qcom: milos: Add interconnects to camccLuca Weiss1-0/+3
2026-06-28arm64: dts: qcom: glymur: fix QUP serial engine IRQsBjorn Andersson1-13/+13
2026-06-28arm64: dts: qcom: glymur: fix PCIe SMMU interruptsBjorn Andersson1-3/+3
2026-06-28arm64: dts: qcom: glymur: Add GPU coolingManaf Meethalavalappu Pallikunhi1-56/+184
2026-06-28arm64: dts: qcom: Add GPU support for GlymurAkhil P Oommen1-0/+183
2026-06-28arm64: dts: qcom: glymur: Add GPU smmu nodeRajendra Nayak1-0/+38
2026-06-28arm64: dts: rockchip: fix eMMC reset polarity on PP-1516Quentin Schulz1-1/+1
2026-06-28arm64: dts: rockchip: fix emmc reset polarity on px30-cobraJakob Unterwurzacher1-1/+1
2026-06-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-5/+16
2026-06-25arm64: tegra: Fix CPU1 node unit-address on Tegra264Sumit Gupta1-1/+1
2026-06-25arm64: tegra: Fix CPU compatible string to cortex-a78ae on Tegra234Sumit Gupta1-12/+12
2026-06-24arm64: mm: Defer read-only remap of data/bss linear aliasArd Biesheuvel1-5/+6
2026-06-22Merge tag 'usb-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-4/+16
2026-06-22Merge tag 'tty-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-0/+169
2026-06-22KVM: arm64: account pKVM reclaim against the VM mmBradley Morgan1-1/+1
2026-06-22KVM: arm64: Set IL in fake ESR for pKVM memory sharing exitFuad Tabba1-1/+2
2026-06-22KVM: arm64: Set IL for nested SError injectionFuad Tabba1-1/+1
2026-06-22KVM: arm64: Set IL for emulated SError injectionFuad Tabba1-1/+1
2026-06-22KVM: arm64: Set IL for injected FPAC exceptions during ERET emulationFuad Tabba1-1/+1
2026-06-22KVM: arm64: Unconditionally set IL for injected abort exceptionsFuad Tabba1-4/+3
2026-06-22KVM: arm64: Unconditionally set IL for injected undefined exceptionsFuad Tabba1-8/+1
2026-06-22KVM: arm64: Set ESR_ELx.IL for injected undefined exceptions at EL2Fuad Tabba1-1/+1
2026-06-22KVM: arm64: nv: Mark VM as bugged for unexpected VNCR abortOliver Upton1-2/+2
2026-06-22KVM: arm64: nv: Inject SEA if guest VNCR isn't normal memoryOliver Upton1-0/+11
2026-06-22KVM: arm64: nv: Re-translate VNCR before injecting abortOliver Upton1-69/+42
2026-06-22KVM: arm64: nv: Inject SEA if kvm_translate_vncr() can't resolve PFNOliver Upton3-12/+14
2026-06-22KVM: arm64: nv: Respect read-only PFN when mapping L1 VNCROliver Upton1-10/+26
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds2-3/+2
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-16/+3
2026-06-19arm64/hw_breakpoint: reject unaligned watchpoints that would truncate BASBreno Leitao1-0/+9
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds32-433/+616
2026-06-19arm64: static_call: include asm/insns.hArnd Bergmann1-0/+1
2026-06-17treewide: fix transposed "sign" typos and update spelling.txtShardul Deshpande1-1/+1
2026-06-17Merge tag 'iommu-updates-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+11
2026-06-17Merge tag 'soc-arm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+0
2026-06-17Merge tag 'soc-defconfig-7.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-221/+201
2026-06-17Merge tag 'soc-dt-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds414-2029/+37242
2026-06-17KVM: arm64: nv: Fix PSTATE construction on illegal exception returnFuad Tabba1-8/+24
2026-06-17KVM: arm64: Sync SPSR_EL1 when injecting an exception into a pVMFuad Tabba1-0/+1
2026-06-17KVM: arm64: nv: Write ESR_EL2 for injected nested SError exceptionsFuad Tabba1-0/+1
2026-06-17KVM: arm64: nv: Drop bogus WARN for write to ZCR_EL2Oliver Upton1-2/+0
2026-06-17KVM: arm64: nv: Fix SPSR_EL2 restore in kvm_hyp_handle_mops()Weiming Shi1-3/+6
2026-06-17KVM: arm64: vgic: Check the interrupt is still ours before migrating itHyunwoo Kim1-5/+6