summaryrefslogtreecommitdiffstats
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
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-04KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capabilityDavid Brazdil5-2/+41
2020-12-04KVM: arm64: Add kvm-arm.mode early kernel parameterDavid Brazdil2-0/+25
2020-12-04Merge remote-tracking branch 'arm64/for-next/uaccess' into HEADMarc Zyngier38-565/+564
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 Rutland1-6/+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
2020-11-27KVM: arm64: Avoid repetitive stack access on host EL1 to EL2 exceptionMarc Zyngier1-3/+3
2020-11-27KVM: arm64: Simplify __kvm_enable_ssbs()Marc Zyngier4-14/+6
2020-11-27KVM: arm64: Patch kimage_voffset instead of loading the EL1 valueMarc Zyngier4-7/+30
2020-11-09arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=yWill Deacon4-3/+76
2020-11-09arm64: alternatives: Remove READ_ONCE() usage during patch operationWill Deacon1-3/+4
2020-11-09arm64: cpufeatures: Add capability for LDAPR instructionWill Deacon3-1/+15
2020-11-09arm64: alternatives: Split up alternative.hWill Deacon5-209/+222
2020-11-09arm64: uaccess: move uao_* alternatives to asm-uaccess.hMark Rutland3-60/+60
2020-11-09KVM: arm64: Turn host HVC handling into a dispatch tableMarc Zyngier2-94/+135
2020-11-09KVM: arm64: Add kimg_hyp_va() helperMarc Zyngier2-0/+68
2020-11-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds7-59/+67
2020-11-05arm64: kexec_file: try more regions if loading segments failsBenjamin Gwin2-11/+39
2020-11-03arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker4-47/+27
2020-11-03arm64: NUMA: Kconfig: Increase NODES_SHIFT to 4Vanshidhar Konda1-1/+1
2020-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-37/+96
2020-10-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds24-40/+90
2020-10-30Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini11-37/+96
2020-10-30KVM: arm64: Handle Asymmetric AArch32 systemsQais Yousef1-0/+19
2020-10-30arm64: cpufeature: upgrade hyp caps to finalMark Rutland3-15/+24
2020-10-30arm64: cpufeature: reorder cpus_have_{const, final}_cap()Mark Rutland1-8/+8
2020-10-30KVM: arm64: Factor out is_{vhe,nvhe}_hyp_code()Mark Rutland1-5/+16