index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
xen-pcifront.c
Age
Commit message (
Expand
)
Author
2016-11-07
xen: make use of xenbus_read_unsigned() in xen-pcifront
Juergen Gross
2016-08-02
treewide: replace obsolete _refok by __ref
Fabian Frederick
2016-02-15
xen/pcifront: Fix mysterious crashes when NUMA locality information was extra...
Konrad Rzeszutek Wilk
2015-07-22
PCI: Use for_each_pci_msi_entry() to access MSI device list
Jiang Liu
2015-07-01
Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-06-12
xen/pcifront: Don't use deprecated function pci_scan_bus_parented()
Arnd Bergmann
2015-06-08
xen/pcifront: Remove usage of struct timeval
Tina Ruchandani
2015-04-15
xenbus_client: Extend interface to support multi-page ring
Wei Liu
2014-11-19
Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and '...
Bjorn Helgaas
2014-11-10
PCI: Delete unnecessary NULL pointer checks
Markus Elfring
2014-11-05
xen/pcifront: Process failure for pcifront_(re)scan_root()
Chen Gang
2014-10-06
xen: remove DEFINE_XENBUS_DRIVER() macro
David Vrabel
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
2014-01-22
Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2014-01-15
xen/pcifront: Use global PCI rescan-remove locking
Rafael J. Wysocki
2014-01-03
xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).
Konrad Rzeszutek Wilk
2013-06-14
xen/pcifront: Deal with toolstack missing 'XenbusStateClosing' state.
Konrad Rzeszutek Wilk
2012-12-13
Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2012-11-30
xen-pcifront: Handle backend CLOSED without CLOSING
David Vrabel
2012-11-28
PCI: Remove __dev* markings
Bill Pemberton
2012-10-02
Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2012-09-22
Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7
Konrad Rzeszutek Wilk
2012-09-17
xen/pcifront: Use Xen-SWIOTLB when initting if required.
Konrad Rzeszutek Wilk
2012-09-12
xen-pcifront: Use hotplug-safe pci_get_domain_bus_and_slot()
Jiang Liu
2012-08-21
xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.
Konrad Rzeszutek Wilk
2012-04-06
Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2012-04-06
xen/pcifront: avoid pci_frontend_enable_msix() falsely returning success
Jan Beulich
2012-03-23
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2012-03-09
Merge 3.3-rc6 into driver-core-next
Greg Kroah-Hartman
2012-02-27
PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device
Yinghai Lu
2012-02-03
xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn.
Konrad Rzeszutek Wilk
2012-01-27
PCI/XEN: Fix bug introduced by a recent change
Alan Stern
2012-01-24
Remove useless get_driver()/put_driver() calls
Alan Stern
2012-01-04
Xen: consolidate and simplify struct xenbus_driver instantiation
Jan Beulich
2011-10-25
Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...
Linus Torvalds
2011-08-26
xen-pcifront: Update warning comment to use 'e820_host' option.
Konrad Rzeszutek Wilk
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
2011-02-18
pci/xen: Cleanup: convert int** to int[]
Konrad Rzeszutek Wilk
2011-02-18
xen-pcifront: Sanity check the MSI/MSI-X values
Konrad Rzeszutek Wilk
2011-02-17
xen-pcifront: don't use flush_scheduled_work()
Tejun Heo
2010-11-08
xen-pcifront: fix PCI reference leak
Jiri Slaby
2010-11-08
xen-pcifront: Remove duplicate inclusion of headers.
Jesper Juhl
2010-10-18
xen-pcifront: Xen PCI frontend driver.
Ryan Wilson