summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Add a capability to advertise SVE supportDave Martin2019-03-291-0/+3
* KVM: arm64/sve: Allow userspace to enable SVE for vcpusDave Martin2019-03-292-3/+43
* KVM: arm64/sve: Add pseudo-register for the guest's vector lengthsDave Martin2019-03-294-8/+215
* KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctlDave Martin2019-03-291-0/+4
* KVM: arm/arm64: Add hook for arch-specific KVM initialisationDave Martin2019-03-291-0/+2
* arm64/sve: In-kernel vector length availability query interfaceDave Martin2019-03-292-27/+37
* KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LISTDave Martin2019-03-291-0/+63
* KVM: arm64/sve: Add SVE support to register access ioctl interfaceDave Martin2019-03-293-12/+158
* KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpusDave Martin2019-03-291-12/+36
* KVM: arm64: Factor out core register ID enumerationDave Martin2019-03-291-8/+25
* KVM: arm64: Add missing #include of <linux/string.h> in guest.cDave Martin2019-03-291-0/+1
* KVM: arm64/sve: Context switch the SVE registersDave Martin2019-03-293-20/+66
* KVM: arm64/sve: System register context switch and access supportDave Martin2019-03-295-6/+93
* KVM: arm64: Support runtime sysreg visibility filteringDave Martin2019-03-292-3/+46
* KVM: arm64: Propagate vcpu into read_id_reg()Dave Martin2019-03-291-10/+13
* KVM: arm64: Add a vcpu flag to control SVE visibility for the guestDave Martin2019-03-291-0/+4
* arm64/sve: Enable SVE state tracking for non-task contextsDave Martin2019-03-293-7/+21
* arm64/sve: Check SVE virtualisabilityDave Martin2019-03-293-16/+73
* arm64/sve: Clarify role of the VQ map maintenance functionsDave Martin2019-03-291-1/+9
* KVM: arm64: Add missing #includes to kvm_host.hDave Martin2019-03-291-0/+4
* KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenanceDave Martin2019-03-291-2/+8
* KVM: arm64: Delete orphaned declaration for __fpsimd_enabled()Dave Martin2019-03-291-1/+0
* arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flushDave Martin2019-03-292-11/+19
* arm64: remove obsolete selection of MULTI_IRQ_HANDLERMatthias Kaehlcke2019-03-201-1/+0
* arm64: kpti: Whitelist HiSilicon Taishan v110 CPUsHanjun Guo2019-03-191-0/+1
* arm64: Add MIDR encoding for HiSilicon Taishan CPUsHanjun Guo2019-03-191-0/+4
* arm64/stacktrace: Export save_stack_trace_regs()William Cohen2019-03-191-0/+1
* arm64: apply workaround on A64FX v1r0Mark Rutland2019-03-191-1/+1
* arm64: kprobes: Use arch_populate_kprobe_blacklist()Masami Hiramatsu2019-03-191-19/+30
* arm64: kprobes: Move exception_text check in blacklistMasami Hiramatsu2019-03-191-4/+2
* arm64: kprobes: Remove unneeded RODATA checkMasami Hiramatsu2019-03-191-6/+0
* arm64: kprobes: Move extable address check into arch_prepare_kprobe()Masami Hiramatsu2019-03-191-2/+5
* Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-171-1/+0
|\
| * kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-1/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-1511-85/+188
|\ \ | |/ |/|
| * Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-02-2211-85/+188
| |\
| | * arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2Dave Martin2019-02-221-1/+1
| | * KVM: arm64: Fix comment for KVM_PHYS_SHIFTZenghui Yu2019-02-191-1/+2
| | * KVM: arm/arm64: Prefix header search paths with $(srctree)/Masahiro Yamada2019-02-191-1/+1
| | * KVM: arm/arm64: Remove -I. header search pathsMasahiro Yamada2019-02-191-2/+0
| | * arm64: KVM: Describe data or unified caches as having 1 set and 1 wayArd Biesheuvel2019-02-192-1/+17
| | * arm64: KVM: Expose sanitised cache type register to guestArd Biesheuvel2019-02-193-2/+61
| | * KVM: arm/arm64: Move kvm_is_write_fault to header fileChristoffer Dall2019-02-191-0/+8
| | * KVM: arm/arm64: consolidate arch timer trap handlersAndre Przywara2019-02-192-40/+37
| | * KVM: arm64: Reuse sys_reg() macro when searching the trap tableMarc Zyngier2019-02-191-13/+6
| | * KVM: arm64: Fix ICH_ELRSR_EL2 sysreg namingMarc Zyngier2019-02-191-1/+1
| | * KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall2019-02-193-6/+16
| | * arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier2019-02-192-1/+8
| | * arm64: KVM: Drop VHE-specific HYP call stubMarc Zyngier2019-02-192-15/+0
| | * arm64: KVM: Allow for direct call of HYP functions when using VHEMarc Zyngier2019-02-191-2/+30