/title>
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/zlib_dfltcc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-19KVM: arm64: Protect the .hyp sections from the hostQuentin Perret5-0/+91
2021-03-19KVM: arm64: Disable PMU support in protected modeQuentin Perret2-5/+6
2021-03-19KVM: arm64: Page-align the .hyp sectionsQuentin Perret1-13/+9
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret11-7/+316
2021-03-19KVM: arm64: Provide sanitized mmfr* registers at EL2Quentin Perret3-0/+6
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flagQuentin Perret2-0/+5
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flagQuentin Perret3-41/+62
2021-03-19KVM: arm64: Add kvm_pgtable_stage2_find_range()Quentin Perret2-4/+114
2021-03-19KVM: arm64: Refactor the *_map_set_prot_attr() helpersQuentin Perret1-8/+8
2021-03-19KVM: arm64: Use page-table to track page ownershipQuentin Perret2-24/+122
2021-03-19KVM: arm64: Always zero invalid PTEsQuentin Perret1-10/+16
2021-03-19KVM: arm64: Sort the hypervisor memblocksQuentin Perret1-0/+19
2021-03-19KVM: arm64: Reserve memory for host stage 2Quentin Perret3-1/+40
2021-03-19KVM: arm64: Make memcache anonymous in pgtable allocatorQuentin Perret2-5/+5
2021-03-19KVM: arm64: Refactor __populate_fault_info()Quentin Perret1-11/+17
2021-03-19KVM: arm64: Refactor __load_guest_stage2()Quentin Perret1-2/+7
2021-03-19KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret3-38/+62
2021-03-19KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret5-9/+21
2021-03-19KVM: arm64: Use kvm_arch in kvm_s2_mmuQuentin Perret3-6/+10
2021-03-19KVM: arm64: Use kvm_arch for stage 2 pgtableQuentin Perret3-6/+7
2021-03-19KVM: arm64: Elevate hypervisor mappings creation at EL2Quentin Perret3-12/+120
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret15-5/+652
2021-03-19arm64: asm: Provide set_sctlr_el2 macroQuentin Perret1-3/+11
2021-03-19KVM: arm64: Factor out vector address calculationQuentin Perret2-8/+9
2021-03-19KVM: arm64: Provide __flush_dcache_area at EL2Quentin Perret5-1/+24
2021-03-19KVM: arm64: Enable access to sanitized CPU features at EL2Quentin Perret5-0/+59
2021-03-19KVM: arm64: Introduce a Hyp buddy page allocatorQuentin Perret4-1/+292
2021-03-19KVM: arm64: Stub CONFIG_DEBUG_LIST at HypQuentin Perret2-1/+23
2021-03-19KVM: arm64: Introduce an early Hyp page allocatorQuentin Perret5-4/+94
2021-03-19KVM: arm64: Allow using kvm_nvhe_sym() in hyp codeQuentin Perret1-0/+4
2021-03-19KVM: arm64: Make kvm_call_hyp() a function call at HypQuentin Perret1-0/+6
2021-03-19KVM: arm64: Introduce a BSS section for use at HypQuentin Perret4-19/+49
2021-03-19KVM: arm64: Factor memory allocation out of pgtable.cQuentin Perret3-42/+163
2021-03-19KVM: arm64: Avoid free_page() in page-table allocatorQuentin Perret1-5/+5
2021-03-19KVM: arm64: Initialize kvm_nvhe_init_params earlyQuentin Perret1-12/+18