summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier65-823/+1711
2020-12-08KVM: arm64: Fix nVHE boot on VHE systemsMarc Zyngier1-1/+4
2020-12-04Merge remote-tracking branch 'origin/kvm-arm64/misc-5.11' into kvmarm-master/...Marc Zyngier8-11/+50
2020-12-04KVM: arm64: Fix EL2 mode availability checksDavid Brazdil2-3/+24
2020-12-04KVM: arm64: Trap host SMCs in protected modeDavid Brazdil3-1/+15
2020-12-04KVM: arm64: Keep nVHE EL2 vector installedDavid Brazdil1-4/+8
2020-12-04KVM: arm64: Intercept host's SYSTEM_SUSPEND PSCI SMCsDavid Brazdil2-1/+27
2020-12-04KVM: arm64: Intercept host's CPU_SUSPEND PSCI SMCsDavid Brazdil2-2/+52
2020-12-04KVM: arm64: Intercept host's CPU_ON SMCsDavid Brazdil2-0/+163
2020-12-04KVM: arm64: Add function to enter host from KVM nVHE hyp codeDavid Brazdil1-0/+9
2020-12-04KVM: arm64: Extract __do_hyp_init into a helper functionDavid Brazdil1-15/+32
2020-12-04KVM: arm64: Forward safe PSCI SMCs coming from hostDavid Brazdil1-1/+41
2020-12-04KVM: arm64: Add offset for hyp VA <-> PA conversionDavid Brazdil2-3/+30
2020-12-04KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil6-6/+151
2020-12-04KVM: arm64: Add SMC handler in nVHE EL2David Brazdil2-3/+70
2020-12-04KVM: arm64: Create nVHE copy of cpu_logical_mapDavid Brazdil2-0/+35
2020-12-04KVM: arm64: Support per_cpu_ptr in nVHE hyp codeDavid Brazdil4-1/+35
2020-12-04KVM: arm64: Add .hyp.data..ro_after_init ELF sectionDavid Brazdil4-0/+20
2020-12-04KVM: arm64: Init MAIR/TCR_EL2 from params structDavid Brazdil5-33/+34
2020-12-04KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil6-20/+32
2020-12-04KVM: arm64: Remove vector_ptr param of hyp-initDavid Brazdil4-8/+31
2020-12-04arm64: Extract parts of el2_setup into a macroDavid Brazdil2-120/+199
2020-12-04arm64: Make cpu_logical_map() take unsigned intDavid Brazdil2-3/+3
2020-12-04psci: Add accessor for psci_0_1_function_idsDavid Brazdil2-7/+14
2020-12-04psci: Replace psci_function_id array with a structDavid Brazdil1-15/+14
2020-12-04psci: Split functions to v0.1 and v0.2+ variantsDavid Brazdil1-34/+60
2020-12-04psci: Support psci_ops.get_version for v0.1David Brazdil1-3/+10
2020-12-04KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capabilityDavid Brazdil5-2/+41
2020-12-04KVM: arm64: Add kvm-arm.mode early kernel parameterDavid Brazdil3-0/+35
2020-12-04Merge remote-tracking branch 'arm64/for-next/uaccess' into HEADMarc Zyngier39-579/+564
2020-12-03Merge remote-tracking branch 'origin/kvm-arm64/csv3' into kvmarm-master/queueMarc Zyngier5-8/+37
2020-12-03KVM: arm64: Use kvm_write_guest_lock when init stolen timeKeqian Zhu1-5/+1
2020-12-03KVM: arm64: Some fixes of PV-time interface documentKeqian Zhu1-2/+2
2020-12-03arm64: mark __system_matches_cap as __maybe_unusedMark Rutland1-1/+1
2020-12-02arm64: uaccess: remove vestigal UAO supportMark Rutland3-33/+0
2020-12-02arm64: uaccess: remove redundant PAN togglingMark Rutland3-58/+19
2020-12-02arm64: uaccess: remove addr_limit_user_check()Mark Rutland2-7/+2
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland13-92/+13
2020-12-02arm64: uaccess cleanup macro namingMark Rutland6-26/+26
2020-12-02arm64: uaccess: split user/kernel routinesMark Rutland2-65/+47
2020-12-02arm64: uaccess: refactor __{get,put}_userMark Rutland1-17/+27
2020-12-02arm64: uaccess: simplify __copy_user_flushcache()Mark Rutland1-3/+1
2020-12-02arm64: uaccess: rename privileged uaccess routinesMark Rutland3-8/+8
2020-12-02arm64: sdei: explicitly simulate PAN/UAO entryMark Rutland2-6/+39
2020-12-02arm64: sdei: move uaccess logic to arch/arm64/Mark Rutland2-20/+12
2020-12-02arm64: head.S: always initialize PSTATEMark Rutland2-11/+26
2020-12-02arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland3-10/+16
2020-12-02arm64: head.S: rename el2_setup -> init_kernel_elMark Rutland2-8/+9
2020-12-02arm64: add C wrappers for SET_PSTATE_*()Mark Rutland3-3/+7
2020-12-02arm64: ensure ERET from kthread is illegalMark Rutland1-9/+8