summaryrefslogtreecommitdiffstats
path: root/driver/kmem.c
Commit message (Collapse)AuthorAgeFilesLines
* First stand-alone ipecamera implementationSuren A. Chilingaryan2015-04-271-657/+0
|
* Do not set __GFP_DMA flag while allocating DMA pages (the flag is required ↵Suren A. Chilingaryan2014-12-121-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. Chilingaryan2014-04-031-9/+34
|\ | | | | | | allocations and mapping memory regions reserved with memmap boot option
| * Add missing semicolon in the driverSuren A. Chilingaryan2013-07-261-3/+3
| |
| * Support pre-allocated memory with memmap in KMemSuren A. Chilingaryan2013-07-141-3/+27
| |
| * Multipage DMA tests for XilinxSuren A. Chilingaryan2013-06-201-7/+12
| |
* | Add __GFP_DMA flag while allocating DMA buffersSuren A. Chilingaryan2014-04-021-1/+7
| |
* | Handle 3.7+ kernels which are missing VM_RESERVED flagSuren A. Chilingaryan2013-07-151-0/+5
|/
* Synchronize kernel buffers during the read-kernel-memory and while accessing ↵Suren A. Chilingaryan2011-12-141-9/+20
| | | | via sysfs
* Properly perform synchronization of DMA buffersSuren A. Chilingaryan2011-10-231-33/+51
|
* Support exporting data from kernel buffersroot2011-10-211-10/+26
|
* Prevent driver holding hardware locks from unloadingSuren A. Chilingaryan2011-07-181-11/+34
|
* Support forceful clean-up of kernel memorySuren A. Chilingaryan2011-07-171-31/+65
|
* Handle correctly reference counting in the driverSuren A. Chilingaryan2011-07-171-10/+26
|
* Few fixesSuren A. Chilingaryan2011-07-171-0/+6
|
* Implement DMA access synchronization in the driverSuren A. Chilingaryan2011-07-161-26/+113
|
* First iteration of work to preserve DMA state between executionsSuren A. Chilingaryan2011-07-141-1/+55
|
* North West Logick DMA implementationroot2011-07-041-5/+43
|
* Initial importSuren A. Chilingaryan2011-02-131-0/+321