index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
socket.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-16
KVM: nVMX: track dirty state of non-shadowed VMCS fields
Paolo Bonzini
2
-1
/
+34
2018-01-16
KVM: VMX: split list of shadowed VMCS field to a separate file
Paolo Bonzini
2
-60
/
+75
2018-01-16
kvm: vmx: Reduce size of vmcs_field_to_offset_table
Jim Mattson
1
-7
/
+13
2018-01-16
kvm: vmx: Change vmcs_field_type to vmcs_field_width
Jim Mattson
1
-19
/
+19
2018-01-16
kvm: vmx: Introduce VMCS12_MAX_FIELD_INDEX
Jim Mattson
1
-1
/
+7
2018-01-16
KVM: VMX: optimize shadow VMCS copying
Paolo Bonzini
1
-78
/
+65
2018-01-16
KVM: vmx: shadow more fields that are read/written on every vmexits
Paolo Bonzini
1
-9
/
+23
2018-01-16
KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2
Liran Alon
1
-2
/
+3
2018-01-16
KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interrupts
Liran Alon
2
-25
/
+18
2018-01-16
KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-in...
Liran Alon
1
-1
/
+11
2018-01-16
KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updated
Liran Alon
3
-11
/
+21
2018-01-16
KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()
Liran Alon
3
-7
/
+6
2018-01-16
KVM: nVMX: Fix bug of injecting L2 exception into L1
Liran Alon
2
-1
/
+1
2018-01-16
kvm/vmx: Use local vmx variable in vmx_get_msr()
Borislav Petkov
1
-5
/
+6
2018-01-16
KVM: MMU: consider host cache mode in MMIO page check
Haozhong Zhang
1
-1
/
+13
2018-01-16
x86/mm: add a function to check if a pfn is UC/UC-/WC
Haozhong Zhang
2
-0
/
+21
2018-01-16
KVM: x86: prefer "depends on" to "select" for SEV
Paolo Bonzini
1
-3
/
+1
2018-01-16
KVM: x86: avoid unnecessary XSETBV on guest entry
Paolo Bonzini
1
-1
/
+2
2018-01-16
KVM: x86: fix escape of guest dr6 to the host
Wanpeng Li
1
-0
/
+6
2018-01-16
KVM: X86: support paravirtualized help for TLB shootdowns
Wanpeng Li
2
-8
/
+14
2018-01-16
KVM: X86: introduce invalidate_gpa argument to tlb flush
Wanpeng Li
4
-21
/
+22
2018-01-16
KVM: X86: use paravirtualized TLB Shootdown
Wanpeng Li
3
-0
/
+53
2018-01-16
KVM: X86: Add KVM_VCPU_PREEMPTED
Wanpeng Li
3
-2
/
+4
2018-01-16
KVM: s390: cleanup struct kvm_s390_float_interrupt
David Hildenbrand
5
-29
/
+16
2018-01-16
kvm_config: add CONFIG_S390_GUEST
Christian Borntraeger
1
-0
/
+1
2018-01-16
KVM: s390: drop use of spin lock in __floating_irq_kick
Michael Mueller
1
-2
/
+0
2018-01-16
KVM: s390: add debug tracing for cpu features of CPU model
Christian Borntraeger
1
-6
/
+18
2018-01-16
KVM: s390: use created_vcpus in more places
Christian Borntraeger
1
-2
/
+2
2018-01-16
s390x/mm: cleanup gmap_pte_op_walk()
David Hildenbrand
1
-15
/
+8
2018-01-11
KVM: x86: Add memory barrier on vmcs field lookup
Andrew Honig
1
-2
/
+10
2017-12-14
KVM: introduce kvm_arch_vcpu_async_ioctl
Paolo Bonzini
9
-17
/
+58
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
Christoffer Dall
6
-60
/
+103
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
Christoffer Dall
3
-7
/
+18
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
Christoffer Dall
3
-4
/
+9
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
Christoffer Dall
6
-16
/
+42
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
Christoffer Dall
3
-2
/
+5
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
Christoffer Dall
4
-7
/
+21
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
Christoffer Dall
4
-4
/
+15
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
Christoffer Dall
5
-11
/
+30
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
Christoffer Dall
5
-4
/
+22
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
Christoffer Dall
6
-2
/
+14
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
Christoffer Dall
6
-2
/
+14
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
Christoffer Dall
6
-12
/
+32
2017-12-14
KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
Christoffer Dall
1
-2
/
+24
2017-12-14
KVM: Take vcpu->mutex outside vcpu_load
Christoffer Dall
4
-28
/
+15
2017-12-14
KVM: VMX: drop I/O permission bitmaps
Quan Xu
1
-15
/
+3
2017-12-14
KVM: X86: Reduce the overhead when lapic_timer_advance is disabled
Wanpeng Li
1
-1
/
+2
2017-12-14
KVM: VMX: Cache IA32_DEBUGCTL in memory
Wanpeng Li
1
-4
/
+6
2017-12-14
KVM: nVMX: Add a WARN for freeing a loaded VMCS02
Mark Kanda
1
-2
/
+15
2017-12-14
KVM: nVMX: Eliminate vmcs02 pool
Jim Mattson
1
-123
/
+23
[next]