aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2026-01-22arm64: Unconditionally enable PAN supportMarc Zyngier2-6/+2
2026-01-22arm64: Unconditionally enable LSE supportMarc Zyngier2-32/+0
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand1-1/+0
2026-01-20arm64: mm: replace TIF_LAZY_MMU with is_lazy_mmu_mode_active()Kevin Brodsky2-18/+4
2026-01-20mm: enable lazy_mmu sections to nestKevin Brodsky1-12/+0
2026-01-20mm: bail out of lazy_mmu_mode_* in interrupt contextKevin Brodsky1-9/+0
2026-01-20mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODEKevin Brodsky1-1/+0
2026-01-15KVM: arm64: Check whether a VM IOCTL is allowed in pKVMFuad Tabba1-0/+20
2026-01-15KVM: arm64: Track KVM IOCTLs and their associated KVM capsFuad Tabba1-0/+2
2026-01-15KVM: arm64: Do not allow KVM_CAP_ARM_MTE for any guest in pKVMFuad Tabba1-0/+2
2026-01-15KVM: arm64: Include VM type when checking VM capabilities in pKVMFuad Tabba1-4/+6
2026-01-15KVM: arm64: Introduce helper to calculate fault IPA offsetFuad Tabba1-0/+2
2026-01-15KVM: arm64: Add a generic synchronous exception injection primitiveMarc Zyngier1-0/+1
2026-01-15KVM: arm64: Honor UX/PX attributes for EL2 S1 mappingsMarc Zyngier1-9/+3
2026-01-15KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and coMarc Zyngier1-0/+1
2026-01-15arm64: Convert VTCR_EL2 to sysreg infratructureMarc Zyngier2-41/+12
2026-01-14KVM: arm64: Calculate hyp VA size only oncePetteri Kangaslampi1-1/+2
2026-01-12arm64/paravirt: Use common code for paravirt_steal_clock()Juergen Gross1-10/+0
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross1-4/+0
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross1-1/+0
2026-01-10KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkersWill Deacon1-3/+3
2026-01-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-2/+2
2026-01-09KVM: arm64: Don't blindly set set PSTATE.PAN on guest exitMarc Zyngier2-1/+4
2026-01-09KVM: arm64: Remove unused vcpu_{clear,set}_wfx_traps()Dongxu Sun1-16/+0
2026-01-09arm64: Fix cleared E0POE bit after cpu_suspend()/resume()Yeoreum Yun1-1/+1
2026-01-08KVM: arm64: Fix EL2 S1 XN handling for hVHE setupsMarc Zyngier1-1/+9
2026-01-07KVM: arm64: Shuffle KVM_HOST_DATA_FLAG_* indicesMark Rutland1-5/+5
2026-01-06arm64/efi: Don't fail check current_in_efi() if preemptibleBen Horgan1-1/+1
2026-01-05arm64: Avoid memcpy() for syscall_get_arguments()Jinjie Ruan1-4/+12
2026-01-05syscall.h: Remove unused SYSCALL_MAX_ARGSJinjie Ruan1-2/+0
2025-12-14arm64/simd: Avoid pointless clearing of FP/SIMD bufferArd Biesheuvel1-1/+8
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-16/+99
2025-12-02Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-18/+41
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds70-282/+298
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini8-16/+99
2025-12-02Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2025-12-01Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton4-13/+55
2025-12-01Merge branch 'kvm-arm64/vgic-lr-overflow' into kvmarm/nextOliver Upton4-3/+10
2025-12-01Merge branch 'kvm-arm64/sea-user' into kvmarm/nextOliver Upton1-0/+2
2025-12-01KVM: arm64: at: Use correct HA bit in TCR_EL2 when regime is EL2Alexandru Elisei1-0/+1
2025-12-01KVM: arm64: Document KVM_PGTABLE_PROT_{UX,PX}Alexandru Elisei1-1/+3
2025-12-01KVM: arm64: Implement HW access flag management in stage-1 SW PTWOliver Upton1-0/+1
2025-12-01KVM: arm64: Propagate PTW errors up to AT emulationOliver Upton1-3/+3
2025-12-01KVM: arm64: Add helper for swapping guest descriptorOliver Upton1-0/+2
2025-11-28Merge branch 'for-next/sysreg' into for-next/coreCatalin Marinas6-105/+54
2025-11-28Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/efi-preempt',...Catalin Marinas69-177/+244
2025-11-27arm64/sysreg: Remove unused define ARM64_FEATURE_FIELD_BITSBen Horgan1-2/+0
2025-11-27arm64: atomics: lse: Remove unused parameters from ATOMIC_FETCH_OP_AND macrosSeongsu Park1-10/+10