| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-07 | Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+4 |
| 2026-03-04 | xenbus: add xenbus_device parameter to xenbus_read_driver_state() | Juergen Gross | 1 | -4/+4 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -3/+3 |
| 2023-07-31 | x86: always initialize xen-swiotlb when xen-pcifront is enabling | Christoph Hellwig | 1 | -6/+0 |
| 2023-04-04 | PCI: Introduce pci_dev_for_each_resource() | Mika Westerberg | 1 | -3/+1 |
| 2022-12-15 | xen: make remove callback of xen driver void returned | Dawei Li | 1 | -3/+1 |
| 2022-10-07 | xen/pcifront: move xenstore config scanning into sub-function | Juergen Gross | 1 | -106/+37 |
| 2022-10-04 | xen-pcifront: Handle missed Connected state | Jason Andryuk | 1 | -2/+16 |
| 2022-05-19 | xen/pcifront: use xenbus_setup_ring() and xenbus_teardown_ring() | Juergen Gross | 1 | -16/+3 |
| 2022-03-15 | xen/grant-table: remove readonly parameter from functions | Juergen Gross | 1 | -1/+1 |
| 2021-12-16 | xen/pcifront: Rework MSI handling | Thomas Gleixner | 1 | -1/+1 |
| 2021-12-16 | PCI/MSI: Use msi_desc::msi_index | Thomas Gleixner | 1 | -1/+1 |
| 2021-12-09 | genirq/msi, treewide: Use a named struct for PCI/MSI attributes | Thomas Gleixner | 1 | -1/+1 |
| 2021-10-15 | xen/pcifront: Use to_pci_driver() instead of pci_dev->driver | Uwe Kleine-König | 1 | -2/+2 |
| 2021-10-15 | xen/pcifront: Drop pcifront_common_process() tests of pcidev, pdrv | Uwe Kleine-König | 1 | -35/+17 |
| 2021-09-03 | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
| 2021-09-01 | xen/pcifront: Removed unnecessary __ref annotation | Sergio Miguéns Iglesias | 1 | -11/+19 |
| 2021-07-13 | swiotlb: Update is_swiotlb_active to add a struct device argument | Claire Chang | 1 | -1/+1 |
| 2021-03-19 | swiotlb: remove swiotlb_nr_tbl | Christoph Hellwig | 1 | -1/+1 |
| 2021-03-10 | Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF} | Jan Beulich | 1 | -2/+2 |
| 2020-10-06 | dma-mapping: split <linux/dma-mapping.h> | Christoph Hellwig | 1 | -0/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-05-29 | xen/pci: Get rid of verbose_request and use dev_dbg() instead | Boris Ostrovsky | 1 | -17/+10 |
| 2019-05-13 | Merge branch 'pci/printk' | Bjorn Helgaas | 1 | -4/+3 |
| 2019-05-09 | PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etc | Mohan Kumar | 1 | -4/+3 |
| 2019-03-20 | PCI: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -1/+1 |
| 2018-03-19 | PCI: Tidy comments | Bjorn Helgaas | 1 | -2/+2 |
| 2018-02-01 | Merge branch 'pci/spdx' into next | Bjorn Helgaas | 1 | -0/+1 |
| 2018-01-31 | Merge branch 'pci/misc' into next | Bjorn Helgaas | 1 | -10/+9 |
| 2018-01-26 | PCI: Add SPDX GPL-2.0 when no license was specified | Bjorn Helgaas | 1 | -0/+1 |
| 2018-01-18 | PCI: Add wrappers for dev_printk() | Frederick Lawler | 1 | -10/+9 |
| 2018-01-17 | xen/pcifront: Deprecate pci_get_bus_and_slot() | Sinan Kaya | 1 | -1/+2 |
| 2016-11-07 | xen: make use of xenbus_read_unsigned() in xen-pcifront | Juergen Gross | 1 | -4/+2 |
| 2016-08-02 | treewide: replace obsolete _refok by __ref | Fabian Frederick | 1 | -1/+1 |
| 2016-02-15 | xen/pcifront: Fix mysterious crashes when NUMA locality information was extra... | Konrad Rzeszutek Wilk | 1 | -4/+6 |
| 2015-07-22 | PCI: Use for_each_pci_msi_entry() to access MSI device list | Jiang Liu | 1 | -1/+1 |
| 2015-07-01 | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+3 |
| 2015-06-12 | xen/pcifront: Don't use deprecated function pci_scan_bus_parented() | Arnd Bergmann | 1 | -3/+13 |
| 2015-06-08 | xen/pcifront: Remove usage of struct timeval | Tina Ruchandani | 1 | -5/+3 |
| 2015-04-15 | xenbus_client: Extend interface to support multi-page ring | Wei Liu | 1 | -2/+3 |
| 2014-11-19 | Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and '... | Bjorn Helgaas | 1 | -2/+11 |
| 2014-11-10 | PCI: Delete unnecessary NULL pointer checks | Markus Elfring | 1 | -2/+1 |
| 2014-11-05 | xen/pcifront: Process failure for pcifront_(re)scan_root() | Chen Gang | 1 | -0/+10 |
| 2014-10-06 | xen: remove DEFINE_XENBUS_DRIVER() macro | David Vrabel | 1 | -2/+4 |
| 2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 1 | -2/+2 |
| 2014-01-22 | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -0/+4 |
| 2014-01-15 | xen/pcifront: Use global PCI rescan-remove locking | Rafael J. Wysocki | 1 | -0/+8 |
| 2014-01-03 | xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4). | Konrad Rzeszutek Wilk | 1 | -0/+4 |
| 2013-06-14 | xen/pcifront: Deal with toolstack missing 'XenbusStateClosing' state. | Konrad Rzeszutek Wilk | 1 | -4/+3 |
| 2012-12-13 | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 1 | -1/+4 |
| 2012-11-30 | xen-pcifront: Handle backend CLOSED without CLOSING | David Vrabel | 1 | -1/+4 |
| 2012-11-28 | PCI: Remove __dev* markings | Bill Pemberton | 1 | -5/+5 |
| 2012-10-02 | Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -5/+10 |
| 2012-09-22 | Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7 | Konrad Rzeszutek Wilk | 1 | -4/+9 |
| 2012-09-17 | xen/pcifront: Use Xen-SWIOTLB when initting if required. | Konrad Rzeszutek Wilk | 1 | -4/+9 |
| 2012-09-12 | xen-pcifront: Use hotplug-safe pci_get_domain_bus_and_slot() | Jiang Liu | 1 | -8/+2 |
| 2012-08-21 | xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static. | Konrad Rzeszutek Wilk | 1 | -1/+1 |
| 2012-04-06 | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -0/+1 |
| 2012-04-06 | xen/pcifront: avoid pci_frontend_enable_msix() falsely returning success | Jan Beulich | 1 | -0/+1 |
| 2012-03-23 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -2/+2 |
| 2012-03-09 | Merge 3.3-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -5/+5 |
| 2012-02-27 | PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device | Yinghai Lu | 1 | -2/+2 |
| 2012-02-03 | xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn. | Konrad Rzeszutek Wilk | 1 | -5/+5 |
| 2012-01-27 | PCI/XEN: Fix bug introduced by a recent change | Alan Stern | 1 | -1/+1 |
| 2012-01-24 | Remove useless get_driver()/put_driver() calls | Alan Stern | 1 | -2/+1 |
| 2012-01-04 | Xen: consolidate and simplify struct xenbus_driver instantiation | Jan Beulich | 1 | -7/+4 |
| 2011-10-25 | Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl... | Linus Torvalds | 1 | -3/+2 |
| 2011-08-26 | xen-pcifront: Update warning comment to use 'e820_host' option. | Konrad Rzeszutek Wilk | 1 | -3/+2 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
| 2011-02-18 | pci/xen: Cleanup: convert int** to int[] | Konrad Rzeszutek Wilk | 1 | -6/+6 |
| 2011-02-18 | xen-pcifront: Sanity check the MSI/MSI-X values | Konrad Rzeszutek Wilk | 1 | -4/+16 |
| 2011-02-17 | xen-pcifront: don't use flush_scheduled_work() | Tejun Heo | 1 | -2/+1 |
| 2010-11-08 | xen-pcifront: fix PCI reference leak | Jiri Slaby | 1 | -2/+3 |
| 2010-11-08 | xen-pcifront: Remove duplicate inclusion of headers. | Jesper Juhl | 1 | -1/+0 |
| 2010-10-18 | xen-pcifront: Xen PCI frontend driver. | Ryan Wilson | 1 | -0/+1148 |