Age | Commit message (Expand) | Author |
2022-05-04 | Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/next | Marc Zyngier |
2022-04-28 | KVM: arm64: Add guard pages for KVM nVHE hypervisor stack | Kalesh Singh |
2022-04-28 | KVM: arm64: Introduce hyp_alloc_private_va_range() | Kalesh Singh |
2022-04-27 | KVM: arm64: Inject exception on out-of-IPA-range translation fault | Marc Zyngier |
2022-04-06 | KVM: arm64: Don't split hugepages outside of MMU write lock | Oliver Upton |
2022-03-18 | KVM: arm64: fix typos in comments | Julia Lawall |
2022-02-08 | Merge branch kvm-arm64/vmid-allocator into kvmarm-master/next | Marc Zyngier |
2022-02-08 | KVM: arm64: Align the VMID allocation with the arm64 ASID | Julien Grall |
2022-02-08 | KVM: arm64: Add fast path to handle permission relaxation during dirty logging | Jing Zhang |
2022-02-08 | KVM: arm64: Use read/write spin lock for MMU protection | Jing Zhang |
2022-01-07 | Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini |
2022-01-04 | Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next | Marc Zyngier |
2021-12-16 | KVM: arm64: Rework kvm_pgtable initialisation | Marc Zyngier |
2021-12-16 | Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/next | Marc Zyngier |
2021-12-16 | KVM: arm64: pkvm: Unshare guest structs during teardown | Quentin Perret |
2021-12-16 | KVM: arm64: pkvm: Refcount the pages shared with EL2 | Quentin Perret |
2021-12-16 | KVM: arm64: Introduce kvm_share_hyp() | Quentin Perret |
2021-12-15 | KVM: arm64: pkvm: Make kvm_host_owns_hyp_mappings() robust to VHE | Quentin Perret |
2021-12-15 | KVM: arm64: pkvm: Stub io map functions | Quentin Perret |
2021-12-08 | KVM: Keep memslots in tree-based structures instead of array-based ones | Maciej S. Szmigiero |
2021-12-08 | KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks | Sean Christopherson |
2021-12-08 | KVM: arm64: Use "new" memslot instead of userspace memory region | Sean Christopherson |
2021-12-08 | KVM: Let/force architectures to deal with arch specific memslot data | Sean Christopherson |
2021-10-31 | Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini |
2021-10-17 | KVM: arm64: Add memcg accounting to KVM allocations | Jia He |
2021-10-05 | KVM: arm64: Release mmap_lock when using VM_SHARED with MTE | Quentin Perret |
2021-09-06 | Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini |
2021-09-06 | KVM: stats: Add VM stat for remote tlb flush requests | Jing Zhang |
2021-08-20 | Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/next | Marc Zyngier |
2021-08-20 | Merge branch kvm-arm64/mmu/el2-tracking into kvmarm-master/next | Marc Zyngier |
2021-08-20 | Merge branch kvm-arm64/misc-5.15 into kvmarm-master/next | Marc Zyngier |
2021-08-20 | KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCE | Marc Zyngier |
2021-08-11 | KVM: arm64: Restrict EL2 stage-1 changes in protected mode | Quentin Perret |
2021-08-02 | KVM: arm64: Count VMID-wide TLB invalidations | Paolo Bonzini |
2021-08-02 | KVM: arm64: Use get_page() instead of kvm_get_pfn() | Marc Zyngier |
2021-08-02 | KVM: arm64: Avoid mapping size adjustment on permission fault | Marc Zyngier |
2021-08-02 | KVM: arm64: Walk userspace page tables to compute the THP mapping size | Marc Zyngier |
2021-07-14 | KVM: arm64: Fix detection of shared VMAs on guest fault | Marc Zyngier |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-06-30 | arm64: decouple check whether pfn is in linear map from pfn_valid() | Mike Rapoport |
2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-06-29 | arch/arm64/kvm: use vma_lookup() instead of find_vma_intersection() | Liam Howlett |
2021-06-22 | Merge branch kvm-arm64/mmu/mte into kvmarm-master/next | Marc Zyngier |
2021-06-22 | KVM: arm64: Introduce MTE VM feature | Steven Price |
2021-06-18 | Merge branch kvm-arm64/mmu/stage2-cmos into kvmarm-master/next | Marc Zyngier |
2021-06-18 | KVM: arm64: Move guest CMOs to the fault handlers | Yanan Wang |
2021-06-18 | KVM: arm64: Tweak parameters of guest cache maintenance functions | Yanan Wang |
2021-06-01 | KVM: arm64: Try stage2 block mapping for host device MMIO | Keqian Zhu |
2021-06-01 | KVM: arm64: Remove the creation time's mapping of MMIO regions | Keqian Zhu |
2021-05-15 | KVM: arm64: Fix boolreturn.cocci warnings | kernel test robot |