summaryrefslogtreecommitdiff
path: root/drivers/xen/xen-pciback
AgeCommit message (Expand)AuthorFilesLines
2023-10-16xen-pciback: Consider INTx disabled when MSI/MSI-X is enabledMarek Marczykowski-Górecki3-25/+23
2023-08-21xen-pciback: Remove unused function declarationsYue Haibing2-5/+0
2023-04-24xen/pciback: don't call pcistub_device_put() under lockJuergen Gross1-4/+2
2022-12-15xen: make remove callback of xen driver void returnedDawei Li1-3/+1
2022-11-14xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL tooMarek Marczykowski-Górecki1-3/+6
2022-10-06xen/xenbus: Fix spelling mistake "hardward" -> "hardware"Colin Ian King1-1/+1
2022-08-12xen/pciback: Fix comment typoJason Wang1-1/+1
2021-11-02xen-pciback: allow compiling on other archs than x86Oleksandr Andrushchenko5-5/+26
2021-11-02xen-pciback: Fix return in pm_ctrl_init()YueHaibing1-1/+1
2021-05-21xen-pciback: reconfigure also from backend watch handlerJan Beulich1-5/+17
2021-05-21xen-pciback: redo VF placement in the virtual topologyJan Beulich1-6/+8
2021-04-23xen-pciback: simplify vpci's find hookJan Beulich1-6/+1
2021-04-23xen/pciback: Fix incorrect type warningsMuhammad Usama Anjum1-3/+3
2021-02-12xen/events: link interdomain events to associated xenbus deviceJuergen Gross1-1/+1
2020-12-14xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park1-1/+1
2020-10-20xen/pciback: use lateeoi irq bindingJuergen Gross4-19/+56
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-29xen/pci: Get rid of verbose_request and use dev_dbg() insteadBoris Ostrovsky4-50/+21
2020-05-28xen-pciback: Use dev_printk() when possibleBjorn Helgaas6-83/+65
2020-04-07xen: Use evtchn_type_t as a type for event channelsYan Yankovskyi1-3/+4
2020-03-30xen-pciback: fix INTERRUPT_TYPE_* definesMarek Marczykowski-Górecki2-5/+5
2020-03-05xen: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-16xen-pciback: optionally allow interrupt enable flag writesMarek Marczykowski-Górecki6-0/+219
2019-07-26xen/pciback: remove set but not used variable 'old_state'YueHaibing1-2/+1
2019-04-23xen: xen-pciback: fix warning Using plain integer as NULL pointerHariprasad Kelam1-1/+1
2019-02-18xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk1-2/+0
2019-02-18xen: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-12-17xen/pciback: Check dev_data before using itRoss Lagerwall1-1/+2
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-04-16xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_reg_addJia-Ju Bai1-1/+1
2018-04-16xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in xen_pcibk_config_quir...Jia-Ju Bai1-1/+1
2018-04-16xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_device_allocJia-Ju Bai1-1/+1
2018-04-16xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_init_deviceJia-Ju Bai1-1/+1
2018-04-16xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_probeJia-Ju Bai1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman12-0/+12
2017-09-28xen-pciback: relax BAR sizing write value checkJan Beulich1-1/+10
2017-08-28xen: xen-pciback: remove DRIVER_ATTR() usageGreg Kroah-Hartman1-24/+20
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross1-1/+1
2016-11-07xen: make use of xenbus_read_unsigned() in xen-pcibackJuergen Gross1-5/+3
2016-09-30xen/pciback: support driver_overrideJuergen Gross1-7/+29
2016-09-30xen/pciback: avoid multiple entries in slot listJuergen Gross1-8/+31
2016-09-30xen/pciback: simplify pcistub device handlingJuergen Gross1-21/+21
2016-07-06xen-pciback: drop superfluous variablesJan Beulich1-10/+6
2016-07-06xen-pciback: short-circuit read path used for merging write valuesJan Beulich1-4/+2
2016-07-06xen-pciback: use const and unsigned in bar_init()Jan Beulich1-2/+2
2016-07-06xen-pciback: simplify determination of 64-bit memory resourceJan Beulich1-4/+1
2016-07-06xen-pciback: fold read_dev_bar() into its now single callerJan Beulich1-20/+13
2016-07-06xen-pciback: drop rom_init()Jan Beulich1-13/+1
2016-07-06xen-pciback: drop unused function parameter of read_dev_bar()Jan Beulich1-4/+3
2016-07-06xen: xen-pciback: Remove create_workqueueBhaktipriya Shridhar3-11/+2