summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xen-pciback
Commit message (Expand)AuthorAgeFilesLines
* xen-pciback: allow compiling on other archs than x86Oleksandr Andrushchenko2021-11-025-5/+26
* xen-pciback: Fix return in pm_ctrl_init()YueHaibing2021-11-021-1/+1
* xen-pciback: reconfigure also from backend watch handlerJan Beulich2021-05-211-5/+17
* xen-pciback: redo VF placement in the virtual topologyJan Beulich2021-05-211-6/+8
* xen-pciback: simplify vpci's find hookJan Beulich2021-04-231-6/+1
* xen/pciback: Fix incorrect type warningsMuhammad Usama Anjum2021-04-231-3/+3
* xen/events: link interdomain events to associated xenbus deviceJuergen Gross2021-02-111-1/+1
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-141-1/+1
* xen/pciback: use lateeoi irq bindingJuergen Gross2020-10-204-19/+56
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* xen/pci: Get rid of verbose_request and use dev_dbg() insteadBoris Ostrovsky2020-05-294-50/+21
* xen-pciback: Use dev_printk() when possibleBjorn Helgaas2020-05-276-83/+65
* xen: Use evtchn_type_t as a type for event channelsYan Yankovskyi2020-04-071-3/+4
* xen-pciback: fix INTERRUPT_TYPE_* definesMarek Marczykowski-Górecki2020-03-302-5/+5
* xen: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-051-1/+1
* xen-pciback: optionally allow interrupt enable flag writesMarek Marczykowski-Górecki2020-01-156-0/+219
* xen/pciback: remove set but not used variable 'old_state'YueHaibing2019-07-261-2/+1
* xen: xen-pciback: fix warning Using plain integer as NULL pointerHariprasad Kelam2019-04-231-1/+1
* xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk2019-02-181-2/+0
* xen: mark expected switch fall-throughGustavo A. R. Silva2019-02-181-1/+1
* xen/pciback: Check dev_data before using itRoss Lagerwall2018-12-171-1/+2
* 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