summaryrefslogtreecommitdiff
path: root/lspci.c
Commit message (Expand)AuthorAgeFilesLines
* lspci: Allow longer name stringsMartin Mares2023-05-011-2/+2
* lspci: Fix detection of virtual regionsPali Rohár2022-04-161-23/+17
* lspci: Do not access config space when it is emulatedPali Rohár2022-04-151-7/+14
* lspci: Show information also for devices with unknown header typePali Rohár2022-04-151-27/+108
* lspci: Build tree based on PCI_FILL_PARENT informationPali Rohár2022-02-101-1/+1
* lspci: Retrieve prog if, subsystem ids and revision id via libpciPali Rohár2022-02-101-46/+24
* lspci: Use PCI_FILL_BRIDGE_BASES to detect if range behind bridge is disabled...Pali Rohár2022-02-101-9/+49
* lspci: Simplify printing range in show_range()Pali Rohár2022-02-101-6/+1
* lspci: Show 16/32/64 bit width for address ranges behind bridgePali Rohár2022-02-101-5/+6
* lspci: Print IOMMU groups with -vAlex Xu (Hello71)2020-05-261-4/+10
* Cleaned up dumping of expansion ROM regionsMartin Mares2020-01-221-6/+12
* Cleaned up dumping of I/O and memory regionsMartin Mares2020-01-221-31/+48
* lspci: Change output for bridge with empty range to "[disabled]"Kelsey Skunberg2020-01-211-9/+7
* lspci: Remove unnecessary !verbose check in show_range()Kelsey Skunberg2020-01-211-9/+3
* lspci: Include -vvv option in helpKelsey Skunberg2020-01-211-1/+1
* lspci: Allow -s with -t to show a subtreeGera Kazakov2018-10-141-4/+1
* Topology now works in combination with filtersMartin Mares2018-08-121-6/+16
* Added an option for displaying bus pathsMartin Mares2018-08-121-4/+39
* Created a generic interface for device propertiesMartin Mares2018-06-261-6/+7
* Add device-tree node path to the verbose outputOliver O'Halloran2018-06-261-2/+8
* lspci: "virtual" resource regions recognized properlyMartin Mares2018-05-271-1/+2
* lspci: fix printing DeviceNameViktor Prutyanov2018-03-201-1/+3
* lspci: Decode "VGA 16-bit decode" in bridge control registerBjorn Helgaas2017-12-311-1/+2
* types.h: Provide u64 on all systemsMartin Mares2017-02-241-1/+1
* lspci: better display of ranges behind a bridgeMartin Mares2016-12-311-18/+36
* A few minor corrections to the IORESOURCE changesMartin Mares2016-05-141-2/+2
* Add support for enhanced allocation regionsSean O. Stalley2016-05-141-3/+9
* lspci calls pci_fill_info() only as neededpublicMartin Mares2015-09-141-5/+8
* NUMA node scanning is now done in an ABI-compatible wayMartin Mares2015-09-141-1/+3
* Improved reporting of NUMA nodesMartin Mares2015-09-141-0/+4
* Report NUMA node in lspci -vMatthew Wilcox2015-09-141-0/+2
* lspci: Add ability to filter by class codeMatthew Wilcox2014-11-021-1/+1
* Device labels must be requested via PCI_FILL_LABELSMartin Mares2014-11-011-1/+1
* lspci: Decode Interrupt Pin and Interrupt Line for PCI-PCI bridgesBjorn Helgaas2014-11-011-1/+1
* lspci: Show device name as exported by BIOS (sysfs label attribute) (V2)Thomas Renninger2014-11-011-0/+2
* lspci: Display CardBus bridge capabilitiesMatthew Wilcox2013-04-201-2/+3
* On newer Linux systems, use libkmod to look up kernel modulesMartin Mares2013-04-011-0/+1
* lspci: zero address in IO isn't always unassignedAaron Sierra2012-05-281-1/+1
* Correct the end of CardBus memory windowsBjorn Helgaas2012-01-141-1/+2
* Moved #include <unistd.h> to pciutils.h and avoid it on WindowsMartin Mares2010-12-041-1/+0
* Shorten BAR size suffixesMartin Mares2009-11-221-1/+1
* Improve large BAR displayMatthew Wilcox2009-11-221-10/+8
* Don't display 'disabled' for a virtual base addressYu Zhao2009-01-181-3/+7
* Remove 64-bit BAR handling code for bus centric viewYu Zhao2009-01-181-11/+0
* Display physical slot information in lspci -vAlex Chiang2008-12-131-1/+6
* Split lspci to multiple source files.Martin Mares2008-11-211-2267/+13
* In verbose mode, display contents of VPD if possibleBen Hutchings2008-11-211-1/+156
* Coding style cleanup: `for(...)' wants a space.Martin Mares2008-11-101-25/+25
* Added dumping of the Address Translation Services capability.Yu Zhao2008-11-101-0/+19
* Let `lspci -k' display subsystem names.Martin Mares2008-11-091-25/+29