summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xen-pciback/pci_stub.c
Commit message (Expand)AuthorAgeFilesLines
* xen/pciback: Check dev_data before using itRoss Lagerwall2018-12-171-1/+2
* xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_reg_addJia-Ju Bai2018-04-161-1/+1
* xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_device_allocJia-Ju Bai2018-04-161-1/+1
* xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_init_deviceJia-Ju Bai2018-04-161-1/+1
* xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_probeJia-Ju Bai2018-04-161-1/+1
* xen: xen-pciback: remove DRIVER_ATTR() usageGreg Kroah-Hartman2017-08-281-24/+20Star
* xen/pciback: support driver_overrideJuergen Gross2016-09-301-7/+29
* xen/pciback: avoid multiple entries in slot listJuergen Gross2016-09-301-8/+31
* xen/pciback: simplify pcistub device handlingJuergen Gross2016-09-301-21/+21
* xen/pciback: Don't print scary messages when unsupported by hypervisor.Konrad Rzeszutek Wilk2015-03-161-2/+2
* 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: 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-041-6/+6
* xen/pciback: Use PCI device flag helper functionsEthan Zhao2014-09-171-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/+11Star
* 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-041-7/+6Star
* 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/+39Star
* | 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-031-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-081-1/+1
|/
* Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-231-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-081-0/+2
* xen/pciback: Move the PCI_DEV_FLAGS_ASSIGNED ops to the "[un|]bind"Konrad Rzeszutek Wilk2012-01-081-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/+1Star
* xen/pciback: miscellaneous adjustmentsJan Beulich2011-09-221-18/+16Star
* xen/pciback: Drop two backends, squash and cleanup some code.Konrad Rzeszutek Wilk2011-07-201-106/+111
* xen/pciback: Allocate IRQ handler for device that is shared with guest.Konrad Rzeszutek Wilk2011-07-201-3/+87
* xen/pciback: Register the owner (domain) of the PCI device.Konrad Rzeszutek Wilk2011-07-201-0/+2