aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-23arm64: cputype: Add Neoverse-V3AE definitionsMark Rutland1-0/+2
2025-10-23arm64/sysreg: Fix GIC CDEOI instruction encodingLorenzo Pieralisi1-1/+10
2025-10-19tracing: Fix the bug where bpf_get_stackid returns -EFAULT on the ARM64Feng Yang1-0/+1
2025-09-17Merge tag 'kvmarm-fixes-6.17-2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini3-33/+2
2025-09-10Revert "KVM: arm64: Split kvm_pgtable_stage2_destroy()"Oliver Upton2-33/+1
2025-09-10KVM: arm64: Initialize PMSCR_EL1 when in VHEAlexandru Elisei1-0/+1
2025-09-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-0/+2
2025-09-05arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module with CONFIG_DYNAMIC_FTRACEpanfan2-0/+2
2025-08-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+7
2025-08-30arm64: mm: Fix CFI failure due to kpti_ng_pgd_alloc function signatureKees Cook1-0/+7
2025-08-29Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini6-138/+36
2025-08-28KVM: arm64: Remove __vcpu_{read,write}_sys_reg_{from,to}_cpu()Marc Zyngier1-107/+0
2025-08-28KVM: arm64: Fix vcpu_{read,write}_sys_reg() accessorsMarc Zyngier1-2/+2
2025-08-21KVM: arm64: Get rid of ARM64_FEATURE_MASK()Marc Zyngier1-3/+0
2025-08-21KVM: arm64: Split kvm_pgtable_stage2_destroy()Raghavendra Rao Ananta2-1/+33
2025-08-04KVM: arm64: nv: Handle SEAs due to VNCR redirectionOliver Upton2-25/+1
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-4/+29
2025-08-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+7
2025-07-31arm64/cfi,bpf: Support kCFI + BPF on arm64Puranjay Mohan1-0/+7
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-41/+23
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-10/+242
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds18-68/+171
2025-07-29Merge tag 'timers-ptp-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+3
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-0/+17
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini9-10/+242
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2025-07-26Merge tag 'irqchip-gic-v5-host' into kvmarm/nextOliver Upton4-4/+139
2025-07-26Merge branch 'kvm-arm64/doublefault2' into kvmarm/nextOliver Upton4-6/+85
2025-07-24arm64: add batched versions of ptep_modify_prot_start/commitDev Jain1-0/+10
2025-07-24mm: remove arch_flush_tlb_batched_pending() arch helperRyan Roberts1-11/+0
2025-07-24arm64: Handle KCOV __init vs inline mismatchesKees Cook1-1/+1
2025-07-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+5
2025-07-24Merge branch 'for-next/feat_mte_store_only' into for-next/coreCatalin Marinas2-0/+3
2025-07-24Merge branches 'for-next/livepatch', 'for-next/user-contig-bbml2', 'for-next/misc', 'for-next/acpi', 'for-next/debug-entry', 'for-next/feat_mte_tagged_far', 'for-next/kselftest', 'for-next/mdscr-cleanup' and 'for-next/vmap-stack', remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas14-55/+92
2025-07-23arm64/gcs: task_gcs_el0_enable() should use passed taskJeremy Linton1-1/+1
2025-07-23arm64/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with RustFUJITA Tomonori1-4/+29
2025-07-22arm64/entry: Mask DAIF in cpu_switch_to(), call_on_irq_stack()Ada Couprie Diaz1-0/+5
2025-07-21KVM: arm64: Check for SYSREGS_ON_CPU before accessing the CPU stateMarc Zyngier1-0/+4
2025-07-16arm64: cacheinfo: Provide helper to compress MPIDR value into u32James Morse1-0/+17
2025-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple2-25/+0
2025-07-09mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes1-5/+5
2025-07-09mm/filemap: allow arch to request folio size for exec memoryRyan Roberts1-0/+8
2025-07-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-12/+7
2025-07-09vdso/vsyscall: Split up __arch_update_vsyscall() into __arch_update_vdso_clock()Thomas Weißschuh1-4/+3
2025-07-08KVM: arm64: nv: Enable vSErrors when HCRX_EL2.TMEA is setOliver Upton1-1/+5
2025-07-08KVM: arm64: Enable SCTLR2 when advertised to the guestOliver Upton1-0/+3
2025-07-08KVM: arm64: Wire up SCTLR2_ELx sysreg descriptorsOliver Upton2-0/+8
2025-07-08KVM: arm64: nv: Use guest hypervisor's vSError stateOliver Upton2-0/+8
2025-07-08KVM: arm64: nv: Add FEAT_RAS vSError sys regs to tableOliver Upton2-0/+5