summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-05-25KVM: arm64: Invoke FPSIMD context switch trap from CDave Martin3-51/+13
2018-05-25KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()Dave Martin1-4/+8
2018-05-25KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()Dave Martin1-12/+4
2018-05-25KVM: arm64: Remove eager host SVE state savingDave Martin3-34/+0
2018-05-25KVM: arm64: Save host SVE context as appropriateDave Martin5-2/+40
2018-05-25arm64/sve: Move sve_pffr() to fpsimd.h and make inlineDave Martin3-13/+24
2018-05-25arm64/sve: Switch sve_pffr() argument from task to threadDave Martin1-5/+5
2018-05-25arm64/sve: Move read_zcr_features() out of cpufeature.hDave Martin5-29/+32
2018-05-25KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin8-31/+188
2018-05-25KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin6-19/+18
2018-05-25arm64/sve: Refactor user SVE trap maintenance for external useDave Martin1-15/+15
2018-05-25arm64: fpsimd: Eliminate task->mm checksDave Martin2-25/+19
2018-05-25arm64: fpsimd: Avoid FPSIMD context leakage for the init taskDave Martin1-6/+7
2018-05-25arm64: fpsimd: Generalise context saving for non-task contextsDave Martin1-12/+14
2018-05-25KVM: arm64: Convert lazy FPSIMD context switch trap to CDave Martin2-35/+46
2018-05-25arm64: Use update{,_tsk}_thread_flag()Dave Martin1-10/+8
2018-05-25arm64: fpsimd: Fix TIF_FOREIGN_FPSTATE after invalidating cpu regsDave Martin1-5/+2
2018-05-20arm64: KVM: Use lm_alias() for kvm_ksym_ref()Mark Rutland1-2/+5
2018-05-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-23/+40
2018-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+5
2018-05-06Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+11
2018-05-05KVM: x86: remove APIC Timer periodic/oneshot spikesAnthoine Bourgeois1-17/+20
2018-05-05Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/ker...Radim Krčmář2-6/+20
2018-05-04Merge tag 'for-linus-4.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-55/+31
2018-05-04arm64: vgic-v2: Fix proxying of cpuif accessJames Morse1-5/+19
2018-05-04KVM: arm64: Fix order of vcpu_write_sys_reg() argumentsJames Morse1-1/+1
2018-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+14
2018-05-03Merge branch 'parisc-4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-6/+21
2018-05-02parisc: Fix section mismatchesHelge Deller2-2/+2
2018-05-02parisc: drivers.c: Fix section mismatchesHelge Deller1-3/+4
2018-05-02bpf, x64: fix memleak when not converging on callsDaniel Borkmann1-1/+1
2018-05-02bpf, x64: fix memleak when not converging after imageDaniel Borkmann1-2/+2
2018-05-02x86/cpu: Restore CPUID_8000_0008_EBX reloadThomas Gleixner1-1/+5
2018-05-02x86/tsc: Fix mark_tsc_unstable()Peter Zijlstra1-7/+5
2018-05-02x86/tsc: Always unregister clocksource_tsc_earlyPeter Zijlstra1-4/+6
2018-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds2-0/+7
2018-05-01hexagon: export csum_partial_copy_nocheckArnd Bergmann1-0/+1
2018-05-01hexagon: add memset_io() helperArnd Bergmann1-0/+6
2018-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-2/+2
2018-04-30sparc: vio: use put_device() instead of kfree()Arvind Yadav1-1/+1
2018-04-30sparc64: Fix mistake in oradax license textRob Gardner1-1/+1
2018-04-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-19/+93
2018-04-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-19/+68
2018-04-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+6
2018-04-28Merge tag 'powerpc-4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-48/+132
2018-04-27rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-22/+50
2018-04-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds10-17/+27
2018-04-27x86/headers/UAPI: Move DISABLE_EXITS KVM capability bits to the UAPIKarimAllah Ahmed1-7/+0
2018-04-27Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds18-71/+196
2018-04-27kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in useJunaid Shahid1-10/+4