Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | KVM: arm64: Force SCTLR_EL2.WXN when running nVHE | Marc Zyngier | 2021-03-18 | 1 | -1/+1 | |
| | | * | | | | | | | KVM: arm64: Turn SCTLR_ELx_FLAGS into INIT_SCTLR_EL2_MMU_ON | Marc Zyngier | 2021-03-18 | 2 | -10/+5 | |
| | | * | | | | | | | KVM: arm64: Use INIT_SCTLR_EL2_MMU_OFF to disable the MMU on KVM teardown | Marc Zyngier | 2021-03-18 | 1 | -3/+1 | |
| | | * | | | | | | | arm64: Use INIT_SCTLR_EL1_MMU_OFF to disable the MMU on CPU restart | Marc Zyngier | 2021-03-18 | 1 | -4/+1 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | Merge branch 'kvm-arm64/nvhe-sve' into kvmarm-master/next | Marc Zyngier | 2021-04-13 | 1 | -0/+2 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | arm64: sve: Provide sve_cond_update_zcr_vq fallback when !ARM64_SVE | Xiaofei Tan | 2021-03-31 | 1 | -0/+2 | |
| | * | | | | | | | | Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/next | Marc Zyngier | 2021-04-13 | 12 | -31/+63 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | KVM: arm64: Log source when panicking from nVHE hyp | Andrew Scull | 2021-04-01 | 7 | -20/+56 | |
| | | * | | | | | | | | KVM: arm64: Use BUG and BUG_ON in nVHE hyp | Andrew Scull | 2021-04-01 | 3 | -6/+3 | |
| | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | * | | | | | | | | Merge branch 'kvm-arm64/misc-5.13' into kvmarm-master/next | Marc Zyngier | 2021-04-13 | 3 | -1/+26 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | KVM: arm64: Fully zero the vcpu state on reset | Marc Zyngier | 2021-04-09 | 1 | -0/+5 | |
| | | * | | | | | | | | KVM: arm64: Fix error return code in init_hyp_mode() | Wang Wensheng | 2021-04-06 | 1 | -1/+3 | |
| | | * | | | | | | | | KVM: arm64: Support PREL/PLT relocs in EL2 code | David Brazdil | 2021-03-31 | 1 | -0/+18 | |
| | | |/ / / / / / / | ||||||
| | * | | | | | | | | Merge branch 'kvm-arm64/memslot-fixes' into kvmarm-master/next | Marc Zyngier | 2021-04-13 | 2 | -8/+14 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | KVM: arm64: Don't retrieve memory slot again in page fault handler | Gavin Shan | 2021-04-07 | 1 | -2/+7 | |
| | | * | | | | | | | | KVM: arm64: Use find_vma_intersection() | Gavin Shan | 2021-04-07 | 1 | -4/+6 | |
| | | * | | | | | | | | KVM: arm64: Hide kvm_mmu_wp_memory_region() | Gavin Shan | 2021-04-07 | 2 | -2/+1 | |
| | | |/ / / / / / / | ||||||
| | * | | | | | | | | Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/next | Marc Zyngier | 2021-04-13 | 51 | -348/+2607 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | KVM: arm64: Make symbol '_kvm_host_prot_finalize' static | Xu Jia | 2021-03-31 | 1 | -1/+1 | |
| | | * | | | | | | | | KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructure | Marc Zyngier | 2021-03-25 | 9 | -81/+15 | |
| | | * | | | | | | | | KVM: arm64: Generate final CTR_EL0 value when running in Protected mode | Marc Zyngier | 2021-03-25 | 3 | -0/+21 | |
| | | * | | | | | | | | KVM: arm64: Protect the .hyp sections from the host | Quentin Perret | 2021-03-19 | 5 | -0/+91 | |
| | | * | | | | | | | | KVM: arm64: Disable PMU support in protected mode | Quentin Perret | 2021-03-19 | 2 | -5/+6 | |
| | | * | | | | | | | | KVM: arm64: Page-align the .hyp sections | Quentin Perret | 2021-03-19 | 1 | -13/+9 | |
| | | * | | | | | | | | KVM: arm64: Wrap the host with a stage 2 | Quentin Perret | 2021-03-19 | 11 | -7/+316 | |
| | | * | | | | | | | | KVM: arm64: Provide sanitized mmfr* registers at EL2 | Quentin Perret | 2021-03-19 | 3 | -0/+6 | |
| | | * | | | | | | | | KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flag | Quentin Perret | 2021-03-19 | 2 | -0/+5 | |
| | | * | | | | | | | | KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flag | Quentin Perret | 2021-03-19 | 3 | -41/+62 | |
| | | * | | | | | | | | KVM: arm64: Add kvm_pgtable_stage2_find_range() | Quentin Perret | 2021-03-19 | 2 | -4/+114 | |
| | | * | | | | | | | | KVM: arm64: Refactor the *_map_set_prot_attr() helpers | Quentin Perret | 2021-03-19 | 1 | -8/+8 | |
| | | * | | | | | | | | KVM: arm64: Use page-table to track page ownership | Quentin Perret | 2021-03-19 | 2 | -24/+122 | |
| | | * | | | | | | | | KVM: arm64: Always zero invalid PTEs | Quentin Perret | 2021-03-19 | 1 | -10/+16 | |
| | | * | | | | | | | | KVM: arm64: Sort the hypervisor memblocks | Quentin Perret | 2021-03-19 | 1 | -0/+19 | |
| | | * | | | | | | | | KVM: arm64: Reserve memory for host stage 2 | Quentin Perret | 2021-03-19 | 3 | -1/+40 | |
| | | * | | | | | | | | KVM: arm64: Make memcache anonymous in pgtable allocator | Quentin Perret | 2021-03-19 | 2 | -5/+5 | |
| | | * | | | | | | | | KVM: arm64: Refactor __populate_fault_info() | Quentin Perret | 2021-03-19 | 1 | -11/+17 | |
| | | * | | | | | | | | KVM: arm64: Refactor __load_guest_stage2() | Quentin Perret | 2021-03-19 | 1 | -2/+7 | |
| | | * | | | | | | | | KVM: arm64: Refactor kvm_arm_setup_stage2() | Quentin Perret | 2021-03-19 | 3 | -38/+62 | |
| | | * | | | | | | | | KVM: arm64: Set host stage 2 using kvm_nvhe_init_params | Quentin Perret | 2021-03-19 | 5 | -9/+21 | |
| | | * | | | | | | | | KVM: arm64: Use kvm_arch in kvm_s2_mmu | Quentin Perret | 2021-03-19 | 3 | -6/+10 | |
| | | * | | | | | | | | KVM: arm64: Use kvm_arch for stage 2 pgtable | Quentin Perret | 2021-03-19 | 3 | -6/+7 | |
| | | * | | | | | | | | KVM: arm64: Elevate hypervisor mappings creation at EL2 | Quentin Perret | 2021-03-19 | 3 | -12/+120 | |
| | | * | | | | | | | | KVM: arm64: Prepare the creation of s1 mappings at EL2 | Quentin Perret | 2021-03-19 | 15 | -5/+652 | |
| | | * | | | | | | | | arm64: asm: Provide set_sctlr_el2 macro | Quentin Perret | 2021-03-19 | 1 | -3/+11 | |
| | | * | | | | | | | | KVM: arm64: Factor out vector address calculation | Quentin Perret | 2021-03-19 | 2 | -8/+9 | |
| | | * | | | | | | | | KVM: arm64: Provide __flush_dcache_area at EL2 | Quentin Perret | 2021-03-19 | 5 | -1/+24 | |
| | | * | | | | | | | | KVM: arm64: Enable access to sanitized CPU features at EL2 | Quentin Perret | 2021-03-19 | 5 | -0/+59 | |
| | | * | | | | | | | | KVM: arm64: Introduce a Hyp buddy page allocator | Quentin Perret | 2021-03-19 | 4 | -1/+292 | |
| | | * | | | | | | | | KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp | Quentin Perret | 2021-03-19 | 2 | -1/+23 | |
| | | * | | | | | | | | KVM: arm64: Introduce an early Hyp page allocator | Quentin Perret | 2021-03-19 | 5 | -4/+94 |