summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix stripping in cross-compiling modeHEADmasterMartin Mares2023-05-011-2/+2
* Released as v3.10.0.v3.10.0Martin Mares2023-05-013-4/+32
* Merge remote-tracking branch 'pali/ls-tree-multidomain'Martin Mares2023-05-013-18/+1606
|\
| * Add test case with multidomain Freescale P2020 PCIe hierarchyPali Rohár2023-04-291-0/+1548
| * ls-tree: Print PCI domains in ascending orderPali Rohár2023-04-292-5/+7
| * ls-tree: Fix parsing devices on multidomain PCI systemPali Rohár2023-04-291-10/+49
| * ls-tree: Rename struct bridge member next to prevPali Rohár2023-04-292-5/+5
| * ls-tree: Do not read Primary Bus Number for PCI Bridges from PCI config spacePali Rohár2023-04-291-2/+1
* | lspci: Allow longer name stringsMartin Mares2023-05-011-2/+2
* | Merge pull request #137 from jiladahe1997/masterMartin Mareš2023-05-011-1/+2
|\ \
| * | Makefile: change STRIP to '--strip-program' when cross-compilemingrui.ren2023-03-171-1/+2
* | | Merge pull request #140 from pali/ls-treeMartin Mareš2023-05-011-28/+43
|\ \ \ | | |/ | |/|
| * | lspci: Fix bridge filter support in tree viewPali Rohár2023-04-181-28/+43
|/ /
* | pci.ids updated to today's snapshot after a big cleanup of the DBMartin Mares2023-04-101-486/+841
|/
* Documented that pci_(read|write)_block are little-endianMartin Mares2023-03-051-3/+6
* Parameters: Keep the list sorted and remove duplicatesMartin Mares2023-03-051-4/+18
* libpci: Add PCIe ECAM access methodPali Rohár2023-03-057-5/+1166
* Fix bug in previous commitMartin Mares2023-03-041-1/+1
* win32-cfgmgr32: Clean up initializationMartin Mares2023-03-044-36/+40
* win32-cfgmgr32: Improve wording in manual pageMartin Mares2023-03-041-4/+4
* Merge remote-tracking branch 'pali/win32-cfgmgr32'Martin Mares2023-03-044-17/+140
|\
| * libpci: win32-cfgmgr32: Add support for accessing config space via other backendPali Rohár2023-01-044-17/+140
* | Use "command -v" instead of "which"Martin Mares2023-03-041-5/+5
* | 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