summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xen-pciback
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* 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 xen_pcibk_config_quir...Jia-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
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0212-0/+12
* xen-pciback: relax BAR sizing write value checkJan Beulich2017-09-281-1/+10
* xen: xen-pciback: remove DRIVER_ATTR() usageGreg Kroah-Hartman2017-08-281-24/+20
* 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/+3
* 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: 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
|/
OpenPOWER on IntegriCloud