index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
qat
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-24
crypto: qat - set CIPHER capability for QAT GEN2
Giovanni Cabiddu
1
-3
/
+9
2021-12-24
crypto: qat - get compression extended capabilities
Giovanni Cabiddu
3
-1
/
+41
2021-11-26
crypto: qat - improve logging of PFVF messages
Marco Chiappero
3
-24
/
+17
2021-11-26
crypto: qat - fix VF IDs in PFVF log messages
Marco Chiappero
2
-6
/
+6
2021-11-26
crypto: qat - do not rely on min version
Marco Chiappero
10
-32
/
+8
2021-11-26
crypto: qat - refactor pfvf version request messages
Marco Chiappero
1
-19
/
+23
2021-11-26
crypto: qat - pass the PF2VF responses back to the callers
Marco Chiappero
7
-26
/
+33
2021-11-26
crypto: qat - use enums for PFVF protocol codes
Marco Chiappero
1
-11
/
+22
2021-11-26
crypto: qat - reorganize PFVF protocol definitions
Marco Chiappero
1
-17
/
+19
2021-11-26
crypto: qat - reorganize PFVF code
Marco Chiappero
22
-276
/
+341
2021-11-26
crypto: qat - abstract PFVF receive logic
Giovanni Cabiddu
4
-44
/
+81
2021-11-26
crypto: qat - abstract PFVF send function
Marco Chiappero
4
-91
/
+102
2021-11-26
crypto: qat - differentiate between pf2vf and vf2pf offset
Marco Chiappero
3
-7
/
+10
2021-11-26
crypto: qat - add pfvf_ops
Marco Chiappero
16
-61
/
+76
2021-11-26
crypto: qat - relocate PFVF disabled function
Giovanni Cabiddu
3
-6
/
+10
2021-11-26
crypto: qat - relocate PFVF VF related logic
Marco Chiappero
11
-29
/
+22
2021-11-26
crypto: qat - relocate PFVF PF related logic
Marco Chiappero
9
-69
/
+103
2021-11-26
crypto: qat - handle retries due to collisions in adf_iov_putmsg()
Marco Chiappero
1
-33
/
+19
2021-11-26
crypto: qat - split PFVF message decoding from handling
Marco Chiappero
2
-59
/
+71
2021-11-26
crypto: qat - re-enable interrupts for legacy PFVF messages
Giovanni Cabiddu
2
-2
/
+2
2021-11-26
crypto: qat - change PFVF ACK behaviour
Giovanni Cabiddu
2
-7
/
+8
2021-11-26
crypto: qat - move interrupt code out of the PFVF handler
Marco Chiappero
3
-11
/
+16
2021-11-26
crypto: qat - move VF message handler to adf_vf2pf_msg.c
Marco Chiappero
3
-66
/
+86
2021-11-26
crypto: qat - move vf2pf interrupt helpers
Giovanni Cabiddu
3
-41
/
+39
2021-11-26
crypto: qat - refactor PF top half for PFVF
Marco Chiappero
1
-40
/
+44
2021-11-26
crypto: qat - fix undetected PFVF timeout in ACK loop
Giovanni Cabiddu
1
-6
/
+6
2021-11-26
crypto: qat - do not handle PFVF sources for qat_4xxx
Giovanni Cabiddu
1
-0
/
+7
2021-11-06
Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-28
/
+13
2021-10-12
crypto: qat - simplify adf_enable_aer()
Uwe Kleine-König
6
-28
/
+13
2021-10-08
crypto: qat - share adf_enable_pf2vf_comms() from adf_pf2vf_msg.c
Marco Chiappero
6
-23
/
+26
2021-10-08
crypto: qat - extract send and wait from adf_vf2pf_request_version()
Marco Chiappero
1
-13
/
+37
2021-10-08
crypto: qat - add VF and PF wrappers to common send function
Marco Chiappero
3
-8
/
+36
2021-10-08
crypto: qat - rename pfvf collision constants
Marco Chiappero
1
-13
/
+13
2021-10-08
crypto: qat - move pfvf collision detection values
Marco Chiappero
2
-9
/
+9
2021-10-08
crypto: qat - make pfvf send message direction agnostic
Marco Chiappero
1
-7
/
+8
2021-10-08
crypto: qat - use hweight for bit counting
Giovanni Cabiddu
1
-14
/
+2
2021-10-08
crypto: qat - remove duplicated logic across GEN2 drivers
Marco Chiappero
8
-245
/
+107
2021-10-08
crypto: qat - fix handling of VF to PF interrupts
Marco Chiappero
9
-76
/
+133
2021-10-08
crypto: qat - remove unnecessary collision prevention step in PFVF
Marco Chiappero
1
-19
/
+1
2021-10-08
crypto: qat - disregard spurious PFVF interrupts
Giovanni Cabiddu
2
-0
/
+12
2021-10-08
crypto: qat - detect PFVF collision after ACK
Giovanni Cabiddu
1
-0
/
+7
2021-09-24
crypto: qat - power up 4xxx device
Giovanni Cabiddu
4
-0
/
+47
2021-09-17
crypto: qat - remove unneeded packed attribute
Giovanni Cabiddu
1
-6
/
+6
2021-09-17
crypto: qat - free irq in case of failure
Wojciech Ziemba
1
-29
/
+34
2021-09-17
crypto: qat - free irqs only if allocated
Maksim Lukoshkov
3
-37
/
+35
2021-09-17
crypto: qat - remove unmatched CPU affinity to cluster IRQ
Wojciech Ziemba
1
-1
/
+0
2021-09-17
crypto: qat - replace deprecated MSI API
Wojciech Ziemba
3
-60
/
+55
2021-08-21
crypto: qat - store vf.compatible flag
Giovanni Cabiddu
1
-1
/
+3
2021-08-21
crypto: qat - do not export adf_iov_putmsg()
Giovanni Cabiddu
1
-1
/
+0
2021-08-21
crypto: qat - flush vf workqueue at driver removal
Ahsan Atta
5
-0
/
+33
[next]