Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some cleaning | zilio nicolas | 2015-08-27 | 2 | -71/+4 |
| | |||||
* | xml files get by model and remove of validation mode | zilio nicolas | 2015-08-27 | 4 | -119/+132 |
| | |||||
* | better public API and no more use of locals within pcilib_open | zilio nicolas | 2015-08-27 | 3 | -186/+77 |
| | |||||
* | put xml nodes pointers for banks and registers in pcilib_t, compil ok | zilio nicolas | 2015-08-27 | 8 | -113/+123 |
| | |||||
* | pull from server | zilio nicolas | 2015-08-26 | 26 | -154/+1152 |
|\ | |||||
| * | Keep frame pointers | Suren A. Chilingaryan | 2015-08-21 | 2 | -1/+6 |
| | | |||||
| * | Add support for kernel 4.1 | Suren A. Chilingaryan | 2015-08-18 | 3 | -7/+7 |
| | | |||||
| * | Improve bad events counting | Suren A. Chilingaryan | 2015-08-14 | 1 | -21/+34 |
| | | |||||
| * | Do not fail if PCI configuration is not fully available to unprivileged user | Suren A. Chilingaryan | 2015-08-12 | 2 | -3/+9 |
| | | |||||
| * | Fix support of older systems: Remove C11 derective and add rt library to the ↵ | Suren A. Chilingaryan | 2015-08-12 | 3 | -4/+6 |
| | | | | | | | | link list | ||||
| * | Disable STREAMING_CHECKS for better performance | Suren A. Chilingaryan | 2015-08-06 | 3 | -12/+8 |
| | | |||||
| * | Fix compilation of the driver | Suren A. Chilingaryan | 2015-08-06 | 2 | -2/+1 |
| | | |||||
| * | In IPEDMA streaming mode put aside a single empty buffer to distinguish ↵ | Suren A. Chilingaryan | 2015-08-06 | 1 | -3/+14 |
| | | | | | | | | between completely empty and full states of kernel ring buffer | ||||
| * | Detect if IPEDMA operates in streaming mode | Suren A. Chilingaryan | 2015-08-06 | 3 | -52/+32 |
| | | |||||
| * | Protect access to the DMA engine with locks | Suren A. Chilingaryan | 2015-08-06 | 3 | -5/+68 |
| | | |||||
| * | Fix handling of inconsistent mutexes | Suren A. Chilingaryan | 2015-08-06 | 1 | -3/+11 |
| | | |||||
| * | In case of problematic locks report the error | Suren A. Chilingaryan | 2015-08-06 | 1 | -5/+5 |
| | | |||||
| * | Provide pcilib_try_lock call | Suren A. Chilingaryan | 2015-08-06 | 2 | -0/+11 |
| | | |||||
| * | Minor fix for software registers | Suren A. Chilingaryan | 2015-08-06 | 1 | -2/+4 |
| | | |||||
| * | Install locking-related headers | Suren A. Chilingaryan | 2015-08-05 | 1 | -1/+1 |
| | | |||||
| * | Read model from environmental variable if defined | Suren A. Chilingaryan | 2015-08-05 | 3 | -3/+8 |
| | | |||||
| * | Use global locks to protect kmem allocation to prevent race while allocating ↵ | Suren A. Chilingaryan | 2015-08-05 | 5 | -14/+14 |
| | | | | | | | | simmultaneously locking kmem pages and any other type of kmem | ||||
| * | Protect mmaping BARs as well | Suren A. Chilingaryan | 2015-08-05 | 1 | -4/+13 |
| | | |||||
| * | Protect with locks the initialization of software registers | Suren A. Chilingaryan | 2015-08-05 | 1 | -5/+34 |
| | | |||||
| * | Fix error-checking typo in kmem | Suren A. Chilingaryan | 2015-08-05 | 1 | -2/+2 |
| | | |||||
| * | Use bank addresses as kernel memory subtypes of software registers instead ↵ | Suren A. Chilingaryan | 2015-08-05 | 1 | -1/+1 |
| | | | | | | | | of indexes in array | ||||
| * | Integrate locking subsystem from Nicolas Zilio | Suren A. Chilingaryan | 2015-08-05 | 12 | -21/+873 |
| |\ | |||||
| | * | last modification+comments update | zilio nicolas | 2015-07-10 | 5 | -32/+49 |
| | | | |||||
| | * | modified for last remarks | zilio nicolas | 2015-07-07 | 2 | -20/+24 |
| | | | |||||
| | * | clean version for locks | zilio nicolas | 2015-07-07 | 11 | -17/+346 |
| | | | |||||
| * | | Make pcilib_streaming_action_t public | Suren A. Chilingaryan | 2015-07-24 | 3 | -11/+12 |
| | | | |||||
| * | | Use 64-bit addressing in IPEDMA only for gen3 boards or if enforced | Suren A. Chilingaryan | 2015-07-24 | 3 | -10/+16 |
| |/ | |||||
* | | added README | zilio nicolas | 2015-07-15 | 1 | -0/+23 |
| | | |||||
* | | some modif | zilio nicolas | 2015-07-07 | 6 | -9/+34 |
| | | |||||
* | | modified pci to put banks before registers | zilio nicolas | 2015-07-03 | 1 | -5/+5 |
| | | |||||
* | | modified version to include future functions | zilio nicolas | 2015-07-03 | 3 | -9/+372 |
| | | |||||
* | | registers and banks support in xml v1. pci -ll works fine, but got segfault ↵ | zilio nicolas | 2015-07-01 | 11 | -6/+2115 |
|/ | | | | 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 happy | Suren A. Chilingaryan | 2015-06-22 | 14 | -1/+116 |
| | |||||
* | Execute all operations on kernel_memory using plain pci model to avoid extra ↵ | Suren A. Chilingaryan | 2015-06-19 | 2 | -1/+5 |
| | | | | references | ||||
* | Integration of software registers | Suren A. Chilingaryan | 2015-06-19 | 10 | -6/+198 |
|\ | |||||
| * | new version of software_registers | zilio nicolas | 2015-06-18 | 4 | -20/+47 |
| | | |||||
| * | ready to run tests | zilio nicolas | 2015-06-15 | 1 | -0/+1 |
| | | |||||
| * | some modifications | zilio nicolas | 2015-06-12 | 5 | -8/+17 |
| | | |||||
| * | added soft_reg | zilio nicolas | 2015-06-12 | 3 | -2/+150 |
| | | |||||
* | | Support streaming mode in IPEDMA | Suren A. Chilingaryan | 2015-06-12 | 3 | -2/+28 |
|/ | |||||
* | Add BIOS and kernel optimization instructions | Suren A. Chilingaryan | 2015-05-13 | 1 | -0/+88 |
| | |||||
* | Small clean up in IPEDMA driver | Suren A. Chilingaryan | 2015-05-08 | 4 | -42/+11 |
| | |||||
* | Prevent excessive calling of getenv by debugging code for better performance | Suren A. Chilingaryan | 2015-05-08 | 5 | -9/+40 |
| | |||||
* | Predict next accessed DMA block in the driver (to speed-up buffer syncing) | Suren A. Chilingaryan | 2015-05-08 | 2 | -4/+35 |
| | |||||
* | In IPEDMA use negotiated payload instead of maximum supported by device | Suren A. Chilingaryan | 2015-05-07 | 1 | -1/+1 |
| |