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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-13
crypto: qat - remove global CSRs helpers
Jack Xu
2
-16
/
+13
2020-11-13
crypto: qat - refactor AE start
Jack Xu
3
-18
/
+18
2020-11-13
crypto: qat - change micro word data mask
Jack Xu
1
-1
/
+1
2020-11-13
crypto: qat - change type for ctx_mask
Jack Xu
2
-12
/
+12
2020-11-13
crypto: qat - add support for relative FW ucode loading
Jack Xu
1
-6
/
+7
2020-11-13
crypto: qat - rename qat_uclo_del_uof_obj()
Jack Xu
3
-3
/
+3
2020-11-13
crypto: qat - introduce additional parenthesis
Jack Xu
2
-10
/
+10
2020-11-13
crypto: qat - remove unnecessary parenthesis
Jack Xu
2
-11
/
+11
2020-11-13
crypto: qat - fix error message
Jack Xu
1
-1
/
+1
2020-11-13
crypto: qat - fix CSR access
Jack Xu
1
-4
/
+2
2020-11-13
crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()
Jack Xu
1
-1
/
+1
2020-11-13
crypto: qat - support for mof format in fw loader
Giovanni Cabiddu
5
-5
/
+331
2020-11-13
crypto: cavium/nitrox - Fix sparse warnings
Herbert Xu
9
-21
/
+26
2020-11-13
crypto: qat - replace pci with PCI in comments
Adam Guerin
2
-4
/
+4
2020-11-13
crypto: qat - remove cast for mailbox CSR
Adam Guerin
1
-1
/
+1
2020-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+3
2020-11-06
crypto: caam - fix printing on xts fallback allocation error path
Horia Geantă
3
-5
/
+6
2020-11-06
crypto: hisilicon/qm - split 'hisi_qm_init' into smaller pieces
Weili Qian
1
-33
/
+53
2020-11-06
crypto: hisilicon/qm - split 'qm_eq_ctx_cfg' into smaller pieces
Weili Qian
1
-12
/
+32
2020-11-06
crypto: hisilicon/qm - split 'qm_qp_ctx_cfg' into smaller pieces
Weili Qian
1
-8
/
+28
2020-11-06
crypto: hisilicon/qm - replace 'sprintf' with 'scnprintf'
Weili Qian
1
-1
/
+2
2020-11-06
crypto: hisilicon/qm - modify return type of 'qm_set_sqctype'
Weili Qian
1
-3
/
+1
2020-11-06
crypto: hisilicon/qm - modify the return type of debugfs interface
Weili Qian
5
-25
/
+8
2020-11-06
crypto: hisilicon/qm - modify the return type of function
Weili Qian
1
-2
/
+2
2020-11-06
crypto: hisilicon/qm - numbers are replaced by macros
Weili Qian
1
-7
/
+12
2020-11-06
crypto: qat - remove unneeded semicolon
Tom Rix
2
-5
/
+5
2020-11-06
crypto: cavium/nitrox - remove unneeded semicolon
Tom Rix
1
-1
/
+1
2020-11-06
crypto: caam - enable crypto-engine retry mechanism
Iuliana Prodan
2
-1
/
+11
2020-11-06
crypto: atmel-sha - remove unneeded break
Tom Rix
1
-1
/
+0
2020-11-03
crypto: caam: Replace in_irq() usage.
Sebastian Andrzej Siewior
1
-8
/
+4
2020-11-03
soc/fsl/qbman: Add an argument to signal if NAPI processing is required.
Sebastian Andrzej Siewior
1
-1
/
+2
2020-10-30
crypto: omap-aes - fix the reference count leak of omap device
Zhang Qilong
1
-0
/
+1
2020-10-30
crypto: sa2ul - Reduce stack usage
Herbert Xu
2
-61
/
+63
2020-10-30
crypto: hisilicon - fixes some coding style
Longfang Liu
2
-29
/
+18
2020-10-30
crypto: hisilicon - delete unused structure member variables
Longfang Liu
1
-2
/
+0
2020-10-30
crypto: qat - extend ae_mask
Giovanni Cabiddu
1
-1
/
+1
2020-10-30
crypto: qat - allow for instances in different banks
Giovanni Cabiddu
2
-9
/
+28
2020-10-30
crypto: qat - refactor qat_crypto_dev_config()
Giovanni Cabiddu
1
-26
/
+41
2020-10-30
crypto: qat - refactor qat_crypto_create_instances()
Giovanni Cabiddu
1
-27
/
+41
2020-10-30
crypto: qat - change return value in adf_cfg_key_val_get()
Giovanni Cabiddu
1
-1
/
+1
2020-10-30
crypto: qat - change return value in adf_cfg_add_key_value_param()
Giovanni Cabiddu
1
-1
/
+1
2020-10-30
crypto: qat - remove unnecessary void* casts
Giovanni Cabiddu
1
-10
/
+10
2020-10-30
crypto: qat - call functions in adf_sriov if available
Giovanni Cabiddu
1
-5
/
+10
2020-10-30
crypto: qat - remove hardcoded bank irq clear flag mask
Giovanni Cabiddu
2
-3
/
+2
2020-10-30
crypto: qat - abstract writes to arbiter enable
Giovanni Cabiddu
4
-10
/
+20
2020-10-30
crypto: qat - use BIT_ULL() - 1 pattern for masks
Giovanni Cabiddu
2
-2
/
+2
2020-10-30
crypto: qat - replace constant masks with GENMASK
Giovanni Cabiddu
2
-2
/
+2
2020-10-30
crypto: qat - abstract build ring base
Giovanni Cabiddu
5
-3
/
+12
2020-10-30
crypto: qat - enable ring after pair is programmed
Giovanni Cabiddu
1
-1
/
+19
2020-10-30
crypto: qat - register crypto instances based on capability
Giovanni Cabiddu
2
-1
/
+21
[prev]
[next]