summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp/ccp-dev.c
AgeCommit message (Expand)Author
2021-11-20crypto: ccp - no need to initialise statics to 0Jason Wang
2021-05-28crypto: ccp: ccp-dev: Fix a little doc-rotLee Jones
2021-04-22crypto: ccp - Make ccp_dev_suspend and ccp_dev_resume void functionsTian Tao
2020-07-31crypto: ccp - use generic power managementVaibhav Gupta
2019-10-26crypto: ccp - Change a message to reflect status instead of failureHook, Gary
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-08-22crypto: ccp - Ignore unconfigured CCP device on suspend/resumeGary R Hook
2019-07-26crypto: ccp - module parameter to limit the number of enabled CCPsHook, Gary
2019-07-26crypto: ccp - Add a module parameter to specify a queue countHook, Gary
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-03crypto: ccp - Switch to SPDX license identifiersHook, Gary
2019-07-03crypto: ccp - Validate the the error value used to index error messagesHook, Gary
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-11-03crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef
2017-08-03crypto: ccp - remove duplicate module version and author entryBrijesh Singh
2017-07-28crypto: ccp - Update copyright dates for 2017.Gary R Hook
2017-07-18crypto: ccp - Abstract interrupt registerationBrijesh Singh
2017-07-18crypto: ccp - Introduce the AMD Secure Processor deviceBrijesh Singh
2017-07-18crypto: ccp - Use devres interface to allocate PCI/iomap and cleanupBrijesh Singh
2017-07-18crypto: ccp - Fix some line spacingGary R Hook
2017-06-19crypto: ccp - Add debugfs entries for CCP informationGary R Hook
2017-05-18crypto: ccp - Add a module authorGary R Hook
2017-03-16crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook
2016-10-25crypto: ccp - Clean up the LSB slot allocation codeGary R Hook
2016-10-25crypto: ccp - Fix non static symbol warningWei Yongjun
2016-10-02crypto: ccp - Make syslog errors human-readableGary R Hook
2016-08-16crypto: ccp - Fix non static symbol warningWei Yongjun
2016-08-09crypto: ccp - Add support for the RNG in a version 5 CCPGary R Hook
2016-08-09crypto: ccp - Refactor code supporting the CCP's RNGGary R Hook
2016-08-09crypto: ccp - Refactoring: symbol cleanupGary R Hook
2016-04-15crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>Mike Galbraith
2016-03-17crypto: ccp - fix lock acquisition codeGary R Hook
2016-03-11crypto: ccp - Add abstraction for device-specific callsGary R Hook
2016-03-11crypto: ccp - CCP versioning supportGary R Hook
2016-03-11crypto: ccp - Support for multiple CCPsGary R Hook
2016-03-11crypto: ccp - Remove check for x86 family and modelGary R Hook
2015-02-27crypto: ccp - Convert calls to their devm_ counterpartsTom Lendacky
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky
2015-01-26crypto: ccp - terminate ccp_support array with empty elementAndrey Ryabinin
2014-09-24crypto: ccp - Check for CCP before registering crypto algsTom Lendacky
2014-07-23crypto: ccp - Base AXI DMA cache settings on device treeTom Lendacky
2014-06-20crypto: ccp - Add platform device support for arm64Tom Lendacky
2014-02-09crypto: ccp - Perform completion callbacks using a taskletTom Lendacky
2014-01-15crypto: ccp - CCP device enabled/disabled changesTom Lendacky
2013-12-09crytpo: ccp - fix coccinelle warningsFengguang Wu
2013-12-05crypto: ccp - CCP device driver and interface supportTom Lendacky