summaryrefslogtreecommitdiffstats
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* Use linux/scatterlist.h instead of asm/scatterlist.hSuren A. Chilingaryan2016-04-063-3/+3
* Fix driver compilation when bazaar is missing in the systemSuren A. Chilingaryan2016-04-061-2/+6
* Fix compilation of rdma.c in the driverSuren A. Chilingaryan2016-04-061-0/+1
* Resolve also not page-algined BAR addresses in the driverSuren A. Chilingaryan2016-03-221-3/+5
* Improve search routing looking up gcc suitable to compile kernelSuren A. Chilingaryan2016-03-081-3/+11
* Support compiling without bzr in the driverSuren A. Chilingaryan2016-03-061-6/+11
* RPM generationSuren A. Chilingaryan2016-03-041-4/+13
* Minor change of logic in pcidriver_kmem_free_check() resulting in less compla...Suren A. Chilingaryan2016-03-021-2/+3
* Restructure driver headersSuren A. Chilingaryan2016-03-0225-1052/+872
* Drop support of kernels prior to 3.2 (Debian 7, Ubuntu 12.04)Suren A. Chilingaryan2016-03-0213-2215/+1724
* Resolution of the user-space BAR addressesSuren A. Chilingaryan2016-03-026-26/+75
* Resolve user-space addresses to physical addresses in the driverSuren A. Chilingaryan2016-03-023-1/+63
* Distinguish between hardware and bus addresses in pcilib and fix cli reading ...Suren A. Chilingaryan2016-03-022-3/+6
|\
| * Distinguish between hardware and bus addresses in pcilibSuren A. Chilingaryan2016-03-022-3/+6
* | Support emulation mode without real hardwareSuren A. Chilingaryan2016-02-287-15/+116
|/
* Report information about driver revision and buildSuren A. Chilingaryan2016-02-042-1/+21
* Improve gcc detection for module compilationSuren A. Chilingaryan2016-02-041-2/+2
* Configure number of DMA buffers in IPEDMA and improve checking and reporting ...Suren A. Chilingaryan2015-11-202-8/+10
* Support large DMA pages in IPEDMASuren A. Chilingaryan2015-11-201-2/+4
* Inform user-space about read request size as wellSuren A. Chilingaryan2015-11-192-1/+4
* Support setting payload sizeSuren A. Chilingaryan2015-11-195-7/+62
* Driver versioningSuren A. Chilingaryan2015-11-192-17/+91
* Enforce 64-bit dma mask from IPEDMA if supportedSuren A. Chilingaryan2015-11-182-0/+33
* Add support for kernel 4.1Suren A. Chilingaryan2015-08-182-6/+6
* Execute all operations on kernel_memory using plain pci model to avoid extra ...Suren A. Chilingaryan2015-06-191-1/+1
* Predict next accessed DMA block in the driver (to speed-up buffer syncing)Suren A. Chilingaryan2015-05-082-4/+35
* Big redign of model structuresSuren A. Chilingaryan2015-04-203-58/+58
* Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changesSuren A. Chilingaryan2014-12-193-0/+4
* Do not set __GFP_DMA flag while allocating DMA pages (the flag is required fo...Suren A. Chilingaryan2014-12-121-3/+0
* Fix detection of gcc version on Ubuntu (by Uros)Suren A. Chilingaryan2014-04-091-1/+1
* Prevent some warning in sysfs management codeSuren A. Chilingaryan2014-04-031-2/+2
* Merge changes from xilinx_dma branch providing support of multipage kmem allo...Suren A. Chilingaryan2014-04-031-9/+34
|\
| * 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
* | Report proper hardware address in sysfsSuren A. Chilingaryan2014-03-191-2/+2
* | __devinit/__devexit are removed in 3.8Suren A. Chilingaryan2013-11-221-0/+6
* | Handle 3.7+ kernels which are missing VM_RESERVED flagSuren A. Chilingaryan2013-07-151-0/+5
* | Provide kmem addresses in sysfsroot2013-02-032-5/+8
|/
* fix gcc version detectionSuren A. Chilingaryan2012-11-141-2/+2
* Provide information on device location (bus,device,function)Suren A. Chilingaryan2012-11-132-0/+2
* Don't use gawk for gcc detectionSuren A. Chilingaryan2012-08-181-2/+2
* Compilation with Linux-3.2Suren A. Chilingaryan2012-02-111-1/+1
* Verify gcc versionSuren A. Chilingaryan2012-02-111-1/+21
* Synchronize kernel buffers during the read-kernel-memory and while accessing ...Suren A. Chilingaryan2011-12-143-11/+24
* multithread preprocessing of ipecamera frames and code reorganizationSuren A. Chilingaryan2011-12-121-1/+1
* Fix double reference counting on the kernel module causing GPFSuren A. Chilingaryan2011-11-281-2/+0
* Properly perform synchronization of DMA buffersSuren A. Chilingaryan2011-10-233-35/+55
* Support exporting data from kernel buffersroot2011-10-214-11/+32