Age | Commit message (Expand) | Author |
2024-03-11 | Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm... | Paolo Bonzini |
2024-03-07 | Merge branch kvm-arm64/kerneldoc into kvmarm/next | Oliver Upton |
2024-03-07 | Merge branch kvm-arm64/vfio-normal-nc into kvmarm/next | Oliver Upton |
2024-03-07 | Merge branch kvm-arm64/vm-configuration into kvmarm/next | Oliver Upton |
2024-03-01 | KVM: arm64: Fix TRFCR_EL1/PMSCR_EL1 access in hVHE mode | Marc Zyngier |
2024-02-24 | KVM: arm64: Introduce new flag for non-cacheable IO memory | Ankit Agrawal |
2024-02-24 | KVM: arm64: Fix typos | Bjorn Helgaas |
2024-02-19 | KVM: arm64: Make FEAT_MOPS UNDEF if not advertised to the guest | Marc Zyngier |
2024-02-19 | KVM: arm64: Make PIR{,E0}_EL1 UNDEF if S1PIE is not advertised to the guest | Marc Zyngier |
2024-02-19 | KVM: arm64: Streamline save/restore of HFG[RW]TR_EL2 | Marc Zyngier |
2024-02-19 | KVM: arm64: Move existing feature disabling over to FGU infrastructure | Marc Zyngier |
2024-02-19 | KVM: arm64: Propagate and handle Fine-Grained UNDEF bits | Marc Zyngier |
2024-02-13 | KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked() | Will Deacon |
2024-02-01 | KVM: arm64: vhe: fix a kernel-doc warning | Randy Dunlap |
2024-02-01 | KVM: arm64: hyp/aarch32: fix kernel-doc warnings | Randy Dunlap |
2024-01-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov |
2024-01-08 | mm, treewide: introduce NR_PAGE_ORDERS | Kirill A. Shutemov |
2024-01-04 | KVM: arm64: Add missing memory barriers when switching to pKVM's hyp pgd | Will Deacon |
2023-12-18 | Merge branch kvm-arm64/fgt-rework into kvmarm-master/next | Marc Zyngier |
2023-12-18 | KVM: arm64: Trap external trace for protected VMs | Fuad Tabba |
2023-12-18 | KVM: arm64: Mark PAuth as a restricted feature for protected VMs | Fuad Tabba |
2023-12-18 | KVM: arm64: Fix which features are marked as allowed for protected VMs | Fuad Tabba |
2023-12-18 | KVM: arm64: Macros for setting/clearing FGT bits | Fuad Tabba |
2023-12-18 | KVM: arm64: Add build validation for FGT trap mask values | Fuad Tabba |
2023-12-18 | KVM: arm64: Handle HAFGRTR_EL2 trapping in nested virt | Fuad Tabba |
2023-12-18 | KVM: arm64: Explicitly trap unsupported HFGxTR_EL2 features | Fuad Tabba |
2023-12-05 | KVM: arm64: Remove VPIPT I-cache handling | Marc Zyngier |
2023-11-30 | KVM: arm64: Use helpers to classify exception types reported via ESR | Ard Biesheuvel |
2023-11-27 | KVM: arm64: Support up to 5 levels of translation in kvm_pgtable | Ryan Roberts |
2023-11-27 | KVM: arm64: Convert translation level parameter to s8 | Ryan Roberts |
2023-11-27 | KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1 | Ryan Roberts |
2023-11-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2023-11-01 | Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-11-01 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2023-10-31 | Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini |
2023-10-30 | Merge branch kvm-arm64/mops into kvmarm/next | Oliver Upton |
2023-10-30 | Merge branch kvm-arm64/stage2-vhe-load into kvmarm/next | Oliver Upton |
2023-10-30 | Merge branch kvm-arm64/misc into kvmarm/next | Oliver Upton |
2023-10-30 | KVM: arm64: Always invalidate TLB for stage-2 permission faults | Oliver Upton |
2023-10-23 | KVM: arm64: Move VTCR_EL2 into struct s2_mmu | Marc Zyngier |
2023-10-20 | KVM: arm64: Load the stage-2 MMU context in kvm_vcpu_load_vhe() | Oliver Upton |
2023-10-20 | KVM: arm64: Rename helpers for VHE vCPU load/put | Oliver Upton |
2023-10-20 | KVM: arm64: Restore the stage-2 context in VHE's __tlb_switch_to_host() | Marc Zyngier |
2023-10-20 | KVM: arm64: Don't zero VTTBR in __tlb_switch_to_host() | Oliver Upton |
2023-10-16 | Merge tag 'ffa-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Arnd Bergmann |
2023-10-16 | arm64: Avoid cpus_have_const_cap() for ARM64_HAS_BTI | Mark Rutland |
2023-10-16 | arm64: kvm: Use cpus_have_final_cap() explicitly | Mark Rutland |
2023-10-12 | KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2 | Marc Zyngier |