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
2022-01-31
crypto: octeontx2 - Avoid stack variable overflow
Kees Cook
1
-1
/
+2
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-4
/
+4
2022-01-14
virtio: wrap config->reset calls
Michael S. Tsirkin
1
-4
/
+4
2022-01-11
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
93
-1855
/
+4072
2022-01-10
Merge tag 's390-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-0
/
+12
2021-12-31
crypto: qat - fix definition of ring reset results
Giovanni Cabiddu
1
-4
/
+4
2021-12-31
crypto: hisilicon - cleanup warning in qm_get_qos_value()
Tom Rix
1
-1
/
+1
2021-12-31
crypto: ccp - remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-12-31
crypto: stm32/crc32 - Fix kernel BUG triggered in probe()
Marek Vasut
1
-2
/
+2
2021-12-24
crypto: ux500 - Use platform_get_irq() to get the interrupt
Lad Prabhakar
2
-19
/
+9
2021-12-24
crypto: hisilicon/qm - disable qm clock-gating
Weili Qian
1
-0
/
+17
2021-12-24
crypto: omap-aes - Fix broken pm_runtime_and_get() usage
Heiner Kallweit
1
-1
/
+1
2021-12-24
crypto: octeontx2 - prevent underflow in get_cores_bmap()
Dan Carpenter
1
-1
/
+2
2021-12-24
crypto: octeontx2 - out of bounds access in otx2_cpt_dl_custom_egrp_delete()
Dan Carpenter
1
-1
/
+1
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
2021-12-24
crypto: qat - set COMPRESSION capability for QAT GEN2
Giovanni Cabiddu
3
-1
/
+10
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-12-24
crypto: octeontx2 - Use swap() instead of swap_engines()
Jiapeng Chong
1
-11
/
+1
2021-12-24
crypto: omap - increase priority of DES/3DES
Corentin Labbe
1
-4
/
+4
2021-12-24
crypto: hisilicon/zip - add new algorithms for uacce device
Yang Shen
1
-1
/
+4
2021-12-17
crypto: hisilicon/qm - disable queue when 'CQ' error
Weili Qian
1
-1
/
+21
2021-12-17
crypto: hisilicon/qm - reset function if event queue overflows
Weili Qian
1
-11
/
+57
2021-12-17
crypto: hisilicon/qm - use request_threaded_irq instead
Weili Qian
1
-7
/
+16
2021-12-17
crypto: hisilicon/qm - modify the handling method after abnormal interruption
Weili Qian
1
-2
/
+2
2021-12-17
crypto: hisilicon/qm - code movement
Weili Qian
1
-69
/
+69
2021-12-17
crypto: hisilicon/qm - remove unnecessary device memory reset
Weili Qian
1
-5
/
+18
2021-12-17
crypto: hisilicon/qm - fix deadlock for remove driver
Yang Shen
1
-2
/
+1
2021-12-17
crypto: hisilicon/zip - enable ssid for sva sgl
Yang Shen
1
-1
/
+2
2021-12-17
crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()
Weili Qian
1
-1
/
+1
[next]