Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-25KVM: arm64: Use correct accessor to parse stage-1 PTEsQuentin Perret
2022-06-09KVM: arm64: Remove redundant hyp_assert_lock_held() assertionsWill Deacon
2022-02-08KVM: arm64: Align the VMID allocation with the arm64 ASIDJulien Grall
2022-01-04Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier
2021-12-16KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier
2021-12-16Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/nextMarc Zyngier
2021-12-16KVM: arm64: Expose unshare hypercall to the hostWill Deacon
2021-12-16KVM: arm64: Implement do_unshare() helper for unsharing memoryWill Deacon
2021-12-16KVM: arm64: Implement __pkvm_host_share_hyp() using do_share()Will Deacon
2021-12-16KVM: arm64: Implement do_share() helper for sharing memoryWill Deacon
2021-12-16KVM: arm64: Introduce wrappers for host and hyp spin lock accessorsWill Deacon
2021-12-06KVM: arm64: Move host EL1 code out of hyp/ directoryWill Deacon
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-10-18Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/nextMarc Zyngier
2021-10-11KVM: arm64: Move sanitized copies of CPU featuresFuad Tabba
2021-10-11KVM: arm64: Move __get_fault_info() and co into their own include fileMarc Zyngier
2021-10-11KVM: arm64: Prevent re-finalisation of pKVM for a given CPUWill Deacon
2021-10-05KVM: arm64: Fix host stage-2 PGD refcountQuentin Perret
2021-08-20Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/nextMarc Zyngier
2021-08-20KVM: arm64: Minor optimization of range_is_memoryDavid Brazdil
2021-08-20Merge tag 'kvmarm-fixes-5.14-2' into kvm-arm64/mmu/el2-trackingMarc Zyngier
2021-08-20KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCEMarc Zyngier
2021-08-20KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier
2021-08-11KVM: arm64: Return -EPERM from __pkvm_host_share_hyp()Quentin Perret
2021-08-11KVM: arm64: Restrict EL2 stage-1 changes in protected modeQuentin Perret
2021-08-11KVM: arm64: Remove __pkvm_mark_hypQuentin Perret
2021-08-11KVM: arm64: Introduce addr_is_memory()Quentin Perret
2021-08-11KVM: arm64: Expose pkvm_hyp_idQuentin Perret
2021-08-11KVM: arm64: Expose host stage-2 manipulation helpersQuentin Perret
2021-08-11KVM: arm64: Enable forcing page-level stage-2 mappingsQuentin Perret
2021-08-11KVM: arm64: Optimize host memory abortsQuentin Perret
2021-08-11KVM: arm64: Provide the host_stage2_try() helper macroQuentin Perret
2021-07-29KVM: arm64: Fix off-by-one in range_is_memoryDavid Brazdil
2021-06-11KVM: arm64: Remove hyp_pool pointer from struct hyp_pageQuentin Perret
2021-06-11KVM: arm64: Unify MMIO and mem host stage-2 poolsQuentin Perret
2021-05-15KVM: arm64: Mark the host stage-2 memory pools staticQuentin Perret
2021-04-13Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextMarc Zyngier
2021-03-25KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructureMarc Zyngier
2021-03-19KVM: arm64: Protect the .hyp sections from the hostQuentin Perret
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret