summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: ioctls to get and set guest storage attributesClaudio Imbrenda2017-06-221-1/+201
* KVM: s390: CMMA tracking, ESSA emulation, migration modeClaudio Imbrenda2017-06-224-6/+271
* KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exitJim Mattson2017-06-071-2/+1
* KVM: nVMX: Don't update vmcs12->xss_exit_bitmap on nested VM-exitJim Mattson2017-06-071-2/+0
* kvm: vmx: Check value written to IA32_BNDCFGSJim Mattson2017-06-072-0/+5
* kvm: x86: Guest BNDCFGS requires guest MPX supportJim Mattson2017-06-072-2/+10
* kvm: vmx: Do not disable intercepts for BNDCFGSJim Mattson2017-06-071-1/+0
* KVM: x86: avoid large stack allocations in em_fxrstorNick Desaulniers2017-06-011-45/+37
* KVM: white space cleanup in nested_vmx_setup_ctls_msrs()Dan Carpenter2017-06-011-1/+1
* KVM: Tidy the whitespace in nested_svm_check_permissions()Dan Carpenter2017-06-011-3/+3
* KVM: x86: Fix nmi injection failure when vcpu got blockedZhuangYanying2017-06-011-2/+5
* KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen2017-06-011-13/+11
* KVM: SVM: ignore type when setting segment registersGioh Kim2017-05-301-1/+1
* KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debuggingRadim Krčmář2017-05-301-83/+57
* KVM: x86: Fix virtual wire modeJan H. Schönherr2017-05-261-1/+2
* KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr2017-05-261-2/+5
* KVM: X86: Fix preempt the preemption timer cancelWanpeng Li2017-05-261-0/+2
* x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds2017-05-211-3/+3
* Clean up x86 unsafe_get/put_user() type handlingLinus Torvalds2017-05-211-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-212-3/+5
|\
| * osf_wait4(): fix infoleakAl Viro2017-05-211-2/+4
| * fix unsafe_put_user()Al Viro2017-05-211-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-1921-94/+231
|\ \
| * | KVM: x86: prevent uninitialized variable warning in check_svme()Radim Krčmář2017-05-191-1/+1
| * | KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()Radim Krčmář2017-05-191-1/+1
| * | KVM: x86: zero base3 of unusable segmentsRadim Krčmář2017-05-191-0/+2
| * | KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li2017-05-191-9/+15
| * | KVM: x86: Fix potential preemption when get the current kvmclock timestampWanpeng Li2017-05-191-1/+9
| * | KVM: Silence underflow warning in avic_get_physical_id_entry()Dan Carpenter2017-05-181-1/+2
| * | Merge tag 'kvm-arm-for-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Radim Krčmář2017-05-187-40/+89
| |\ \
| | * | KVM: arm: rename pm_fake handler to trap_raz_wiZhichao Huang2017-05-151-16/+16
| | * | KVM: arm: plug potential guest hardware debug leakageZhichao Huang2017-05-154-22/+66
| | * | arm: KVM: Do not use stack-protector to compile HYP codeMarc Zyngier2017-05-151-0/+2
| | * | arm64: KVM: Do not use stack-protector to compile EL2 codeMarc Zyngier2017-05-151-0/+2
| | * | ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/Marc Zyngier2017-05-152-4/+5
| | |/
| * | KVM: x86: lower default for halt_poll_nsPaolo Bonzini2017-05-161-1/+1
| * | KVM: nVMX: fix EPT permissions as reported in exit qualificationPaolo Bonzini2017-05-151-14/+21
| * | KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabledWanpeng Li2017-05-151-1/+1
| * | KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li2017-05-152-2/+8
| * | kvm: nVMX: off by one in vmx_write_pml_buffer()Dan Carpenter2017-05-151-1/+1
| * | Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-05-156-22/+80
| |\ \ | | |/ | |/|
| | * KVM: PPC: Book3S PR: Don't include SPAPR TCE code on non-pseries platformsPaul Mackerras2017-05-124-13/+33
| | * KVM: PPC: Book3S PR: Check copy_to/from_user return valuesPaul Mackerras2017-05-121-8/+26
| | * KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlersPaul Mackerras2017-05-122-1/+21
* | | Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-193-76/+43
|\ \ \
| * | | xen: make xen_flush_tlb_all() staticJuergen Gross2017-05-191-1/+1
| * | | xen: cleanup pvh leftovers from pv-only sourcesJuergen Gross2017-05-192-75/+42
* | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-05-1938-124/+253
|\ \ \ \
| * | | | arm64: dts: rockchip: fix include referenceArnd Bergmann2017-05-191-1/+1
| * | | | ARM: remove duplicate 'const' annotations'Arnd Bergmann2017-05-196-6/+6