Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -3/+33 |
| | |||||
* | 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 | ||||
* | 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 |
| | | |||||
* | | Handle 3.7+ kernels which are missing VM_RESERVED flag | Suren A. Chilingaryan | 2013-07-15 | 1 | -0/+5 |
|/ | |||||
* | Synchronize kernel buffers during the read-kernel-memory and while accessing ↵ | Suren A. Chilingaryan | 2011-12-14 | 1 | -9/+20 |
| | | | | via sysfs | ||||
* | Properly perform synchronization of DMA buffers | Suren A. Chilingaryan | 2011-10-23 | 1 | -33/+51 |
| | |||||
* | Support exporting data from kernel buffers | root | 2011-10-21 | 1 | -10/+26 |
| | |||||
* | Prevent driver holding hardware locks from unloading | Suren A. Chilingaryan | 2011-07-18 | 1 | -11/+34 |
| | |||||
* | Support forceful clean-up of kernel memory | Suren A. Chilingaryan | 2011-07-17 | 1 | -31/+65 |
| | |||||
* | Handle correctly reference counting in the driver | Suren A. Chilingaryan | 2011-07-17 | 1 | -10/+26 |
| | |||||
* | Few fixes | Suren A. Chilingaryan | 2011-07-17 | 1 | -0/+6 |
| | |||||
* | Implement DMA access synchronization in the driver | Suren A. Chilingaryan | 2011-07-16 | 1 | -26/+113 |
| | |||||
* | First iteration of work to preserve DMA state between executions | Suren A. Chilingaryan | 2011-07-14 | 1 | -1/+55 |
| | |||||
* | North West Logick DMA implementation | root | 2011-07-04 | 1 | -5/+43 |
| | |||||
* | Initial import | Suren A. Chilingaryan | 2011-02-13 | 1 | -0/+321 |