summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel2022-01-063-0/+9
| | * | RISC-V: KVM: Forward SBI experimental and vendor extensionsAnup Patel2022-01-062-0/+31
| | * | RISC-V: KVM: make kvm_riscv_vcpu_fp_clean() staticJisheng Zhang2022-01-061-1/+1
| | * | RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra2022-01-065-0/+134
| | * | RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2Atish Patra2022-01-063-0/+143
| | * | RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra2022-01-065-1/+85
| | * | RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own fileAtish Patra2022-01-064-131/+146
| | * | RISC-V: KVM: Mark the existing SBI implementation as v0.1Atish Patra2022-01-062-32/+144
| | * | KVM: RISC-V: Use common KVM implementation of MMU memory cachesSean Christopherson2022-01-064-65/+18
| * | | Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-01-0741-340/+975
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier2022-01-049-23/+17
| | |\ \
| | | * | KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()Zenghui Yu2022-01-041-1/+1
| | | * | KVM: arm64: Fix comment on barrier in kvm_psci_vcpu_on()Fuad Tabba2021-12-201-1/+1
| | | * | KVM: arm64: Fix comment for kvm_reset_vcpu()Fuad Tabba2021-12-201-4/+3
| | | * | KVM: arm64: Use defined value for SCTLR_ELx_EEFuad Tabba2021-12-201-1/+1
| | | * | KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier2021-12-164-12/+11
| | | * | KVM: arm64: Drop unused workaround_flags vcpu fieldMarc Zyngier2021-12-082-4/+0
| | * | | Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/nextMarc Zyngier2021-12-1614-119/+739
| | |\ \ \
| | | * | | KVM: arm64: pkvm: Unshare guest structs during teardownQuentin Perret2021-12-166-4/+85
| | | * | | KVM: arm64: Expose unshare hypercall to the hostWill Deacon2021-12-164-0/+43
| | | * | | KVM: arm64: Implement do_unshare() helper for unsharing memoryWill Deacon2021-12-161-0/+115
| | | * | | KVM: arm64: Implement __pkvm_host_share_hyp() using do_share()Will Deacon2021-12-161-88/+33
| | | * | | KVM: arm64: Implement do_share() helper for sharing memoryWill Deacon2021-12-161-0/+237
| | | * | | KVM: arm64: Introduce wrappers for host and hyp spin lock accessorsWill Deacon2021-12-161-6/+26
| | | * | | KVM: arm64: Extend pkvm_page_state enumeration to handle absent pagesWill Deacon2021-12-161-0/+5
| | | * | | KVM: arm64: pkvm: Refcount the pages shared with EL2Quentin Perret2021-12-161-10/+68
| | | * | | KVM: arm64: Introduce kvm_share_hyp()Quentin Perret2021-12-165-10/+26
| | | * | | KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2Will Deacon2021-12-162-0/+84
| | | * | | KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-tableWill Deacon2021-12-161-0/+1
| | | * | | KVM: arm64: Fixup hyp stage-1 refcountQuentin Perret2021-12-161-5/+16
| | | * | | KVM: arm64: Refcount hyp stage-1 pgtable pagesQuentin Perret2021-12-161-20/+19
| | | * | | KVM: arm64: Provide {get,put}_page() stubs for early hyp allocatorQuentin Perret2021-12-161-0/+5
| | * | | | Merge branch kvm-arm64/vgic-fixes-5.17 into kvmarm-master/nextMarc Zyngier2021-12-163-7/+9
| | |\ \ \ \
| | | * | | | KVM: arm64: vgic: Demote userspace-triggered console prints to kvm_debug()Marc Zyngier2021-12-162-4/+4
| | | * | | | KVM: arm64: vgic-v3: Fix vcpu index comparisonMarc Zyngier2021-12-161-3/+5
| | * | | | | Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/nextMarc Zyngier2021-12-157-6/+19
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: pkvm: Make kvm_host_owns_hyp_mappings() robust to VHEQuentin Perret2021-12-151-0/+3
| | | * | | | | KVM: arm64: pkvm: Stub io map functionsQuentin Perret2021-12-151-0/+6
| | | * | | | | KVM: arm64: Make __io_map_base staticQuentin Perret2021-12-152-2/+2
| | | * | | | | KVM: arm64: Make the hyp memory pool staticQuentin Perret2021-12-152-2/+1
| | | * | | | | KVM: arm64: pkvm: Disable GICv2 supportQuentin Perret2021-12-152-1/+6
| | | * | | | | KVM: arm64: pkvm: Fix hyp_pool max orderQuentin Perret2021-12-151-1/+1
| | | |/ / / /
| | * | | | | Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier2021-12-074-2/+4
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | KVM: arm64: Constify kvm_io_gic_opsRikard Falkeborn2021-12-062-2/+2
| | | * | | | KVM: arm64: Add minimal handling for the ARMv8.7 PMUMarc Zyngier2021-12-012-0/+2
| | | |/ / /
| | * | | | Merge branch kvm-arm64/hyp-header-split into kvmarm-master/nextMarc Zyngier2021-12-0711-63/+109
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | KVM: arm64: Move host EL1 code out of hyp/ directoryWill Deacon2021-12-068-63/+80
| | | * | | KVM: arm64: Generate hyp_constants.h for the hostWill Deacon2021-12-063-0/+28
| | | * | | arm64: Add missing include of asm/cpufeature.h to asm/mmu.hWill Deacon2021-12-061-0/+1
| | | |/ /
| | * | | Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/nextMarc Zyngier2021-12-019-81/+40
| | |\ \ \