aboutsummaryrefslogtreecommitdiffstats
path: root/lmr
AgeCommit message (Expand)AuthorFilesLines
2024-02-18pcilmr: Fix compilation for windows and djgppPali Rohár1-0/+15
2024-02-18pcilmr: Avoid strftime with %F and produce proper ISO 8601 timeMartin Mares1-1/+1
2024-02-18pcilmr: Clean up includesMartin Mares1-1/+1
2024-02-18bitops.h moved to rootMartin Mares1-1/+0
2024-02-18bitops.h should not be included from public pci.hMartin Mares1-0/+1
2024-02-17pcilmr: Add handling of situations when device reports its MaxOffset values e...Nikita Proshkin4-2/+30
2024-02-17pcilmr: Add option to save margining results in csv formNikita Proshkin2-0/+114
2024-02-17pcilmr: Add support for unique hardware quirksNikita Proshkin4-1/+61
2024-02-17pcilmr: Add function for default margining results logNikita Proshkin2-0/+167
2024-02-17pcilmr: Add logging functions for marginingNikita Proshkin3-0/+172
2024-02-17pcilmr: Add margining process functionsNikita Proshkin2-0/+668
2024-02-17pcilmr: Add functions for device checking and preparations before main margin...Nikita Proshkin2-0/+193