summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
AgeCommit message (Expand)AuthorLines
2023-07-20crypto: ccp - Add support for getting and setting DBC parametersMario Limonciello-0/+47
2023-07-20crypto: ccp - Add support for setting user ID for dynamic boost controlMario Limonciello-0/+24
2023-07-20crypto: ccp - Add support for fetching a nonce for dynamic boost controlMario Limonciello-1/+253
2023-07-20crypto: ccp - move setting PSP master to earlier in the initMario Limonciello-3/+7
2023-07-20crypto: ccp - Add bootloader and TEE version offsetsMario Limonciello-0/+5
2023-07-20crypto: ccp - Add support for displaying PSP firmware versionsMario Limonciello-0/+66
2023-07-20crypto: ccp - Rename macro for security attributesMario Limonciello-13/+13
2023-06-02crypto: ccp - Add support for PCI device 0x156EJohn Allen-0/+15
2023-06-02crypto: ccp - Add support for PCI device 0x17E0Mario Limonciello-0/+28
2023-06-02crypto: ccp - Validate that platform access mailbox registers are declaredMario Limonciello-0/+5
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-47/+311
2023-04-14crypto: ccp - Use lower 8 bytes to communicate with doorbell command registerMario Limonciello-2/+3
2023-04-14crypto: ccp - Return doorbell status code as an argumentMario Limonciello-1/+3
2023-04-14crypto: ccp - Bump up doorbell debug message to errorMario Limonciello-1/+1
2023-04-14crypto: ccp - Drop extra doorbell checksMario Limonciello-20/+0
2023-04-14crypto: ccp - Don't initialize CCP for PSP 0x1649Mario Limonciello-1/+1
2023-04-06crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski-3/+3
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov-1/+1
2023-03-21crypto: ccp: Get rid of __sev_platform_init_locked()'s local function pointerBorislav Petkov (AMD)-6/+10
2023-03-21crypto: ccp - Name -1 return value as SEV_RET_NO_FW_CALLPeter Gonda-3/+5
2023-03-17crypto: ccp - Add support for ringing a platform doorbellMario Limonciello-0/+72
2023-03-17crypto: ccp - Enable platform access interface on client PSP partsMario Limonciello-0/+7
2023-03-17crypto: ccp - Add support for an interface for platform featuresMario Limonciello-1/+227
2023-03-17crypto: ccp - Move some PSP mailbox bit definitions into common headerMario Limonciello-19/+16
2023-03-17crypto: ccp - Add a header for multiple drivers to use `__psp_pa`Mario Limonciello-1/+2
2023-03-17crypto: ccp - Drop TEE support for IRQ handlerMario Limonciello-22/+0
2023-02-13crypto: ccp - Use request_complete helpersHerbert Xu-6/+6
2023-02-03crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmwareTom Lendacky-1/+5
2023-01-27crypto: ccp - Add a firmware definition for EPYC gen 4 processorsTom Lendacky-0/+1
2023-01-27crypto: ccp - Provide MMIO register naming for documenationTom Lendacky-23/+23
2023-01-20crypto: ccp - Failure on re-initialization due to duplicate sysfs filenameKoba Ko-4/+17
2023-01-06crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2David Rientjes-1/+8
2022-12-09crypto: ccp - Set DMA alignment explicitlyHerbert Xu-71/+76
2022-10-21crypto: ccp - Add support for TEE for PCI ID 0x14CAMario Limonciello-1/+10
2022-10-21crypto: ccp - Remove unused struct ccp_crypto_cpuYuan Can-7/+0
2022-10-21crypto: ccp - Add __init/__exit annotations to module init/exit funcsruanjinjie-2/+2
2022-09-30crypto: ccp - Remove the unneeded result variableye xingchen-4/+1
2022-09-09crypto: ccp - Release dma channels before dmaengine unrgisterKoba Ko-1/+5
2022-08-26crypto: ccp - Fail the PSP initialization when writing psp data file failedJacky Li-11/+15
2022-08-26crypto: ccp - Initialize PSP when reading psp data file failedJacky Li-14/+22
2022-08-19crypto: ccp - Add a quirk to firmware updateJarkko Sakkinen-2/+14
2022-08-02Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-6/+15
2022-07-29crypto: ccp - Add support for new CCP/PSP device IDMario Limonciello-0/+7
2022-06-24crypto: ccp - During shutdown, check SEV data pointer before usingTom Lendacky-1/+1
2022-06-24crypto: ccp - Fix device IRQ counting by using platform_irq_count()Tom Lendacky-10/+2
2022-06-10crypto: ccp - fix typo in commentJulia Lawall-1/+1
2022-06-10crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leakJohn Allen-4/+6
2022-04-29crypto: ccp - Fix the INIT_EX data file open failureJacky Li-2/+28
2022-04-21crypto: ccp - Log when resetting PSP SEV statePeter Gonda-1/+1