aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-01-16KVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexitPaolo Bonzini1-3/+0
2018-01-16KVM: nVMX: initialize more non-shadowed fields in prepare_vmcs02_fullPaolo Bonzini1-79/+83
2018-01-16KVM: nVMX: initialize descriptor cache fields in prepare_vmcs02_fullPaolo Bonzini1-22/+34
2018-01-16KVM: nVMX: track dirty state of non-shadowed VMCS fieldsPaolo Bonzini2-1/+34
2018-01-16KVM: VMX: split list of shadowed VMCS field to a separate filePaolo Bonzini2-60/+75
2018-01-16kvm: vmx: Reduce size of vmcs_field_to_offset_tableJim Mattson1-7/+13
2018-01-16kvm: vmx: Change vmcs_field_type to vmcs_field_widthJim Mattson1-19/+19
2018-01-16kvm: vmx: Introduce VMCS12_MAX_FIELD_INDEXJim Mattson1-1/+7
2018-01-16KVM: VMX: optimize shadow VMCS copyingPaolo Bonzini1-78/+65
2018-01-16KVM: vmx: shadow more fields that are read/written on every vmexitsPaolo Bonzini1-9/+23
2018-01-16nubus: Add expansion_type values for various Mac modelsFinn Thain2-67/+52
2018-01-16m68k/defconfig: Update defconfigs for v4.15-rc1Geert Uytterhoeven12-12/+36
2018-01-16Merge tag 'kvm-s390-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxRadim Krčmář6-53/+43
2018-01-16KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon1-2/+3
2018-01-16KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interruptsLiran Alon2-25/+18
2018-01-16KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-interruptLiran Alon1-1/+11
2018-01-16KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updatedLiran Alon3-11/+21
2018-01-16KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()Liran Alon3-7/+6
2018-01-16KVM: nVMX: Fix bug of injecting L2 exception into L1Liran Alon2-1/+1
2018-01-16kvm/vmx: Use local vmx variable in vmx_get_msr()Borislav Petkov1-5/+6
2018-01-16KVM: MMU: consider host cache mode in MMIO page checkHaozhong Zhang1-1/+13
2018-01-16x86/mm: add a function to check if a pfn is UC/UC-/WCHaozhong Zhang2-0/+21
2018-01-16Merge branch 'kvm-insert-lfence'Paolo Bonzini1-2/+10
2018-01-16KVM: x86: prefer "depends on" to "select" for SEVPaolo Bonzini1-3/+1
2018-01-16Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini11-31/+1287
2018-01-16KVM: x86: avoid unnecessary XSETBV on guest entryPaolo Bonzini1-1/+2
2018-01-16KVM: x86: fix escape of guest dr6 to the hostWanpeng Li1-0/+6
2018-01-16KVM: X86: support paravirtualized help for TLB shootdownsWanpeng Li2-8/+14
2018-01-16KVM: X86: introduce invalidate_gpa argument to tlb flushWanpeng Li4-21/+22
2018-01-16KVM: X86: use paravirtualized TLB ShootdownWanpeng Li2-0/+49
2018-01-16KVM: X86: Add KVM_VCPU_PREEMPTEDWanpeng Li3-2/+4
2018-01-16KVM: s390: cleanup struct kvm_s390_float_interruptDavid Hildenbrand5-29/+16
2018-01-16KVM: s390: drop use of spin lock in __floating_irq_kickMichael Mueller1-2/+0
2018-01-16KVM: s390: add debug tracing for cpu features of CPU modelChristian Borntraeger1-6/+18
2018-01-16KVM: s390: use created_vcpus in more placesChristian Borntraeger1-2/+2
2018-01-16s390x/mm: cleanup gmap_pte_op_walk()David Hildenbrand1-15/+8
2018-01-16KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEADongjiu Geng4-0/+29
2018-01-16KVM: arm64: Handle RAS SErrors from EL2 on guest exitJames Morse5-1/+33
2018-01-16KVM: arm64: Handle RAS SErrors from EL1 on guest exitJames Morse3-1/+22
2018-01-16KVM: arm64: Save ESR_EL2 on guest SErrorJames Morse1-3/+6
2018-01-16KVM: arm64: Save/Restore guest DISR_EL1James Morse4-0/+9
2018-01-16KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.James Morse5-1/+24
2018-01-16KVM: arm/arm64: mask/unmask daif around VHE guestsJames Morse2-0/+12
2018-01-16arm64: kernel: Prepare for a DISR userJames Morse7-0/+44
2018-01-16arm64: Unconditionally enable IESB on exception entry/return for firmware-firstJames Morse1-8/+9
2018-01-16arm64: kernel: Survive corrected RAS errors notified by SErrorJames Morse3-5/+113
2018-01-16arm64: cpufeature: Detect CPU RAS ExtentionsXie XiuQi4-1/+33
2018-01-16arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse3-35/+67
2018-01-16arm64: cpufeature: __this_cpu_has_cap() shouldn't stop earlyJames Morse1-2/+1
2018-01-16arm64: fpsimd: Fix state leakage when migrating after sigreturnDave Martin4-8/+10