1. 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
  2. 744627e9 treewide: fix printk typo in multiple drivers by Masanari Iida · 12 years ago
  3. b3e40b7 xen-pciback: reject out of range inputs by Jan Beulich · 12 years ago
  4. 5b71fbd xen-pciback: simplify and tighten parsing of device IDs by Jan Beulich · 12 years ago
  5. e05dacd Merge commit 'v3.7-rc1' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  6. 8a5248f xen PV passthru: assign SR-IOV virtual functions to separate virtual slots by Laszlo Ersek · 12 years ago
  7. 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
  8. c341ca4 xen/pciback: Restore the PCI config space after an FLR. by Konrad Rzeszutek Wilk · 12 years ago
  9. e6aa70a xen-pciback: properly clean up after calling pcistub_device_find() by Jan Beulich · 12 years ago
  10. c3cb470 xen-pciback: support wild cards in slot specifications by Jan Beulich · 12 years ago
  11. 78890b5 Merge commit 'v3.6-rc5' into next by Bjorn Helgaas · 12 years ago
  12. 1d35203 make drivers with pci error handlers const by Stephen Hemminger · 12 years ago
  13. 80ba77d xen/pciback: Fix proper FLR steps. by Konrad Rzeszutek Wilk · 12 years ago
  14. a696165 PCI: create common pcibios_err_to_errno by Alex Williamson · 12 years ago
  15. 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
  16. 0ee46ec xen/pciback: fix XEN_PCI_OP_enable_msix result by Jan Beulich · 12 years ago
  17. 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
  18. e4de866 xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn. by Konrad Rzeszutek Wilk · 12 years ago
  19. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  20. cd9db80 xen/pciback: Support pci_reset_function, aka FLR or D3 support. by Konrad Rzeszutek Wilk · 13 years ago
  21. 6c254de xen/pciback: Expand the warning message to include domain id. by Konrad Rzeszutek Wilk · 13 years ago
  22. 3167355 xen/pciback: Fix "device has been assigned to X domain!" warning by Konrad Rzeszutek Wilk · 13 years ago
  23. 97309d3 xen/pciback: Move the PCI_DEV_FLAGS_ASSIGNED ops to the "[un|]bind" by Konrad Rzeszutek Wilk · 13 years ago
  24. 73db144 Xen: consolidate and simplify struct xenbus_driver instantiation by Jan Beulich · 13 years ago
  25. 72ee511 xen: Add module.h to modular drivers/xen users. by Paul Gortmaker · 13 years ago
  26. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  27. 4645bf3 xen/pciback: Check if the device is found instead of blindly assuming so. by Konrad Rzeszutek Wilk · 13 years ago
  28. 72bf809 xen/pciback: Do not dereference psdev during printk when it is NULL. by Konrad Rzeszutek Wilk · 13 years ago
  29. e1db4ce xen/pciback: double lock typo by Dan Carpenter · 13 years ago
  30. cf177fd xen/pciback: Add flag indicating device has been assigned by Xen by Konrad Rzeszutek Wilk · 13 years ago
  31. 74d33de xen/pciback: use mutex rather than spinlock in vpci backend by Konrad Rzeszutek Wilk · 13 years ago
  32. b1766b6 xen/pciback: Use mutexes when working with Xenbus state transitions. by Konrad Rzeszutek Wilk · 13 years ago
  33. 402c5e1 xen/pciback: miscellaneous adjustments by Jan Beulich · 13 years ago
  34. 04df355 xen/pciback: use mutex rather than spinlock in passthrough backend by Jan Beulich · 13 years ago
  35. 5fa9991 xen/pciback: use resource_size() by Thomas Meyer · 13 years ago
  36. f45c078 xen/pciback: remove duplicated #include by Huang Weiyi · 13 years ago
  37. 2ebdc42 xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and XEN_PCIDEV_BACKEND_VPCI by Konrad Rzeszutek Wilk · 13 years ago
  38. 7789997 xen/pciback: Remove the DEBUG option. by Konrad Rzeszutek Wilk · 13 years ago
  39. a92336a xen/pciback: Drop two backends, squash and cleanup some code. by Konrad Rzeszutek Wilk · 13 years ago
  40. c288b67 xen/pciback: Print out the MSI/MSI-X (PIRQ) values by Konrad Rzeszutek Wilk · 13 years ago
  41. e17ab35 xen/pciback: Don't setup an fake IRQ handler for SR-IOV devices. by Konrad Rzeszutek Wilk · 13 years ago
  42. a0b2fa8 xen: rename pciback module to xen-pciback. by Ian Campbell · 15 years ago
  43. 494ef20 xen/pciback: Fine-grain the spinlocks and fix BUG: scheduling while atomic cases. by Konrad Rzeszutek Wilk · 14 years ago
  44. 0513fe9 xen/pciback: Allocate IRQ handler for device that is shared with guest. by Konrad Rzeszutek Wilk · 13 years ago
  45. a2be65fd xen/pciback: Disable MSI/MSI-X when reseting a device by Konrad Rzeszutek Wilk · 14 years ago
  46. fd5b221 xen/pciback: guest SR-IOV support for PV guest by Zhao, Yu · 14 years ago
  47. 6221a9b xen/pciback: Register the owner (domain) of the PCI device. by Konrad Rzeszutek Wilk · 15 years ago
  48. 8bfd4e0 xen/pciback: Cleanup the driver based on checkpatch warnings and errors. by Konrad Rzeszutek Wilk · 13 years ago
  49. 30edc14 xen/pciback: xen pci backend driver. by Konrad Rzeszutek Wilk · 15 years ago