aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/include/nvhe
AgeCommit message (Expand)AuthorFilesLines
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2024-07-04KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1Anshuman Khandual1-5/+5
2024-06-14KVM: arm64: Update the identification range for the FF-A smcsSebastian Ene1-1/+1
2024-06-04KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVMFuad Tabba1-1/+0
2024-05-01KVM: arm64: Introduce and use predicates that check for protected VMsFuad Tabba1-0/+5
2024-05-01KVM: arm64: Initialize the kvm host data's fpsimd_state pointer in pKVMFuad Tabba1-0/+1
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+18
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov1-1/+1
2023-12-18KVM: arm64: Mark PAuth as a restricted feature for protected VMsFuad Tabba1-3/+11
2023-12-18KVM: arm64: Fix which features are marked as allowed for protected VMsFuad Tabba1-1/+7
2023-10-09KVM: arm64: Expose MOPS instructions to guestsKristina Martsenko1-1/+2
2023-09-12KVM: arm64: nvhe: Ignore SVE hint in SMCCC function IDJean-Philippe Brucker1-1/+1
2023-08-26KVM: arm64: Remove size-order align in the nVHE hyp private VA rangeVincent Donnefort1-0/+1
2023-06-01KVM: arm64: Add FF-A helpers to share/unshare memory with secure worldWill Deacon1-0/+3
2023-06-01KVM: arm64: Allocate pages for hypervisor FF-A mailboxesWill Deacon1-1/+1
2023-06-01KVM: arm64: Probe FF-A version and host/hyp partition ID during initWill Deacon1-0/+1
2023-06-01KVM: arm64: Block unsafe FF-A calls from the hostWill Deacon1-0/+16
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2023-04-04KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMsFuad Tabba1-1/+4
2022-11-11KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()Will Deacon1-0/+4
2022-11-11KVM: arm64: Return guest memory from EL2 via dedicated teardown memcacheQuentin Perret1-1/+1
2022-11-11KVM: arm64: Instantiate guest stage-2 page-tables at EL2Quentin Perret1-0/+6
2022-11-11KVM: arm64: Add generic hyp_memcache helpersQuentin Perret1-0/+2
2022-11-11KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret2-0/+6
2022-11-11KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba2-0/+61
2022-11-11KVM: arm64: Rename 'host_kvm' to 'host_mmu'Will Deacon1-3/+3
2022-11-11KVM: arm64: Add hyp_spinlock_t static initializerFuad Tabba1-1/+9
2022-11-11KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.hWill Deacon1-0/+1
2022-11-11KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2Quentin Perret2-1/+9
2022-11-11KVM: arm64: Implement do_donate() helper for donating memoryWill Deacon1-0/+2
2022-11-11KVM: arm64: Unify identifiers used to distinguish host and hypervisorWill Deacon1-1/+5
2022-11-11KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memoryQuentin Perret1-13/+1
2022-11-11KVM: arm64: Move hyp refcount manipulation helpers to common header fileQuentin Perret1-0/+22
2022-09-09arm64/sysreg: Standardise naming for ID_AA64PFR0_EL1.AdvSIMD constantsMark Brown1-1/+1
2022-09-09arm64/sysreg: Standardise naming for ID_AA64PFR0_EL1 constantsMark Brown1-1/+1
2022-09-09arm64/sysreg: Standardise naming for ID_AA64MMFR2_EL1.CnPMark Brown1-1/+1
2022-09-09arm64/sysreg: Standardise naming for ID_AA64MMFR1_EL1 fieldsKristina Martsenko1-6/+6
2022-09-09arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.ASIDBitsMark Brown1-1/+1
2022-09-09arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.BigEndMark Brown1-1/+1
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64PFR1_EL1 constant namesMark Brown1-2/+2
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition namesMark Brown1-8/+8
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR2_EL1 definition namesMark Brown1-8/+8
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown1-6/+6
2022-07-05arm64/sysreg: Add _EL1 into ID_AA64ISAR2_EL1 definition namesMark Brown1-2/+2
2022-07-05arm64/sysreg: Add _EL1 into ID_AA64ISAR1_EL1 definition namesMark Brown1-14/+14
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+4
2022-05-04arm64/sysreg: Standardise ID_AA64ISAR0_EL1 macro namesMark Brown1-14/+14
2022-05-04arm64: Update name of ID_AA64ISAR0_EL1_ATOMIC to reflect ARMMark Brown1-1/+1
2022-04-28KVM: arm64: Introduce pkvm_alloc_private_va_range()Kalesh Singh1-2/+4