aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI hot-plug: use dedicated taskqueue for device attach / detachAndriy Gapon2021-05-211-2/+4
* Set PCIe device's Max_Payload_Size to match PCIe root's.Alexander Motin2021-05-051-0/+40
* Implement pci_get_relaxed_ordering_enabled() helper function.Hans Petter Selasky2021-03-242-0/+16
* MFC r368749:Konstantin Belousov2020-12-251-15/+38
* MFC r368364:Michal Meloun2020-12-171-1/+1
* MFC r344855 (by jhb):Dimitry Andric2020-11-071-1/+0
* MFC r364038: Enable hw.pci.enable_aspm tunable by default.Alexander Motin2020-11-051-1/+1
* MFC r362387:Michal Meloun2020-10-311-11/+3
* MFC r362384,r362385,r362386,r362392:Michal Meloun2020-10-311-25/+20
* MFC r353774:Michal Meloun2020-10-314-0/+1256
* MFC r362661: Add mostly dummy hw.pci.enable_aspm tunable.Alexander Motin2020-08-072-0/+5
* MFC r363624: Add initial driver for ACPI Platform Error Interfaces.Alexander Motin2020-08-072-0/+62
* MFC r362027 pci: loosen PCIe hot-plug requirementsChuck Tuffli2020-07-191-9/+1
* MFC r346386, r347890, r347896, r349895:Alexander Motin2020-07-082-28/+1
* MFC r347440, r347929-r347930, r349588Emmanuel Vadot2020-06-162-16/+11
* MFC r361621: do not enable pci bridge decoding on resume until I/O windows ar...Andriy Gapon2020-06-122-1/+9
* MFC r350571:Justin Hibbits2020-05-111-1/+1
* MFC r346645, r346664, r346687, r347387, r347836, r347088, 347089, r346956,Hans Petter Selasky2020-05-011-6/+117
* MFC r351514: Don't consider PCIe hot-plug command timeout fatal.Alexander Motin2020-04-241-5/+2
* MFC r359057:Navdeep Parhar2020-03-261-6/+6
* MFC r358174:Konstantin Belousov2020-02-271-0/+26
* MFC r358021:Konstantin Belousov2020-02-201-1/+1
* MFC 342160: Work around BIOS quirks on HPE Proliant MicroServer Gen10John Baldwin2019-12-031-1/+10
* MFC 353585,353586: Support hot insertion and removal of PCI devices on EC2.John Baldwin2019-10-252-4/+4
* MFC r343853, r343856, r343860Jayachandran C.2019-09-181-13/+49
* MFC r340599-r340601Jayachandran C.2019-09-183-207/+264
* MFC r340595-r340597Jayachandran C.2019-09-184-124/+30
* MFC r349845:Warner Losh2019-09-051-8/+14
* MFC r349522:Hans Petter Selasky2019-07-031-3/+5
* MFC r348681: Only respond to the PCIe Attention Button if a device isColin Percival2019-06-151-1/+4
* MFC r345963, r345997:Konstantin Belousov2019-04-193-0/+128
* MFC r342170: add support for marking interrupt handlers as suspendedAndriy Gapon2019-01-281-1/+25
* MFC r340489-r340490Brooks Davis2018-11-191-0/+6
* Centralize compat support for PCIOCGETCONF.Brooks Davis2018-09-271-18/+154
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Add PCIV_INVALID definitionSlava Shwartsman2018-09-261-0/+3
* Don't directly dereference a user pointer in the VPD ioctl.John Baldwin2018-08-311-3/+11
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Rudimentary AER reading code for ddb(4).Konstantin Belousov2018-08-182-5/+218
* Require write access when mmapping BAR.Konstantin Belousov2018-08-031-1/+0
* Add ioctl to conveniently mmap a PCI device BAR into userspace.Konstantin Belousov2018-08-011-1/+93
* Fix build broken by r336130Wojciech Macek2018-07-101-0/+13
* ARM64: Add quirk mechanism to pci_host_generic_acpiWojciech Macek2018-07-091-0/+86
* ARM64: Add support for ThunderX2 PCIeWojciech Macek2018-07-092-23/+87
* Create PCI_MATCH and pci_match_deviceWarner Losh2018-07-072-1/+97
* Only conform to PCIe spec of 1 device per bus on !x86Justin Hibbits2018-05-301-0/+2
* Restrict PCIe maxslots to 0, instead of PCI_SLOTMAXJustin Hibbits2018-05-301-1/+15
* Allow PCI VGA devices to be detached.Peter Grehan2018-05-031-0/+12
* Refactor PCIOCGETCONF for improved readability.Brooks Davis2018-04-091-198/+235