1. b057878 xen/pciback: support driver_override by Juergen Gross · 8 years ago
  2. 9f8bee9 xen/pciback: avoid multiple entries in slot list by Juergen Gross · 8 years ago
  3. 1af916b xen/pciback: simplify pcistub device handling by Juergen Gross · 8 years ago
  4. 1ad6344 xen-pciback: drop superfluous variables by Jan Beulich · 8 years ago
  5. ee87d6d xen-pciback: short-circuit read path used for merging write values by Jan Beulich · 8 years ago
  6. 5852036 xen-pciback: use const and unsigned in bar_init() by Jan Beulich · 8 years ago
  7. c8670c2 xen-pciback: simplify determination of 64-bit memory resource by Jan Beulich · 8 years ago
  8. 6ad2655 xen-pciback: fold read_dev_bar() into its now single caller by Jan Beulich · 8 years ago
  9. 664093b xen-pciback: drop rom_init() by Jan Beulich · 8 years ago
  10. 6c6e4ca xen-pciback: drop unused function parameter of read_dev_bar() by Jan Beulich · 8 years ago
  11. 429eafe xen: xen-pciback: Remove create_workqueue by Bhaktipriya Shridhar · 8 years ago
  12. d2bd05d xen-pciback: return proper values during BAR sizing by Jan Beulich · 8 years ago
  13. 02ef871 xen/pciback: Fix conf_space read/write overlap check. by Andrey Grodzovsky · 8 years ago
  14. 55fc733 Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  15. 59aa56b xen: audit usages of module.h ; remove unnecessary instances by Paul Gortmaker · 8 years ago
  16. d159457 xen/pciback: Save the number of MSI-X entries to be copied later. by Konrad Rzeszutek Wilk · 9 years ago
  17. 8d47065 xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY by Konrad Rzeszutek Wilk · 9 years ago
  18. 584a561 xen-pciback: fix up cleanup path when alloc fails by Doug Goldstein · 9 years ago
  19. 408fb0e xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set. by Konrad Rzeszutek Wilk · 9 years ago
  20. 7cfb905 xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X) enabled. by Konrad Rzeszutek Wilk · 9 years ago
  21. a396f3a xen/pciback: Do not install an IRQ handler for MSI interrupts. by Konrad Rzeszutek Wilk · 9 years ago
  22. 5e0ce14 xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MSI-X enabled by Konrad Rzeszutek Wilk · 9 years ago
  23. 56441f3 xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI-X enabled by Konrad Rzeszutek Wilk · 9 years ago
  24. 8135cf8 xen/pciback: Save xen_pci_op commands before processing it by Konrad Rzeszutek Wilk · 9 years ago
  25. 8014bcc xen-pciback: Add name prefix to global 'permissive' variable by Ben Hutchings · 9 years ago
  26. ccc9d90 xenbus_client: Extend interface to support multi-page ring by Wei Liu · 9 years ago
  27. 278edfc xen-pciback: also support disabling of bus-mastering and memory-write-invalidate by Jan Beulich · 9 years ago
  28. 74beaf6 xen/pciback: Don't print scary messages when unsupported by hypervisor. by Konrad Rzeszutek Wilk · 9 years ago
  29. af6fc85 xen-pciback: limit guest control of command register by Jan Beulich · 9 years ago
  30. 6945c59 xen-pciback: drop SR-IOV VFs when PF driver unloads by Jan Beulich · 10 years ago
  31. b1df4a5 xen/pciback: Restore configuration space when detaching from a guest. by Konrad Rzeszutek Wilk · 10 years ago
  32. c1a0433 xen/pciback: Remove tons of dereferences by Konrad Rzeszutek Wilk · 10 years ago
  33. 1539061 xen/pciback: Print out the domain owning the device. by Konrad Rzeszutek Wilk · 10 years ago
  34. b5d5121 xen/pciback: Include the domain id if removing the device whilst still in use by Konrad Rzeszutek Wilk · 10 years ago
  35. ac80102 driver core: Provide an wrapper around the mutex to do lockdep warnings by Konrad Rzeszutek Wilk · 10 years ago
  36. e8801a7 xen/pciback: Don't deadlock when unbinding. by Konrad Rzeszutek Wilk · 10 years ago
  37. 81ae31d Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  38. 95afae4 xen: remove DEFINE_XENBUS_DRIVER() macro by David Vrabel · 10 years ago
  39. be507fd xen/pciback: Use PCI device flag helper functions by Ethan Zhao · 10 years ago
  40. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  41. 2ef7603 xen/pciback: Fix error return code in xen_pcibk_attach() by Wei Yongjun · 10 years ago
  42. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  43. 0a9fd01 xen/pciback: Document the entry points for 'pcistub_put_pci_dev' by Konrad Rzeszutek Wilk · 10 years ago
  44. 24d8bf1 xen/pciback: Document when the 'unbind' and 'bind' functions are called. by Konrad Rzeszutek Wilk · 10 years ago
  45. 8be9df6 xen-pciback: Document when we FLR an PCI device. by Konrad Rzeszutek Wilk · 11 years ago
  46. fcb8ce9 xen-pciback: First reset, then free. by Konrad Rzeszutek Wilk · 11 years ago
  47. 8899035 xen-pciback: Cleanup up pcistub_put_pci_dev by Konrad Rzeszutek Wilk · 11 years ago
  48. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  49. c0914e6 xen-pciback: silence an unwanted debug printk by Dan Carpenter · 10 years ago
  50. cea37f8 xen: fix memory leak in __xen_pcibk_add_pci_dev() by Daeseok Youn · 10 years ago
  51. efdfa3e xen-pciback: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  52. 283c097 xen: Convert printks to pr_<level> by Joe Perches · 11 years ago
  53. 405010d xen-pciback: fix error return code in pcistub_irq_handler_switch() by Wei Yongjun · 11 years ago
  54. d69c0e3 xen-pciback: more uses of cached MSI-X capability offset by Jan Beulich · 11 years ago
  55. 909b3fd xen-pciback: notify hypervisor about devices intended to be assigned to guests by Jan Beulich · 11 years ago
  56. bdc5c18 xen/pciback: Don't disable a PCI device that is already disabled. by Konrad Rzeszutek Wilk · 11 years ago
  57. a04521a Merge tag 'stable/for-linus-3.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  58. 51ac889 xen-pciback: rate limit error messages from xen_pcibk_enable_msi{,x}() by Jan Beulich · 12 years ago
  59. 5c69bed Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  60. 6337a23 x86/xen : Fix the wrong check in pciback by Yang Zhang · 12 years ago
  61. 345a525 Drivers: xen: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  62. 896ea17 Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  63. 744627e9 treewide: fix printk typo in multiple drivers by Masanari Iida · 12 years ago
  64. b3e40b7 xen-pciback: reject out of range inputs by Jan Beulich · 12 years ago
  65. 5b71fbd xen-pciback: simplify and tighten parsing of device IDs by Jan Beulich · 12 years ago
  66. e05dacd Merge commit 'v3.7-rc1' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  67. 8a5248f xen PV passthru: assign SR-IOV virtual functions to separate virtual slots by Laszlo Ersek · 12 years ago
  68. 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
  69. c341ca4 xen/pciback: Restore the PCI config space after an FLR. by Konrad Rzeszutek Wilk · 12 years ago
  70. e6aa70a xen-pciback: properly clean up after calling pcistub_device_find() by Jan Beulich · 12 years ago
  71. c3cb470 xen-pciback: support wild cards in slot specifications by Jan Beulich · 12 years ago
  72. 78890b5 Merge commit 'v3.6-rc5' into next by Bjorn Helgaas · 12 years ago
  73. 1d35203 make drivers with pci error handlers const by Stephen Hemminger · 12 years ago
  74. 80ba77d xen/pciback: Fix proper FLR steps. by Konrad Rzeszutek Wilk · 12 years ago
  75. a696165 PCI: create common pcibios_err_to_errno by Alex Williamson · 12 years ago
  76. 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 · 12 years ago
  77. 0ee46ec xen/pciback: fix XEN_PCI_OP_enable_msix result by Jan Beulich · 12 years ago
  78. d4c6fa7 Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  79. e4de866 xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn. by Konrad Rzeszutek Wilk · 13 years ago
  80. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  81. cd9db80 xen/pciback: Support pci_reset_function, aka FLR or D3 support. by Konrad Rzeszutek Wilk · 13 years ago
  82. 6c254de xen/pciback: Expand the warning message to include domain id. by Konrad Rzeszutek Wilk · 13 years ago
  83. 3167355 xen/pciback: Fix "device has been assigned to X domain!" warning by Konrad Rzeszutek Wilk · 13 years ago
  84. 97309d3 xen/pciback: Move the PCI_DEV_FLAGS_ASSIGNED ops to the "[un|]bind" by Konrad Rzeszutek Wilk · 13 years ago
  85. 73db144 Xen: consolidate and simplify struct xenbus_driver instantiation by Jan Beulich · 13 years ago
  86. 72ee511 xen: Add module.h to modular drivers/xen users. by Paul Gortmaker · 13 years ago
  87. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  88. 4645bf3 xen/pciback: Check if the device is found instead of blindly assuming so. by Konrad Rzeszutek Wilk · 13 years ago
  89. 72bf809 xen/pciback: Do not dereference psdev during printk when it is NULL. by Konrad Rzeszutek Wilk · 13 years ago
  90. e1db4ce xen/pciback: double lock typo by Dan Carpenter · 13 years ago
  91. cf177fd xen/pciback: Add flag indicating device has been assigned by Xen by Konrad Rzeszutek Wilk · 13 years ago
  92. 74d33de xen/pciback: use mutex rather than spinlock in vpci backend by Konrad Rzeszutek Wilk · 13 years ago
  93. b1766b6 xen/pciback: Use mutexes when working with Xenbus state transitions. by Konrad Rzeszutek Wilk · 13 years ago
  94. 402c5e1 xen/pciback: miscellaneous adjustments by Jan Beulich · 13 years ago
  95. 04df355 xen/pciback: use mutex rather than spinlock in passthrough backend by Jan Beulich · 13 years ago
  96. 5fa9991 xen/pciback: use resource_size() by Thomas Meyer · 13 years ago
  97. f45c078 xen/pciback: remove duplicated #include by Huang Weiyi · 13 years ago
  98. 2ebdc42 xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and XEN_PCIDEV_BACKEND_VPCI by Konrad Rzeszutek Wilk · 13 years ago
  99. 7789997 xen/pciback: Remove the DEBUG option. by Konrad Rzeszutek Wilk · 13 years ago
  100. a92336a xen/pciback: Drop two backends, squash and cleanup some code. by Konrad Rzeszutek Wilk · 13 years ago