summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2025-11-11arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth
2025-11-11arm64: acpi: add newline to deferred APEI warningOsama Abdelkader
2025-11-11arm64: entry: Clean out some indirectionLinus Walleij
2025-11-11arm64/mm: Ensure PGD_SIZE is aligned to 64 bytes when PA_BITS = 52Anshuman Khandual
2025-11-11lib/crypto: arm64/polyval: Migrate optimized code into libraryEric Biggers
2025-11-11arm64/efi: Call EFI runtime services without disabling preemptionArd Biesheuvel
2025-11-11arm64/efi: Move uaccess en/disable out of efi_set_pgd()Ard Biesheuvel
2025-11-11arm64/efi: Drop efi_rt_lock spinlock from EFI arch wrapperArd Biesheuvel
2025-11-11arm64/fpsimd: Permit kernel mode NEON with IRQs offArd Biesheuvel
2025-11-11arm64/fpsimd: Don't warn when EFI execution context is preemptibleArd Biesheuvel
2025-11-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-11-11Merge tag 'mm-hotfixes-stable-2025-11-10-19-30' of git://git.kernel.org/pub/s...Linus Torvalds
2025-11-11arm64: dts: imx8mp-debix-model-a: Fix ethernet PHY addressLaurent Pinchart
2025-11-11KVM: arm64: Finalize ID registers only once per VMMarc Zyngier
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner
2025-11-11arm64: dts: imx8: add vdd-supply and vddio-supply for fsl,mpl3115Frank Li
2025-11-11arm64: dts: imx8dxl-ss-conn: delete usb3_lpcg nodeFrank Li
2025-11-11arm64: dts: imx8-ss-conn: add missed clock enet_2x_txclk for fec[1,2]Frank Li
2025-11-11arm64: dts: imx8-ss-conn: add fsl,tuning-step for usdhc1 and usdhc2Frank Li
2025-11-11arm64: dts: imx8: add default clock rate for usdhcShenwei Wang
2025-11-11arm64: dts: imx8dxl-evk: add state_100mhz and state_200mhz for usdhcFrank Li
2025-11-11arm64: dts: imx8dxl-evk: add bt information for lpuart1Frank Li
2025-11-11arm64: dts: imx8dxl-ss-conn: swap interrupts number of eqosFrank Li
2025-11-11arm64: dts: imx8dxl: Correct pcie-ep interrupt numberFrank Li
2025-11-10arm64: dts: socfpga: Add Agilex5 SVC node with memory regionKhairul Anuar Romli
2025-11-10Revert "arm64: dts: marvell: cn9132-clearfog: fix multi-lane pci x2 and x4 po...Josua Mayer
2025-11-10arm64/arm: dts: marvell: Rename "nand-rb" pinctrl node namesRob Herring (Arm)
2025-11-10arm64: dts: renesas: r8a779a0: Add GE7800 GPU nodeNiklas Söderlund
2025-11-10arm64: dts: renesas: r8a77965: Add GE7800 GPU nodeMarek Vasut
2025-11-10Merge patch "kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS"Christian Brauner
2025-11-10arm64: dts: imx8mp: Specify the number of channels for CSI-2 receiversLaurent Pinchart
2025-11-09mm/huge_memory: initialise the tags of the huge zero folioCatalin Marinas
2025-11-09Merge tag 'kvmarm-fixes-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2025-11-08KVM: arm64: vgic-v3: Release reserved slot outside of lpi_xa's lockOliver Upton
2025-11-08KVM: arm64: vgic-v3: Reinstate IRQ lock ordering for LPI xarrayOliver Upton
2025-11-08KVM: arm64: Limit clearing of ID_{AA64PFR0,PFR1}_EL1.GIC to userspace irqchipMarc Zyngier
2025-11-08KVM: arm64: Set ID_{AA64PFR0,PFR1}_EL1.GIC when GICv3 is configuredMarc Zyngier
2025-11-08KVM: arm64: Make all 32bit ID registers fully writableMarc Zyngier
2025-11-07arm64/mm: Drop cpu_set_[default|idmap]_tcr_t0sz()Anshuman Khandual
2025-11-07arm64: remove unused ARCH_PFN_OFFSETOmar Sandoval
2025-11-07arm64: use SOFTIRQ_ON_OWN_STACK for enabling softirq stackRyo Takakura
2025-11-07arm64: Remove assertion on CONFIG_VMAP_STACKDawei Li
2025-11-07arm64: Reject modules with internal alternative callbacksAdrian Barnaś
2025-11-07arm64: Fail module loading if dynamic SCS patching failsAdrian Barnaś
2025-11-07arm64: proton-pack: Fix hard lockup due to print in scheduler contextshechenglong
2025-11-07arm64: proton-pack: Drop print when !CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORYshechenglong
2025-11-07arm64: mm: Tidy up force_pte_mapping()Ryan Roberts
2025-11-07arm64: mm: Optimize range_split_to_ptes()Ryan Roberts
2025-11-07arm64: mm: Don't sleep in split_kernel_leaf_mapping() when in atomic contextRyan Roberts
2025-11-07arm64: kprobes: check the return value of set_memory_rox()Yang Shi