]> mj.ucw.cz Git - pciutils.git/shortlog
pciutils.git
2024-02-24 Martin MaresReleased as v3.11.0 v3.11.0
2024-02-24 Martin MaresREADME: Update copyright year and mention pcilmr
2024-02-24 Martin MaresUpdated pci.ids to today's snapshot
2024-02-24 Pali Rohárlibpci: Add missing dependences for i386-ports.o target
2024-02-24 Pali Rohárlibpci: i386-io-sunos.h: Implement intel_cleanup_io
2024-02-24 Pali Rohárlibpci: Define STATIC_ALIAS for DLL Windows builds
2024-02-24 Pali Rohárlibpci: win32-cfgmgr32: Do not include resolver for...
2024-02-24 Pali Rohárlibpci: win32-cfgmgr32: Define mMD_Prefetchable constant
2024-02-24 Pali Rohárwindows: Try to return error message from win32_strerro...
2024-02-23 Martin MaresMerge branch 'amiga'
2024-02-18 Pali Rohárlibpci: Do not build physmem-posix.c when not needed
2024-02-18 Pali Rohárlspci: Fix make uninstall
2024-02-18 Pali Rohárpcilmr: Add missing Makefile rules
2024-02-18 Pali Rohárlibpci: ecam: Cache ACPI MCFG table between detect...
2024-02-18 Pali Rohárlibpci: ecam: Fix detect sequence when addresses are...
2024-02-18 Pali Rohárlibpci: Enable POSIX physmem also on Solaris, Haiku...
2024-02-18 Pali Rohárlibpci: physmem-posix: Fix OFF_MAX definition
2024-02-18 Pali Rohárlibpci: Move physical memory mapping mmap() code from...
2024-02-18 Pali Rohárpcilmr: Fix compilation for windows and djgpp
2024-02-18 Pali Rohárwindows: Fix setting permissions in grant_process_token...
2024-02-18 Pali Rohárwindows: Move win32_call_func_with_tcb_privilege()...
2024-02-18 Pali Rohárwindows: Move common non-I/O port code from i386-io...
2024-02-18 Pali Rohárwindows: Deduplicate code and move helper functions...
2024-02-18 Pali Rohárwindows: Translate NT status to Win32 error
2024-02-18 Pali Rohárwindows: Split code for enabling Tcb privilege and...
2024-02-18 Martin Mareswindows: Comment on MSVC inline asm issues
2024-02-18 Pali Rohárwindows: Add strtoull defines for msvc
2024-02-18 Pali Rohárwindows: Make msvc __readeflags more readable
2024-02-18 Martin MaresMakefile: Fix dependencies on header files
2024-02-18 Martin MaresMaint: Added a script for pushing to both public repos
2024-02-18 Martin MaresLet us use <getopt.h> everywhere
2024-02-18 Martin Marespcilmr: Avoid strftime with %F and produce proper ISO...
2024-02-18 Martin Marespcilmr: Clean up includes
2024-02-18 Martin Marespcilmr: No need to copy a string passed to filter parsi...
2024-02-18 Martin Maresbitops.h moved to root
2024-02-18 Martin Mareslib/types.h makes NULL always available
2024-02-18 Martin MaresSince we already require C99, we can rely on <stdint.h>
2024-02-18 Martin MaresMakefile: Additions to CFLAGS require an override
2024-02-18 Martin MaresMakefile: When linking pcilmr, specify library last
2024-02-18 Martin MaresChangeLog: Preparing for release
2024-02-18 Martin MaresManual: Document tilde expansion in net.cache_name
2024-02-18 Martin MaresLocation of name cache now follows XDG base dir specifi...
2024-02-18 Martin MaresNames: Fixed a rare bug in loading of pci.ids
2024-02-18 Martin MaresGitignore: Add pcilmr
2024-02-18 Martin MaresLibrary: pci_define_param() returns a pointer to the...
2024-02-17 Martin Maresbitops.h should not be included from public pci.h
2024-02-17 Martin MaresRemoved a forgotten debugging test
2024-02-17 Nikita Proshkinpcilmr: Add pcilmr man page
2024-02-17 Nikita Proshkinpcilmr: Add handling of situations when device reports...
2024-02-17 Nikita Proshkinpcilmr: Add option to save margining results in csv...
2024-02-17 Nikita Proshkinpcilmr: Add --scan mode to search for all LMR-capable...
2024-02-17 Nikita Proshkinpcilmr: Add the ability to pass multiple links to the...
2024-02-17 Nikita Proshkinpcilmr: Add support for unique hardware quirks
2024-02-17 Nikita Proshkinpcilmr: Add utility main function
2024-02-17 Nikita Proshkinpcilmr: Add function for default margining results log
2024-02-17 Nikita Proshkinpcilmr: Add logging functions for margining
2024-02-17 Nikita Proshkinpcilmr: Add margining process functions
2024-02-17 Nikita Proshkinpcilmr: Add functions for device checking and preparati...
2024-02-17 Nikita Proshkinlibpci: Add separate file for bit manipulation functions
2024-02-17 Nikita Proshkinlspci: Add Lane Margining support to the lspci
2024-02-17 Nikita Proshkinlibpci: Add constants for Lane Margining at the Receive...
2024-02-17 Nikita Proshkinlspci: Fix unsynchronized caches in lspci struct device...
2024-02-17 Martin MaresMacOS: An attempt to appease compiler picky about attri...
2024-02-17 Martin MarešMerge pull request #166 from DigitalDJ/master
2024-02-17 Martin MaresAmigaOS: Removed extraneous type cast
2024-02-17 Martin MaresAmigaOS: Construct version string automatically
2024-02-17 Agg242New back-end for AmigaOS on PowerPC
2023-12-30 Grant Pannelli386-ports: Add support for OpenBSD
2023-12-30 Pali Rohárlib: Refactor access to x86 I/O ports
2023-12-29 Martin MaresRename aux fields in structs pci_access and pci_dev...
2023-12-29 Martin MaresGet rid of workarounds for Linux systems without pread...
2023-12-29 Martin MaresConstants for CXL capability should not change
2023-12-29 Pali Rohárlibpci: ecam: Fix big address range mappings
2023-12-29 Pali Rohárlibpci: ecam: Deduplicate get_bus_addr() code for calcu...
2023-12-29 Pali Rohárlibpci: win32-cfgmgr32: Do not use GetWindowsDirectory()
2023-12-29 Pali Rohárlibpci: win32-kldbg: Fix driver constructing path
2023-12-29 Pali Rohárlibpci: i386-io-windows.h: Fix memory leak in grant_pro...
2023-12-29 Pali Rohárlibpci: i386-io-windows.h: Fix error code in ERROR_PRIV...
2023-12-29 Pali Rohárlibpci: win32-cfgmgr32: Fix reg key name in warning...
2023-12-29 Pali Rohárlibpci: win32-cfgmgr32: Skip parsing uninterested resou...
2023-12-29 Pali Rohárlibpci: win32-cfgmgr32: Show type of source in warning...
2023-12-29 nsf.cdFix memory leak when fill flags has PCI_FILL_PARENT.
2023-12-08 Martin MaresCXL: Fix indentation
2023-12-08 Martin MarešMerge pull request #146 from alexisgrytalms/master
2023-12-08 Martin MarešMerge pull request #157 from pali/master
2023-12-08 Ilpo Järvinenlspci: Add PCIe 6.0 data rate (64 GT/s) also to LnkCap2
2023-10-19 Ashok RajSubject: lspci: Display PASID required attribute in...
2023-10-18 Bjorn Helgaassetpci: Fix man page typo
2023-10-18 Bjorn Helgaaslspci: Remove spurious colon (':') from PCIe PTM decoding
2023-10-18 Bjorn Helgaaslspci: Print PCIe Interrupt Message Numbers consistently
2023-10-18 Bjorn Helgaaslspci: Decode PCIe LnkCtl Link Disable as 'LnkDisable'
2023-10-18 Bjorn Helgaaslspci: Decode PCIe DevCtl2 End-to-End TLP Prefix Blocking
2023-10-18 Bjorn Helgaaslspci: Decode PCIe DevCtl2 Emergency Power Reduction...
2023-10-18 Bjorn Helgaaslspci: Decode PCIe DevCtl2 ID-Based Ordering Enables
2023-10-18 Bjorn Helgaaslspci: Reorder PCIe DevCtl2 fields to match spec
2023-09-10 Pali RohárFix compile warnings about unused variables
2023-09-01 Mateusz NowickiAdd support for 32.0 GT/s header
2023-07-23 Martin Maresupdate-pciids: Report itself as an user agent, version...
2023-07-22 Martin Maresupdate-pciids: Re-compress pci.ids if needed
2023-07-22 Martin Maresupdate-pciids: Add support for xz compression
next