aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/ccp-dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-45/+51
2019-07-03crypto: ccp - Switch to SPDX license identifiersHook, Gary1-4/+1
2019-07-03crypto: ccp - Validate the the error value used to index error messagesHook, Gary1-45/+51
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-11-03crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef1-2/+5
2017-08-03crypto: ccp - remove duplicate module version and author entryBrijesh Singh1-7/+0
2017-07-28crypto: ccp - Update copyright dates for 2017.Gary R Hook1-1/+1
2017-07-18crypto: ccp - Abstract interrupt registerationBrijesh Singh1-2/+1
2017-07-18crypto: ccp - Introduce the AMD Secure Processor deviceBrijesh Singh1-63/+43
2017-07-18crypto: ccp - Use devres interface to allocate PCI/iomap and cleanupBrijesh Singh1-0/+61
2017-07-18crypto: ccp - Fix some line spacingGary R Hook1-0/+1
2017-06-19crypto: ccp - Add debugfs entries for CCP informationGary R Hook1-1/+1
2017-05-18crypto: ccp - Add a module authorGary R Hook1-0/+1
2017-03-16crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook1-1/+4
2016-10-25crypto: ccp - Clean up the LSB slot allocation codeGary R Hook1-0/+4
2016-10-25crypto: ccp - Fix non static symbol warningWei Yongjun1-1/+1
2016-10-02crypto: ccp - Make syslog errors human-readableGary R Hook1-0/+53
2016-08-16crypto: ccp - Fix non static symbol warningWei Yongjun1-1/+1
2016-08-09crypto: ccp - Add support for the RNG in a version 5 CCPGary R Hook1-0/+23
2016-08-09crypto: ccp - Refactor code supporting the CCP's RNGGary R Hook1-0/+28
2016-08-09crypto: ccp - Refactoring: symbol cleanupGary R Hook1-3/+4
2016-04-15crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>Mike Galbraith1-1/+1
2016-03-17crypto: ccp - fix lock acquisition codeGary R Hook1-3/+3
2016-03-11crypto: ccp - Add abstraction for device-specific callsGary R Hook1-285/+21
2016-03-11crypto: ccp - CCP versioning supportGary R Hook1-0/+27
2016-03-11crypto: ccp - Support for multiple CCPsGary R Hook1-13/+100
2016-03-11crypto: ccp - Remove check for x86 family and modelGary R Hook1-36/+11
2015-02-27crypto: ccp - Convert calls to their devm_ counterpartsTom Lendacky1-1/+1
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky1-4/+1
2015-01-26crypto: ccp - terminate ccp_support array with empty elementAndrey Ryabinin1-0/+1
2014-09-24crypto: ccp - Check for CCP before registering crypto algsTom Lendacky1-0/+14
2014-07-23crypto: ccp - Base AXI DMA cache settings on device treeTom Lendacky1-1/+1
2014-06-20crypto: ccp - Add platform device support for arm64Tom Lendacky1-0/+34
2014-02-09crypto: ccp - Perform completion callbacks using a taskletTom Lendacky1-4/+17
2014-01-15crypto: ccp - CCP device enabled/disabled changesTom Lendacky1-1/+14
2013-12-09crytpo: ccp - fix coccinelle warningsFengguang Wu1-2/+2
2013-12-05crypto: ccp - CCP device driver and interface supportTom Lendacky1-0/+582