index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
irqchip.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-14
KVM: x86: fix edge EOI and IOAPIC reconfig race
Radim Krčmář
2
-2
/
+6
2015-10-14
kvm: x86: set KVM_REQ_EVENT when updating IRR
Radim Krčmář
1
-0
/
+2
2015-10-14
KVM: x86: fix RSM into 64-bit protected mode
Paolo Bonzini
1
-3
/
+7
2015-10-14
KVM: x86: fix previous commit for 32-bit
Paolo Bonzini
1
-1
/
+1
2015-10-13
KVM: x86: fix SMI to halted VCPU
Paolo Bonzini
1
-0
/
+3
2015-10-13
KVM: x86: clean up kvm_arch_vcpu_runnable
Paolo Bonzini
1
-10
/
+29
2015-10-13
KVM: x86: map/unmap private slots in __x86_set_memory_region
Paolo Bonzini
1
-32
/
+30
2015-10-13
KVM: x86: build kvm_userspace_memory_region in x86_set_memory_region
Paolo Bonzini
3
-42
/
+21
2015-10-13
KVM: s390: factor out reading of the guest TOD clock
David Hildenbrand
3
-15
/
+14
2015-10-13
KVM: s390: factor out and fix setting of guest TOD clock
David Hildenbrand
3
-23
/
+21
2015-10-13
KVM: s390: switch to get_tod_clock() and fix STP sync races
David Hildenbrand
2
-20
/
+6
2015-10-13
KVM: s390: correctly handle injection of pgm irqs and per events
David Hildenbrand
1
-1
/
+20
2015-10-13
KVM: s390: simplify in-kernel program irq injection
David Hildenbrand
2
-32
/
+20
2015-10-13
KVM: s390: drop out early in kvm_s390_has_irq()
David Hildenbrand
1
-11
/
+9
2015-10-13
KVM: s390: kvm_arch_vcpu_runnable already cares about timer interrupts
David Hildenbrand
1
-1
/
+1
2015-10-13
KVM: s390: set interception requests for all floating irqs
David Hildenbrand
1
-12
/
+7
2015-10-13
KVM: s390: disabled wait cares about machine checks, not PER
David Hildenbrand
1
-5
/
+3
2015-10-13
KVM: s390: remove unused variable in __inject_vm
Christian Borntraeger
1
-3
/
+0
2015-10-01
iommu/vt-d: Add a command line parameter for VT-d posted-interrupts
Feng Wu
2
-4
/
+9
2015-10-01
KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
Feng Wu
6
-10
/
+206
2015-10-01
KVM: Update Posted-Interrupts Descriptor when vCPU is preempted
Feng Wu
1
-0
/
+80
2015-10-01
KVM: x86: select IRQ_BYPASS_MANAGER
Feng Wu
3
-0
/
+56
2015-10-01
KVM: x86: Update IRTE for posted-interrupts
Feng Wu
4
-0
/
+121
2015-10-01
vfio: Register/unregister irq_bypass_producer
Feng Wu
4
-0
/
+13
2015-10-01
KVM: make kvm_set_msi_irq() public
Feng Wu
2
-2
/
+7
2015-10-01
KVM: Define a new interface kvm_intr_is_single_vcpu()
Feng Wu
4
-0
/
+91
2015-10-01
KVM: Add some helper functions for Posted-Interrupts
Feng Wu
1
-0
/
+26
2015-10-01
KVM: Extend struct pi_desc for VT-d Posted-Interrupts
Feng Wu
1
-2
/
+18
2015-10-01
KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'
Feng Wu
2
-1
/
+20
2015-10-01
KVM: eventfd: add irq bypass consumer management
Eric Auger
2
-0
/
+17
2015-10-01
KVM: introduce kvm_arch functions for IRQ bypass
Eric Auger
3
-0
/
+25
2015-10-01
KVM: create kvm_irqfd.h
Eric Auger
2
-72
/
+92
2015-10-01
virt: Add virt directory to the top Makefile
Feng Wu
2
-4
/
+7
2015-10-01
virt: IRQ bypass manager
Alex Williamson
5
-0
/
+357
2015-10-01
irq_remapping: move structs outside #ifdef
Paolo Bonzini
1
-5
/
+5
2015-10-01
x86: kvmclock: abolish PVCLOCK_COUNTS_FROM_ZERO
Radim Krčmář
1
-11
/
+35
2015-10-01
KVM: VMX: drop rdtscp_enabled field
Xiao Guangrong
2
-11
/
+14
2015-10-01
KVM: VMX: clean up bit operation on SECONDARY_VM_EXEC_CONTROL
Xiao Guangrong
1
-17
/
+6
2015-10-01
KVM: VMX: unify SECONDARY_VM_EXEC_CONTROL update
Xiao Guangrong
1
-10
/
+25
2015-10-01
KVM: VMX: align vmx->nested.nested_vmx_secondary_ctls_high to vmx->rdtscp_ena...
Paolo Bonzini
1
-3
/
+8
2015-10-01
KVM: VMX: simplify invpcid handling in vmx_cpuid_update()
Xiao Guangrong
1
-12
/
+5
2015-10-01
KVM: VMX: simplify rdtscp handling in vmx_cpuid_update()
Xiao Guangrong
1
-9
/
+8
2015-10-01
KVM: VMX: drop rdtscp_enabled check in prepare_vmcs02()
Xiao Guangrong
1
-2
/
+1
2015-10-01
KVM: x86: add pcommit support
Xiao Guangrong
5
-8
/
+42
2015-10-01
KVM: x86: allow guest to use cflushopt and clwb
Xiao Guangrong
1
-1
/
+1
2015-10-01
KVM: vmx: disable posted interrupts if no local APIC
Paolo Bonzini
1
-1
/
+2
2015-10-01
kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support
Andrey Smetanin
5
-2
/
+26
2015-10-01
kvm/x86: Hyper-V HV_X64_MSR_VP_INDEX export for QEMU.
Andrey Smetanin
1
-0
/
+1
2015-10-01
kvm/x86: Hyper-V HV_X64_MSR_RESET msr
Andrey Smetanin
4
-0
/
+21
2015-10-01
kvm: add capability for any-length ioeventfds
Jason Wang
4
-4
/
+8
[next]