Age | Commit message (Expand) | Author | Files | Lines |
2022-10-09 | KVM: arm64: Work out supported block level at compile time | Oliver Upton | 1 | -5/+13 |
2022-09-09 | arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition names | Mark Brown | 1 | -3/+3 |
2022-01-04 | Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next | Marc Zyngier | 1 | -5/+4 |
2021-12-16 | KVM: arm64: Rework kvm_pgtable initialisation | Marc Zyngier | 1 | -5/+4 |
2021-12-16 | KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2 | Will Deacon | 1 | -0/+21 |
2021-08-11 | KVM: arm64: Enable retrieving protections attributes of PTEs | Quentin Perret | 1 | -0/+20 |
2021-08-11 | KVM: arm64: Allow populating software bits | Quentin Perret | 1 | -1/+11 |
2021-08-11 | KVM: arm64: Enable forcing page-level stage-2 mappings | Quentin Perret | 1 | -25/+41 |
2021-08-11 | KVM: arm64: Optimize host memory aborts | Quentin Perret | 1 | -30/+0 |
2021-08-11 | KVM: arm64: Expose page-table helpers | Quentin Perret | 1 | -0/+40 |
2021-08-02 | KVM: arm64: Introduce helper to retrieve a PTE and its level | Marc Zyngier | 1 | -0/+20 |
2021-06-18 | KVM: arm64: Introduce two cache maintenance callbacks | Yanan Wang | 1 | -17/+25 |
2021-03-19 | KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flag | Quentin Perret | 1 | -0/+2 |
2021-03-19 | KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flag | Quentin Perret | 1 | -14/+29 |
2021-03-19 | KVM: arm64: Add kvm_pgtable_stage2_find_range() | Quentin Perret | 1 | -0/+29 |
2021-03-19 | KVM: arm64: Use page-table to track page ownership | Quentin Perret | 1 | -0/+20 |
2021-03-19 | KVM: arm64: Make memcache anonymous in pgtable allocator | Quentin Perret | 1 | -3/+3 |
2021-03-19 | KVM: arm64: Refactor kvm_arm_setup_stage2() | Quentin Perret | 1 | -0/+26 |
2021-03-19 | KVM: arm64: Use kvm_arch for stage 2 pgtable | Quentin Perret | 1 | -2/+3 |
2021-03-19 | KVM: arm64: Prepare the creation of s1 mappings at EL2 | Quentin Perret | 1 | -0/+2 |
2021-03-19 | KVM: arm64: Factor memory allocation out of pgtable.c | Quentin Perret | 1 | -2/+39 |
2021-01-25 | KVM: arm64: Filter out the case of only changing permissions from stage-2 map... | Yanan Wang | 1 | -0/+5 |
2020-09-11 | KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code | Will Deacon | 1 | -0/+19 |
2020-09-11 | KVM: arm64: Add support for stage-2 cache flushing in generic page-table | Quentin Perret | 1 | -0/+15 |
2020-09-11 | KVM: arm64: Add support for stage-2 write-protect in generic page-table | Quentin Perret | 1 | -0/+18 |
2020-09-11 | KVM: arm64: Add support for stage-2 page-aging in generic page-table | Will Deacon | 1 | -0/+44 |
2020-09-11 | KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table | Will Deacon | 1 | -0/+46 |
2020-09-11 | KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables | Will Deacon | 1 | -0/+18 |
2020-09-11 | KVM: arm64: Use generic allocator for hyp stage-1 page-tables | Will Deacon | 1 | -0/+5 |
2020-09-11 | KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables | Will Deacon | 1 | -0/+40 |
2020-09-11 | KVM: arm64: Add stand-alone page-table walker infrastructure | Will Deacon | 1 | -0/+104 |