summaryrefslogtreecommitdiffstats
path: root/pcilib
Commit message (Collapse)AuthorAgeFilesLines
* reviewd old tasks comments for doxygen and updatezilio nicolas2015-09-114-63/+134
|
* more towards viewszilio nicolas2015-09-105-10/+324
|
* compilation okzilio nicolas2015-09-104-4/+380
|
* towards better views i hopezilio nicolas2015-09-101-0/+2
|
* Initial integration of XML supportSuren A. Chilingaryan2015-09-1011-47/+835
|\
| * further modificationszilio nicolas2015-09-074-100/+120
| |
| * end of modificationszilio nicolas2015-09-048-240/+203
| |
| * 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-046-2/+11
| |\ | |/ |/|
* | Fixes out-of-source builds and minor build issuesSuren A. Chilingaryan2015-09-015-0/+6
| |
| * almost finished regarding suren remarkszilio nicolas2015-09-043-907/+361
| |
| * 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-273-113/+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-277-111/+121
| |
| * pull from serverzilio nicolas2015-08-2614-32/+828
| |\ | |/ |/|
* | 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-121-1/+1
| | | | | | | | link list
* | Fix compilation of the driverSuren A. Chilingaryan2015-08-062-2/+1
| |
* | 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
| |
* | Provide pcilib_try_lock callSuren A. Chilingaryan2015-08-062-0/+11
| |
* | Install locking-related headersSuren A. Chilingaryan2015-08-051-1/+1
| |
* | Read model from environmental variable if definedSuren A. Chilingaryan2015-08-051-0/+3
| |
* | 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
| |
* | Fix error-checking typo in kmemSuren A. Chilingaryan2015-08-051-2/+2
| |
* | Integrate locking subsystem from Nicolas ZilioSuren A. Chilingaryan2015-08-0510-7/+703
|\ \
| * | last modification+comments updatezilio nicolas2015-07-104-31/+48
| | |
| * | modified for last remarkszilio nicolas2015-07-072-20/+24
| | |
| * | clean version for lockszilio nicolas2015-07-078-3/+301
| | |
* | | Make pcilib_streaming_action_t publicSuren A. Chilingaryan2015-07-242-11/+11
|/ /
| * some modifzilio nicolas2015-07-074-3/+25
| |
| * modified pci to put banks before registerszilio nicolas2015-07-031-5/+5
| |
| * modified version to include future functionszilio nicolas2015-07-032-6/+369
| |
| * registers and banks support in xml v1. pci -ll works fine, but got segfault ↵zilio nicolas2015-07-016-4/+923
|/ | | | on pci -r name and pci -r name gives 0 always. might be due to the order in pci.c ------> ask suren
* Keep C++ compilers happySuren A. Chilingaryan2015-06-2214-1/+116
|
* Integration of software registersSuren A. Chilingaryan2015-06-196-4/+13
|\
| * new version of software_registerszilio nicolas2015-06-182-2/+2
| |
| * ready to run testszilio nicolas2015-06-151-0/+1
| |
| * some modificationszilio nicolas2015-06-123-3/+11
|/
* Prevent excessive calling of getenv by debugging code for better performanceSuren A. Chilingaryan2015-05-085-9/+40
|
* Provide PCIe link information in pcilibSuren A. Chilingaryan2015-05-072-3/+122
|
* Add fields reporting consumed buffers and space to the dma_engine_status and ↵Suren A. Chilingaryan2015-05-061-0/+1
| | | | provide better ipedma benchmarking
* Support pcilib_log_once callsSuren A. Chilingaryan2015-05-064-9/+52
|
* Fix segmentation fault if requested register is not foundSuren A. Chilingaryan2015-05-051-2/+2
|
* Split bar manipulation and fifo operations in stand-alone source and publish ↵Suren A. Chilingaryan2015-05-057-213/+273
| | | | kmem and bar headers
* Fix typos in versioning codeSuren A. Chilingaryan2015-05-033-5/+13
|