summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Protect the .hyp sections from the hostQuentin Perret2021-03-195-0/+91
* KVM: arm64: Disable PMU support in protected modeQuentin Perret2021-03-192-5/+6
* KVM: arm64: Page-align the .hyp sectionsQuentin Perret2021-03-191-13/+9
* KVM: arm64: Wrap the host with a stage 2Quentin Perret2021-03-1911-7/+316
* KVM: arm64: Provide sanitized mmfr* registers at EL2Quentin Perret2021-03-193-0/+6
* KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flagQuentin Perret2021-03-192-0/+5
* KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flagQuentin Perret2021-03-193-41/+62
* KVM: arm64: Add kvm_pgtable_stage2_find_range()Quentin Perret2021-03-192-4/+114
* KVM: arm64: Refactor the *_map_set_prot_attr() helpersQuentin Perret2021-03-191-8/+8
* KVM: arm64: Use page-table to track page ownershipQuentin Perret2021-03-192-24/+122
* KVM: arm64: Always zero invalid PTEsQuentin Perret2021-03-191-10/+16
* KVM: arm64: Sort the hypervisor memblocksQuentin Perret2021-03-191-0/+19
* KVM: arm64: Reserve memory for host stage 2Quentin Perret2021-03-193-1/+40
* KVM: arm64: Make memcache anonymous in pgtable allocatorQuentin Perret2021-03-192-5/+5
* KVM: arm64: Refactor __populate_fault_info()Quentin Perret2021-03-191-11/+17
* KVM: arm64: Refactor __load_guest_stage2()Quentin Perret2021-03-191-2/+7
* KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret2021-03-193-38/+62
* KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret2021-03-195-9/+21
* KVM: arm64: Use kvm_arch in kvm_s2_mmuQuentin Perret2021-03-193-6/+10
* KVM: arm64: Use kvm_arch for stage 2 pgtableQuentin Perret2021-03-193-6/+7
* KVM: arm64: Elevate hypervisor mappings creation at EL2Quentin Perret2021-03-193-12/+120
* KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret2021-03-1915-5/+652
* arm64: asm: Provide set_sctlr_el2 macroQuentin Perret2021-03-191-3/+11
* KVM: arm64: Factor out vector address calculationQuentin Perret2021-03-192-8/+9
* KVM: arm64: Provide __flush_dcache_area at EL2Quentin Perret2021-03-195-1/+24
* KVM: arm64: Enable access to sanitized CPU features at EL2Quentin Perret2021-03-195-0/+59
* KVM: arm64: Introduce a Hyp buddy page allocatorQuentin Perret2021-03-194-1/+292
* KVM: arm64: Stub CONFIG_DEBUG_LIST at HypQuentin Perret2021-03-192-1/+23
* KVM: arm64: Introduce an early Hyp page allocatorQuentin Perret2021-03-195-4/+94
* KVM: arm64: Allow using kvm_nvhe_sym() in hyp codeQuentin Perret2021-03-191-0/+4
* KVM: arm64: Make kvm_call_hyp() a function call at HypQuentin Perret2021-03-191-0/+6
* KVM: arm64: Introduce a BSS section for use at HypQuentin Perret2021-03-194-19/+49
* KVM: arm64: Factor memory allocation out of pgtable.cQuentin Perret2021-03-193-42/+163
* KVM: arm64: Avoid free_page() in page-table allocatorQuentin Perret2021-03-191-5/+5
* KVM: arm64: Initialize kvm_nvhe_init_params earlyQuentin Perret2021-03-191-12/+18
* arm64: kvm: Add standalone ticket spinlock implementation for use at hypWill Deacon2021-03-191-0/+92
* KVM: arm64: Link position-independent string routines into .hyp.textWill Deacon2021-03-193-0/+18
* arm64: lib: Annotate {clear, copy}_page() as position-independentWill Deacon2021-03-192-4/+4
* Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier2021-03-19116-997/+782
|\
| * Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-141-0/+1
| |\
| | * ARM: ep93xx: Select GENERIC_IRQ_MULTI_HANDLER directlyMarc Zyngier2021-03-081-0/+1
| * | Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-141-6/+4
| |\ \
| | * | objtool,x86: Fix uaccess PUSHF/POPF validationPeter Zijlstra2021-03-121-6/+4
| | |/
| * | Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-143-11/+11
| |\ \
| | * | x86/perf: Use RET0 as default for guest_get_msrs to handle "no PMU" caseSean Christopherson2021-03-102-10/+7
| | * | perf/x86/intel: Set PERF_ATTACH_SCHED_CB for large PEBS and LBRKan Liang2021-03-061-1/+4
| | |/
| * | Merge tag 'x86_urgent_for_v5.12_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-149-29/+99
| |\ \
| | * | x86/sev-es: Use __copy_from_user_inatomic()Joerg Roedel2021-03-093-15/+55
| | * | x86/sev-es: Correctly track IRQ states in runtime #VC handlerJoerg Roedel2021-03-091-2/+4
| | * | x86/sev-es: Check regs->sp is trusted before adjusting #VC IST stackJoerg Roedel2021-03-091-2/+12