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-09-30
crypto: qat - add limit to linked list parsing
Adam Guerin
1
-2
/
+6
2022-09-16
crypto: qat - use reference to structure in dma_map_single()
Damian Muszynski
1
-6
/
+6
2022-09-16
Revert "crypto: qat - reduce size of mapped region"
Giovanni Cabiddu
1
-6
/
+6
2022-09-16
crypto: qat - fix DMA transfer direction
Damian Muszynski
1
-6
/
+12
2022-09-02
crypto: qat - fix default value of WDT timer
Lucas Segarra Fernandez
1
-1
/
+1
2022-08-26
crypto: drivers - move from strlcpy with unused retval to strscpy
Wolfram Sang
3
-5
/
+5
2022-08-19
crypto: qat - add check to validate firmware images
Srinivas Kerekare
2
-2
/
+57
2022-07-08
crypto: qat - expose device config through sysfs for 4xxx
Giovanni Cabiddu
1
-4
/
+76
2022-07-08
crypto: qat - relocate and rename adf_sriov_prepare_restart()
Giovanni Cabiddu
3
-27
/
+28
2022-07-08
crypto: qat - change behaviour of adf_cfg_add_key_value_param()
Giovanni Cabiddu
1
-1
/
+40
2022-07-08
crypto: qat - expose device state through sysfs for 4xxx
Giovanni Cabiddu
7
-1
/
+130
2022-06-24
crypto: qat - Removes the x86 dependency on the QAT drivers
Yoan Picchi
1
-7
/
+7
2022-06-24
crypto: qat - replace get_current_node() with numa_node_id()
Andre Przywara
3
-9
/
+4
2022-05-20
crypto: qat - add support for 401xx devices
Giovanni Cabiddu
4
-0
/
+5
2022-05-20
crypto: qat - re-enable registration of algorithms
Giovanni Cabiddu
2
-14
/
+0
2022-05-20
crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flag
Giovanni Cabiddu
3
-14
/
+27
2022-05-20
crypto: qat - add param check for DH
Giovanni Cabiddu
1
-0
/
+4
2022-05-20
crypto: qat - add param check for RSA
Giovanni Cabiddu
1
-0
/
+8
2022-05-20
crypto: qat - remove dma_free_coherent() for DH
Giovanni Cabiddu
1
-49
/
+34
2022-05-20
crypto: qat - remove dma_free_coherent() for RSA
Giovanni Cabiddu
1
-77
/
+60
2022-05-20
crypto: qat - fix memory leak in RSA
Giovanni Cabiddu
1
-11
/
+1
2022-05-20
crypto: qat - add backlog mechanism
Giovanni Cabiddu
9
-18
/
+123
2022-05-20
crypto: qat - refactor submission logic
Giovanni Cabiddu
6
-54
/
+101
2022-05-20
crypto: qat - use pre-allocated buffers in datapath
Giovanni Cabiddu
2
-27
/
+61
2022-05-20
crypto: qat - set to zero DH parameters before free
Giovanni Cabiddu
1
-0
/
+3
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
[next]