summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * Makefile: Split variable for output shared library and import linking libraryPali Rohár2022-06-102-5/+13
| * Makefile: Define ABI_VERSION variable without leading dotPali Rohár2022-06-101-9/+9
| * Makefile: Unify building of shared libpci libraryPali Rohár2022-06-102-7/+6
| * Makefile: Fix usage of empty IDSDIRPali Rohár2022-06-101-1/+9
| * Makefile: Remove duplicate slash for $(DESTDIR) install targetPali Rohár2022-06-101-1/+1
* | Merge remote-tracking branch 'pali/win32-readeflags'Martin Mares2022-10-301-6/+3
|\ \
| * | libpci: i386-io-windows.h: Do not define __readeflags() for GCC 4.9+Pali Rohár2022-06-201-6/+3
| |/
* | Merge remote-tracking branch 'pali/setpci-register-checks'Martin Mares2022-10-301-124/+137
|\ \
| * | setpci: Check if standard register on device existPali Rohár2022-10-301-125/+137
| * | setpci: Define CAPABILITIES registerPali Rohár2022-06-141-0/+1
| |/
* | Merge remote-tracking branch 'thesamesam/which-hunt'Martin Mares2022-10-301-2/+2
|\ \
| * | lib/configure: respect $PKG_CONFIG completelySam James2022-06-191-1/+1
| * | lib/configure: drop usage of whichSam James2022-06-191-2/+2
| |/
* | Merge remote-tracking branch 'pali/win32-sysdbg'Martin Mares2022-10-307-2/+326
|\ \
| * | pcilib.man: Include information about win32-sysdbgPali Rohár2022-04-181-0/+7
| * | libpci: Add new windows NT sysdbg implementationPali Rohár2022-04-186-2/+319
| |/
* | lspci: Fix Virtual Channel VC# Caps: MaxTimeSlotsMikhail Bratchikov2022-10-301-1/+1
* | lib: Fix PCI_L1PM_SUBSTAT_CAP_L1PM_SUPPMikhail Bratchikov2022-10-301-1/+1
* | lib: Fix PCI_HT_SEC_CMD_DNMikhail Bratchikov2022-10-301-1/+1
* | Merge remote-tracking branch 'sthibaul/master'Martin Mares2022-10-301-8/+20
|\ \
| * | hurd: fix filling informationSamuel Thibault2022-08-191-8/+20
* | | CXL: Code clean-upMartin Mares2022-10-301-71/+64
* | | Merge remote-tracking branch 'jphaws/cxl'Martin Mares2022-10-302-35/+252
|\ \ \
| * | | cxl: Add placeholder for undecoded DVSECsBen Widawsky2022-10-131-0/+15
| * | | cxl: Add DVSEC Register LocatorBen Widawsky2022-10-132-0/+49
| * | | cxl: Add support for DVSEC port capBen Widawsky2022-10-132-6/+53
| * | | cxl: Implement more device DVSEC decodingBen Widawsky2022-09-302-0/+88