summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * first try with pcilib_operation_tnicolas.zilio@hotmail.fr2015-09-144-8/+132
| |
| * views with units functionnal (beware, as formulas are completely crap now, ↵nicolas.zilio@hotmail.fr2015-09-146-108/+221
| | | | | | | | we could get segfault, for example if we want to write a negative value in register)
| * views working fine, units in progressnicolas.zilio@hotmail.fr2015-09-1410-64/+267
| |
| * more towards viewsnicolas.zilio@hotmail.fr2015-09-118-41/+77
| |
| * reviewd old tasks comments for doxygen and updatezilio nicolas2015-09-116-120/+162
| |
| * more towards viewszilio nicolas2015-09-105-10/+324
| |
| * compilation okzilio nicolas2015-09-106-60/+120
| |
| * more towards new views, beware, error codes not overhauled nowzilio nicolas2015-09-101-19/+58
| |
| * towards better views i hopezilio nicolas2015-09-103-0/+280
| |
* | Reorder statements in CMakeLists.txt properlySuren A. Chilingaryan2015-09-171-12/+12
|/
* Use software registers in XML testSuren A. Chilingaryan2015-09-101-2/+2
|
* Sort registers before listingSuren A. Chilingaryan2015-09-101-4/+37
|
* Initial integration of XML supportSuren A. Chilingaryan2015-09-1021-54/+1586
|\
| * further modificationszilio nicolas2015-09-077-191/+205
| |
| * end of modificationszilio nicolas2015-09-049-241/+205
| |
| * qsort enough implementation, and corrected a little unwanted propagating ↵zilio nicolas2015-09-041-31/+17
| | | | | | | | description
| * added cleanupzilio nicolas2015-09-042-8/+17
| |
| * almost finished regarding suren remarkszilio nicolas2015-09-0418-22/+47
| |\ | |/ |/|
* | Fixes out-of-source builds and minor build issuesSuren A. Chilingaryan2015-09-0117-20/+42
| |
| * almost finished regarding suren remarkszilio nicolas2015-09-046-908/+1527
| |
| * some adressing regarding possible memory leakszilio nicolas2015-08-271-6/+22
| |
| * some cleaningzilio nicolas2015-08-272-71/+4
| |
| * xml files get by model and remove of validation modezilio nicolas2015-08-274-119/+132
| |
| * better public API and no more use of locals within pcilib_openzilio nicolas2015-08-273-186/+77
| |
| * put xml nodes pointers for banks and registers in pcilib_t, compil okzilio nicolas2015-08-278-113/+123
| |
| * pull from serverzilio nicolas2015-08-2626-154/+1152
| |\ | |/ |/|
* | Keep frame pointersSuren A. Chilingaryan2015-08-212-1/+6
| |
* | Add support for kernel 4.1Suren A. Chilingaryan2015-08-183-7/+7
| |
* | Improve bad events countingSuren A. Chilingaryan2015-08-141-21/+34
| |
* | Do not fail if PCI configuration is not fully available to unprivileged userSuren A. Chilingaryan2015-08-122-3/+9
| |
* | Fix support of older systems: Remove C11 derective and add rt library to the ↵Suren A. Chilingaryan2015-08-123-4/+6
| | | | | | | | link list
* | Disable STREAMING_CHECKS for better performanceSuren A. Chilingaryan2015-08-063-12/+8
| |
* | Fix compilation of the driverSuren A. Chilingaryan2015-08-062-2/+1
| |
* | In IPEDMA streaming mode put aside a single empty buffer to distinguish ↵Suren A. Chilingaryan2015-08-061-3/+14
| | | | | | | | between completely empty and full states of kernel ring buffer
* | Detect if IPEDMA operates in streaming modeSuren A. Chilingaryan2015-08-063-52/+32
| |
* | Protect access to the DMA engine with locksSuren A. Chilingaryan2015-08-063-5/+68
| |
* | Fix handling of inconsistent mutexesSuren A. Chilingaryan2015-08-061-3/+11
| |
* | In case of problematic locks report the errorSuren A. Chilingaryan2015-08-061-5/+5
| |
* | Provide pcilib_try_lock callSuren A. Chilingaryan2015-08-062-0/+11
| |
* | Minor fix for software registersSuren A. Chilingaryan2015-08-061-2/+4
| |
* | Install locking-related headersSuren A. Chilingaryan2015-08-051-1/+1
| |
* | Read model from environmental variable if definedSuren A. Chilingaryan2015-08-053-3/+8
| |
* | Use global locks to protect kmem allocation to prevent race while allocating ↵Suren A. Chilingaryan2015-08-055-14/+14
| | | | | | | | simmultaneously locking kmem pages and any other type of kmem
* | Protect mmaping BARs as wellSuren A. Chilingaryan2015-08-051-4/+13
| |
* | Protect with locks the initialization of software registersSuren A. Chilingaryan2015-08-051-5/+34
| |
* | Fix error-checking typo in kmemSuren A. Chilingaryan2015-08-051-2/+2
| |
* | Use bank addresses as kernel memory subtypes of software registers instead ↵Suren A. Chilingaryan2015-08-051-1/+1
| | | | | | | | of indexes in array
* | Integrate locking subsystem from Nicolas ZilioSuren A. Chilingaryan2015-08-0512-21/+873
|\ \
| * | last modification+comments updatezilio nicolas2015-07-105-32/+49
| | |
| * | modified for last remarkszilio nicolas2015-07-072-20/+24
| | |