| Commit message (Expand) | 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 | 3 | -113/+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 | 7 | -111/+121 |
| * | pull from server | zilio nicolas | 2015-08-26 | 14 | -32/+828 |
| |\
| |/
|/| |
|
* | | 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 | 1 | -1/+1 |
* | | Fix compilation of the driver | Suren A. Chilingaryan | 2015-08-06 | 2 | -2/+1 |
* | | 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 |
* | | Provide pcilib_try_lock call | Suren A. Chilingaryan | 2015-08-06 | 2 | -0/+11 |
* | | 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 | 1 | -0/+3 |
* | | Use global locks to protect kmem allocation to prevent race while allocating ... | Suren A. Chilingaryan | 2015-08-05 | 5 | -14/+14 |
* | | Protect mmaping BARs as well | Suren A. Chilingaryan | 2015-08-05 | 1 | -4/+13 |
* | | Fix error-checking typo in kmem | Suren A. Chilingaryan | 2015-08-05 | 1 | -2/+2 |
* | | Integrate locking subsystem from Nicolas Zilio | Suren A. Chilingaryan | 2015-08-05 | 10 | -7/+703 |
|\ \ |
|
| * | | last modification+comments update | zilio nicolas | 2015-07-10 | 4 | -31/+48 |
| * | | modified for last remarks | zilio nicolas | 2015-07-07 | 2 | -20/+24 |
| * | | clean version for locks | zilio nicolas | 2015-07-07 | 8 | -3/+301 |
* | | | Make pcilib_streaming_action_t public | Suren A. Chilingaryan | 2015-07-24 | 2 | -11/+11 |
|/ / |
|
| * | some modif | zilio nicolas | 2015-07-07 | 4 | -3/+25 |
| * | 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 | 2 | -6/+369 |
| * | registers and banks support in xml v1. pci -ll works fine, but got segfault o... | zilio nicolas | 2015-07-01 | 6 | -4/+923 |
|/ |
|
* | Keep C++ compilers happy | Suren A. Chilingaryan | 2015-06-22 | 14 | -1/+116 |
* | Integration of software registers | Suren A. Chilingaryan | 2015-06-19 | 6 | -4/+13 |
|\ |
|
| * | new version of software_registers | zilio nicolas | 2015-06-18 | 2 | -2/+2 |
| * | ready to run tests | zilio nicolas | 2015-06-15 | 1 | -0/+1 |
| * | some modifications | zilio nicolas | 2015-06-12 | 3 | -3/+11 |
|/ |
|
* | Prevent excessive calling of getenv by debugging code for better performance | Suren A. Chilingaryan | 2015-05-08 | 5 | -9/+40 |
* | Provide PCIe link information in pcilib | Suren A. Chilingaryan | 2015-05-07 | 2 | -3/+122 |
* | Add fields reporting consumed buffers and space to the dma_engine_status and ... | Suren A. Chilingaryan | 2015-05-06 | 1 | -0/+1 |
* | Support pcilib_log_once calls | Suren A. Chilingaryan | 2015-05-06 | 4 | -9/+52 |
* | Fix segmentation fault if requested register is not found | Suren A. Chilingaryan | 2015-05-05 | 1 | -2/+2 |
* | Split bar manipulation and fifo operations in stand-alone source and publish ... | Suren A. Chilingaryan | 2015-05-05 | 7 | -213/+273 |
* | Fix typos in versioning code | Suren A. Chilingaryan | 2015-05-03 | 3 | -5/+13 |
* | Prevent double-free of pcilib context when open fails | Suren A. Chilingaryan | 2015-05-03 | 1 | -4/+0 |
* | Include version information in all API descriptions | Suren A. Chilingaryan | 2015-05-02 | 8 | -5/+30 |
* | Provide data debugging API | Suren A. Chilingaryan | 2015-05-02 | 3 | -6/+93 |
* | Add code to debug missing events while recording | Suren A. Chilingaryan | 2015-04-30 | 1 | -0/+8 |
* | Provide an interface for logging debug messages | Suren A. Chilingaryan | 2015-04-30 | 6 | -7/+54 |
* | Create dummy register context | Suren A. Chilingaryan | 2015-04-29 | 4 | -10/+20 |
* | New error reporting public interface | Suren A. Chilingaryan | 2015-04-29 | 5 | -22/+51 |
* | Check event interface version for plugins | Suren A. Chilingaryan | 2015-04-28 | 1 | -1/+11 |
* | Report selected model | Suren A. Chilingaryan | 2015-04-28 | 1 | -1/+4 |
* | Initial support for event engines | Suren A. Chilingaryan | 2015-04-28 | 10 | -37/+206 |
* | Further adjustments to get ready for independent event plugins | Suren A. Chilingaryan | 2015-04-27 | 9 | -13/+25 |
* | More structural changes to get ready for stand-alone event engines | Suren A. Chilingaryan | 2015-04-24 | 25 | -0/+3603 |