summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xen-pciback
Commit message (Expand)AuthorAgeFilesLines
* xen-pciback: drop superfluous variablesJan Beulich2016-07-061-10/+6
* xen-pciback: short-circuit read path used for merging write valuesJan Beulich2016-07-061-4/+2
* xen-pciback: use const and unsigned in bar_init()Jan Beulich2016-07-061-2/+2
* xen-pciback: simplify determination of 64-bit memory resourceJan Beulich2016-07-061-4/+1
* xen-pciback: fold read_dev_bar() into its now single callerJan Beulich2016-07-061-20/+13
* xen-pciback: drop rom_init()Jan Beulich2016-07-061-13/+1
* xen-pciback: drop unused function parameter of read_dev_bar()Jan Beulich2016-07-061-4/+3
* xen: xen-pciback: Remove create_workqueueBhaktipriya Shridhar2016-07-063-11/+2
* xen-pciback: return proper values during BAR sizingJan Beulich2016-06-241-7/+11
* xen/pciback: Fix conf_space read/write overlap check.Andrey Grodzovsky2016-06-231-4/+2
* Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-223-3/+3
|\
| * xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker2016-03-213-3/+3
* | xen/pciback: Save the number of MSI-X entries to be copied later.Konrad Rzeszutek Wilk2016-02-151-1/+5
* | xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORYKonrad Rzeszutek Wilk2016-02-151-1/+2
|/
* xen-pciback: fix up cleanup path when alloc failsDoug Goldstein2015-12-181-1/+3
* xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk2015-12-181-1/+7
* xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X)...Konrad Rzeszutek Wilk2015-12-181-13/+20
* xen/pciback: Do not install an IRQ handler for MSI interrupts.Konrad Rzeszutek Wilk2015-12-181-0/+7
* xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS...Konrad Rzeszutek Wilk2015-12-181-0/+7
* xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI...Konrad Rzeszutek Wilk2015-12-181-1/+6
* xen/pciback: Save xen_pci_op commands before processing itKonrad Rzeszutek Wilk2015-12-182-1/+15
* xen-pciback: Add name prefix to global 'permissive' variableBen Hutchings2015-04-293-5/+5
* xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-151-1/+1
* xen-pciback: also support disabling of bus-mastering and memory-write-invalidateJan Beulich2015-03-161-1/+14
* xen/pciback: Don't print scary messages when unsupported by hypervisor.Konrad Rzeszutek Wilk2015-03-161-2/+2
* xen-pciback: limit guest control of command registerJan Beulich2015-03-113-14/+51
* xen-pciback: drop SR-IOV VFs when PF driver unloadsJan Beulich2014-12-041-0/+54
* xen/pciback: Restore configuration space when detaching from a guest.Konrad Rzeszutek Wilk2014-12-041-2/+14
* xen/pciback: Remove tons of dereferencesKonrad Rzeszutek Wilk2014-12-041-9/+11
* xen/pciback: Print out the domain owning the device.Konrad Rzeszutek Wilk2014-12-041-1/+1
* xen/pciback: Include the domain id if removing the device whilst still in useKonrad Rzeszutek Wilk2014-12-041-4/+6
* driver core: Provide an wrapper around the mutex to do lockdep warningsKonrad Rzeszutek Wilk2014-12-041-1/+1
* xen/pciback: Don't deadlock when unbinding.Konrad Rzeszutek Wilk2014-12-045-16/+33
* Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-10-111-2/+4
|\
| * xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-061-2/+4
* | xen/pciback: Use PCI device flag helper functionsEthan Zhao2014-09-161-2/+2
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* xen/pciback: Fix error return code in xen_pcibk_attach()Wei Yongjun2014-08-011-0/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-2/+2
|\
| * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
* | xen/pciback: Document the entry points for 'pcistub_put_pci_dev'Konrad Rzeszutek Wilk2014-05-231-0/+9
* | xen/pciback: Document when the 'unbind' and 'bind' functions are called.Konrad Rzeszutek Wilk2014-05-231-0/+4
* | xen-pciback: Document when we FLR an PCI device.Konrad Rzeszutek Wilk2014-05-232-0/+6
* | xen-pciback: First reset, then free.Konrad Rzeszutek Wilk2014-05-231-1/+1
* | xen-pciback: Cleanup up pcistub_put_pci_devKonrad Rzeszutek Wilk2014-05-231-5/+5
|/
* xen-pciback: silence an unwanted debug printkDan Carpenter2014-04-151-1/+2
* xen: fix memory leak in __xen_pcibk_add_pci_dev()Daeseok Youn2014-04-151-0/+2
* xen-pciback: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-02-281-2/+1
* xen: Convert printks to pr_<level>Joe Perches2013-06-285-33/+35
* xen-pciback: fix error return code in pcistub_irq_handler_switch()Wei Yongjun2013-06-101-3/+7
OpenPOWER on IntegriCloud