Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Distinguish between hardware and bus addresses in pcilib and fix cli reading ↵ | Suren A. Chilingaryan | 2016-03-02 | 2 | -3/+6 |
|\ | | | | | | | from DMA when very low DMA timeout is set | ||||
| * | Distinguish between hardware and bus addresses in pcilib | Suren A. Chilingaryan | 2016-03-02 | 2 | -3/+6 |
| | | |||||
* | | Support emulation mode without real hardware | Suren A. Chilingaryan | 2016-02-28 | 7 | -15/+116 |
|/ | |||||
* | Report information about driver revision and build | Suren A. Chilingaryan | 2016-02-04 | 2 | -1/+21 |
| | |||||
* | Improve gcc detection for module compilation | Suren A. Chilingaryan | 2016-02-04 | 1 | -2/+2 |
| | |||||
* | Configure number of DMA buffers in IPEDMA and improve checking and reporting ↵ | Suren A. Chilingaryan | 2015-11-20 | 2 | -8/+10 |
| | | | | inconsistent kmem buffers while re-using | ||||
* | Support large DMA pages in IPEDMA | Suren A. Chilingaryan | 2015-11-20 | 1 | -2/+4 |
| | |||||
* | Inform user-space about read request size as well | Suren A. Chilingaryan | 2015-11-19 | 2 | -1/+4 |
| | |||||
* | Support setting payload size | Suren A. Chilingaryan | 2015-11-19 | 5 | -7/+62 |
| | |||||
* | Driver versioning | Suren A. Chilingaryan | 2015-11-19 | 2 | -17/+91 |
| | |||||
* | Enforce 64-bit dma mask from IPEDMA if supported | Suren A. Chilingaryan | 2015-11-18 | 2 | -0/+33 |
| | |||||
* | Add support for kernel 4.1 | Suren A. Chilingaryan | 2015-08-18 | 2 | -6/+6 |
| | |||||
* | Execute all operations on kernel_memory using plain pci model to avoid extra ↵ | Suren A. Chilingaryan | 2015-06-19 | 1 | -1/+1 |
| | | | | references | ||||
* | Predict next accessed DMA block in the driver (to speed-up buffer syncing) | Suren A. Chilingaryan | 2015-05-08 | 2 | -4/+35 |
| | |||||
* | Big redign of model structures | Suren A. Chilingaryan | 2015-04-20 | 3 | -58/+58 |
| | |||||
* | Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changes | Suren A. Chilingaryan | 2014-12-19 | 3 | -0/+4 |
| | |||||
* | Do not set __GFP_DMA flag while allocating DMA pages (the flag is required ↵ | Suren A. Chilingaryan | 2014-12-12 | 1 | -3/+0 |
| | | | | for devices capable of addressing 24-bits only and may significantly degrade performance | ||||
* | Fix detection of gcc version on Ubuntu (by Uros) | Suren A. Chilingaryan | 2014-04-09 | 1 | -1/+1 |
| | |||||
* | Prevent some warning in sysfs management code | Suren A. Chilingaryan | 2014-04-03 | 1 | -2/+2 |
| | |||||
* | Merge changes from xilinx_dma branch providing support of multipage kmem ↵ | Suren A. Chilingaryan | 2014-04-03 | 1 | -9/+34 |
|\ | | | | | | | allocations and mapping memory regions reserved with memmap boot option | ||||
| * | Add missing semicolon in the driver | Suren A. Chilingaryan | 2013-07-26 | 1 | -3/+3 |
| | | |||||
| * | Support pre-allocated memory with memmap in KMem | Suren A. Chilingaryan | 2013-07-14 | 1 | -3/+27 |
| | | |||||
| * | Multipage DMA tests for Xilinx | Suren A. Chilingaryan | 2013-06-20 | 1 | -7/+12 |
| | | |||||
* | | Add __GFP_DMA flag while allocating DMA buffers | Suren A. Chilingaryan | 2014-04-02 | 1 | -1/+7 |
| | | |||||
* | | Report proper hardware address in sysfs | Suren A. Chilingaryan | 2014-03-19 | 1 | -2/+2 |
| | | |||||
* | | __devinit/__devexit are removed in 3.8 | Suren A. Chilingaryan | 2013-11-22 | 1 | -0/+6 |
| | | |||||
* | | Handle 3.7+ kernels which are missing VM_RESERVED flag | Suren A. Chilingaryan | 2013-07-15 | 1 | -0/+5 |
| | | |||||
* | | Provide kmem addresses in sysfs | root | 2013-02-03 | 2 | -5/+8 |
|/ | |||||
* | fix gcc version detection | Suren A. Chilingaryan | 2012-11-14 | 1 | -2/+2 |
| | |||||
* | Provide information on device location (bus,device,function) | Suren A. Chilingaryan | 2012-11-13 | 2 | -0/+2 |
| | |||||
* | Don't use gawk for gcc detection | Suren A. Chilingaryan | 2012-08-18 | 1 | -2/+2 |
| | |||||
* | Compilation with Linux-3.2 | Suren A. Chilingaryan | 2012-02-11 | 1 | -1/+1 |
| | |||||
* | Verify gcc version | Suren A. Chilingaryan | 2012-02-11 | 1 | -1/+21 |
| | |||||
* | Synchronize kernel buffers during the read-kernel-memory and while accessing ↵ | Suren A. Chilingaryan | 2011-12-14 | 3 | -11/+24 |
| | | | | via sysfs | ||||
* | multithread preprocessing of ipecamera frames and code reorganization | Suren A. Chilingaryan | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | Fix double reference counting on the kernel module causing GPF | Suren A. Chilingaryan | 2011-11-28 | 1 | -2/+0 |
| | |||||
* | Properly perform synchronization of DMA buffers | Suren A. Chilingaryan | 2011-10-23 | 3 | -35/+55 |
| | |||||
* | Support exporting data from kernel buffers | root | 2011-10-21 | 4 | -11/+32 |
| | |||||
* | Fix crash on the driver unload | root | 2011-10-18 | 1 | -2/+3 |
| | |||||
* | Fix few compilation issues with recent kernels | root | 2011-07-19 | 4 | -0/+15 |
| | |||||
* | Prevent driver holding hardware locks from unloading | Suren A. Chilingaryan | 2011-07-18 | 3 | -11/+58 |
| | |||||
* | Support forceful clean-up of kernel memory | Suren A. Chilingaryan | 2011-07-17 | 2 | -32/+67 |
| | |||||
* | List kernel buffers | Suren A. Chilingaryan | 2011-07-17 | 2 | -8/+1 |
| | |||||
* | Handle correctly reference counting in the driver | Suren A. Chilingaryan | 2011-07-17 | 2 | -11/+27 |
| | |||||
* | Few fixes | Suren A. Chilingaryan | 2011-07-17 | 1 | -0/+6 |
| | |||||
* | Implement DMA access synchronization in the driver | Suren A. Chilingaryan | 2011-07-16 | 5 | -31/+142 |
| | |||||
* | First iteration of work to preserve DMA state between executions | Suren A. Chilingaryan | 2011-07-14 | 6 | -5/+70 |
| | |||||
* | Fix compilation issues | Suren A. Chilingaryan | 2011-07-11 | 1 | -2/+2 |
| | |||||
* | IRQ support in NWL DMA engine | Suren A. Chilingaryan | 2011-07-11 | 5 | -64/+46 |
| | |||||
* | North West Logick DMA implementation | root | 2011-07-04 | 7 | -13/+78 |
| |