index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
nvhe
/
pkvm.c
Age
Commit message (
Expand
)
Author
2024-07-04
KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1
Anshuman Khandual
2024-06-04
KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx format
Fuad Tabba
2024-06-04
KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVM
Fuad Tabba
2024-06-04
KVM: arm64: Eagerly restore host fpsimd/sve state in pKVM
Fuad Tabba
2024-06-04
KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVM
Fuad Tabba
2024-05-01
KVM: arm64: Fix comment for __pkvm_vcpu_init_traps()
Fuad Tabba
2024-05-01
KVM: arm64: Issue CMOs when tearing down guest s2 pages
Quentin Perret
2024-05-01
KVM: arm64: Initialize the kvm host data's fpsimd_state pointer in pKVM
Fuad Tabba
2024-01-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-12-18
KVM: arm64: Trap external trace for protected VMs
Fuad Tabba
2023-12-05
KVM: arm64: Remove VPIPT I-cache handling
Marc Zyngier
2023-10-23
KVM: arm64: Move VTCR_EL2 into struct s2_mmu
Marc Zyngier
2023-06-12
KVM: arm64: Force HCR_E2H in guest context when ARM64_KVM_HVHE is set
Marc Zyngier
2023-06-12
KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration
Marc Zyngier
2022-11-11
KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()
Will Deacon
2022-11-11
KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
Will Deacon
2022-11-11
KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
Quentin Perret
2022-11-11
KVM: arm64: Provide I-cache invalidation by virtual address at EL2
Will Deacon
2022-11-11
KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1
Fuad Tabba
2022-11-11
KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
Fuad Tabba
2022-09-16
arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition names
Mark Brown
2022-09-16
arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architecture
Mark Brown
2022-09-09
arm64/sysreg: Standardise naming for ID_AA64PFR0_EL1.AdvSIMD constants
Mark Brown
2022-09-09
arm64/sysreg: Standardise naming for ID_AA64MMFR1_EL1 fields
Kristina Martsenko
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64PFR1_EL1 constant names
Mark Brown
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition names
Mark Brown
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition names
Mark Brown
2021-10-18
KVM: arm64: pkvm: Consolidate include files
Marc Zyngier
2021-10-18
KVM: arm64: pkvm: Use a single function to expose all id-regs
Marc Zyngier
2021-10-11
KVM: arm64: Initialize trap registers for protected VMs
Fuad Tabba