1. 4969a3a xen/pci: Get rid of verbose_request and use dev_dbg() instead by Boris Ostrovsky · 4 years, 7 months ago
  2. 192415f Merge branch 'pci/printk' by Bjorn Helgaas · 6 years ago
  3. 34c6b71 PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etc by Mohan Kumar · 6 years ago
  4. 296bd5a PCI: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  5. df62ab5 PCI: Tidy comments by Bjorn Helgaas · 7 years ago
  6. ab8c609 Merge branch 'pci/spdx' into next by Bjorn Helgaas · 7 years ago
  7. 412ee7c Merge branch 'pci/misc' into next by Bjorn Helgaas · 7 years ago
  8. 7328c8f PCI: Add SPDX GPL-2.0 when no license was specified by Bjorn Helgaas · 7 years ago
  9. 7506dc7 PCI: Add wrappers for dev_printk() by Frederick Lawler · 7 years ago
  10. dd34bb4 xen/pcifront: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  11. 58faf07 xen: make use of xenbus_read_unsigned() in xen-pcifront by Juergen Gross · 8 years ago
  12. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  13. 4d8c8bd xen/pcifront: Fix mysterious crashes when NUMA locality information was extracted. by Konrad Rzeszutek Wilk · 9 years ago
  14. 5004e98 PCI: Use for_each_pci_msi_entry() to access MSI device list by Jiang Liu · 10 years ago
  15. 7adf12b Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  16. 515d425 xen/pcifront: Don't use deprecated function pci_scan_bus_parented() by Arnd Bergmann · 10 years ago
  17. e1d5bbc xen/pcifront: Remove usage of struct timeval by Tina Ruchandani · 10 years ago
  18. ccc9d90 xenbus_client: Extend interface to support multi-page ring by Wei Liu · 10 years ago
  19. 18e88be Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  20. ff0387c PCI: Delete unnecessary NULL pointer checks by Markus Elfring · 10 years ago
  21. 23cf1d0 xen/pcifront: Process failure for pcifront_(re)scan_root() by Chen Gang · 10 years ago
  22. 95afae4 xen: remove DEFINE_XENBUS_DRIVER() macro by David Vrabel · 10 years ago
  23. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  24. 84621c9 Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  25. a83919e0 xen/pcifront: Use global PCI rescan-remove locking by Rafael J. Wysocki · 11 years ago
  26. 51c71a3 xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4). by Konrad Rzeszutek Wilk · 11 years ago
  27. 098b1ae xen/pcifront: Deal with toolstack missing 'XenbusStateClosing' state. by Konrad Rzeszutek Wilk · 12 years ago
  28. 193c0d6 Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  29. d5af64d xen-pcifront: Handle backend CLOSED without CLOSING by David Vrabel · 12 years ago
  30. 15856ad PCI: Remove __dev* markings by Bill Pemberton · 12 years ago
  31. 56d92aa Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  32. a5f9515 Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  33. 3d92532 xen/pcifront: Use Xen-SWIOTLB when initting if required. by Konrad Rzeszutek Wilk · 12 years ago
  34. 2ccc246 xen-pcifront: Use hotplug-safe pci_get_domain_bus_and_slot() by Jiang Liu · 12 years ago
  35. b8b0f55 xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static. by Konrad Rzeszutek Wilk · 12 years ago
  36. 9479f0f Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  37. f09d843 xen/pcifront: avoid pci_frontend_enable_msix() falsely returning success by Jan Beulich · 13 years ago
  38. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  39. 263a5c8 Merge 3.3-rc6 into driver-core-next by Greg Kroah-Hartman · 13 years ago
  40. 210647a PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device by Yinghai Lu · 13 years ago
  41. e4de866 xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn. by Konrad Rzeszutek Wilk · 13 years ago
  42. 07d2514 PCI/XEN: Fix bug introduced by a recent change by Alan Stern · 13 years ago
  43. f3ff924 Remove useless get_driver()/put_driver() calls by Alan Stern · 13 years ago
  44. 73db144 Xen: consolidate and simplify struct xenbus_driver instantiation by Jan Beulich · 13 years ago
  45. 04a8752 Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stable/pci.fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  46. 917e3e6 xen-pcifront: Update warning comment to use 'e820_host' option. by Konrad Rzeszutek Wilk · 13 years ago
  47. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  48. cc0f89c pci/xen: Cleanup: convert int** to int[] by Konrad Rzeszutek Wilk · 14 years ago
  49. 1d46105 xen-pcifront: Sanity check the MSI/MSI-X values by Konrad Rzeszutek Wilk · 14 years ago
  50. db2e2e6 xen-pcifront: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  51. 2a63dd7 xen-pcifront: fix PCI reference leak by Jiri Slaby · 14 years ago
  52. c8ac390 xen-pcifront: Remove duplicate inclusion of headers. by Jesper Juhl · 14 years ago
  53. 956a920 xen-pcifront: Xen PCI frontend driver. by Ryan Wilson · 14 years ago