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