summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-06-22Keep C++ compilers happySuren A. Chilingaryan
2015-06-19Execute all operations on kernel_memory using plain pci model to avoid extra ↵Suren A. Chilingaryan
references
2015-06-19Integration of software registersSuren A. Chilingaryan
2015-06-18new version of software_registerszilio nicolas
2015-06-15ready to run testszilio nicolas
2015-06-12some modificationszilio nicolas
2015-06-12Support streaming mode in IPEDMASuren A. Chilingaryan
2015-06-12added soft_regzilio nicolas
2015-05-13Add BIOS and kernel optimization instructionsSuren A. Chilingaryan
2015-05-08Small clean up in IPEDMA driverSuren A. Chilingaryan
2015-05-08Prevent excessive calling of getenv by debugging code for better performanceSuren A. Chilingaryan
2015-05-08Predict next accessed DMA block in the driver (to speed-up buffer syncing)Suren A. Chilingaryan
2015-05-07In IPEDMA use negotiated payload instead of maximum supported by deviceSuren A. Chilingaryan
2015-05-07Dynamicly set TLP(Payload) size in IPEDMASuren A. Chilingaryan
2015-05-07Provide PCIe link information in pcilibSuren A. Chilingaryan
2015-05-06Add forgotten ipe_benchmark.cSuren A. Chilingaryan
2015-05-06Add fields reporting consumed buffers and space to the dma_engine_status and ↵Suren A. Chilingaryan
provide better ipedma benchmarking
2015-05-06In pcitool try tocquire real-time performance for DMA and grabbing operationsSuren A. Chilingaryan
2015-05-06Support pcilib_log_once callsSuren A. Chilingaryan
2015-05-05Support gen3 DMA engine and provide work-arround for hardware mishandling ↵Suren A. Chilingaryan
last_descriptor_read register
2015-05-05Add doxygen configurationSuren A. Chilingaryan
2015-05-05Remove test application of Lorenzo to separate packageSuren A. Chilingaryan
2015-05-05Fix segmentation fault if requested register is not foundSuren A. Chilingaryan