| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r310806: | hselasky | 2017-03-14 | 1 | -7/+45 |
* | MFC 312250 | sephe | 2017-02-21 | 1 | -2/+3 |
* | MFC r313180 | vangyzen | 2017-02-08 | 2 | -26/+19 |
* | MFC 313097: Require Data Layer Active reporting for native PCI-e HotPlug. | jhb | 2017-02-07 | 1 | -0/+2 |
* | MFC r304574-304575,304584: | yongari | 2017-01-18 | 1 | -3/+4 |
* | MFC r304459,r305527: | mmel | 2016-11-05 | 1 | -2/+0 |
* | MFC r307731: Add names for some DASP devices. | mav | 2016-10-28 | 1 | -0/+3 |
* | MFC 306359 | sephe | 2016-10-19 | 1 | -0/+10 |
* | MFC 306126: Fix invalid vendor ID constant (typo). | jhb | 2016-10-03 | 1 | -1/+1 |
* | MFC 305502: Reset PCI pass through devices via PCI-e FLR during VM start/end. | jhb | 2016-09-30 | 3 | -4/+183 |
* | MFC 304858,305485,305497: Fix various issues with PCI pass through and VT-d. | jhb | 2016-09-30 | 2 | -0/+12 |
* | MFC 303881: Reliably return PCI_GETCONF_LAST_DEVICE from PCIOCGETCONF. | jhb | 2016-09-30 | 1 | -7/+7 |
* | MFC 303721: Permit the name of the /dev/iov entry to be set by the driver. | jhb | 2016-09-29 | 5 | -6/+40 |
* | MFC 302847, 302848, 302852, 302853: | andrew | 2016-08-31 | 1 | -10/+0 |
* | MFC r304246 | vangyzen | 2016-08-18 | 1 | -15/+34 |
* | MFC r303788 | vangyzen | 2016-08-08 | 1 | -4/+4 |
* | MFC 303497,303559,303645: Disable PCI-e hotplug on bridges with power | jhb | 2016-08-05 | 1 | -1/+18 |
* | Add pci_get_max_payload() to fetch the PCI-express maximum payload size. | jhb | 2016-06-24 | 2 | -0/+17 |
* | INTRNG - change the way how an interrupt mapping data are provided | skra | 2016-06-05 | 1 | -0/+2 |
* | Move a device_printf under bootverbose where it should have been. | andrew | 2016-05-31 | 1 | -1/+1 |
* | Mark the ThunderX and generic PCI drivers as cache-coherent when we know | andrew | 2016-05-31 | 2 | -1/+36 |
* | Handle PCI_RES_BUS on the generic and ThunderX PCIe drivers. This has been | andrew | 2016-05-20 | 1 | -0/+20 |
* | Implement a proper detach method for the PCI-PCI bridge driver. | jhb | 2016-05-20 | 2 | -3/+162 |
* | Rework managing hotplug commands with command completions. | jhb | 2016-05-17 | 2 | -45/+21 |
* | Call ofw_bus_msimap to find the parent MSI controller, it may not use the | andrew | 2016-05-16 | 2 | -20/+20 |
* | Add a pcib interface for use by interrupt controllers that need to | andrew | 2016-05-16 | 4 | -2/+28 |
* | Re-commit r299467 having fixed the build: | andrew | 2016-05-16 | 7 | -19/+62 |
* | Introduce MSI and MSI-X support to intrng. This adds a new msi device | andrew | 2016-05-16 | 2 | -7/+38 |
* | When using IOPORT with pci_host_generic we are missing setting the rman_end() | bz | 2016-05-13 | 1 | -0/+1 |
* | Revert r299467 to fix the kernel build. | cem | 2016-05-11 | 7 | -58/+19 |
* | Add a new get_id interface to pci and pcib. This will allow us to both | andrew | 2016-05-11 | 7 | -19/+58 |
* | Restore name=value format of PCI location strings. | jhb | 2016-05-06 | 1 | -1/+2 |
* | Native PCI-express HotPlug support. | jhb | 2016-05-05 | 3 | -0/+558 |
* | Fix build without "options PCI_IOV". | jkim | 2016-05-04 | 1 | -1/+4 |
* | Save and restore SRIOV-related config registers. | jhb | 2016-05-03 | 3 | -0/+36 |
* | Use the correct location of the SRIOV capability when enabling ARI. | jhb | 2016-05-03 | 1 | -3/+8 |
* | sys/dev: minor spelling fixes. | pfg | 2016-05-03 | 2 | -4/+4 |
* | Fix an off by one error when remapping MSI-X vectors. | jhb | 2016-05-03 | 1 | -2/+2 |
* | Fix build for systems without PCI_RES_BUS. | jhb | 2016-04-27 | 1 | -1/+1 |
* | Add a pcib_attach_child() method to manage adding the child "pci" device. | jhb | 2016-04-27 | 2 | -11/+18 |
* | Fix PCI bus detach to delete child devices. | jhb | 2016-04-27 | 1 | -9/+8 |
* | Implement a PCI bus rescan method. | jhb | 2016-04-27 | 2 | -0/+99 |
* | PCI Enhanced Allocation: Annotate an intentional switch fallthrough | cem | 2016-04-26 | 1 | -0/+1 |
* | Pull the MSI/MSI-X handling functions out to help with INTRNG integration. | andrew | 2016-04-18 | 1 | -7/+62 |
* | Add a new PCI bus interface method to alloc the ivars (dinfo) for a device. | jhb | 2016-04-15 | 5 | -44/+37 |
* | Convert pci_delete_child() to a bus_child_deleted() method. | jhb | 2016-04-06 | 3 | -10/+11 |
* | Convert the printfs here from %lx to %jx as well after r297000 in order | bz | 2016-03-18 | 1 | -3/+3 |
* | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | jhibbits | 2016-03-18 | 3 | -32/+32 |
* | Clean up repeated "All rights reserved" | rstone | 2016-03-14 | 4 | -4/+4 |
* | Replace all resource occurrences of '0UL/~0UL' with '0/~0'. | jhibbits | 2016-03-03 | 4 | -11/+11 |