summaryrefslogtreecommitdiff
path: root/lib/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* libpci: sysfs: Implement support for PCI_FILL_DRIVERPali Rohár2022-02-101-0/+14
* libpci: sysfs: Implement support for PCI_FILL_PARENTPali Rohár2022-02-101-0/+33
* libpci: sysfs: Implement CLASS_EXT and SUBSYS supportPali Rohár2022-02-101-2/+32
* libpci: Add support for filling bridge resourcesPali Rohár2022-02-101-3/+45
* Simplified pci_fill_info() and friendsfill-infoMartin Mares2022-01-211-34/+14
* sysfs: Adjusted handling of PCI_FILL_IOMMU_GROUP to recent flag semanticsMartin Mares2020-05-261-0/+1
* lspci: Print IOMMU groups with -vAlex Xu (Hello71)2020-05-261-0/+10
* Library: Big cleanup of pci_fill_info()Martin Mares2020-05-251-22/+48
* Sysfs: fixed sysfs_deref_link()Martin Mares2018-07-121-2/+10
* Convert other string properties to the generic mechanismMartin Mares2018-06-261-3/+3
* Created a generic interface for device propertiesMartin Mares2018-06-261-1/+1
* Add device-tree node path to the verbose outputOliver O'Halloran2018-06-261-0/+20
* Domains: Legacy 16-bit domain numbers are maintained in generic codeMartin Mares2016-05-141-9/+1
* Merge branch 'domains'Martin Mares2016-05-141-1/+14
|\
| * pciutils: Add support for 32-bit PCI domainsKeith Busch2016-05-141-1/+14
* | Add support for enhanced allocation regionsSean O. Stalley2016-05-141-2/+5
|/
* Sysfs: Read failures of optional attributes are not fatalMartin Mares2015-09-141-4/+11
* Oops, numa_node should not be a mandatory attributeMartin Mares2015-09-141-9/+13
* NUMA node scanning is now done in an ABI-compatible wayMartin Mares2015-09-141-1/+1
* Report NUMA node in lspci -vMatthew Wilcox2015-09-141-0/+1
* Device labels must be requested via PCI_FILL_LABELSMartin Mares2014-11-011-4/+8
* Clean up reading of device labelsMartin Mares2014-11-011-2/+1
* lspci: Show device name as exported by BIOS (sysfs label attribute) (V2)Thomas Renninger2014-11-011-0/+4
* sysfs: Do not warn on incomplete slot addressesMartin Mares2013-11-101-2/+11
* Detection of module aliases (Linux sysfs only)Martin Mares2013-04-011-9/+29
* lspci: zero address in IO isn't always unassignedAaron Sierra2012-05-281-1/+1
* Make Physical Slot work for multifunction cardsMatthew Wilcox2009-08-141-1/+0
* sysfs: Avoid warnings when the slot address is missing.Matthew Wilcox2009-06-291-4/+6
* Fix base address flags when using sysfs methodYu Zhao2008-12-301-4/+5
* A fix of the previous cleanup.Martin Mares2008-12-131-5/+8
* sysfs: Cleaned up caching of file descriptors.Martin Mares2008-12-131-23/+33
* Cleaned up detection of physical slots.Martin Mares2008-12-131-26/+30
* Slots: use strcpy instead of sprintf.Martin Mares2008-12-131-1/+1
* Display physical slot information in lspci -vAlex Chiang2008-12-131-1/+63
* Updated Matthew's address.Martin Mares2008-11-221-1/+1
* Add implementation of read_vpd() method for sysfsBen Hutchings2008-11-211-9/+58
* Add pci_read_vpd() function and internal read_vpd() methodBen Hutchings2008-11-211-0/+1
* Introduced API for selection of access methods.Martin Mares2008-02-121-1/+2
* Replaced the method_params array by library parameters.Martin Mares2008-02-121-3/+3
* Add and use PCI_FILL_CLASS.Martin Mares2006-06-271-8/+4
* Fixed 64 bit addresses and released as 2.2.0.Martin Mares2006-05-051-6/+0
* Include file splits and namespace cleanups.Martin Mares2006-05-051-1/+1
* Sysfs should parse 7 resources, not 8.Martin Mares2006-05-051-2/+2
* Arguments now correspond to the format stringMartin Mares2006-05-051-1/+1
* Added support for 4096-byte extended configuration space.Martin Mares2006-05-051-5/+2
* Preliminary support for PCI domainsMartin Mares2006-05-051-4/+12
* Added sysfs supportMartin Mares2006-05-051-0/+269