index
:
csa/daq/alps/pcitool.git
master
Unnamed repository; edit this file 'description' to name the repository.
Suren A. Chilingaryan
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve bad events counting
Suren A. Chilingaryan
2015-08-14
1
-21
/
+34
*
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
3
-4
/
+6
*
Disable STREAMING_CHECKS for better performance
Suren A. Chilingaryan
2015-08-06
3
-12
/
+8
*
Fix compilation of the driver
Suren A. Chilingaryan
2015-08-06
2
-2
/
+1
*
In IPEDMA streaming mode put aside a single empty buffer to distinguish betwe...
Suren A. Chilingaryan
2015-08-06
1
-3
/
+14
*
Detect if IPEDMA operates in streaming mode
Suren A. Chilingaryan
2015-08-06
3
-52
/
+32
*
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
*
In case of problematic locks report the error
Suren A. Chilingaryan
2015-08-06
1
-5
/
+5
*
Provide pcilib_try_lock call
Suren A. Chilingaryan
2015-08-06
2
-0
/
+11
*
Minor fix for software registers
Suren A. Chilingaryan
2015-08-06
1
-2
/
+4
*
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
3
-3
/
+8
*
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
*
Protect with locks the initialization of software registers
Suren A. Chilingaryan
2015-08-05
1
-5
/
+34
*
Fix error-checking typo in kmem
Suren A. Chilingaryan
2015-08-05
1
-2
/
+2
*
Use bank addresses as kernel memory subtypes of software registers instead of...
Suren A. Chilingaryan
2015-08-05
1
-1
/
+1
*
Integrate locking subsystem from Nicolas Zilio
Suren A. Chilingaryan
2015-08-05
12
-21
/
+873
|
\
|
*
last modification+comments update
zilio nicolas
2015-07-10
5
-32
/
+49
|
*
modified for last remarks
zilio nicolas
2015-07-07
2
-20
/
+24
|
*
clean version for locks
zilio nicolas
2015-07-07
11
-17
/
+346
*
|
Make pcilib_streaming_action_t public
Suren A. Chilingaryan
2015-07-24
3
-11
/
+12
*
|
Use 64-bit addressing in IPEDMA only for gen3 boards or if enforced
Suren A. Chilingaryan
2015-07-24
3
-10
/
+16
|
/
*
Keep C++ compilers happy
Suren A. Chilingaryan
2015-06-22
14
-1
/
+116
*
Execute all operations on kernel_memory using plain pci model to avoid extra ...
Suren A. Chilingaryan
2015-06-19
2
-1
/
+5
*
Integration of software registers
Suren A. Chilingaryan
2015-06-19
10
-6
/
+198
|
\
|
*
new version of software_registers
zilio nicolas
2015-06-18
4
-20
/
+47
|
*
ready to run tests
zilio nicolas
2015-06-15
1
-0
/
+1
|
*
some modifications
zilio nicolas
2015-06-12
5
-8
/
+17
|
*
added soft_reg
zilio nicolas
2015-06-12
3
-2
/
+150
*
|
Support streaming mode in IPEDMA
Suren A. Chilingaryan
2015-06-12
3
-2
/
+28
|
/
*
Add BIOS and kernel optimization instructions
Suren A. Chilingaryan
2015-05-13
1
-0
/
+88
*
Small clean up in IPEDMA driver
Suren A. Chilingaryan
2015-05-08
4
-42
/
+11
*
Prevent excessive calling of getenv by debugging code for better performance
Suren A. Chilingaryan
2015-05-08
5
-9
/
+40
*
Predict next accessed DMA block in the driver (to speed-up buffer syncing)
Suren A. Chilingaryan
2015-05-08
2
-4
/
+35
*
In IPEDMA use negotiated payload instead of maximum supported by device
Suren A. Chilingaryan
2015-05-07
1
-1
/
+1
*
Dynamicly set TLP(Payload) size in IPEDMA
Suren A. Chilingaryan
2015-05-07
2
-11
/
+28
*
Provide PCIe link information in pcilib
Suren A. Chilingaryan
2015-05-07
3
-5
/
+132
*
Add forgotten ipe_benchmark.c
Suren A. Chilingaryan
2015-05-06
4
-6
/
+298
*
Add fields reporting consumed buffers and space to the dma_engine_status and ...
Suren A. Chilingaryan
2015-05-06
7
-97
/
+75
*
In pcitool try tocquire real-time performance for DMA and grabbing operations
Suren A. Chilingaryan
2015-05-06
1
-1
/
+19
*
Support pcilib_log_once calls
Suren A. Chilingaryan
2015-05-06
4
-9
/
+52
*
Support gen3 DMA engine and provide work-arround for hardware mishandling las...
Suren A. Chilingaryan
2015-05-05
4
-21
/
+65
*
Add doxygen configuration
Suren A. Chilingaryan
2015-05-05
8
-2
/
+215
*
Remove test application of Lorenzo to separate package
Suren A. Chilingaryan
2015-05-05
2
-662
/
+0
*
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
9
-386
/
+354
*
Add another ipecamera debugging mode in documentation
Suren A. Chilingaryan
2015-05-03
1
-1
/
+3
[next]