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.12.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
/
arch
/
x86
/
pci
/
xen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-07
xen/pci: Move check for acpi_sci_override_gsi to xen_setup_acpi_sci.
Konrad Rzeszutek Wilk
1
-28
/
+28
2011-06-30
xen/pci: Use the INT_SRC_OVR IRQ (instead of GSI) to preset the ACPI SCI IRQ.
Konrad Rzeszutek Wilk
1
-2
/
+24
2011-05-16
xen/pci: Fix compiler error when CONFIG_XEN_PRIVILEGED_GUEST is not set.
Konrad Rzeszutek Wilk
1
-0
/
+2
2011-04-14
xen/irq: Check if the PCI device is owned by a domain different than DOMID_SELF.
Konrad Rzeszutek Wilk
1
-5
/
+16
2011-04-14
xen/pci: Add xen_[find|register|unregister]_device_domain_owner functions.
Konrad Rzeszutek Wilk
1
-0
/
+73
2011-03-10
xen: events: refactor GSI pirq bindings functions
Ian Campbell
1
-12
/
+29
2011-03-10
xen: events: remove dom0 specific xen_create_msi_irq
Ian Campbell
1
-5
/
+40
2011-03-10
xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irq
Ian Campbell
1
-2
/
+2
2011-03-10
xen: events: push set_irq_msi down into xen_create_msi_irq
Ian Campbell
1
-9
/
+1
2011-03-10
xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQ
Ian Campbell
1
-42
/
+26
2011-03-10
xen: pci: collapse apic_register_gsi_xen_hvm and xen_hvm_register_pirq
Ian Campbell
1
-8
/
+3
2011-03-10
xen: events: return irq from xen_allocate_pirq_msi
Ian Campbell
1
-6
/
+6
2011-03-10
xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msi
Ian Campbell
1
-3
/
+3
2011-03-10
xen: pci: only define xen_initdom_setup_msi_irqs if CONFIG_XEN_DOM0
Ian Campbell
1
-0
/
+2
2011-03-10
Merge branch 'stable/pcifront-fixes' into stable/irq.cleanup
Konrad Rzeszutek Wilk
1
-5
/
+8
2011-03-03
xen: handled remapped IRQs when enabling a pcifront PCI device.
Ian Campbell
1
-8
/
+14
2011-02-18
pci/xen: When free-ing MSI-X/MSI irq->desc also use generic code.
Konrad Rzeszutek Wilk
1
-0
/
+3
2011-02-18
pci/xen: Cleanup: convert int** to int[]
Konrad Rzeszutek Wilk
1
-2
/
+2
2011-02-18
pci/xen: Use xen_allocate_pirq_msi instead of xen_allocate_pirq
Konrad Rzeszutek Wilk
1
-3
/
+3
2010-12-02
xen: fix MSI setup and teardown for PV on HVM guests
Stefano Stabellini
1
-7
/
+20
2010-11-08
xen: fix memory leak in Xen PCI MSI/MSI-X allocator.
Jiri Slaby
1
-3
/
+5
2010-10-23
xen: add a missing #include to arch/x86/pci/xen.c
Stefano Stabellini
1
-0
/
+1
2010-10-23
xen: remap MSIs into pirqs when running as initial domain
Qing He
1
-18
/
+37
2010-10-23
xen: remap GSIs as pirqs when running as initial domain
Jeremy Fitzhardinge
1
-0
/
+135
2010-10-23
xen: map MSIs into pirqs
Stefano Stabellini
1
-0
/
+57
2010-10-23
xen: support GSI -> pirq remapping in PV on HVM guests
Stefano Stabellini
1
-0
/
+16
2010-10-23
xen: add xen hvm acpi_register_gsi variant
Jeremy Fitzhardinge
1
-0
/
+6
2010-10-23
xen: implement xen_hvm_register_pirq
Stefano Stabellini
1
-0
/
+38
2010-10-21
X86/PCI: Remove the dependency on isapnp_disable.
Konrad Rzeszutek Wilk
1
-5
/
+0
2010-10-18
xen/x86/PCI: Add support for the Xen PCI subsystem
Alex Nixon
1
-0
/
+147