summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xen-pciback/xenbus.c
Commit message (Expand)AuthorAgeFilesLines
* xen: xen-pciback: fix warning Using plain integer as NULL pointerHariprasad Kelam2019-04-231-1/+1
* xen: mark expected switch fall-throughGustavo A. R. Silva2019-02-181-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* xen: modify xenstore watch event interfaceJuergen Gross2017-02-091-1/+1
* xen: make use of xenbus_read_unsigned() in xen-pcibackJuergen Gross2016-11-071-5/+3Star
* xen: xen-pciback: Remove create_workqueueBhaktipriya Shridhar2016-07-061-9/+1Star
* xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker2016-03-211-1/+1
* xen-pciback: fix up cleanup path when alloc failsDoug Goldstein2015-12-181-1/+3
* xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-151-1/+1
* xen/pciback: Print out the domain owning the device.Konrad Rzeszutek Wilk2014-12-041-1/+1
* xen/pciback: Don't deadlock when unbinding.Konrad Rzeszutek Wilk2014-12-041-1/+1
* xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-061-2/+4
* xen/pciback: Fix error return code in xen_pcibk_attach()Wei Yongjun2014-08-011-0/+1
* xen-pciback: Document when we FLR an PCI device.Konrad Rzeszutek Wilk2014-05-231-0/+4
* xen: Convert printks to pr_<level>Joe Perches2013-06-281-3/+5
* xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn.Konrad Rzeszutek Wilk2012-02-031-2/+3
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* xen/pciback: Expand the warning message to include domain id.Konrad Rzeszutek Wilk2012-01-091-2/+2
* xen/pciback: Move the PCI_DEV_FLAGS_ASSIGNED ops to the "[un|]bind"Konrad Rzeszutek Wilk2012-01-081-2/+0Star
* Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich2012-01-041-8/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-251-0/+2
|\
| * xen/pciback: Add flag indicating device has been assigned by XenKonrad Rzeszutek Wilk2011-09-271-0/+2
* | xen/pciback: Use mutexes when working with Xenbus state transitions.Konrad Rzeszutek Wilk2011-09-221-13/+9Star
* | xen/pciback: miscellaneous adjustmentsJan Beulich2011-09-221-3/+2Star
|/
* xen/pciback: remove duplicated #includeHuang Weiyi2011-07-261-1/+0Star
* xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and...Konrad Rzeszutek Wilk2011-07-201-0/+21
* xen/pciback: Drop two backends, squash and cleanup some code.Konrad Rzeszutek Wilk2011-07-201-63/+65
* xen/pciback: Fine-grain the spinlocks and fix BUG: scheduling while atomic ca...Konrad Rzeszutek Wilk2011-07-201-11/+15
* xen/pciback: Register the owner (domain) of the PCI device.Konrad Rzeszutek Wilk2011-07-201-0/+13
* xen/pciback: Cleanup the driver based on checkpatch warnings and errors.Konrad Rzeszutek Wilk2011-07-201-8/+8
* xen/pciback: xen pci backend driver.Konrad Rzeszutek Wilk2011-07-201-0/+709