aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/xen-pcifront.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-31x86: always initialize xen-swiotlb when xen-pcifront is enablingGravatar Christoph Hellwig 1-6/+0
2023-04-04PCI: Introduce pci_dev_for_each_resource()Gravatar Mika Westerberg 1-3/+1
2022-12-15xen: make remove callback of xen driver void returnedGravatar Dawei Li 1-3/+1
2022-10-07xen/pcifront: move xenstore config scanning into sub-functionGravatar Juergen Gross 1-106/+37
2022-10-04xen-pcifront: Handle missed Connected stateGravatar Jason Andryuk 1-2/+16
2022-05-19xen/pcifront: use xenbus_setup_ring() and xenbus_teardown_ring()Gravatar Juergen Gross 1-16/+3
2022-03-15xen/grant-table: remove readonly parameter from functionsGravatar Juergen Gross 1-1/+1
2021-12-16xen/pcifront: Rework MSI handlingGravatar Thomas Gleixner 1-1/+1
2021-12-16PCI/MSI: Use msi_desc::msi_indexGravatar Thomas Gleixner 1-1/+1
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesGravatar Thomas Gleixner 1-1/+1
2021-10-15xen/pcifront: Use to_pci_driver() instead of pci_dev->driverGravatar Uwe Kleine-König 1-2/+2
2021-10-15xen/pcifront: Drop pcifront_common_process() tests of pcidev, pdrvGravatar Uwe Kleine-König 1-35/+17
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2021-09-01xen/pcifront: Removed unnecessary __ref annotationGravatar Sergio Miguéns Iglesias 1-11/+19
2021-07-13swiotlb: Update is_swiotlb_active to add a struct device argumentGravatar Claire Chang 1-1/+1
2021-03-19swiotlb: remove swiotlb_nr_tblGravatar Christoph Hellwig 1-1/+1
2021-03-10Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF}Gravatar Jan Beulich 1-2/+2
2020-10-06dma-mapping: split <linux/dma-mapping.h>Gravatar Christoph Hellwig 1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-05-29xen/pci: Get rid of verbose_request and use dev_dbg() insteadGravatar Boris Ostrovsky 1-17/+10
2019-05-13Merge branch 'pci/printk'Gravatar Bjorn Helgaas 1-4/+3
2019-05-09PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcGravatar Mohan Kumar 1-4/+3
2019-03-20PCI: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-1/+1
2018-03-19PCI: Tidy commentsGravatar Bjorn Helgaas 1-2/+2
2018-02-01Merge branch 'pci/spdx' into nextGravatar Bjorn Helgaas 1-0/+1
2018-01-31Merge branch 'pci/misc' into nextGravatar Bjorn Helgaas 1-10/+9
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedGravatar Bjorn Helgaas 1-0/+1
2018-01-18PCI: Add wrappers for dev_printk()Gravatar Frederick Lawler 1-10/+9
2018-01-17xen/pcifront: Deprecate pci_get_bus_and_slot()Gravatar Sinan Kaya 1-1/+2
2016-11-07xen: make use of xenbus_read_unsigned() in xen-pcifrontGravatar Juergen Gross 1-4/+2
2016-08-02treewide: replace obsolete _refok by __refGravatar Fabian Frederick 1-1/+1
2016-02-15xen/pcifront: Fix mysterious crashes when NUMA locality information was extra...Gravatar Konrad Rzeszutek Wilk 1-4/+6
2015-07-22PCI: Use for_each_pci_msi_entry() to access MSI device listGravatar Jiang Liu 1-1/+1
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+3
2015-06-12xen/pcifront: Don't use deprecated function pci_scan_bus_parented()Gravatar Arnd Bergmann 1-3/+13
2015-06-08xen/pcifront: Remove usage of struct timevalGravatar Tina Ruchandani 1-5/+3
2015-04-15xenbus_client: Extend interface to support multi-page ringGravatar Wei Liu 1-2/+3
2014-11-19Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and '...Gravatar Bjorn Helgaas 1-2/+11
2014-11-10PCI: Delete unnecessary NULL pointer checksGravatar Markus Elfring 1-2/+1
2014-11-05xen/pcifront: Process failure for pcifront_(re)scan_root()Gravatar Chen Gang 1-0/+10
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroGravatar David Vrabel 1-2/+4
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-2/+2
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+4
2014-01-15xen/pcifront: Use global PCI rescan-remove lockingGravatar Rafael J. Wysocki 1-0/+8
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Gravatar Konrad Rzeszutek Wilk 1-0/+4
2013-06-14xen/pcifront: Deal with toolstack missing 'XenbusStateClosing' state.Gravatar Konrad Rzeszutek Wilk 1-4/+3
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciGravatar Linus Torvalds 1-1/+4
2012-11-30xen-pcifront: Handle backend CLOSED without CLOSINGGravatar David Vrabel 1-1/+4
2012-11-28PCI: Remove __dev* markingsGravatar Bill Pemberton 1-5/+5
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-5/+10