summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'pali/windows'Martin Mares2023-03-042-6/+157
|\
| * libpci: windows: Define ERROR_NOT_FOUNDPali Rohár2022-11-211-0/+4
| * libpci: windows: Handle long paths generated by GetModuleFileName()Pali Rohár2022-11-181-1/+8
| * libpci: windows: Fix path returned by GetModuleFileName()Pali Rohár2022-11-181-3/+36
| * libpci: djgpp: Allow to specify empty IDSDIR=Pali Rohár2022-11-181-3/+11
| * libpci: windows: Fix locating path to pci.ids file for DLL buildsPali Rohár2022-11-181-1/+79
| * libpci: windows: Fix usage of GetModuleFileName()Pali Rohár2022-11-181-5/+26
* | Merge remote-tracking branch 'pali/mmio-ports'Martin Mares2023-03-041-4/+4
|\ \
| * | libpci: mmio-ports: Fix support for 64-bit non-LLP64 systemsPali Rohár2023-01-291-4/+4
* | | Filters: Allow leading "0x" for backward compatibilityMartin Mares2023-03-041-0/+5
* | | Fix versioned symbol aliases when used with link-time optimizationMartin Mares2022-12-281-2/+2
* | | README.Windows: Fix of $HOSTMartin Mares2022-11-211-1/+1
|/ /
* | Released as 3.9.0v3.9.0Martin Mares2022-11-203-6/+8
* | Updated pci.ids to today's snapshotMartin Mares2022-11-201-73/+818
|/
* libpci: mmio-ports: Add Extended PCIe Intel Type 1 access methodPali Rohár2022-11-185-17/+100
* Merge remote-tracking branch 'pali/intel-conf1-memio'Martin Mares2022-11-182-6/+19
|\
| * libpci: mmio-ports: Check for write access to /dev/mem in detect methodPali Rohár2022-11-181-2/+2
| * libpci: mmio-ports: Add configure note messagesPali Rohár2022-11-181-3/+3
| * libpci: mmio-ports: Bypass CPU cache and add barriers for read/writePali Rohár2022-11-181-1/+14
* | Draft ChangeLog for the next releaseMartin Mares2022-11-181-0/+27
* | pcilib.man: Include information about win32-kldbgPali Rohár2022-11-181-0/+25
* | libpci: Add new windows kldbgdrv.sys implementationPali Rohár2022-11-187-2/+813
* | Disable mmio-ports on platforms where it does not make much senseMartin Mares2022-11-181-8/+0
* | Merge remote-tracking branch 'pali/intel-conf1-memio'Martin Mares2022-11-1810-8/+450
|\ \ | |/
| * libpci: Add Intel Type 1 implementation for memory mapped systemsPali Rohár2022-11-057-1/+433
| * libpci: Add auxiliary data member to struct pci_access for use by the back-endPali Rohár2022-11-051-0/+1
| * libpci: Add new internal function pci_generic_scan_domain()Pali Rohár2022-11-054-7/+16
* | Merge remote-tracking branch 'jphaws/cxl-dvsec-decoded'Martin Mares2022-11-183-5/+560
|\ \
| * | lspci: Add test case for CXL deviceJaxon Haws2022-11-161-0/+258
| * | lspci: Add support for Non-CXL Function Map DVSECJaxon Haws2022-11-162-1/+41
| * | lspci: Add support for CXL MLD DVSECJaxon Haws2022-11-162-1/+18
| * | lspci: Add support for CXL GPF Port DVSECJaxon Haws2022-11-162-1/+81
| * | lspci: Add support for CXL Flex Bus DVSECJaxon Haws2022-11-162-1/+106
| * | lspci: Add support for CXL GPF Device DVSECJaxon Haws2022-11-022-1/+56
| |/
* | Merge remote-tracking branch 'pali/i386-io-windows'Martin Mares2022-11-131-1/+2
|\ \
| * | libpci: i386-io-windows.h: Improve ProcessUserModeIOPL error messagePali Rohár2022-10-301-1/+2
* | | Merge remote-tracking branch 'pali/linux-ioperm'Martin Mares2022-11-131-2/+46
|\ \ \
| * | | i386-io-linux: Prefer usage of ioperm()Pali Rohár2022-11-061-2/+46
| | |/ | |/|
* | | Merge remote-tracking branch 'pali/win32-cfgmgr32'Martin Mares2022-11-131-4/+14
|\ \ \
| * | | libpci: win32-cfgmgr32: Fix typoPali Rohár2022-11-061-1/+1
| * | | libpci: win32-cfgmgr32: Fix parsing paths in NT formatPali Rohár2022-11-061-3/+13
| |/ /
* | | Merge remote-tracking branch 'pali/i386-ports'Martin Mares2022-11-131-8/+12
|\ \ \
| * | | i386-ports: Fix intel_io_lock usagePali Rohár2022-11-061-8/+12
| |/ /
* | | windows: Codepage in resource file is 16-bit numberPali Rohár2022-11-091-1/+1
* | | windows: Put name and version information into lspci/setpci executablesPali Rohár2022-11-053-6/+27
|/ /
* | cxl: Fix Register Locator DVSEC decodingJaxon Haws2022-10-312-9/+4
|/
* Merge remote-tracking branch 'pali/win32-dll'Martin Mares2022-10-308-28/+200
|\
| * libpci: Put name and version information into DLL libraryPali Rohár2022-10-303-1/+46
| * libpci: Do not call unversioned symbols from libpci itselfPali Rohár2022-10-301-2/+2
| * libpci: Add support for building versioned shared Windows DLL library libpci3...Pali Rohár2022-10-306-4/+116