aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-17arm64: debug: always unmask interrupts in el0_softstp()Ada Couprie Diaz1-3/+5
2025-10-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-102/+20
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-6/+27
2025-10-03arm64: mte: Do not flag the zero page as PG_mte_taggedCatalin Marinas2-4/+8
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+19
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2025-09-30Merge tag 'loongarch-kvm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-1/+1
2025-09-30Merge tag 'kvm-riscv-6.18-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-4/+32
2025-09-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds21-348/+332
2025-09-29Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-25arm64: mm: Move KPTI helpers to mmu.cKevin Brodsky1-98/+0
2025-09-25arm64: kprobes: call set_memory_rox() for kprobe pageYang Shi1-0/+12
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook2-3/+3
2025-09-24arm64: cpufeature: Remove duplicate asm/mmu.h headerJiapeng Chong1-1/+0
2025-09-24Merge branch 'for-next/vdso' into for-next/coreWill Deacon1-12/+1
2025-09-24Merge branch 'for-next/uprobes' into for-next/coreWill Deacon4-12/+81
2025-09-24Merge branch 'for-next/mm' into for-next/coreWill Deacon5-35/+55
2025-09-24Merge branch 'for-next/misc' into for-next/coreWill Deacon1-2/+3
2025-09-24Merge branch 'for-next/entry' into for-next/coreWill Deacon6-283/+151
2025-09-24Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon4-0/+10
2025-09-24Merge branch 'for-next/cca' into for-next/coreWill Deacon2-4/+32
2025-09-22arm/syscalls: mark syscall invocation as likely in invoke_syscallCan Peng1-1/+1
2025-09-22arm64: map [_text, _stext) virtual address range non-executable+read-onlyOmar Sandoval2-2/+8
2025-09-22arm64: cpufeature: add Neoverse-V3AE to BBML2 allow listRyan Roberts1-0/+1
2025-09-22arm64: errata: Apply workarounds for Neoverse-V3AEMark Rutland1-0/+1
2025-09-21kasan/hw-tags: introduce kasan.write_only optionYeoreum Yun2-1/+19
2025-09-20Merge branch kvm-arm64/gic-v5-nv into kvmarm-master/nextMarc Zyngier2-0/+18
2025-09-19arm64: mm: split linear mapping if BBML2 unsupported on secondary CPUsRyan Roberts1-0/+3
2025-09-19arm64: acpi: Enable ACPI CCEL supportSuzuki K Poulose1-0/+10
2025-09-19arm64: realm: ioremap: Allow mapping memory as encryptedSuzuki K Poulose1-4/+22
2025-09-18arm64: mm: support large block mapping when rodata=fullYang Shi1-1/+6
2025-09-18arm64: cpufeature: add AmpereOne to BBML2 allow listYang Shi1-0/+2
2025-09-18arm64: probes: Fix incorrect bl/blr address and register usageJeremy Linton1-2/+2
2025-09-18arm64: cpufeature: Add Olympus MIDR to BBML2 allow listShanker Donthineni1-0/+1
2025-09-18arm64: errata: Expand speculative SSBS workaround for Cortex-A720AEKuninori Morimoto2-0/+2
2025-09-17arm64: cpucaps: Add GICv5 Legacy vCPU interface (GCIE_LEGACY) capabilitySascha Bischoff1-0/+15
2025-09-17KVM: arm64: Don't access ICC_SRE_EL2 if GICv3 doesn't support v2 compatibilityMarc Zyngier1-0/+3
2025-09-17Merge branch kvm-arm64/dump-instr into kvmarm-master/nextMarc Zyngier1-6/+9
2025-09-16arm64: uprobes: Add GCS support to uretprobesJeremy Linton1-0/+33
2025-09-16arm64: probes: Add GCS support to bl/blr/retJeremy Linton1-9/+35
2025-09-16arm64/fpsimd: simplify sme_setup()Yury Norov (NVIDIA)1-2/+3
2025-09-16arm64: mm: Represent physical memory with phys_addr_t and resource_size_tSam Edwards3-25/+30
2025-09-16arm64: mm: Make map_fdt() return mapped pointerSam Edwards1-6/+7
2025-09-16arm64: mm: Cast start/end markers to char *, not u64Sam Edwards1-3/+3
2025-09-16arm64: probes: Break ret out from bl/blrJeremy Linton3-5/+15
2025-09-16arm64/hwcap: Add hwcap for FEAT_LSFEMark Brown2-0/+3
2025-09-15KVM: arm64: Dump instruction on hyp panicMostafa Saleh1-6/+9