aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/xen-pciback
AgeCommit message (Expand)AuthorFilesLines
2018-04-16xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_reg_addGravatar Jia-Ju Bai 1-1/+1
2018-04-16xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in xen_pcibk_config_quir...Gravatar Jia-Ju Bai 1-1/+1
2018-04-16xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_device_allocGravatar Jia-Ju Bai 1-1/+1
2018-04-16xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_init_deviceGravatar Jia-Ju Bai 1-1/+1
2018-04-16xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_probeGravatar Jia-Ju Bai 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 12-0/+12
2017-09-28xen-pciback: relax BAR sizing write value checkGravatar Jan Beulich 1-1/+10
2017-08-28xen: xen-pciback: remove DRIVER_ATTR() usageGravatar Greg Kroah-Hartman 1-24/+20
2017-02-09xen: modify xenstore watch event interfaceGravatar Juergen Gross 1-1/+1
2016-11-07xen: make use of xenbus_read_unsigned() in xen-pcibackGravatar Juergen Gross 1-5/+3
2016-09-30xen/pciback: support driver_overrideGravatar Juergen Gross 1-7/+29
2016-09-30xen/pciback: avoid multiple entries in slot listGravatar Juergen Gross 1-8/+31
2016-09-30xen/pciback: simplify pcistub device handlingGravatar Juergen Gross 1-21/+21
2016-07-06xen-pciback: drop superfluous variablesGravatar Jan Beulich 1-10/+6
2016-07-06xen-pciback: short-circuit read path used for merging write valuesGravatar Jan Beulich 1-4/+2
2016-07-06xen-pciback: use const and unsigned in bar_init()Gravatar Jan Beulich 1-2/+2
2016-07-06xen-pciback: simplify determination of 64-bit memory resourceGravatar Jan Beulich 1-4/+1
2016-07-06xen-pciback: fold read_dev_bar() into its now single callerGravatar Jan Beulich 1-20/+13
2016-07-06xen-pciback: drop rom_init()Gravatar Jan Beulich 1-13/+1
2016-07-06xen-pciback: drop unused function parameter of read_dev_bar()Gravatar Jan Beulich 1-4/+3
2016-07-06xen: xen-pciback: Remove create_workqueueGravatar Bhaktipriya Shridhar 3-11/+2
2016-06-24xen-pciback: return proper values during BAR sizingGravatar Jan Beulich 1-7/+11
2016-06-23xen/pciback: Fix conf_space read/write overlap check.Gravatar Andrey Grodzovsky 1-4/+2
2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-3/+3
2016-03-21xen: audit usages of module.h ; remove unnecessary instancesGravatar Paul Gortmaker 3-3/+3
2016-02-15xen/pciback: Save the number of MSI-X entries to be copied later.Gravatar Konrad Rzeszutek Wilk 1-1/+5
2016-02-15xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORYGravatar Konrad Rzeszutek Wilk 1-1/+2
2015-12-18xen-pciback: fix up cleanup path when alloc failsGravatar Doug Goldstein 1-1/+3
2015-12-18xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Gravatar Konrad Rzeszutek Wilk 1-1/+7
2015-12-18xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X)...Gravatar Konrad Rzeszutek Wilk 1-13/+20
2015-12-18xen/pciback: Do not install an IRQ handler for MSI interrupts.Gravatar Konrad Rzeszutek Wilk 1-0/+7
2015-12-18xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS...Gravatar Konrad Rzeszutek Wilk 1-0/+7
2015-12-18xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI...Gravatar Konrad Rzeszutek Wilk 1-1/+6
2015-12-18xen/pciback: Save xen_pci_op commands before processing itGravatar Konrad Rzeszutek Wilk 2-1/+15
2015-04-29xen-pciback: Add name prefix to global 'permissive' variableGravatar Ben Hutchings 3-5/+5
2015-04-15xenbus_client: Extend interface to support multi-page ringGravatar Wei Liu 1-1/+1
2015-03-16xen-pciback: also support disabling of bus-mastering and memory-write-invalidateGravatar Jan Beulich 1-1/+14
2015-03-16xen/pciback: Don't print scary messages when unsupported by hypervisor.Gravatar Konrad Rzeszutek Wilk 1-2/+2
2015-03-11xen-pciback: limit guest control of command registerGravatar Jan Beulich 3-14/+51
2014-12-04xen-pciback: drop SR-IOV VFs when PF driver unloadsGravatar Jan Beulich 1-0/+54
2014-12-04xen/pciback: Restore configuration space when detaching from a guest.Gravatar Konrad Rzeszutek Wilk 1-2/+14
2014-12-04xen/pciback: Remove tons of dereferencesGravatar Konrad Rzeszutek Wilk 1-9/+11
2014-12-04xen/pciback: Print out the domain owning the device.Gravatar Konrad Rzeszutek Wilk 1-1/+1
2014-12-04xen/pciback: Include the domain id if removing the device whilst still in useGravatar Konrad Rzeszutek Wilk 1-4/+6
2014-12-04driver core: Provide an wrapper around the mutex to do lockdep warningsGravatar Konrad Rzeszutek Wilk 1-1/+1
2014-12-04xen/pciback: Don't deadlock when unbinding.Gravatar Konrad Rzeszutek Wilk 5-16/+33
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-2/+4
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroGravatar David Vrabel 1-2/+4
2014-09-16xen/pciback: Use PCI device flag helper functionsGravatar Ethan Zhao 1-2/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 1-1/+1