| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-24 | crypto: ccp - use min() instead of min_t() | David Laight | 1 | -1/+1 |
| 2021-11-20 | crypto: ccp - no need to initialise statics to 0 | Jason Wang | 1 | -1/+1 |
| 2021-05-28 | crypto: ccp: ccp-dev: Fix a little doc-rot | Lee Jones | 1 | -1/+1 |
| 2021-04-22 | crypto: ccp - Make ccp_dev_suspend and ccp_dev_resume void functions | Tian Tao | 1 | -8/+4 |
| 2020-07-31 | crypto: ccp - use generic power management | Vaibhav Gupta | 1 | -3/+1 |
| 2019-10-26 | crypto: ccp - Change a message to reflect status instead of failure | Hook, Gary | 1 | -3/+12 |
| 2019-09-18 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+28 |
| 2019-08-30 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+8 |
| 2019-08-22 | crypto: ccp - Ignore unconfigured CCP device on suspend/resume | Gary R Hook | 1 | -0/+8 |
| 2019-07-26 | crypto: ccp - module parameter to limit the number of enabled CCPs | Hook, Gary | 1 | -1/+17 |
| 2019-07-26 | crypto: ccp - Add a module parameter to specify a queue count | Hook, Gary | 1 | -0/+11 |
| 2019-07-08 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -45/+51 |
| 2019-07-03 | crypto: ccp - Switch to SPDX license identifiers | Hook, Gary | 1 | -4/+1 |
| 2019-07-03 | crypto: ccp - Validate the the error value used to index error messages | Hook, Gary | 1 | -45/+51 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2017-11-03 | crypto: ccp - use -ENOSPC for transient busy indication | Gilad Ben-Yossef | 1 | -2/+5 |
| 2017-08-03 | crypto: ccp - remove duplicate module version and author entry | Brijesh Singh | 1 | -7/+0 |
| 2017-07-28 | crypto: ccp - Update copyright dates for 2017. | Gary R Hook | 1 | -1/+1 |
| 2017-07-18 | crypto: ccp - Abstract interrupt registeration | Brijesh Singh | 1 | -2/+1 |
| 2017-07-18 | crypto: ccp - Introduce the AMD Secure Processor device | Brijesh Singh | 1 | -63/+43 |
| 2017-07-18 | crypto: ccp - Use devres interface to allocate PCI/iomap and cleanup | Brijesh Singh | 1 | -0/+61 |
| 2017-07-18 | crypto: ccp - Fix some line spacing | Gary R Hook | 1 | -0/+1 |
| 2017-06-19 | crypto: ccp - Add debugfs entries for CCP information | Gary R Hook | 1 | -1/+1 |
| 2017-05-18 | crypto: ccp - Add a module author | Gary R Hook | 1 | -0/+1 |
| 2017-03-16 | crypto: ccp - Assign DMA commands to the channel's CCP | Gary R Hook | 1 | -1/+4 |
| 2016-10-25 | crypto: ccp - Clean up the LSB slot allocation code | Gary R Hook | 1 | -0/+4 |
| 2016-10-25 | crypto: ccp - Fix non static symbol warning | Wei Yongjun | 1 | -1/+1 |
| 2016-10-02 | crypto: ccp - Make syslog errors human-readable | Gary R Hook | 1 | -0/+53 |
| 2016-08-16 | crypto: ccp - Fix non static symbol warning | Wei Yongjun | 1 | -1/+1 |
| 2016-08-09 | crypto: ccp - Add support for the RNG in a version 5 CCP | Gary R Hook | 1 | -0/+23 |
| 2016-08-09 | crypto: ccp - Refactor code supporting the CCP's RNG | Gary R Hook | 1 | -0/+28 |
| 2016-08-09 | crypto: ccp - Refactoring: symbol cleanup | Gary R Hook | 1 | -3/+4 |
| 2016-04-15 | crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h> | Mike Galbraith | 1 | -1/+1 |
| 2016-03-17 | crypto: ccp - fix lock acquisition code | Gary R Hook | 1 | -3/+3 |
| 2016-03-11 | crypto: ccp - Add abstraction for device-specific calls | Gary R Hook | 1 | -285/+21 |
| 2016-03-11 | crypto: ccp - CCP versioning support | Gary R Hook | 1 | -0/+27 |
| 2016-03-11 | crypto: ccp - Support for multiple CCPs | Gary R Hook | 1 | -13/+100 |
| 2016-03-11 | crypto: ccp - Remove check for x86 family and model | Gary R Hook | 1 | -36/+11 |
| 2015-02-27 | crypto: ccp - Convert calls to their devm_ counterparts | Tom Lendacky | 1 | -1/+1 |
| 2015-02-27 | crypto: ccp - Updates for checkpatch warnings/errors | Tom Lendacky | 1 | -4/+1 |
| 2015-01-26 | crypto: ccp - terminate ccp_support array with empty element | Andrey Ryabinin | 1 | -0/+1 |
| 2014-09-24 | crypto: ccp - Check for CCP before registering crypto algs | Tom Lendacky | 1 | -0/+14 |
| 2014-07-23 | crypto: ccp - Base AXI DMA cache settings on device tree | Tom Lendacky | 1 | -1/+1 |
| 2014-06-20 | crypto: ccp - Add platform device support for arm64 | Tom Lendacky | 1 | -0/+34 |
| 2014-02-09 | crypto: ccp - Perform completion callbacks using a tasklet | Tom Lendacky | 1 | -4/+17 |
| 2014-01-15 | crypto: ccp - CCP device enabled/disabled changes | Tom Lendacky | 1 | -1/+14 |
| 2013-12-09 | crytpo: ccp - fix coccinelle warnings | Fengguang Wu | 1 | -2/+2 |
| 2013-12-05 | crypto: ccp - CCP device driver and interface support | Tom Lendacky | 1 | -0/+582 |