index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
assigned-dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-17
KVM: Use PCI device flag helper functions
Ethan Zhao
1
-1
/
+1
2014-08-19
virt/kvm/assigned-dev.c: Set 'dev->irq_source_id' to '-1' after free it
Chen Gang
1
-1
/
+3
2014-04-28
kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
1
-1
/
+2
2013-04-26
KVM: Move irq routing to generic code
Alexander Graf
1
-30
/
+0
2013-04-16
KVM: Let ioapic know the irq line status
Yang Zhang
1
-6
/
+7
2012-12-05
kvm: deliver msi interrupts from irq handler
Michael S. Tsirkin
1
-10
/
+26
2012-07-11
KVM: Fix device assignment threaded irq handler
Alex Williamson
1
-2
/
+13
2012-06-16
KVM: Fix PCI header check on device assignment
Jan Kiszka
1
-3
/
+1
2012-03-20
KVM: Convert intx_mask_lock to spin lock
Jan Kiszka
1
-7
/
+7
2012-03-08
KVM: Allow host IRQ sharing for assigned PCI 2.3 devices
Jan Kiszka
1
-29
/
+180
2012-03-05
KVM: fix error handling for out of range irq
Michael S. Tsirkin
1
-3
/
+1
2011-12-25
KVM: Device assignment permission checks
Alex Williamson
1
-0
/
+75
2011-12-25
KVM: Remove ability to assign a device without iommu support
Alex Williamson
1
-9
/
+9
2011-10-31
Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-29
/
+33
2011-09-25
KVM: Split up MSI-X assigned device IRQ handler
Jan Kiszka
1
-13
/
+19
2011-09-25
KVM: Avoid needless registrations of IRQ ack notifier for assigned devices
Jan Kiszka
1
-10
/
+8
2011-09-25
KVM: Clean up unneeded void pointer casts
Jan Kiszka
1
-6
/
+6
2011-09-23
pci: Add flag indicating device has been assigned by KVM
Greg Rose
1
-0
/
+2
2011-07-12
KVM: Fix off-by-one in overflow check of KVM_ASSIGN_SET_MSIX_NR
Jan Kiszka
1
-1
/
+1
2011-05-21
KVM: Use pci_store/load_saved_state() around VM device usage
Alex Williamson
1
-4
/
+14
2011-01-12
KVM: Clean up kvm_vm_ioctl_assigned_device
Jan Kiszka
1
-5
/
+4
2011-01-12
KVM: Save/restore state of assigned PCI device
Jan Kiszka
1
-1
/
+4
2011-01-12
KVM: Refactor IRQ names of assigned devices
Jan Kiszka
1
-5
/
+6
2011-01-12
KVM: Switch assigned device IRQ forwarding to threaded handler
Jan Kiszka
1
-73
/
+34
2011-01-12
KVM: Clear assigned guest IRQ on release
Jan Kiszka
1
-0
/
+3
2010-08-01
KVM: Fix unused but set warnings
Andi Kleen
1
-2
/
+0
2010-08-01
KVM: Update Red Hat copyrights
Avi Kivity
1
-1
/
+1
2010-08-01
KVM: remove CAP_SYS_RAWIO requirement from kvm_vm_ioctl_assign_irq
Alex Williamson
1
-3
/
+0
2010-05-17
KVM: fix assigned_device_enable_host_msix error handling
jing zhang
1
-2
/
+6
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-01
KVM: enable PCI multiple-segments for pass-through device
Zhai, Edwin
1
-1
/
+3
2010-03-01
KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update
Marcelo Tosatti
1
-4
/
+4
2009-12-27
KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device()
Sheng Yang
1
-3
/
+3
2009-12-03
KVM: Move assigned device code to own file
Avi Kivity
1
-0
/
+818