summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Keep nVHE EL2 vector installedDavid Brazdil2020-12-041-4/+8
* KVM: arm64: Intercept host's SYSTEM_SUSPEND PSCI SMCsDavid Brazdil2020-12-042-1/+27
* KVM: arm64: Intercept host's CPU_SUSPEND PSCI SMCsDavid Brazdil2020-12-042-2/+52
* KVM: arm64: Intercept host's CPU_ON SMCsDavid Brazdil2020-12-042-0/+163
* KVM: arm64: Add function to enter host from KVM nVHE hyp codeDavid Brazdil2020-12-041-0/+9
* KVM: arm64: Extract __do_hyp_init into a helper functionDavid Brazdil2020-12-041-15/+32
* KVM: arm64: Forward safe PSCI SMCs coming from hostDavid Brazdil2020-12-041-1/+41
* KVM: arm64: Add offset for hyp VA <-> PA conversionDavid Brazdil2020-12-042-3/+30
* KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil2020-12-046-6/+151
* KVM: arm64: Add SMC handler in nVHE EL2David Brazdil2020-12-042-3/+70
* KVM: arm64: Create nVHE copy of cpu_logical_mapDavid Brazdil2020-12-042-0/+35
* KVM: arm64: Support per_cpu_ptr in nVHE hyp codeDavid Brazdil2020-12-044-1/+35
* KVM: arm64: Add .hyp.data..ro_after_init ELF sectionDavid Brazdil2020-12-044-0/+20
* KVM: arm64: Init MAIR/TCR_EL2 from params structDavid Brazdil2020-12-045-33/+34
* KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil2020-12-046-20/+32
* KVM: arm64: Remove vector_ptr param of hyp-initDavid Brazdil2020-12-044-8/+31
* arm64: Extract parts of el2_setup into a macroDavid Brazdil2020-12-042-120/+199
* arm64: Make cpu_logical_map() take unsigned intDavid Brazdil2020-12-042-3/+3
* KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capabilityDavid Brazdil2020-12-045-2/+41
* KVM: arm64: Add kvm-arm.mode early kernel parameterDavid Brazdil2020-12-042-0/+25
* Merge remote-tracking branch 'arm64/for-next/uaccess' into HEADMarc Zyngier2020-12-0438-565/+564
|\
| * arm64: mark __system_matches_cap as __maybe_unusedMark Rutland2020-12-031-1/+1
| * arm64: uaccess: remove vestigal UAO supportMark Rutland2020-12-023-33/+0
| * arm64: uaccess: remove redundant PAN togglingMark Rutland2020-12-023-58/+19
| * arm64: uaccess: remove addr_limit_user_check()Mark Rutland2020-12-022-7/+2
| * arm64: uaccess: remove set_fs()Mark Rutland2020-12-0213-92/+13
| * arm64: uaccess cleanup macro namingMark Rutland2020-12-026-26/+26
| * arm64: uaccess: split user/kernel routinesMark Rutland2020-12-022-65/+47
| * arm64: uaccess: refactor __{get,put}_userMark Rutland2020-12-021-17/+27
| * arm64: uaccess: simplify __copy_user_flushcache()Mark Rutland2020-12-021-3/+1
| * arm64: uaccess: rename privileged uaccess routinesMark Rutland2020-12-023-8/+8
| * arm64: sdei: explicitly simulate PAN/UAO entryMark Rutland2020-12-022-6/+39
| * arm64: sdei: move uaccess logic to arch/arm64/Mark Rutland2020-12-021-6/+12
| * arm64: head.S: always initialize PSTATEMark Rutland2020-12-022-11/+26
| * arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland2020-12-023-10/+16
| * arm64: head.S: rename el2_setup -> init_kernel_elMark Rutland2020-12-022-8/+9
| * arm64: add C wrappers for SET_PSTATE_*()Mark Rutland2020-12-023-3/+7
| * arm64: ensure ERET from kthread is illegalMark Rutland2020-12-021-9/+8
| * arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=yWill Deacon2020-11-094-3/+76
| * arm64: alternatives: Remove READ_ONCE() usage during patch operationWill Deacon2020-11-091-3/+4
| * arm64: cpufeatures: Add capability for LDAPR instructionWill Deacon2020-11-093-1/+15
| * arm64: alternatives: Split up alternative.hWill Deacon2020-11-095-209/+222
| * arm64: uaccess: move uao_* alternatives to asm-uaccess.hMark Rutland2020-11-093-60/+60
* | KVM: arm64: Avoid repetitive stack access on host EL1 to EL2 exceptionMarc Zyngier2020-11-271-3/+3
* | KVM: arm64: Simplify __kvm_enable_ssbs()Marc Zyngier2020-11-274-14/+6
* | KVM: arm64: Patch kimage_voffset instead of loading the EL1 valueMarc Zyngier2020-11-274-7/+30
* | KVM: arm64: Turn host HVC handling into a dispatch tableMarc Zyngier2020-11-092-94/+135
* | KVM: arm64: Add kimg_hyp_va() helperMarc Zyngier2020-11-092-0/+68
|/
* Merge tag 'x86-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-085-32/+54
|\
| * x86/platform/uv: Recognize UV5 hubless system identifierMike Travis2020-11-071-3/+10