1. db9bab5 xen/pciback: Check dev_data before using it by Ross Lagerwall · 6 years ago
  2. b057878 xen/pciback: support driver_override by Juergen Gross · 8 years ago
  3. 9f8bee9 xen/pciback: avoid multiple entries in slot list by Juergen Gross · 8 years ago
  4. 1af916b xen/pciback: simplify pcistub device handling by Juergen Gross · 8 years ago
  5. 74beaf6 xen/pciback: Don't print scary messages when unsupported by hypervisor. by Konrad Rzeszutek Wilk · 10 years ago
  6. 6945c59 xen-pciback: drop SR-IOV VFs when PF driver unloads by Jan Beulich · 10 years ago
  7. b1df4a5 xen/pciback: Restore configuration space when detaching from a guest. by Konrad Rzeszutek Wilk · 10 years ago
  8. c1a0433 xen/pciback: Remove tons of dereferences by Konrad Rzeszutek Wilk · 10 years ago
  9. b5d5121 xen/pciback: Include the domain id if removing the device whilst still in use by Konrad Rzeszutek Wilk · 10 years ago
  10. ac80102 driver core: Provide an wrapper around the mutex to do lockdep warnings by Konrad Rzeszutek Wilk · 10 years ago
  11. e8801a7 xen/pciback: Don't deadlock when unbinding. by Konrad Rzeszutek Wilk · 10 years ago
  12. be507fd xen/pciback: Use PCI device flag helper functions by Ethan Zhao · 10 years ago
  13. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  14. 0a9fd01 xen/pciback: Document the entry points for 'pcistub_put_pci_dev' by Konrad Rzeszutek Wilk · 10 years ago
  15. 24d8bf1 xen/pciback: Document when the 'unbind' and 'bind' functions are called. by Konrad Rzeszutek Wilk · 10 years ago
  16. 8be9df6 xen-pciback: Document when we FLR an PCI device. by Konrad Rzeszutek Wilk · 11 years ago
  17. fcb8ce9 xen-pciback: First reset, then free. by Konrad Rzeszutek Wilk · 11 years ago
  18. 8899035 xen-pciback: Cleanup up pcistub_put_pci_dev by Konrad Rzeszutek Wilk · 11 years ago
  19. 283c097 xen: Convert printks to pr_<level> by Joe Perches · 11 years ago
  20. 405010d xen-pciback: fix error return code in pcistub_irq_handler_switch() by Wei Yongjun · 11 years ago
  21. d69c0e3 xen-pciback: more uses of cached MSI-X capability offset by Jan Beulich · 11 years ago
  22. 909b3fd xen-pciback: notify hypervisor about devices intended to be assigned to guests by Jan Beulich · 12 years ago
  23. 345a525 Drivers: xen: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  24. 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
  25. 744627e9 treewide: fix printk typo in multiple drivers by Masanari Iida · 12 years ago
  26. b3e40b7 xen-pciback: reject out of range inputs by Jan Beulich · 12 years ago
  27. 5b71fbd xen-pciback: simplify and tighten parsing of device IDs by Jan Beulich · 12 years ago
  28. 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
  29. c341ca4 xen/pciback: Restore the PCI config space after an FLR. by Konrad Rzeszutek Wilk · 12 years ago
  30. e6aa70a xen-pciback: properly clean up after calling pcistub_device_find() by Jan Beulich · 12 years ago
  31. c3cb470 xen-pciback: support wild cards in slot specifications by Jan Beulich · 12 years ago
  32. 78890b5 Merge commit 'v3.6-rc5' into next by Bjorn Helgaas · 12 years ago
  33. 1d35203 make drivers with pci error handlers const by Stephen Hemminger · 12 years ago
  34. 80ba77d xen/pciback: Fix proper FLR steps. by Konrad Rzeszutek Wilk · 12 years ago
  35. d4c6fa7 Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  36. e4de866 xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn. by Konrad Rzeszutek Wilk · 13 years ago
  37. cd9db80 xen/pciback: Support pci_reset_function, aka FLR or D3 support. by Konrad Rzeszutek Wilk · 13 years ago
  38. 3167355 xen/pciback: Fix "device has been assigned to X domain!" warning by Konrad Rzeszutek Wilk · 13 years ago
  39. 97309d3 xen/pciback: Move the PCI_DEV_FLAGS_ASSIGNED ops to the "[un|]bind" by Konrad Rzeszutek Wilk · 13 years ago
  40. 4645bf3 xen/pciback: Check if the device is found instead of blindly assuming so. by Konrad Rzeszutek Wilk · 13 years ago
  41. 72bf809 xen/pciback: Do not dereference psdev during printk when it is NULL. by Konrad Rzeszutek Wilk · 13 years ago
  42. 402c5e1 xen/pciback: miscellaneous adjustments by Jan Beulich · 13 years ago
  43. a92336a xen/pciback: Drop two backends, squash and cleanup some code. by Konrad Rzeszutek Wilk · 13 years ago
  44. 0513fe9 xen/pciback: Allocate IRQ handler for device that is shared with guest. by Konrad Rzeszutek Wilk · 13 years ago
  45. 6221a9b xen/pciback: Register the owner (domain) of the PCI device. by Konrad Rzeszutek Wilk · 15 years ago
  46. 8bfd4e0 xen/pciback: Cleanup the driver based on checkpatch warnings and errors. by Konrad Rzeszutek Wilk · 13 years ago
  47. 30edc14 xen/pciback: xen pci backend driver. by Konrad Rzeszutek Wilk · 15 years ago