aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/xen-pciback (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11xen/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-23treewide: 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-27xen-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-15xen-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-12treewide: 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_quirks_initJia-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
2016-06-24xen-pciback: return proper values during BAR sizingJan Beulich1-7/+11
2016-06-23xen/pciback: Fix conf_space read/write overlap check.Andrey Grodzovsky1-4/+2
2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-3/+3
2016-03-21xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker3-3/+3
2016-02-15xen/pciback: Save the number of MSI-X entries to be copied later.Konrad Rzeszutek Wilk1-1/+5
2016-02-15xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORYKonrad Rzeszutek Wilk1-1/+2
2015-12-18xen-pciback: fix up cleanup path when alloc failsDoug Goldstein1-1/+3