summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier2020-07-0710-48/+96
* KVM: arm64: debug: Drop useless vpcu parameterMarc Zyngier2020-07-071-10/+8
* KVM: arm64: pauth: Use ctxt_sys_reg() instead of raw sys_regs accessMarc Zyngier2020-07-071-10/+13
* KVM: arm64: sve: Use __vcpu_sys_reg() instead of raw sys_regs accessMarc Zyngier2020-07-071-3/+1
* KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs accessMarc Zyngier2020-07-075-65/+62
* KVM: arm64: Introduce accessor for ctxt->sys_regMarc Zyngier2020-07-071-5/+10
* KVM: arm64: Use TTL hint in when invalidating stage-2 translationsMarc Zyngier2020-07-074-19/+23
* KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall2020-07-0710-198/+240
* Merge branch 'kvm-arm64/ttl-for-arm64' into HEADMarc Zyngier2020-07-076-1/+70
|\
| * arm64: Add level-hinted TLB invalidation helperMarc Zyngier2020-07-072-0/+54
| * arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptorsMarc Zyngier2020-07-071-0/+2
| * arm64: Detect the ARMv8.4 TTL featureMarc Zyngier2020-07-073-1/+14
* | KVM: arm64: Lift instrumentation restrictions on VHEDavid Brazdil2020-07-051-8/+0
* | KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil2020-07-0517-147/+132
* | KVM: arm64: Compile remaining hyp/ files for both VHE/nVHEDavid Brazdil2020-07-054-44/+7
* | KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHEDavid Brazdil2020-07-057-9/+19
* | KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil2020-07-0512-164/+191
* | KVM: arm64: Split hyp/debug-sr.c to VHE/nVHEDavid Brazdil2020-07-057-74/+118
* | KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil2020-07-0513-952/+1048
* | KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHEDavid Brazdil2020-07-056-100/+177
* | KVM: arm64: Move hyp-init.S to nVHEAndrew Scull2020-07-055-8/+10
* | KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil2020-07-058-17/+48
* | KVM: arm64: Handle calls to prefixed hyp functionsAndrew Scull2020-07-053-3/+59
* | KVM: arm64: Use build-time defines in has_vhe()David Brazdil2020-07-051-3/+10
* | KVM: arm64: Add build rules for separate VHE/nVHE object filesDavid Brazdil2020-07-054-3/+72
* | KVM: arm64: Move __smccc_workaround_1_smc to .rodataDavid Brazdil2020-07-053-16/+33
* | KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvheDavid Brazdil2020-07-051-1/+1
|/
* Merge tag 'arm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-283-6/+6
|\
| * Merge tag 'imx-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann2020-06-283-6/+6
| |\
| | * arm64: dts: imx8mm-beacon: Fix voltages on LDO1 and LDO2Adam Ford2020-06-181-2/+2
| | * arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage rangeRobin Gong2020-06-181-2/+2
| | * arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage rangeRobin Gong2020-06-181-2/+2
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-06-2714-166/+98
|\ \ \
| * | | arm64: Add KRYO{3,4}XX silver CPU cores to SSB safelistSai Prakash Ranjan2020-06-251-0/+2
| * | | arm64: perf: Report the PC value in REGS_ABI_32 modeJiping Ma2020-06-251-3/+22
| * | | arm64: kpti: Add KRYO{3, 4}XX silver CPU cores to kpti safelistSai Prakash Ranjan2020-06-241-0/+2
| * | | arm64: Don't insert a BTI instruction at inner labelsJean-Philippe Brucker2020-06-241-6/+0
| * | | arm64: vdso: Don't use gcc plugins for building vgettimeofday.cAlexander Popov2020-06-241-1/+1
| * | | arm64: vdso: Only pass --no-eh-frame-hdr when linker supports itWill Deacon2020-06-241-2/+3
| * | | arm64: Depend on newer binutils when building PACMark Brown2020-06-231-2/+2
| * | | arm64: compat: Remove 32-bit sigreturn code from the vDSOWill Deacon2020-06-233-71/+0
| * | | arm64: compat: Always use sigpage for sigreturn trampolineWill Deacon2020-06-231-25/+0
| * | | arm64: compat: Allow 32-bit vdso and sigpage to co-existWill Deacon2020-06-234-36/+32
| * | | arm64: vdso: Disable dwarf unwinding through the sigreturn trampolineWill Deacon2020-06-232-21/+35
* | | | arm64: use PAGE_KERNEL_ROX directly in alloc_insn_pageChristoph Hellwig2020-06-261-9/+3
| |/ / |/| |
* | | Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-211-1/+1
|\ \ \
| * | | kconfig: unify cc-option and as-optionMasahiro Yamada2020-06-171-1/+1
| | |/ | |/|
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-06-1910-57/+63
|\ \ \ | | |/ | |/|
| * | arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon2020-06-181-18/+26
| * | arm64: kexec_file: Use struct_size() in kmalloc()Gustavo A. R. Silva2020-06-181-2/+1