summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2024-09-12Merge branch kvm-arm64/s2-ptdump into kvmarm-master/nextMarc Zyngier3-1/+90
2024-09-12Merge branch kvm-arm64/nv-at-pan into kvmarm-master/nextMarc Zyngier6-5/+78
2024-09-12Merge branch kvm-arm64/vgic-sre-traps into kvmarm-master/nextMarc Zyngier1-0/+2
2024-09-12Merge branch kvm-arm64/fpmr into kvmarm-master/nextMarc Zyngier1-2/+18
2024-09-10KVM: arm64: Register ptdump with debugfs on guest creationSebastian Ene1-0/+6
2024-09-10arm64: ptdump: Use the ptdump description from a local contextSebastian Ene1-0/+1
2024-09-10arm64: ptdump: Expose the attribute parsing functionalitySebastian Ene1-1/+41
2024-09-10KVM: arm64: Move pagetable definitions to common headerSebastian Ene1-0/+42
2024-08-30KVM: arm64: nv: Add support for FEAT_ATS1AMarc Zyngier1-0/+1
2024-08-30KVM: arm64: nv: Make ps_to_output_size() generally availableMarc Zyngier1-0/+14
2024-08-30KVM: arm64: nv: Add emulation of AT S12E{0,1}{R,W}Marc Zyngier1-0/+1
2024-08-30KVM: arm64: nv: Add basic emulation of AT S1E2{R,W}Marc Zyngier1-0/+1
2024-08-30KVM: arm64: nv: Add basic emulation of AT S1E{0,1}{R,W}Marc Zyngier1-0/+1
2024-08-30KVM: arm64: nv: Turn upper_attr for S2 walk into the full descriptorMarc Zyngier1-2/+2
2024-08-30KVM: arm64: nv: Enforce S2 alignment when contiguous bit is setMarc Zyngier1-0/+22
2024-08-30arm64: Add ESR_ELx_FSC_ADDRSZ_L() helperMarc Zyngier1-2/+3
2024-08-30arm64: Add system register encoding for PSTATE.PANMarc Zyngier1-0/+3
2024-08-30arm64: Add PAR_EL1 field descriptionMarc Zyngier1-0/+18
2024-08-30arm64: Add missing APTable and TCR_ELx.HPD masksMarc Zyngier2-0/+10
2024-08-30KVM: arm64: Make kvm_at() take an OP_AT_*Joey Gouly1-1/+2
2024-08-27KVM: arm64: Add ICH_HCR_EL2 to the vcpu stateMarc Zyngier1-0/+2
2024-08-27KVM: arm64: Add save/restore support for FPMRMarc Zyngier1-0/+10
2024-08-27KVM: arm64: Move FPMR into the sysreg arrayMarc Zyngier1-1/+1
2024-08-27KVM: arm64: Add predicate for FPMR support in a VMMarc Zyngier1-0/+4
2024-08-27KVM: arm64: Move SVCR into the sysreg arrayMarc Zyngier1-1/+3
2024-08-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2024-08-14arm64: uaccess: correct thinko in __get_mem_asm()Mark Rutland1-1/+1
2024-08-13Merge tag 'kvmarm-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-1/+1
2024-08-07KVM: arm64: Tidying up PAuth code in KVMFuad Tabba1-1/+1
2024-08-02arm64: jump_label: Ensure patched jump_labels are visible to all CPUsWill Deacon1-0/+1
2024-08-01arm64: cputype: Add Cortex-A725 definitionsMark Rutland1-0/+2
2024-08-01arm64: cputype: Add Cortex-X1C definitionsMark Rutland1-0/+2
2024-07-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+22
2024-07-25arm64: mm: Fix lockless walks with static and dynamic page-table foldingWill Deacon1-0/+22
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-40/+317
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-11/+0
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-990/+30
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+0
2024-07-16Merge tag 'kvmarm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini9-39/+317
2024-07-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds13-75/+61
2024-07-15Merge branch 'arm64-uaccess' (early part)Linus Torvalds2-46/+126
2024-07-15Merge branch 'word-at-a-time'Linus Torvalds1-8/+3
2024-07-15Merge branch 'runtime-constants'Linus Torvalds1-0/+88
2024-07-14Merge branch kvm-arm64/nv-tcr2 into kvmarm/nextOliver Upton1-1/+0
2024-07-14Merge branch kvm-arm64/nv-sve into kvmarm/nextOliver Upton3-1/+64
2024-07-14Merge branch kvm-arm64/el2-kcfi into kvmarm/nextOliver Upton2-2/+13
2024-07-14Merge branch kvm-arm64/ctr-el0 into kvmarm/nextOliver Upton2-35/+31
2024-07-13mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-1/+1
2024-07-11Merge branch 'for-next/vcpu-hotplug' into for-next/coreCatalin Marinas1-0/+12