summaryrefslogtreecommitdiff
path: root/drivers/xen/xen-pciback/pci_stub.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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-231-0/+2
* 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: Convert printks to pr_<level>Joe Perches2013-06-281-14/+11
* xen-pciback: fix error return code in pcistub_irq_handler_switch()Wei Yongjun2013-06-101-3/+7
* xen-pciback: more uses of cached MSI-X capability offsetJan Beulich2013-05-291-2/+2
* xen-pciback: notify hypervisor about devices intended to be assigned to guestsJan Beulich2013-03-221-15/+44
* Drivers: xen: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-7/+6
* Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-131-54/+64
|\
| * xen-pciback: reject out of range inputsJan Beulich2012-11-021-12/+27
| * xen-pciback: simplify and tighten parsing of device IDsJan Beulich2012-11-021-44/+39
* | treewide: fix printk typo in multiple driversMasanari Iida2012-11-191-1/+1
|/
* Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-021-30/+106
|\
| * xen/pciback: Restore the PCI config space after an FLR.Konrad Rzeszutek Wilk2012-09-251-0/+1
| * xen-pciback: properly clean up after calling pcistub_device_find()Jan Beulich2012-09-251-23/+23
| * xen-pciback: support wild cards in slot specificationsJan Beulich2012-09-181-7/+82
* | Merge commit 'v3.6-rc5' into nextBjorn Helgaas2012-09-131-4/+4
|\ \ | |/
| * xen/pciback: Fix proper FLR steps.Konrad Rzeszutek Wilk2012-09-061-4/+4
* | make drivers with pci error handlers constStephen Hemminger2012-09-071-1/+1
|/
* Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-221-3/+38
|\
| * xen/pciback: Support pci_reset_function, aka FLR or D3 support.Konrad Rzeszutek Wilk2012-01-121-3/+38
* | xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn.Konrad Rzeszutek Wilk2012-02-031-4/+4
|/
* xen/pciback: Fix "device has been assigned to X domain!" warningKonrad Rzeszutek Wilk2012-01-071-0/+2
* xen/pciback: Move the PCI_DEV_FLAGS_ASSIGNED ops to the "[un|]bind"Konrad Rzeszutek Wilk2012-01-071-0/+2
* xen/pciback: Check if the device is found instead of blindly assuming so.Konrad Rzeszutek Wilk2011-10-191-0/+2
* xen/pciback: Do not dereference psdev during printk when it is NULL.Konrad Rzeszutek Wilk2011-10-191-6/+1
* xen/pciback: miscellaneous adjustmentsJan Beulich2011-09-211-18/+16
* xen/pciback: Drop two backends, squash and cleanup some code.Konrad Rzeszutek Wilk2011-07-191-106/+111
* xen/pciback: Allocate IRQ handler for device that is shared with guest.Konrad Rzeszutek Wilk2011-07-191-3/+87
* xen/pciback: Register the owner (domain) of the PCI device.Konrad Rzeszutek Wilk2011-07-191-0/+2
* xen/pciback: Cleanup the driver based on checkpatch warnings and errors.Konrad Rzeszutek Wilk2011-07-191-3/+3
* xen/pciback: xen pci backend driver.Konrad Rzeszutek Wilk2011-07-191-0/+1285