index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
qat
/
qat_common
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
3
-52
/
+52
2018-10-25
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-29
/
+31
2018-10-05
crypto: qat - move temp buffers off the stack
Ard Biesheuvel
1
-33
/
+31
2018-10-02
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
Oza Pawandeep
1
-1
/
+0
2018-09-04
crypto: qat - Remove VLA usage
Kees Cook
1
-2
/
+6
2018-08-03
crypto: qat/adf_aer - Replace GFP_ATOMIC with GFP_KERNEL in adf_dev_aer_sched...
Jia-Ju Bai
1
-1
/
+1
2018-06-12
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+3
2018-04-07
.gitignore: move *-asn1.[ch] patterns to the top-level .gitignore
Masahiro Yamada
1
-1
/
+0
2018-03-31
crypto: qat - don't leak pointers to authenc keys
Tudor-Dan Ambarus
1
-0
/
+3
2018-02-15
crypto: qat - Make several functions static
Colin Ian King
1
-3
/
+6
2017-12-22
crypto: qat - reduce stack size with KASAN
Arnd Bergmann
1
-66
/
+67
2017-11-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-19
/
+17
2017-11-10
crypto: dh - Remove pointless checks for NULL 'p' and 'g'
Eric Biggers
1
-3
/
+0
2017-11-10
crypto: qat - Clean up error handling in qat_dh_set_secret()
Eric Biggers
1
-7
/
+8
2017-11-03
crypto: qat - mark expected switch fall-throughs in qat_uclo
Gustavo A. R. Silva
1
-0
/
+3
2017-11-03
crypto: qat - remove unused and redundant pointer vf_info
Colin Ian King
1
-3
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-12
crypto: qat - pr_err() strings should end with newlines
Arvind Yadav
1
-6
/
+6
2017-07-18
crypto: qat - fix spelling mistake: "runing" -> "running"
Colin Ian King
1
-1
/
+1
2017-07-06
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-19
/
+21
2017-06-28
crypto: qat - avoid an uninitialized variable warning
Arnd Bergmann
1
-19
/
+21
2017-06-10
crypto: qat - comply with crypto_akcipher_maxsize()
Tudor-Dan Ambarus
1
-2
/
+2
2017-06-10
crypto: qat - comply with crypto_kpp_maxsize()
Tudor-Dan Ambarus
1
-2
/
+2
2017-05-23
crypto: qat - Use IPAD/OPAD constant
Corentin LABBE
1
-2
/
+3
2017-05-23
crypto: qat - use pcie_flr instead of duplicating it
Christoph Hellwig
1
-14
/
+1
2017-03-09
crypto: kpp - constify buffer passed to crypto_kpp_set_secret()
Eric Biggers
1
-1
/
+1
2016-12-30
crypto: qat - increase number of supported devices
Xin Zeng
3
-14
/
+19
2016-12-30
crypto: qat - zero esram only for DH85x devices
Giovanni Cabiddu
1
-2
/
+2
2016-12-30
crypto: qat - fix bar discovery for c62x
Giovanni Cabiddu
1
-0
/
+1
2016-12-30
crypto: qat - replace hardcoded BIT(0) in vf_isr
Giovanni Cabiddu
1
-2
/
+2
2016-12-30
crypto: qat - fix comments describing adf_disable_sriov()
Ahsan Atta
1
-2
/
+2
2016-12-30
crypto: qat - fix indentation
Ahsan Atta
1
-1
/
+1
2016-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-2
/
+2
2016-09-13
crypto: qat - fix leak on error path
Giovanni Cabiddu
1
-4
/
+4
2016-08-31
crypto: qat - fix constants table DMA
Maksim Lukoshkov
1
-8
/
+12
2016-08-24
crypto: qat - fix aes-xts key sizes
Giovanni Cabiddu
1
-2
/
+2
2016-07-11
crypto: qat - Stop dropping leading zeros from RSA output
Salvatore Benedetto
1
-20
/
+0
2016-07-11
crypto: qat - Add DH support
Salvatore Benedetto
1
-72
/
+521
2016-07-05
crypto: qat - Add RSA CRT mode
Salvatore Benedetto
1
-25
/
+209
2016-07-05
crypto: qat - Use alternative reset methods depending on the specific device
Conor McLoughlin
3
-9
/
+40
2016-07-05
crypto: qat - Switch to new rsa_helper functions
Salvatore Benedetto
4
-54
/
+20
2016-06-13
crypto: qat - Remove deprecated create_workqueue
Bhaktipriya Shridhar
3
-3
/
+4
2016-05-31
crypto: qat - fix typos sizeof for ctx
Tadeusz Struk
1
-4
/
+4
2016-05-13
crypto: qat - change the adf_ctl_stop_devices to void
Tadeusz Struk
1
-6
/
+3
2016-05-03
crypto: qat - make adf_vf_isr.c dependant on IOV config
Tadeusz Struk
2
-4
/
+14
2016-05-03
crypto: qat - Fix typo in comments
Tadeusz Struk
1
-2
/
+2
2016-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-2
/
+11
2016-05-03
crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq
Tadeusz Struk
1
-2
/
+11
2016-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
3
-10
/
+24
[next]