OpenCloudOS-Kernel/drivers/crypto/ccp
niuyongwen 9baada0c80 drivers/crypto/ccp: fix the increase in page references caused by gfn_to_pfn
gfn_to_pfn causes the refcount to increment atomically by one,
which needs to be released.

Signed-off-by: niuyongwen <niuyongwen@hygon.cn>
2024-11-13 11:05:16 +08:00
..
hygon drivers/crypto/ccp: fix the increase in page references caused by gfn_to_pfn 2024-11-13 11:05:16 +08:00
Kconfig newfeature:crypto: tdm: Support dynamic protection for SCT and IDT by HYGON TDM 2024-05-13 10:29:18 +08:00
Makefile crypto: ccp: Eliminate dependence of the kvm module on the ccp module 2024-05-16 10:39:39 +08:00
ccp-crypto-aes-cmac.c crypto: ccp - Set DMA alignment explicitly 2022-12-09 18:45:00 +08:00
ccp-crypto-aes-galois.c crypto: ccp - Set DMA alignment explicitly 2022-12-09 18:45:00 +08:00
ccp-crypto-aes-xts.c crypto: ccp - Set DMA alignment explicitly 2022-12-09 18:45:00 +08:00
ccp-crypto-aes.c crypto: ccp - Set DMA alignment explicitly 2022-12-09 18:45:00 +08:00
ccp-crypto-des3.c crypto: ccp - Set DMA alignment explicitly 2022-12-09 18:45:00 +08:00
ccp-crypto-main.c newfeature: crypto: ccp: Support SM4 algorithm for hygon ccp. 2024-04-12 21:02:07 +08:00
ccp-crypto-rsa.c crypto: ccp - Set DMA alignment explicitly 2022-12-09 18:45:00 +08:00
ccp-crypto-sha.c crypto: ccp - Set DMA alignment explicitly 2022-12-09 18:45:00 +08:00
ccp-crypto-sm2-hygon.c bugfix: crypto: ccp: fix bug that SM2 encryption of long data causes kernel crash 2024-04-12 21:02:08 +08:00
ccp-crypto-sm3-hygon.c newfeature: crypto: ccp: Support SM3 algorithm for hygon ccp. 2024-04-12 21:02:07 +08:00
ccp-crypto-sm4-hygon.c newfeature: crypto: ccp: Support SM4 algorithm for hygon ccp. 2024-04-12 21:02:07 +08:00
ccp-crypto.h newfeature: crypto: ccp: Support SM4 algorithm for hygon ccp. 2024-04-12 21:02:07 +08:00
ccp-debugfs.c crypto: ccp - Switch to SPDX license identifiers 2019-07-03 22:13:12 +08:00
ccp-dev-v3.c crypto: ccp - Make use of the helper macro kthread_run() 2021-10-29 21:04:04 +08:00
ccp-dev-v5.c ccp: ccp-crypto support sm2 on Hygon generation 4th CPU 2024-04-30 17:22:59 +08:00
ccp-dev.c crypto: ccp - no need to initialise statics to 0 2021-11-20 15:06:38 +11:00
ccp-dev.h ccp: ccp-crypto support sm2 on Hygon generation 4th CPU 2024-04-30 17:22:59 +08:00
ccp-dmaengine.c crypto: ccp - Failure on re-initialization due to duplicate sysfs filename 2023-01-20 18:29:31 +08:00
ccp-ops.c newfeature: crypto: ccp: Process multiple VQ commands once for SM4/SM4-CTR ccp. 2024-04-12 21:02:08 +08:00
ccp_sm2_sign.asn1 bugfix: fix sm2 test failed in testmgr because of missing DER coding 2024-04-12 21:02:07 +08:00
dbc.c crypto: ccp - Get a free page to use while fetching initial nonce 2023-11-20 11:59:18 +01:00
dbc.h crypto: ccp - Add support for getting and setting DBC parameters 2023-07-20 22:14:21 +12:00
platform-access.c crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg() 2024-03-26 18:19:51 -04:00
platform-access.h crypto: ccp - Add support for ringing a platform doorbell 2023-03-17 11:16:43 +08:00
psp-dev.c crypto: ccp: add more checks for sev_dev_hooks_installed 2024-09-23 11:24:05 +00:00
psp-dev.h crypto: ccp - Add support for fetching a nonce for dynamic boost control 2023-07-20 22:14:21 +12:00
sev-dev.c Merge branch '6.6.54' 2024-10-10 21:47:18 +08:00
sev-dev.h crypto: ccp: Introduce init and free helpers to manage CSV RING_BUFFER queues 2024-04-29 15:41:44 +08:00
sp-dev.c crypto: ccp - Make ccp_dev_suspend and ccp_dev_resume void functions 2021-04-22 17:31:31 +10:00
sp-dev.h crypto: ccp: Add another mailbox interrupt support for PSP sending command to X86 2024-04-29 20:40:17 +08:00
sp-pci.c crypto: ccp: Add support to detect CCP devices on Hygon 4th CPUs 2024-04-25 14:22:09 +08:00
sp-platform.c crypto: ccp - drop platform ifdef checks 2024-06-12 11:11:31 +02:00
tee-dev.c crypto: ccp - Move some PSP mailbox bit definitions into common header 2023-03-17 11:16:43 +08:00
tee-dev.h crypto: ccp - fix command queuing to TEE ring buffer 2021-03-26 20:02:34 +11:00