summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
12 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-5/+7
14 daysMerge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-0/+28
2026-06-16Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/ar...Linus Torvalds21-465/+409
2026-06-15arm64: mm: Remove misleading pte_none() comment from ptep_try_set()Tejun Heo1-4/+0
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2026-06-14Merge branch 'for-next/sysregs' into for-next/coreWill Deacon1-0/+2
2026-06-14Merge branch 'for-next/mpam' into for-next/coreWill Deacon2-1/+10
2026-06-14Merge branch 'for-next/mm' into for-next/coreWill Deacon6-16/+18
2026-06-14Merge branch 'for-next/misc' into for-next/coreWill Deacon4-29/+9
2026-06-14Merge branch 'for-next/fpsimd-cleanups' into for-next/coreWill Deacon6-417/+356
2026-06-14Merge branch 'for-next/errata' into for-next/coreWill Deacon2-2/+6
2026-06-12Merge tag 'kvmarm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini3-5/+7
2026-06-12Merge branch kvm-arm64/misc-7.2 into kvmarm-master/nextMarc Zyngier2-4/+4
2026-06-12Merge branch kvm-arm64/pkvm-fixes-7.2 into kvmarm-master/nextMarc Zyngier1-0/+1
2026-06-12Merge branch kvm-arm64/nv-fp-elision into kvmarm-master/nextMarc Zyngier1-1/+2
2026-06-10arm64: cputype: Add C1-Premium definitionsMark Rutland1-0/+2
2026-06-10arm64: cputype: Add C1-Ultra definitionsMark Rutland1-0/+2
2026-06-08arm64: mm: Complete the PTE store in ptep_try_set()Tejun Heo1-1/+10
2026-06-07KVM: arm64: Set a Linux errno on SMCCC error in kvm_call_hyp_nvhe()Vincent Donnefort1-2/+3
2026-06-07KVM: arm64: Bound used_lrs when flushing the pKVM hyp vCPUHyunwoo Kim1-0/+1
2026-06-06vfs: uapi: retire octal and hex numbers in favor of (1 << n) for O_ flagsJori Koolstra1-4/+4
2026-06-05Merge tag 'kvmarm-fixes-7.1-5' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-2/+2
2026-06-05bpf: Replace scratch PTE atomically when allocating arena pagesTejun Heo1-0/+11
2026-06-05KVM: arm64: nv: Fix handling of XN[0] when !FEAT_XNXOliver Upton1-2/+2
2026-06-05arm64: arch_timer: reuse arch_timer_read_cnt{p,v}ct_el0() helpersBreno Leitao1-10/+2
2026-06-05arm64/mm: Rename ptdesc_tAnshuman Khandual4-14/+14
2026-06-05arm64: Avoid double evaluation of __ptep_get()Ard Biesheuvel1-4/+0
2026-06-05arm64: Rename page table BSS section to .bss..pgtblArd Biesheuvel2-2/+2
2026-06-03arm64: fpsimd: Remove <asm/fpsimdmacros.h>Mark Rutland1-64/+0
2026-06-03arm64: fpsimd: Move SME save/restore inlineMark Rutland2-79/+103
2026-06-03arm64: fpsimd: Move sve_flush_live() inlineMark Rutland2-31/+24
2026-06-03arm64: fpsimd: Move SVE save/restore inlineMark Rutland3-66/+117
2026-06-03arm64: fpsimd: Use opaque type for SME stateMark Rutland2-5/+6
2026-06-03arm64: fpsimd: Use opaque type for SVE stateMark Rutland5-30/+19
2026-06-03arm64: fpsimd: Move fpsimd save/restore inlineMark Rutland3-63/+66
2026-06-03arm64: fpsimd: Split FPSR/FPCR from SVE save/restoreMark Rutland3-16/+18
2026-06-03arm64: fpsimd: Move sve_get_vl() and sme_get_vl() inlineMark Rutland2-8/+29
2026-06-03arm64: fpsimd: Use assembler for baseline SME instructionsMark Rutland1-23/+15
2026-06-03arm64: fpsimd: Use assembler for SVE instructionsMark Rutland1-48/+17
2026-06-03arm64: fpsimd: Remove sve_set_vq() and sme_set_vq()Mark Rutland2-24/+0
2026-06-03KVM: arm64: pkvm: Remove struct cpu_sve_stateMark Rutland2-18/+3
2026-06-03KVM: arm64: pkvm: Save host FPMR in host cpu contextMark Rutland1-3/+0
2026-06-03arm64: cpufeature: Add WORKAROUND_DISABLE_CNP capabilityZeng Heng1-2/+2
2026-06-02arm64: Move fixmap and kasan page tables to end of kernel imageArd Biesheuvel1-0/+2
2026-06-02arm64: mm: Preserve non-contiguous descriptors when mapping DRAMArd Biesheuvel1-0/+4
2026-06-02ARM64: remove unnecessary architecture-specific <asm/device.h>Ethan Nelson-Moore1-14/+0
2026-05-29Merge tag 'kvmarm-fixes-7.1-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-1/+1
2026-05-29KVM: arm64: Correctly cap ZCR_EL2 provided by a guest hypervisorMark Brown1-1/+1