index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
qat
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-29
crypto: qat - Fix unsigned function returning negative constant
Haowen Bai
1
-1
/
+1
2022-04-15
crypto: qat - remove line wrapping for pfvf_ops functions
Marco Chiappero
3
-6
/
+3
2022-04-15
crypto: qat - use u32 variables in all GEN4 pfvf_ops
Marco Chiappero
1
-1
/
+1
2022-04-15
crypto: qat - replace disable_vf2pf_interrupts()
Marco Chiappero
7
-34
/
+23
2022-04-15
crypto: qat - leverage the GEN2 VF mask definiton
Marco Chiappero
1
-3
/
+3
2022-04-15
crypto: qat - rework the VF2PF interrupt handling logic
Marco Chiappero
5
-65
/
+132
2022-04-15
crypto: qat - fix off-by-one error in PFVF debug print
Marco Chiappero
1
-1
/
+1
2022-04-15
crypto: qat - fix wording and formatting in code comment
Marco Chiappero
1
-2
/
+2
2022-04-15
crypto: qat - test PFVF registers for spurious interrupts on GEN4
Marco Chiappero
1
-0
/
+6
2022-04-15
crypto: qat - add check for invalid PFVF protocol version 0
Wojciech Ziemba
1
-1
/
+3
2022-04-15
crypto: qat - add missing restarting event notification in VFs
Marco Chiappero
1
-0
/
+1
2022-04-15
crypto: qat - remove unnecessary tests to detect PFVF support
Marco Chiappero
1
-7
/
+3
2022-04-15
crypto: qat - remove unused PFVF stubs
Giovanni Cabiddu
1
-12
/
+0
2022-04-15
crypto: qat - remove unneeded braces
Marco Chiappero
1
-2
/
+1
2022-04-15
crypto: qat - fix ETR sources enabled by default on GEN2 devices
Marco Chiappero
8
-55
/
+22
2022-04-15
crypto: qat - set COMPRESSION capability for DH895XCC
Giovanni Cabiddu
1
-1
/
+2
2022-04-15
crypto: qat - set CIPHER capability for DH895XCC
Giovanni Cabiddu
1
-3
/
+9
2022-04-15
crypto: qat - stop using iommu_present()
Robin Murphy
1
-2
/
+1
2022-03-09
crypto: qat - fix initialization of pfvf rts_map_msg structures
Giovanni Cabiddu
1
-1
/
+1
2022-03-09
crypto: qat - fix initialization of pfvf cap_msg structures
Giovanni Cabiddu
1
-1
/
+1
2022-03-09
crypto: qat - remove unneeded assignment
Giovanni Cabiddu
1
-1
/
+1
2022-03-09
crypto: qat - disable registration of algorithms
Giovanni Cabiddu
2
-0
/
+14
2022-02-18
crypto: qat - enable power management for QAT GEN4
Wojciech Ziemba
11
-16
/
+252
2022-02-18
crypto: qat - move and rename GEN4 error register definitions
Wojciech Ziemba
3
-17
/
+17
2022-02-18
crypto: qat - add misc workqueue
Wojciech Ziemba
3
-0
/
+37
2022-02-18
crypto: qat - don't cast parameter in bit operations
Andy Shevchenko
1
-3
/
+6
2022-01-31
crypto: qat - fix access to PFVF interrupt registers for GEN4
Giovanni Cabiddu
1
-33
/
+9
2022-01-28
crypto: qat - fix a signedness bug in get_service_enabled()
Dan Carpenter
1
-1
/
+1
2021-12-31
crypto: qat - fix definition of ring reset results
Giovanni Cabiddu
1
-4
/
+4
2021-12-24
crypto: qat - add support for compression for 4xxx
Tomasz Kowalik
8
-13
/
+147
2021-12-24
crypto: qat - allow detection of dc capabilities for 4xxx
Giovanni Cabiddu
2
-26
/
+44
2021-12-24
crypto: qat - add PFVF support to enable the reset of ring pairs
Marco Chiappero
3
-0
/
+67
2021-12-24
crypto: qat - add PFVF support to the GEN4 host driver
Marco Chiappero
5
-10
/
+196
2021-12-24
crypto: qat - config VFs based on ring-to-svc mapping
Marco Chiappero
6
-13
/
+34
2021-12-24
crypto: qat - exchange ring-to-service mappings over PFVF
Marco Chiappero
7
-1
/
+63
2021-12-24
crypto: qat - support fast ACKs in the PFVF protocol
Marco Chiappero
5
-30
/
+91
2021-12-24
crypto: qat - exchange device capabilities over PFVF
Marco Chiappero
8
-4
/
+112
2021-12-24
crypto: qat - introduce support for PFVF block messages
Marco Chiappero
9
-3
/
+442
2021-12-24
crypto: qat - store the ring-to-service mapping
Marco Chiappero
11
-0
/
+44
2021-12-24
crypto: qat - store the PFVF protocol version of the endpoints
Marco Chiappero
4
-2
/
+9
2021-12-24
crypto: qat - improve the ACK timings in PFVF send
Marco Chiappero
2
-3
/
+4
2021-12-24
crypto: qat - leverage read_poll_timeout in PFVF send
Marco Chiappero
1
-12
/
+8
2021-12-24
crypto: qat - leverage bitfield.h utils for PFVF messages
Marco Chiappero
3
-14
/
+14
2021-12-24
crypto: qat - abstract PFVF messages with struct pfvf_message
Marco Chiappero
12
-83
/
+184
2021-12-24
crypto: qat - set PFVF_MSGORIGIN just before sending
Marco Chiappero
4
-11
/
+7
2021-12-24
crypto: qat - make PFVF send and receive direction agnostic
Marco Chiappero
4
-37
/
+89
2021-12-24
crypto: qat - make PFVF message construction direction agnostic
Marco Chiappero
6
-71
/
+120
2021-12-24
crypto: qat - add the adf_get_pmisc_base() helper function
Marco Chiappero
8
-115
/
+61
2021-12-24
crypto: qat - support the reset of ring pairs on PF
Marco Chiappero
5
-0
/
+67
2021-12-24
crypto: qat - extend crypto capability detection for 4xxx
Giovanni Cabiddu
2
-4
/
+34
[next]