summaryrefslogtreecommitdiffstats
path: root/net/socket.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-in...Liran 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-16KVM: x86: prefer "depends on" to "select" for SEVPaolo Bonzini1-3/+1
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 Li3-0/+53
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_config: add CONFIG_S390_GUESTChristian Borntraeger1-0/+1
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-11KVM: x86: Add memory barrier on vmcs field lookupAndrew Honig1-2/+10
2017-12-14KVM: introduce kvm_arch_vcpu_async_ioctlPaolo Bonzini9-17/+58
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlChristoffer Dall6-60/+103
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpuChristoffer Dall3-7/+18
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpuChristoffer Dall3-4/+9
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall6-16/+42
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translateChristoffer Dall3-2/+5
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstateChristoffer Dall4-7/+21
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstateChristoffer Dall4-4/+15
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsChristoffer Dall5-11/+30
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregsChristoffer Dall5-4/+22
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall6-2/+14
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall6-2/+14
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runChristoffer Dall6-12/+32
2017-12-14KVM: Prepare for moving vcpu_load/vcpu_put into arch specific codeChristoffer Dall1-2/+24
2017-12-14KVM: Take vcpu->mutex outside vcpu_loadChristoffer Dall4-28/+15
2017-12-14KVM: VMX: drop I/O permission bitmapsQuan Xu1-15/+3
2017-12-14KVM: X86: Reduce the overhead when lapic_timer_advance is disabledWanpeng Li1-1/+2
2017-12-14KVM: VMX: Cache IA32_DEBUGCTL in memoryWanpeng Li1-4/+6
2017-12-14KVM: nVMX: Add a WARN for freeing a loaded VMCS02Mark Kanda1-2/+15
2017-12-14KVM: nVMX: Eliminate vmcs02 poolJim Mattson1-123/+23