summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 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 betwe...Suren A. Chilingaryan2015-08-061-3/+14
* | 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
* | 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 of...Suren A. Chilingaryan2015-08-051-1/+1
* | 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
|/ /
| * added READMEzilio nicolas2015-07-151-0/+23
| * some modifzilio nicolas2015-07-076-9/+34
| * modified pci to put banks before registerszilio nicolas2015-07-031-5/+5
| * modified version to include future functionszilio nicolas2015-07-033-9/+372
| * registers and banks support in xml v1. pci -ll works fine, but got segfault o...zilio nicolas2015-07-0111-6/+2115
|/
* 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
* 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
* In pcitool try tocquire real-time performance for DMA and grabbing operationsSuren A. Chilingaryan2015-05-061-1/+19