]> mj.ucw.cz Git - pciutils.git/shortlog
pciutils.git
2009-08-14 Martin MaresAdded a copy of the GPL. Oh, those lawyers...
2009-08-10 Martin MaresFixed FILE leak in the dump back-end
2009-07-12 Martin Mareslspci: Let the SR-IOV code dump 64-bit addresses even...
2009-07-12 Martin Mareslspci: Whitespace cleanup of the previous SR-IOV patch.
2009-07-12 Chris Wrightlspci: Show SR-IOV VF BARs
2009-07-04 Martin MaresReleased as 3.1.3. v3.1.3
2009-07-04 Martin MaresUpdated pci.ids to the daily snapshot.
2009-07-04 Martin Mareslspci.man: Improved description of -M
2009-07-04 Martin Mareslspci: Warn against using -M with the sysfs back-end
2009-07-04 Martin MaresFixed compilation of GNU/kFreeBSD
2009-07-04 Gilles Espinassefile timestamp not needed in pci.ids.gz
2009-07-04 Yu ZhaoAdded a test case for the PCI AF capability
2009-07-04 Martin MaresMerge branch 'master' of git+ssh://git.ucw.cz/home...
2009-07-04 Yu Zhaolspci: support PCI Advanced Features capability
2009-07-04 Matthew Wilcoxlspci -t: Only show the domain at the root of the tree
2009-07-04 Martin MaresImprove the VPD fix to warn the user that VPD decoding...
2009-07-04 Matthew WilcoxStop early if the VPD is corrupt
2009-07-04 Matthew WilcoxImprove MSI and MSI-X display
2009-06-29 Martin Maresproc: Work around broken /proc/bus/pci/ on some archite...
2009-06-29 Matthew Wilcoxsysfs: Avoid warnings when the slot address is missing.
2009-06-29 Ben Hutchingslspci: Print vendor-/system-specific VPD item ids correctly
2009-05-03 Michael S.... Make MSI-X table size match the spec
2009-04-13 Martin MaresDocument that pci_dev->base_addr[] contains addresses...
2009-03-04 Matthew WilcoxCorrect Device Serial Number output
2009-02-25 Yu ZhaoSupport PM No_Soft_Reset bit in lspci
2009-02-01 Martin MaresReleased as 3.1.2. v3.1.2
2009-02-01 Martin MaresOne more fix for the syntax error checks in setpci...
2009-01-30 Martin MaresReleased as 3.1.1. v3.1.1
2009-01-30 Martin MaresUpdated pci.ids to the today's snapshot.
2009-01-30 Martin Maresconfigure: Set LC_ALL globally.
2009-01-30 Martin Maressetpci: Fixed a typo in parsing of values, causing...
2009-01-29 Mike Frysinger$(PCILIB): respect $(LDFLAGS) when linking
2009-01-18 Martin MaresFixed a typo in the ChangeLog.
2009-01-18 Martin MaresReleased as 3.1.0. v3.1.0
2009-01-18 Martin MaresUpdated pci.ids to the snapshot of the day.
2009-01-18 Martin MaresUpdated ChangeLog.
2009-01-18 Yu ZhaoDisplay some PCIe extended capabilities only when verbo...
2009-01-18 Yu ZhaoDon't display 'disabled' for a virtual base address
2009-01-18 Yu ZhaoRemove 64-bit BAR handling code for bus centric view
2009-01-18 Yu ZhaoFix inconsistent bus centric view between the sysfs...
2009-01-16 Martin MaresFixed configure to work with Cygwin on Windows Vista.
2008-12-30 Martin MaresUpdated test cases from Yu Zhao.
2008-12-30 Yu ZhaoPCIUtils: fix SR-IOV capability error in lspci
2008-12-30 Yu ZhaoFix base address flags when using sysfs method
2008-12-13 Martin MaresReleased -alpha4.
2008-12-13 Martin MaresA fix of the previous cleanup.
2008-12-13 Martin Maressysfs: Cleaned up caching of file descriptors.
2008-12-13 Martin MaresCleaned up detection of physical slots.
2008-12-13 Martin MaresSlots: use strcpy instead of sprintf.
2008-12-13 Martin MaresUpdated the ChangeLog.
2008-12-12 Martin MaresReleased as -alpha3. v3.1-alpha3
2008-12-12 Martin MaresMan: Mention that the sysfs backend supports physical...
2008-12-12 Alex ChiangDisplay physical slot information in lspci -v
2008-12-12 Bjorn Helgaaslspci: fix "suprise" typo
2008-12-12 Yu ZhaoFix ATS capability error in lspci
2008-11-22 Martin MaresIgnore NUL character at the end of VPD strings.
2008-11-22 Martin MaresAccompany VPD items with human-readable names.
2008-11-22 Martin MaresCopyright is held by Solarflare, not Ben personally
2008-11-22 Martin MaresUpdated Matthew's address.
2008-11-21 Martin MaresDecode VPD fully only with -vv or higher.
2008-11-21 Martin MaresReleased as -alpha2. v3.1-alpha2
2008-11-21 Martin MaresSplit lspci to multiple source files.
2008-11-21 Ben HutchingsIn verbose mode, display contents of VPD if possible
2008-11-21 Ben HutchingsAdd implementation of read_vpd() method for sysfs
2008-11-21 Ben HutchingsAdd PCI 2.2 VPD register definitions
2008-11-21 Ben HutchingsAdd pci_read_vpd() function and internal read_vpd(...
2008-11-12 Yu ZhaoAdded a test case for the ATS capability.
2008-11-11 Martin MaresReleased as 3.1.0-alpha1. v3.1-alpha1
2008-11-11 Martin MaresUpdated library ABI with proper versioning.
2008-11-11 Martin Maressetpci: Document the new syntax.
2008-11-11 Martin Maressetpci: Fixed a silly bug in parsing of options.
2008-11-11 Martin Maressetpci: Cleaned up reporting of parse errors.
2008-11-11 Martin Maressetpci: Decorate trace() with PCI_PRINTF.
2008-11-11 Martin Maressetpci: Even better tracing messages.
2008-11-11 Martin Maressetpci: Do not request read-write access when in demo...
2008-11-11 Martin Maressetpci: Better tracing and reporting of runtime errors.
2008-11-11 Martin MaresUse PCI_CAP_xxx internally in setpci.
2008-11-11 Martin MaresRenumbered PCI_CAP_xxx to start with 1.
2008-11-11 Martin MaresImplemented `setpci --dumpregs'.
2008-11-11 Martin MaresExit correctly after `setpci --version'.
2008-11-10 Martin MaresLet setpci support capabilities.
2008-11-10 Martin MaresMoved the new field at the end of struct pci_dev to...
2008-11-10 Martin MaresAdded library functions for accessing PCI capabilities.
2008-11-10 Martin MaresAdded xstrdup() to the common utility functions.
2008-11-10 Martin MaresMore splitting of the argument parser.
2008-11-10 Martin MaresCoding style cleanup: `for(...)' wants a space.
2008-11-10 Martin MaresSplit parsing of options in setpci to multiple functions.
2008-11-10 Yu ZhaoAdded dumping of the Address Translation Services capab...
2008-11-09 Martin MaresLet the maintainer script use plain Git instead of...
2008-11-09 Martin MaresReleased as 3.0.3. v3.0.3
2008-11-09 Martin MaresUpdated pci.ids to the current snapshot.
2008-11-09 Martin MaresLet `lspci -k' display subsystem names.
2008-11-09 Martin MaresFixed building on Cygwin.
2008-11-09 Carl-Daniel... Decode HT 1.02 in the same way as HT 1.03.
2008-11-09 Max AsbockFix printing of PCIE AER capability.
2008-11-09 Alon Bar-LevBetter support for cross-compiling.
2008-11-09 Martin MaresFix spelling of MSI.
2008-10-13 Martin MaresUpdated pci.ids to the today's snapshot from the new...
2008-09-19 Martin MaresForgot to bump the version number. v3.0.2
2008-09-19 Martin MaresFixed a minor bug in lib/configure and released as...
next