index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
qat
/
qat_dh895xcc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-05
crypto: qat - changed adf_dev_stop to void
Tadeusz Struk
1
-3
/
+1
2015-12-25
crypto: qat - Rename dh895xcc mmp firmware
Ahsan Atta
1
-1
/
+1
2015-12-09
crypto: qat - move isr files to qat common so that they can be reused
Tadeusz Struk
6
-490
/
+11
2015-11-17
crypto: qat - remove superfluous check from adf_probe
Salvatore Benedetto
1
-7
/
+1
2015-08-10
crypto: qat - Add support for SRIOV
Tadeusz Struk
4
-67
/
+180
2015-08-10
crypto: qat - Move adf admin and adf hw arbitrer to common code
Tadeusz Struk
8
-435
/
+4
2015-07-28
crypto: qat - remove redundant struct elem
Bruce Allan
2
-2
/
+1
2015-07-17
crypto: qat - Add support for RSA algorithm
Tadeusz Struk
1
-12
/
+0
2015-07-17
crypto: qat - add MMP FW support to accel engine
Tadeusz Struk
2
-0
/
+3
2015-07-17
crypto: qat - add support for MMP FW
Pingchao Yang
2
-0
/
+7
2015-06-09
crypto: qat - Set max request size
Tadeusz Struk
1
-0
/
+2
2015-05-11
crypto: qat - add driver version
Allan, Bruce W
1
-0
/
+1
2015-04-28
crypto: qat - do not duplicate string containing firmware name
Allan, Bruce W
1
-1
/
+1
2015-04-01
crypto: qat - fix checkpatch CODE_INDENT issue
Allan, Bruce W
1
-1
/
+1
2015-04-01
crypto: qat - fix checkpatch BIT_MACRO issues
Allan, Bruce W
1
-3
/
+3
2015-03-23
crypto: qat - make error and info log messages more descriptive
Allan, Bruce W
3
-8
/
+13
2015-03-11
crypto: qat - remove incorrect __exit markup
Dmitry Torokhov
1
-1
/
+1
2015-01-13
crypto: qat - fix device reset flow
Allan, Bruce W
2
-31
/
+30
2014-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-8
/
+6
2014-11-06
crypto: qat - Move BAR definitions to device specific module
Tadeusz Struk
1
-0
/
+2
2014-10-24
crypto: qat - cleanup coccicheck warning - NULL check before freeing functions
Bruce Allan
1
-8
/
+4
2014-10-24
crypto: qat - Enforce valid numa configuration
Tadeusz Struk
3
-22
/
+14
2014-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-1
/
+1
2014-09-24
crypto: qat - Fix typo in name of tasklet_struct
Tadeusz Struk
1
-4
/
+4
2014-09-18
crypto: qat - Enable all 32 IRQs
Tadeusz Struk
1
-1
/
+1
2014-08-29
crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
1
-3
/
+3
2014-08-01
crypto: qat - Fixed SKU1 dev issue
Tadeusz Struk
1
-1
/
+1
2014-06-26
crypto: qat - Fixed new checkpatch warnings
Tadeusz Struk
2
-7
/
+7
2014-06-26
crypto: qat - Updated Firmware Info Metadata
Tadeusz Struk
1
-0
/
+1
2014-06-23
crypto: qat - Fix build problem with O=
Herbert Xu
1
-1
/
+1
2014-06-20
crypto: qat - Intel(R) QAT DH895xcc accelerator
Tadeusz Struk
9
-0
/
+1499