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.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
/
ccp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-26
crypto: ccp - terminate ccp_support array with empty element
Andrey Ryabinin
1
-0
/
+1
2014-10-20
crypto: ccp: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-14
crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.c
Jan-Simon Möller
1
-7
/
+6
2014-09-24
crypto: ccp - Check for CCP before registering crypto algs
Tom Lendacky
2
-0
/
+18
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-08-01
crypto: ccp - Do not sign extend input data to CCP
Tom Lendacky
1
-13
/
+13
2014-07-24
crypto: ccp - Remove "select OF" from Kconfig
Tom Lendacky
1
-1
/
+0
2014-07-23
crypto: ccp - Base AXI DMA cache settings on device tree
Tom Lendacky
4
-1
/
+12
2014-06-20
crypto: ccp - Add platform device support for arm64
Tom Lendacky
4
-1
/
+269
2014-06-20
crypto: ccp - Modify PCI support in prep for arm64 support
Tom Lendacky
2
-27
/
+15
2014-05-22
crypto: ccp - tfm->__crt_alg->cra_name directly
Marek Vasut
1
-2
/
+2
2014-04-16
crypto: ccp - Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-4
/
+3
2014-02-27
crypto: ccp - Account for CCP backlog processing
Tom Lendacky
1
-7
/
+11
2014-02-27
crypto: ccp - Invoke context callback when there is a backlog error
Tom Lendacky
1
-0
/
+3
2014-02-27
crypto: ccp - Prevent a possible lost CCP command request
Tom Lendacky
1
-0
/
+4
2014-02-09
crypto: ccp - Perform completion callbacks using a tasklet
Tom Lendacky
1
-4
/
+17
2014-02-09
crypto: ccp - Use a single queue for proper ordering of tfm requests
Tom Lendacky
1
-116
/
+48
2014-02-09
crypto: ccp - Move HMAC calculation down to ccp ops file
Tom Lendacky
3
-110
/
+132
2014-02-09
crypto: ccp - Allow for selective disablement of crypto API algorithms
Tom Lendacky
1
-12
/
+25
2014-02-09
crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignments
Dave Jones
1
-2
/
+2
2014-01-15
crypto: ccp - CCP device enabled/disabled changes
Tom Lendacky
2
-1
/
+17
2014-01-15
crypto: ccp - Cleanup hash invocation calls
Tom Lendacky
2
-3
/
+7
2014-01-15
crypto: ccp - Change data length declarations to u64
Tom Lendacky
4
-33
/
+53
2014-01-15
crypto: ccp - Check for caller result area before using it
Tom Lendacky
2
-3
/
+8
2014-01-15
crypto: ccp - Cleanup scatterlist usage
Tom Lendacky
2
-26
/
+33
2014-01-15
crypto: ccp - Apply appropriate gfp_t type to memory allocations
Tom Lendacky
2
-2
/
+8
2013-12-30
crypto: ccp - Remove redundant dev_set_drvdata
Sachin Kamat
1
-2
/
+0
2013-12-20
crypto: ccp - Remove user triggerable pr_err calls
Tom Lendacky
3
-21
/
+7
2013-12-20
crypto: ccp - CCP Kconfig fixes
Tom Lendacky
1
-0
/
+1
2013-12-20
crypto: ccp - Fix sparse warnings in ccp-crypto-sha.c
Tom Lendacky
2
-5
/
+5
2013-12-09
crytpo: ccp - fix coccinelle warnings
Fengguang Wu
3
-4
/
+4
2013-12-05
crytpo: ccp - CCP device driver build files
Tom Lendacky
2
-0
/
+33
2013-12-05
crypto: ccp - CCP SHA crypto API support
Tom Lendacky
1
-0
/
+497
2013-12-05
crypto: ccp - CCP XTS-AES crypto API support
Tom Lendacky
1
-0
/
+285
2013-12-05
crypto: ccp - CCP AES CMAC mode crypto API support
Tom Lendacky
1
-0
/
+355
2013-12-05
crypto: ccp - CCP AES crypto API support
Tom Lendacky
1
-0
/
+375
2013-12-05
crypto: ccp - crypto API interface to the CCP device driver
Tom Lendacky
2
-0
/
+623
2013-12-05
crypto: ccp - CCP device driver and interface support
Tom Lendacky
4
-0
/
+3234