summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)AuthorFilesLines
2024-12-20KVM: arm64: Plumb the pKVM MMU in KVMQuentin Perret1-0/+16
2024-12-20KVM: arm64: Introduce the EL1 pKVM MMUQuentin Perret3-8/+40
2024-12-20KVM: arm64: Introduce __pkvm_tlb_flush_vmid()Quentin Perret1-0/+1
2024-12-20KVM: arm64: Introduce __pkvm_host_mkyoung_guest()Quentin Perret1-0/+1
2024-12-20KVM: arm64: Introduce __pkvm_host_test_clear_young_guest()Quentin Perret1-0/+1
2024-12-20KVM: arm64: Introduce __pkvm_host_wrprotect_guest()Quentin Perret1-0/+1
2024-12-20KVM: arm64: Introduce __pkvm_host_relax_guest_perms()Quentin Perret1-0/+1
2024-12-20KVM: arm64: Introduce __pkvm_host_unshare_guest()Quentin Perret1-0/+1
2024-12-20KVM: arm64: Introduce __pkvm_host_share_guest()Quentin Perret2-0/+4
2024-12-20KVM: arm64: Introduce __pkvm_vcpu_{load,put}()Marc Zyngier1-0/+2
2024-12-20KVM: arm64: Make kvm_pgtable_stage2_init() a static inline functionQuentin Perret1-2/+5
2024-12-20KVM: arm64: Pass walk flags to kvm_pgtable_stage2_relax_permsQuentin Perret1-1/+3
2024-12-20KVM: arm64: Pass walk flags to kvm_pgtable_stage2_mkyoungQuentin Perret1-1/+3
2024-12-20KVM: arm64: Avoid reading ID_AA64DFR0_EL1 for debug save/restoreOliver Upton1-0/+4
2024-12-20KVM: arm64: nv: Honor MDCR_EL2.TDE routing for debug exceptionsOliver Upton1-0/+1
2024-12-20KVM: arm64: Manage software step state at load/putMarc Zyngier1-17/+7
2024-12-20KVM: arm64: Don't hijack guest context MDSCR_EL1Oliver Upton1-1/+1
2024-12-20KVM: arm64: Compute MDCR_EL2 at vcpu_load()Oliver Upton1-1/+0
2024-12-20KVM: arm64: Reload vCPU for accesses to OSLAR_EL1Oliver Upton1-0/+1
2024-12-20KVM: arm64: Use debug_owner to track if debug regs need save/restoreOliver Upton1-2/+2
2024-12-20KVM: arm64: Remove vestiges of debug_ptrOliver Upton1-5/+0
2024-12-20KVM: arm64: Select debug state to save/restore based on debug ownerOliver Upton1-0/+2
2024-12-20KVM: arm64: Evaluate debug owner at vcpu_load()Oliver Upton1-0/+11
2024-12-20KVM: arm64: Move host SME/SVE tracking flags to host dataOliver Upton1-12/+10
2024-12-20KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead of vCPUOliver Upton1-8/+11
2024-12-20KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related wartsOliver Upton2-6/+6
2024-12-19arm64/sysreg: Get rid of CPACR_ELx SysregFieldsMarc Zyngier4-29/+27
2024-12-19arm64/mm: Override PARange for !LPA2 and use it consistentlyArd Biesheuvel1-0/+5
2024-12-19arm64/mm: Reduce PA space to 48 bits when LPA2 is not enabledArd Biesheuvel3-7/+11
2024-12-10Merge tag 'kvmarm-fixes-6.13-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-2/+2
2024-12-10arm64: cpufeature: Add HAFT to cpucap_is_possible()Mark Rutland2-2/+3
2024-12-10arm64: asm: Fix typo in pgtable.hZhu Jun1-1/+1
2024-12-10arm64/mm: Replace open encodings with PXD_TABLE_BITAnshuman Khandual1-2/+2
2024-12-10arm64/mm: Drop INIT_MM_CONTEXT()Anshuman Khandual1-3/+0
2024-12-05arm64: cpufeature: Add GCS to cpucap_is_possible()Robin Murphy2-2/+3
2024-12-02arm64: mte: set VM_MTE_ALLOWED for hugetlbfs at correct placeYang Shi1-1/+2
2024-11-26arm64: Fix usage of new shifted MDCR_EL2 valuesJames Clark1-2/+2
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+13
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-56/+84
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-1/+2
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-17/+0
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-9/+12
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-14/+3
2024-11-19Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+0
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds36-121/+1047
2024-11-14Merge branch 'for-next/mops' into for-next/coreCatalin Marinas3-0/+3
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas35-124/+1033
2024-11-14Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-7/+7
2024-11-14Merge tag 'kvmarm-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini10-52/+82