aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-12-15arm64/gcs: Flush the GCS locking state on execMark Brown1-0/+1
2025-12-15arm64/efi: Remove unneeded SVE/SME fallback preserve/store handlingArd Biesheuvel1-110/+20
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-101/+0
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-0/+65
2025-12-02Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-14/+40
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds17-70/+117
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini3-0/+65
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton1-0/+7
2025-11-28Merge branch 'for-next/sysreg' into for-next/coreCatalin Marinas3-7/+7
2025-11-28Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/efi-preempt',...Catalin Marinas15-63/+110
2025-11-25KVM: arm64: Convert ICH_HCR_EL2_TDIR cap to EARLY_LOCAL_CPU_FEATUREMarc Zyngier1-3/+3
2025-11-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-10/+2
2025-11-24KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trappingMarc Zyngier2-0/+57
2025-11-24KVM: arm64: Turn vgic-v3 errata traps into a patched-in constantMarc Zyngier1-0/+1
2025-11-24arm64: Detect FEAT_XNXOliver Upton1-0/+7
2025-11-24arm64: proton-pack: Fix hard lockup when !MITIGATE_SPECTRE_BRANCH_HISTORYJonathan Marek1-0/+2
2025-11-24Revert "arm64: acpi: Enable ACPI CCEL support"Will Deacon1-10/+0
2025-11-17arm64/sme: Support disabling streaming mode via ptrace on SME only systemsMark Brown1-7/+33
2025-11-13arm64/sysreg: Replace TCR_EL1 field macrosAnshuman Khandual3-7/+7
2025-11-12Merge tag 'arm64-fpsimd-on-stack-for-v6.19' into libcrypto-fpsimd-on-stackEric Biggers1-14/+40
2025-11-12arm64: Fix double word in commentsBo Liu1-1/+1
2025-11-12arm64: Fix typos and spelling errors in commentsmrigendrachaubey8-9/+9
2025-11-12arm64/fpsimd: Allocate kernel mode FP/SIMD buffers on the stackArd Biesheuvel1-14/+40
2025-11-11arm64: add unlikely hint to MTE async fault check in el0_svc_commonLi Qiang1-1/+1
2025-11-11arm64: acpi: add newline to deferred APEI warningOsama Abdelkader1-1/+1
2025-11-11arm64: entry: Clean out some indirectionLinus Walleij1-25/+3
2025-11-11arm64/efi: Call EFI runtime services without disabling preemptionArd Biesheuvel1-2/+21
2025-11-11arm64/efi: Move uaccess en/disable out of efi_set_pgd()Ard Biesheuvel1-0/+18
2025-11-11arm64/efi: Drop efi_rt_lock spinlock from EFI arch wrapperArd Biesheuvel1-4/+1
2025-11-11arm64/fpsimd: Permit kernel mode NEON with IRQs offArd Biesheuvel1-6/+19
2025-11-11arm64/fpsimd: Don't warn when EFI execution context is preemptibleArd Biesheuvel1-2/+2
2025-11-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds9-42/+66
2025-11-10Merge patch "kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS"Christian Brauner1-1/+2
2025-11-09mm/huge_memory: initialise the tags of the huge zero folioCatalin Marinas1-1/+2
2025-11-07arm64: use SOFTIRQ_ON_OWN_STACK for enabling softirq stackRyo Takakura1-1/+1
2025-11-07arm64: Remove assertion on CONFIG_VMAP_STACKDawei Li1-4/+0
2025-11-07arm64: Reject modules with internal alternative callbacksAdrian Barnaś2-9/+19
2025-11-07arm64: Fail module loading if dynamic SCS patching failsAdrian Barnaś4-8/+18
2025-11-07arm64: proton-pack: Fix hard lockup due to print in scheduler contextshechenglong2-15/+24
2025-11-07arm64: proton-pack: Drop print when !CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORYshechenglong1-2/+0
2025-11-07arm64: kprobes: check the return value of set_memory_rox()Yang Shi1-1/+4
2025-11-07arm64: acpi: Drop message logging SPCR default consolePunit Agrawal1-2/+0
2025-11-07Revert "ACPI: Suppress misleading SPCR console message when SPCR table is abs...Punit Agrawal1-7/+3
2025-11-04entry: Split up exit_to_user_mode_prepare()Thomas Gleixner1-1/+1
2025-10-30kbuild: Add '-fms-extensions' to areas with dedicated CFLAGSNathan Chancellor1-1/+2
2025-10-27genirq: Update request_percpu_nmi() to take an affinityMarc Zyngier1-1/+1
2025-10-27Merge 6.18-rc3 into driver-core-nextGreg Kroah-Hartman1-3/+5