summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-10more towards new views, beware, error codes not overhauled nowzilio nicolas
2015-09-10towards better views i hopezilio nicolas
2015-09-10Use software registers in XML testSuren A. Chilingaryan
2015-09-10Sort registers before listingSuren A. Chilingaryan
2015-09-10Initial integration of XML supportSuren A. Chilingaryan
2015-09-07further modificationszilio nicolas
2015-09-04end of modificationszilio nicolas
2015-09-04qsort enough implementation, and corrected a little unwanted propagating ↵zilio nicolas
description
2015-09-04added cleanupzilio nicolas
2015-09-04almost finished regarding suren remarkszilio nicolas
2015-09-04almost finished regarding suren remarkszilio nicolas
2015-09-01Fixes out-of-source builds and minor build issuesSuren A. Chilingaryan
2015-08-27some adressing regarding possible memory leakszilio nicolas
2015-08-27some cleaningzilio nicolas
2015-08-27xml files get by model and remove of validation modezilio nicolas
2015-08-27better public API and no more use of locals within pcilib_openzilio nicolas
2015-08-27put xml nodes pointers for banks and registers in pcilib_t, compil okzilio nicolas
2015-08-26pull from serverzilio nicolas
2015-08-21Keep frame pointersSuren A. Chilingaryan
2015-08-18Add support for kernel 4.1Suren A. Chilingaryan
2015-08-14Improve bad events countingSuren A. Chilingaryan
2015-08-12Do not fail if PCI configuration is not fully available to unprivileged userSuren A. Chilingaryan
2015-08-12Fix support of older systems: Remove C11 derective and add rt library to the ↵Suren A. Chilingaryan
link list
2015-08-06Disable STREAMING_CHECKS for better performanceSuren A. Chilingaryan
2015-08-06Fix compilation of the driverSuren A. Chilingaryan
2015-08-06In IPEDMA streaming mode put aside a single empty buffer to distinguish ↵Suren A. Chilingaryan
between completely empty and full states of kernel ring buffer
2015-08-06Detect if IPEDMA operates in streaming modeSuren A. Chilingaryan
2015-08-06Protect access to the DMA engine with locksSuren A. Chilingaryan
2015-08-06Fix handling of inconsistent mutexesSuren A. Chilingaryan
2015-08-06In case of problematic locks report the errorSuren A. Chilingaryan
2015-08-06Provide pcilib_try_lock callSuren A. Chilingaryan
2015-08-06Minor fix for software registersSuren A. Chilingaryan
2015-08-05Install locking-related headersSuren A. Chilingaryan
2015-08-05Read model from environmental variable if definedSuren A. Chilingaryan
2015-08-05Use global locks to protect kmem allocation to prevent race while allocating ↵Suren A. Chilingaryan
simmultaneously locking kmem pages and any other type of kmem
2015-08-05Protect mmaping BARs as wellSuren A. Chilingaryan
2015-08-05Protect with locks the initialization of software registersSuren A. Chilingaryan
2015-08-05Fix error-checking typo in kmemSuren A. Chilingaryan
2015-08-05Use bank addresses as kernel memory subtypes of software registers instead ↵Suren A. Chilingaryan
of indexes in array
2015-08-05Integrate locking subsystem from Nicolas ZilioSuren A. Chilingaryan
2015-07-24Make pcilib_streaming_action_t publicSuren A. Chilingaryan
2015-07-24Use 64-bit addressing in IPEDMA only for gen3 boards or if enforcedSuren A. Chilingaryan
2015-07-15added READMEzilio nicolas
2015-07-10last modification+comments updatezilio nicolas
2015-07-07modified for last remarkszilio nicolas
2015-07-07some modifzilio nicolas
2015-07-07clean version for lockszilio nicolas
2015-07-03modified pci to put banks before registerszilio nicolas
2015-07-03modified version to include future functionszilio nicolas
2015-07-01registers and banks support in xml v1. pci -ll works fine, but got segfault ↵zilio nicolas
on pci -r name and pci -r name gives 0 always. might be due to the order in pci.c ------> ask suren