summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2026-02-25arm64: gcs: Do not set PTE_SHARED on GCS mappings if FEAT_LPA2 is enabledCatalin Marinas2-5/+6
2026-02-25arm64: io: Extract user memory type in ioremap_prot()Will Deacon1-2/+15
2026-02-25arm64: io: Rename ioremap_prot() to __ioremap_prot()Will Deacon3-9/+10
2026-02-25KVM: arm64: Deduplicate ASID retrieval codeMarc Zyngier3-54/+35
2026-02-23KVM: arm64: Revert accidental drop of kvm_uninit_stage2_mmu() for non-NV VMsFuad Tabba1-3/+0
2026-02-22KVM: arm64: Fix protected mode handling of pages larger than 4kBMarc Zyngier1-7/+5
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook14-34/+34
2026-02-20Merge tag 'kmalloc_obj-prep-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2026-02-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-6/+22
2026-02-19KVM: arm64: vgic: Handle const qualifier from gic_kvm_info allocation typeKees Cook1-1/+1
2026-02-19arm64: hugetlbpage: avoid unused-but-set-parameter warning (gcc-16)Arnd Bergmann1-2/+7
2026-02-19arm64: Force the use of CNTVCT_EL0 in __delay()Marc Zyngier1-4/+15
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-28/+57
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds42-792/+1167
2026-02-13KVM: arm64: vgic: Handle const qualifier from gic_kvm_info allocation typeKees Cook1-1/+1
2026-02-13KVM: arm64: Remove redundant kern_hyp_va() in unpin_host_sve_state()Fuad Tabba1-1/+1
2026-02-13KVM: arm64: Fix ID register initialization for non-protected pKVM guestsFuad Tabba1-2/+33
2026-02-13KVM: arm64: Optimise away S1POE handling when not supported by hostFuad Tabba1-1/+2
2026-02-13KVM: arm64: Hide S1POE from guests when not supported by the hostFuad Tabba1-0/+3
2026-02-13arm64: mm: implement the architecture-specific clear_flush_young_ptes()Baolin Wang1-0/+11
2026-02-13arm64: mm: support batch clearing of the young flag for large foliosBaolin Wang2-20/+25
2026-02-13arm64: mm: factor out the address and ptep alignment into a new helperBaolin Wang1-8/+21
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-110/+62
2026-02-11Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2026-02-11Merge tag 'soc-dt-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds591-3593/+45621
2026-02-11Merge tag 'soc-defconfig-7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+91
2026-02-11Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-25/+2
2026-02-11Merge tag 'timers-vdso-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+6
2026-02-11Merge tag 'irq-drivers-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+146
2026-02-10Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-11/+64
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-715/+10
2026-02-10Merge tag 'efi-next-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-02-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds34-141/+325
2026-02-10Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2026-02-09Merge tag 'kvmarm-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini58-890/+1302
2026-02-05Merge branch kvm-arm64/misc-6.20 into kvmarm-master/nextMarc Zyngier11-46/+62
2026-02-05Merge branch kvm-arm64/resx into kvmarm-master/nextMarc Zyngier7-305/+478
2026-02-05Merge branch kvm-arm64/debugfs-fixes into kvmarm-master/nextMarc Zyngier3-121/+40
2026-02-05Merge branch kvm-arm64/gicv5-prologue into kvmarm-master/nextMarc Zyngier7-101/+56
2026-02-05Merge branch kvm-arm64/gicv3-tdir-fixes into kvmarm-master/nextMarc Zyngier4-14/+22
2026-02-05Merge branch kvm-arm64/fwb-for-all into kvmarm-master/nextMarc Zyngier5-22/+30
2026-02-05Merge branch kvm-arm64/pkvm-no-mte into kvmarm-master/nextMarc Zyngier6-8/+76
2026-02-05KVM: arm64: Add debugfs file dumping computed RESx valuesMarc Zyngier1-0/+68
2026-02-05KVM: arm64: Add sanitisation to SCTLR_EL2Marc Zyngier3-1/+87