index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
qat
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
crypto: qat - don't cast parameter in bit operations
Andy Shevchenko
2022-02-18
1
-3
/
+6
*
crypto: qat - fix access to PFVF interrupt registers for GEN4
Giovanni Cabiddu
2022-01-31
1
-33
/
+9
*
crypto: qat - fix a signedness bug in get_service_enabled()
Dan Carpenter
2022-01-28
1
-1
/
+1
*
crypto: qat - fix definition of ring reset results
Giovanni Cabiddu
2021-12-31
1
-4
/
+4
*
crypto: qat - add support for compression for 4xxx
Tomasz Kowalik
2021-12-24
8
-13
/
+147
*
crypto: qat - allow detection of dc capabilities for 4xxx
Giovanni Cabiddu
2021-12-24
2
-26
/
+44
*
crypto: qat - add PFVF support to enable the reset of ring pairs
Marco Chiappero
2021-12-24
3
-0
/
+67
*
crypto: qat - add PFVF support to the GEN4 host driver
Marco Chiappero
2021-12-24
5
-10
/
+196
*
crypto: qat - config VFs based on ring-to-svc mapping
Marco Chiappero
2021-12-24
6
-13
/
+34
*
crypto: qat - exchange ring-to-service mappings over PFVF
Marco Chiappero
2021-12-24
7
-1
/
+63
*
crypto: qat - support fast ACKs in the PFVF protocol
Marco Chiappero
2021-12-24
5
-30
/
+91
*
crypto: qat - exchange device capabilities over PFVF
Marco Chiappero
2021-12-24
8
-4
/
+112
*
crypto: qat - introduce support for PFVF block messages
Marco Chiappero
2021-12-24
9
-3
/
+442
*
crypto: qat - store the ring-to-service mapping
Marco Chiappero
2021-12-24
11
-0
/
+44
*
crypto: qat - store the PFVF protocol version of the endpoints
Marco Chiappero
2021-12-24
4
-2
/
+9
*
crypto: qat - improve the ACK timings in PFVF send
Marco Chiappero
2021-12-24
2
-3
/
+4
*
crypto: qat - leverage read_poll_timeout in PFVF send
Marco Chiappero
2021-12-24
1
-12
/
+8
*
crypto: qat - leverage bitfield.h utils for PFVF messages
Marco Chiappero
2021-12-24
3
-14
/
+14
*
crypto: qat - abstract PFVF messages with struct pfvf_message
Marco Chiappero
2021-12-24
12
-83
/
+184
*
crypto: qat - set PFVF_MSGORIGIN just before sending
Marco Chiappero
2021-12-24
4
-11
/
+7
*
crypto: qat - make PFVF send and receive direction agnostic
Marco Chiappero
2021-12-24
4
-37
/
+89
*
crypto: qat - make PFVF message construction direction agnostic
Marco Chiappero
2021-12-24
6
-71
/
+120
*
crypto: qat - add the adf_get_pmisc_base() helper function
Marco Chiappero
2021-12-24
8
-115
/
+61
*
crypto: qat - support the reset of ring pairs on PF
Marco Chiappero
2021-12-24
5
-0
/
+67
*
crypto: qat - extend crypto capability detection for 4xxx
Giovanni Cabiddu
2021-12-24
2
-4
/
+34
*
crypto: qat - set COMPRESSION capability for QAT GEN2
Giovanni Cabiddu
2021-12-24
3
-1
/
+10
*
crypto: qat - set CIPHER capability for QAT GEN2
Giovanni Cabiddu
2021-12-24
1
-3
/
+9
*
crypto: qat - get compression extended capabilities
Giovanni Cabiddu
2021-12-24
3
-1
/
+41
*
crypto: qat - improve logging of PFVF messages
Marco Chiappero
2021-11-26
3
-24
/
+17
*
crypto: qat - fix VF IDs in PFVF log messages
Marco Chiappero
2021-11-26
2
-6
/
+6
*
crypto: qat - do not rely on min version
Marco Chiappero
2021-11-26
10
-32
/
+8
*
crypto: qat - refactor pfvf version request messages
Marco Chiappero
2021-11-26
1
-19
/
+23
*
crypto: qat - pass the PF2VF responses back to the callers
Marco Chiappero
2021-11-26
7
-26
/
+33
*
crypto: qat - use enums for PFVF protocol codes
Marco Chiappero
2021-11-26
1
-11
/
+22
*
crypto: qat - reorganize PFVF protocol definitions
Marco Chiappero
2021-11-26
1
-17
/
+19
*
crypto: qat - reorganize PFVF code
Marco Chiappero
2021-11-26
22
-276
/
+341
*
crypto: qat - abstract PFVF receive logic
Giovanni Cabiddu
2021-11-26
4
-44
/
+81
*
crypto: qat - abstract PFVF send function
Marco Chiappero
2021-11-26
4
-91
/
+102
*
crypto: qat - differentiate between pf2vf and vf2pf offset
Marco Chiappero
2021-11-26
3
-7
/
+10
*
crypto: qat - add pfvf_ops
Marco Chiappero
2021-11-26
16
-61
/
+76
*
crypto: qat - relocate PFVF disabled function
Giovanni Cabiddu
2021-11-26
3
-6
/
+10
*
crypto: qat - relocate PFVF VF related logic
Marco Chiappero
2021-11-26
11
-29
/
+22
*
crypto: qat - relocate PFVF PF related logic
Marco Chiappero
2021-11-26
9
-69
/
+103
*
crypto: qat - handle retries due to collisions in adf_iov_putmsg()
Marco Chiappero
2021-11-26
1
-33
/
+19
*
crypto: qat - split PFVF message decoding from handling
Marco Chiappero
2021-11-26
2
-59
/
+71
*
crypto: qat - re-enable interrupts for legacy PFVF messages
Giovanni Cabiddu
2021-11-26
2
-2
/
+2
*
crypto: qat - change PFVF ACK behaviour
Giovanni Cabiddu
2021-11-26
2
-7
/
+8
*
crypto: qat - move interrupt code out of the PFVF handler
Marco Chiappero
2021-11-26
3
-11
/
+16
*
crypto: qat - move VF message handler to adf_vf2pf_msg.c
Marco Chiappero
2021-11-26
3
-66
/
+86
*
crypto: qat - move vf2pf interrupt helpers
Giovanni Cabiddu
2021-11-26
3
-41
/
+39
[prev]
[next]