summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+7
6 daysarm64: hugetlbpage: avoid unused-but-set-parameter warning (gcc-16)Arnd Bergmann1-2/+7
6 daysMerge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+17
12 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-111/+103
13 daysarm64: mm: implement the architecture-specific clear_flush_young_ptes()Baolin Wang1-0/+11
13 daysarm64: mm: support batch clearing of the young flag for large foliosBaolin Wang1-6/+6
13 daysMerge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-66/+27
2026-02-11Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-15/+0
2026-02-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds12-52/+52
2026-02-09Merge tag 'kvmarm-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini17-150/+132
2026-02-05Merge branch kvm-arm64/misc-6.20 into kvmarm-master/nextMarc Zyngier2-7/+8
2026-02-05Merge branch kvm-arm64/resx into kvmarm-master/nextMarc Zyngier2-13/+32
2026-02-05Merge branch kvm-arm64/debugfs-fixes into kvmarm-master/nextMarc Zyngier1-3/+0
2026-02-05Merge branch kvm-arm64/gicv5-prologue into kvmarm-master/nextMarc Zyngier2-22/+0
2026-02-05Merge branch kvm-arm64/fwb-for-all into kvmarm-master/nextMarc Zyngier3-9/+13
2026-02-05Merge branch kvm-arm64/pkvm-no-mte into kvmarm-master/nextMarc Zyngier1-1/+1
2026-02-05KVM: arm64: Add sanitisation to SCTLR_EL2Marc Zyngier1-1/+1
2026-02-05KVM: arm64: Extend unified RESx handling to runtime sanitisationMarc Zyngier1-0/+15
2026-02-05KVM: arm64: Introduce data structure tracking both RES0 and RES1 bitsMarc Zyngier1-5/+16
2026-02-05arm64: Convert SCTLR_EL2 to sysreg infrastructureMarc Zyngier1-7/+0
2026-02-02arm64: Fix non-atomic __READ_ONCE() with CONFIG_LTO=yMarco Elver1-1/+1
2026-02-02KVM: arm64: Use standard seq_file iterator for idregs debugfsFuad Tabba1-3/+0
2026-01-30arm64/sysreg: Drop ICH_HFGRTR_EL2.ICC_HAPR_EL1 and make RES1Sascha Bischoff1-1/+0
2026-01-30KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2Sascha Bischoff1-21/+0
2026-01-30KVM: arm64: Fix various commentsZenghui Yu (Huawei)1-1/+1
2026-01-29Merge branch 'for-next/errata' into for-next/coreWill Deacon1-0/+10
2026-01-29Merge branch 'for-next/entry' into for-next/coreWill Deacon2-12/+12
2026-01-27arm64: Remove unused _TIF_WORK_MASKJinjie Ruan1-6/+0
2026-01-27mm: provide address parameter to p{te,md,ud}_user_accessible_page()Rohan McLure1-3/+3
2026-01-27mm/page_table_check: reinstate address parameter in [__]page_table_check_pte_...Rohan McLure1-1/+1
2026-01-27mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_...Rohan McLure1-1/+1
2026-01-27mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_...Rohan McLure1-1/+1
2026-01-27mm/page_table_check: provide addr parameter to page_table_check_ptes_set()Rohan McLure1-1/+1
2026-01-27mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd[...Rohan McLure1-2/+3
2026-01-27mm/page_table_check: reinstate address parameter in [__]page_table_check_pud[...Rohan McLure1-1/+2
2026-01-27arm64/mm: add addr parameter to __ptep_get_and_clear_anysz()Andrew Donnellan1-2/+3
2026-01-27arm64/mm: add addr parameter to __set_ptes_anysz()Andrew Donnellan1-11/+8
2026-01-27mm, arch: consolidate hugetlb CMA reservationMike Rapoport (Microsoft)1-2/+0
2026-01-25KVM: arm64: Simplify PAGE_S2_MEMATTRMarc Zyngier1-2/+2
2026-01-25KVM: arm64: Kill KVM_PGTABLE_S2_NOFWBMarc Zyngier1-5/+2
2026-01-25KVM: arm64: Add KVM_PGTABLE_S2_AS_S1 flagMarc Zyngier1-0/+2
2026-01-25arm64: Add MT_S2{,_FWB}_AS_S1 encodingsMarc Zyngier1-3/+8
2026-01-24Merge tag 'kvmarm-fixes-6.19-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini4-21/+16
2026-01-23arm64: errata: Workaround for SI L1 downstream coherency issueLucas Wei1-0/+10
2026-01-23KVM: arm64: Trap MTE access and discovery when MTE is disabledFuad Tabba1-1/+1
2026-01-23Merge branch kvm-arm64/pkvm-features-6.20 into kvmarm-master/nextMarc Zyngier3-4/+32
2026-01-23Merge branch kvm-arm64/feat_idst into kvmarm-master/nextMarc Zyngier1-0/+1
2026-01-23Merge branch kvm-arm64/vtcr into kvmarm-master/nextMarc Zyngier5-61/+20
2026-01-23Merge branch arm64/for-next/cpufeature into kvmarm-master/nextMarc Zyngier8-39/+29
2026-01-22arm64: Add support for FEAT_{LS64, LS64_V}Yicong Yang1-0/+1