summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * clean version for lockszilio nicolas2015-07-0711-17/+346
| |
* | Make pcilib_streaming_action_t publicSuren A. Chilingaryan2015-07-243-11/+12
| |
* | Use 64-bit addressing in IPEDMA only for gen3 boards or if enforcedSuren A. Chilingaryan2015-07-243-10/+16
|/
* Keep C++ compilers happySuren A. Chilingaryan2015-06-2214-1/+116
|
* Execute all operations on kernel_memory using plain pci model to avoid extra ↵Suren A. Chilingaryan2015-06-192-1/+5
| | | | references
* Integration of software registersSuren A. Chilingaryan2015-06-1910-6/+198
|\
| * new version of software_registerszilio nicolas2015-06-184-20/+47
| |
| * ready to run testszilio nicolas2015-06-151-0/+1
| |
| * some modificationszilio nicolas2015-06-125-8/+17
| |
| * added soft_regzilio nicolas2015-06-123-2/+150
| |
* | Support streaming mode in IPEDMASuren A. Chilingaryan2015-06-123-2/+28
|/
* Add BIOS and kernel optimization instructionsSuren A. Chilingaryan2015-05-131-0/+88
|
* Small clean up in IPEDMA driverSuren A. Chilingaryan2015-05-084-42/+11
|
* Prevent excessive calling of getenv by debugging code for better performanceSuren A. Chilingaryan2015-05-085-9/+40
|
* Predict next accessed DMA block in the driver (to speed-up buffer syncing)Suren A. Chilingaryan2015-05-082-4/+35
|
* In IPEDMA use negotiated payload instead of maximum supported by deviceSuren A. Chilingaryan2015-05-071-1/+1
|
* Dynamicly set TLP(Payload) size in IPEDMASuren A. Chilingaryan2015-05-072-11/+28
|
* Provide PCIe link information in pcilibSuren A. Chilingaryan2015-05-073-5/+132
|
* Add forgotten ipe_benchmark.cSuren A. Chilingaryan2015-05-064-6/+298
|
* Add fields reporting consumed buffers and space to the dma_engine_status and ↵Suren A. Chilingaryan2015-05-067-97/+75
| | | | provide better ipedma benchmarking
* In pcitool try tocquire real-time performance for DMA and grabbing operationsSuren A. Chilingaryan2015-05-061-1/+19
|
* Support pcilib_log_once callsSuren A. Chilingaryan2015-05-064-9/+52
|
* Support gen3 DMA engine and provide work-arround for hardware mishandling ↵Suren A. Chilingaryan2015-05-054-21/+65
| | | | last_descriptor_read register
* Add doxygen configurationSuren A. Chilingaryan2015-05-058-2/+215
|
* Remove test application of Lorenzo to separate packageSuren A. Chilingaryan2015-05-052-662/+0
|
* 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-059-386/+354
| | | | kmem and bar headers
* Add another ipecamera debugging mode in documentationSuren A. Chilingaryan2015-05-031-1/+3
|
* Fix typos in versioning codeSuren A. Chilingaryan2015-05-033-5/+13
|
* Prevent double-free of pcilib context when open failsSuren A. Chilingaryan2015-05-031-4/+0
|
* Dcoumentation updateSuren A. Chilingaryan2015-05-024-22/+15
|
* Include version information in all API descriptionsSuren A. Chilingaryan2015-05-0215-8/+65
|
* Provide data debugging APISuren A. Chilingaryan2015-05-024-9/+97
|
* Add code to debug missing events while recordingSuren A. Chilingaryan2015-04-302-4/+26
|
* Provide an interface for logging debug messagesSuren A. Chilingaryan2015-04-3011-26/+63
|
* Create dummy register contextSuren A. Chilingaryan2015-04-295-11/+24
|
* Set error in exit status if no data returned by DMA engineSuren A. Chilingaryan2015-04-291-4/+7
|
* New error reporting public interfaceSuren A. Chilingaryan2015-04-297-35/+78
|
* Fix counting lost framesSuren A. Chilingaryan2015-04-281-3/+6
|
* Better formatting of model outputSuren A. Chilingaryan2015-04-281-8/+7
|
* Check event interface version for pluginsSuren A. Chilingaryan2015-04-283-2/+17
|