| Age | Commit message (Expand) | Author | Files | Lines |
| 12 days | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -8/+93 |
| 2026-06-16 | Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 4 | -96/+59 |
| 2026-05-29 | crypto: ccp/tsm - Enable the root port after the endpoint | Alexey Kardashevskiy | 1 | -5/+5 |
| 2026-05-15 | crypto: ccp/sev-dev-tsm - bail out early when pdev->bus is NULL | Stepan Ionichev | 1 | -3/+10 |
| 2026-05-15 | crypto: ccp - Treat zero-length cert chain as query for blob lengths | Sean Christopherson | 1 | -1/+2 |
| 2026-05-15 | crypto: ccp - Do not initialize SNP for ioctl(SNP_CONFIG) | Tycho Andersen (AMD) | 1 | -29/+4 |
| 2026-05-15 | crypto: ccp - Do not initialize SNP for ioctl(SNP_VLEK_LOAD) | Tycho Andersen (AMD) | 1 | -13/+4 |
| 2026-05-15 | crypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT) | Tycho Andersen (AMD) | 1 | -12/+1 |
| 2026-05-15 | crypto: ccp - Do not initialize SNP for SEV ioctls | Tycho Andersen (AMD) | 1 | -5/+2 |
| 2026-05-15 | crypto: ccp - Define pci_device_ids using named initializers | Uwe Kleine-König (The Capable Hub) | 1 | -14/+14 |
| 2026-05-13 | crypto/ccp: export firmware supported vm types | Tycho Andersen | 1 | -0/+70 |
| 2026-05-13 | crypto/ccp: hoist kernel part of SNP_PLATFORM_STATUS | Tycho Andersen | 1 | -8/+23 |
| 2026-05-08 | crypto/ccp: Skip SNP_INIT if preparation fails | Tycho Andersen (AMD) | 1 | -1/+3 |
| 2026-05-07 | crypto: ccp - Initialize data during __sev_snp_init_locked() | Tycho Andersen (AMD) | 1 | -3/+1 |
| 2026-05-07 | crypto: ccp - Check for page allocation failure correctly in TIO | Tycho Andersen (AMD) | 1 | -4/+8 |
| 2026-05-07 | crypto: ccp - Fix snp_filter_reserved_mem_regions() off-by-one | Tycho Andersen (AMD) | 1 | -3/+4 |
| 2026-05-07 | crypto: ccp - Reverse the cleanup order in psp_dev_destroy() | Tycho Andersen (AMD) | 1 | -4/+4 |
| 2026-04-16 | crypto: ccp - copy IV using skcipher ivsize | Paul Moses | 1 | -2/+5 |
| 2026-04-16 | crypto: ccp: Don't attempt to copy ID to userspace if PSP command failed | Sean Christopherson | 1 | -0/+3 |
| 2026-04-16 | crypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failed | Sean Christopherson | 1 | -1/+7 |
| 2026-04-16 | crypto: ccp: Don't attempt to copy CSR to userspace if PSP command failed | Sean Christopherson | 1 | -1/+7 |
| 2026-04-15 | Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 7 | -36/+24 |
| 2026-04-14 | Merge tag 'x86_sev_for_v7.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -27/+35 |
| 2026-04-03 | crypto: ccp - Replace snprintf("%s") with strscpy | Thorsten Blum | 6 | -18/+15 |
| 2026-03-30 | crypto/ccp: Update HV_FIXED page states to allow freeing of memory | Tom Lendacky | 1 | -3/+10 |
| 2026-03-30 | crypto/ccp: Implement SNP x86 shutdown | Tycho Andersen (AMD) | 1 | -17/+24 |
| 2026-03-29 | x86/sev, crypto/ccp: Move HSAVE_PA setup to arch/x86/ | Tycho Andersen (AMD) | 1 | -8/+0 |
| 2026-03-29 | x86/sev, crypto/ccp: Move SNP init to ccp driver | Tycho Andersen (AMD) | 1 | -0/+2 |
| 2026-03-14 | crypto: ccp - simplify sev_update_firmware() | Tycho Andersen (AMD) | 1 | -18/+9 |
| 2026-03-14 | crypto: ccp - Fix leaking the same page twice | Guenter Roeck | 1 | -3/+1 |
| 2026-02-28 | crypto: ccp - Fix use-after-free on error path | Alper Ak | 1 | -1/+1 |
| 2026-02-28 | crypto: ccp - allow callers to use HV-Fixed page API when SEV is disabled | Ashish Kalra | 1 | -6/+4 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 14 | -17/+17 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 15 | -18/+18 |
| 2026-02-13 | Merge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 6 | -13/+86 |
| 2026-02-10 | Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 5 | -38/+30 |
| 2026-02-10 | Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2026-02-06 | crypto: ccp - Add sysfs attribute for boot integrity | Mario Limonciello | 2 | -1/+4 |
| 2026-01-30 | crypto/ccp: Allow multiple streams on the same root bridge | Alexey Kardashevskiy | 1 | -2/+1 |
| 2026-01-30 | crypto/ccp: Use PCI bridge defaults for IDE | Alexey Kardashevskiy | 1 | -12/+0 |
| 2026-01-30 | crypto: ccp - Fix a crash due to incorrect cleanup usage of kfree | Ella Ma | 1 | -1/+1 |
| 2026-01-23 | crypto: ccp - narrow scope of snp_range_list | Tycho Andersen (AMD) | 1 | -12/+1 |
| 2026-01-23 | crypto: ccp - Fix a case where SNP_SHUTDOWN is missed | Tom Lendacky | 1 | -23/+23 |
| 2026-01-23 | crypto: ccp - Use NULL instead of plain 0 | Herbert Xu | 1 | -1/+1 |
| 2026-01-21 | crypto: ccp - Send PSP_CMD_TEE_RING_DESTROY when PSP_CMD_TEE_RING_INIT fails | Mario Limonciello (AMD) | 1 | -0/+14 |
| 2026-01-21 | crypto: ccp - Factor out ring destroy handling to a helper | Mario Limonciello (AMD) | 1 | -12/+24 |
| 2026-01-21 | crypto: ccp - Add an S4 restore flow | Mario Limonciello (AMD) | 6 | -1/+47 |
| 2026-01-21 | crypto: ccp - Declare PSP dead if PSP_CMD_TEE_RING_INIT fails | Mario Limonciello (AMD) | 1 | -0/+1 |
| 2026-01-15 | crypto: ccp - Use new AES library API | Eric Biggers | 1 | -2/+2 |
| 2025-12-06 | Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev... | Linus Torvalds | 7 | -10/+1464 |
| 2025-12-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+37 |
| 2025-12-04 | crypto/ccp: Fix CONFIG_PCI=n build | Dan Williams | 1 | -1/+1 |
| 2025-12-03 | Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 4 | -16/+24 |
| 2025-12-02 | crypto/ccp: Implement SEV-TIO PCIe IDE (phase1) | Alexey Kardashevskiy | 7 | -2/+1459 |
| 2025-12-02 | ccp: Make snp_reclaim_pages and __sev_do_cmd_locked public | Alexey Kardashevskiy | 2 | -8/+5 |
| 2025-11-24 | crypto: ccp - use min() instead of min_t() | David Laight | 1 | -1/+1 |
| 2025-11-14 | crypto: ccp - Add an API to return the supported SEV-SNP policy bits | Tom Lendacky | 1 | -0/+37 |
| 2025-11-14 | crypto: ccp - Simplify with of_device_get_match_data() | Krzysztof Kozlowski | 1 | -12/+1 |
| 2025-11-14 | crypto: ccp - Constify 'dev_vdata' member | Krzysztof Kozlowski | 2 | -3/+3 |
| 2025-11-06 | crypto: ccp - Add support for PCI device 0x115A | Mario Limonciello (AMD) | 1 | -0/+19 |
| 2025-11-05 | sev-dev: use override credential guards | Christian Brauner | 1 | -8/+2 |
| 2025-11-04 | sev-dev: use prepare credential guard | Christian Brauner | 1 | -3/+3 |
| 2025-11-04 | sev-dev: use guard for path | Christian Brauner | 1 | -2/+1 |
| 2025-10-04 | Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 3 | -19/+126 |
| 2025-10-03 | Merge tag 'iommu-updates-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+10 |
| 2025-09-30 | Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 7 | -2/+572 |
| 2025-09-26 | Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi... | Joerg Roedel | 1 | -0/+10 |
| 2025-09-17 | crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driver | Ashish Kalra | 5 | -2/+387 |
| 2025-09-17 | crypto: ccp - Add new HV-Fixed page allocation/free API | Ashish Kalra | 2 | -0/+185 |
| 2025-09-13 | crypto: ccp - Use int type to store negative error codes | Qianfeng Rong | 1 | -1/+2 |
| 2025-09-13 | crypto: ccp - Fix incorrect payload size calculation in psp_poulate_hsti() | Yunseong Kim | 1 | -1/+1 |
| 2025-09-13 | crypto: ccp - Always pass in an error pointer to __sev_platform_shutdown_lock... | Borislav Petkov (AMD) | 1 | -1/+1 |
| 2025-09-05 | crypto: ccp: Skip SEV and SNP INIT for kdump boot | Ashish Kalra | 1 | -0/+10 |
| 2025-08-22 | crypto: ccp - Fix typo in psp_populate_hsti function name | Yunseong Kim | 1 | -2/+2 |
| 2025-08-16 | crypto: ccp - Remove redundant __GFP_ZERO | Qianfeng Rong | 1 | -1/+1 |
| 2025-08-16 | crypto: ccp - Fix checks for SNP_VLEK_LOAD input buffer length | Michael Roth | 1 | -0/+1 |
| 2025-08-16 | crypto: ccp - Add support to enable CipherTextHiding on SNP_INIT_EX | Ashish Kalra | 1 | -3/+9 |
| 2025-08-16 | crypto: ccp - Introduce new API interface to indicate SEV-SNP Ciphertext hidi... | Ashish Kalra | 1 | -0/+21 |
| 2025-08-16 | crypto: ccp - Add support for SNP_FEATURE_INFO command | Ashish Kalra | 2 | -0/+75 |
| 2025-08-16 | crypto: ccp - Cache SEV platform status and platform state | Ashish Kalra | 2 | -11/+14 |
| 2025-07-27 | crypto: ccp - reduce stack usage in ccp_run_aes_gcm_cmd | Arnd Bergmann | 1 | -77/+86 |
| 2025-07-07 | crypto: ccp - Fix crash when rebind ccp device for ccp.ko | Mengbiao Xiong | 1 | -0/+3 |
| 2025-07-07 | crypto: ccp - Fix locking on alloc failure handling | Alexey Kardashevskiy | 1 | -4/+4 |
| 2025-06-23 | crypto: ccp - Fix SNP panic notifier unregistration | Ashish Kalra | 1 | -2/+8 |
| 2025-06-13 | crypto: ccp - Fix dereferencing uninitialized error pointer | Ashish Kalra | 1 | -3/+5 |
| 2025-06-13 | crypto: ccp - Add missing bootloader info reg for pspv6 | Mario Limonciello | 1 | -0/+1 |
| 2025-05-26 | Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
| 2025-05-19 | crypto: ccp - Add missing tee info reg for teev2 | Mario Limonciello | 1 | -0/+1 |
| 2025-05-19 | crypto: ccp - Add missing bootloader info reg for pspv5 | Mario Limonciello | 1 | -0/+1 |
| 2025-05-19 | crypto: ccp - Add support for PCI device 0x17D8 | John Allen | 1 | -0/+1 |
| 2025-05-02 | x86/msr: Add explicit includes of <asm/msr.h> | Xin Li (Intel) | 1 | -0/+1 |
| 2025-04-28 | crypto: ccp - Include crypto/utils.h for crypto_memneq | Herbert Xu | 1 | -5/+6 |
| 2025-04-16 | crypto: ccp - Fix __sev_snp_shutdown_locked | Ashish Kalra | 1 | -1/+1 |
| 2025-04-16 | crypto: ccp - Add missing header inclusions | Herbert Xu | 3 | -18/+23 |
| 2025-04-10 | x86/msr: Rename 'wrmsrl()' to 'wrmsrq()' | Ingo Molnar | 1 | -1/+1 |
| 2025-04-08 | crypto: ccp - Silence may-be-uninitialized warning in sev_ioctl_do_pdh_export | Herbert Xu | 1 | -3/+3 |
| 2025-04-08 | crypto: ccp - Move SEV/SNP Platform initialization to KVM | Ashish Kalra | 1 | -13/+0 |
| 2025-04-07 | crypto: ccp - Add new SEV/SNP platform shutdown API | Ashish Kalra | 1 | -0/+9 |
| 2025-04-07 | crypto: ccp - Register SNP panic notifier only if SNP is enabled | Ashish Kalra | 1 | -9/+13 |
| 2025-04-07 | crypto: ccp - Reset TMR size at SNP Shutdown | Ashish Kalra | 1 | -0/+3 |
| 2025-04-07 | crypto: ccp - Ensure implicit SEV/SNP init and shutdown in ioctls | Ashish Kalra | 1 | -23/+119 |
| 2025-04-07 | crypto: ccp - Move dev_info/err messages for SEV/SNP init and shutdown | Ashish Kalra | 1 | -16/+33 |
| 2025-04-07 | crypto: ccp - Abort doing SEV INIT if SNP INIT fails | Ashish Kalra | 1 | -5/+2 |
| 2025-03-29 | Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -6/+10 |
| 2025-02-22 | crypto: ccp - Add support for PCI device 0x1134 | Devaraj Rangasamy | 1 | -0/+1 |
| 2025-02-14 | crypto: ccp: Add external API interface for PSP module initialization | Sean Christopherson | 1 | -0/+14 |
| 2025-02-09 | crypto: ccp - Fix check for the primary ASP device | Tom Lendacky | 1 | -6/+9 |
| 2025-01-24 | Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -33/+20 |
| 2024-12-14 | crypto: ccp - Use scoped guard for mutex | Mario Limonciello | 1 | -33/+20 |
| 2024-12-02 | sev-dev: avoid pointless cred reference count bump | Christian Brauner | 1 | -1/+1 |
| 2024-12-02 | tree-wide: s/revert_creds_light()/revert_creds()/g | Christian Brauner | 1 | -1/+1 |
| 2024-12-02 | tree-wide: s/override_creds_light()/override_creds()/g | Christian Brauner | 1 | -1/+1 |
| 2024-12-02 | tree-wide: s/revert_creds()/put_cred(revert_creds_light())/g | Christian Brauner | 1 | -1/+1 |
| 2024-12-02 | tree-wide: s/override_creds()/override_creds_light(get_new_cred())/g | Christian Brauner | 1 | -1/+1 |
| 2024-10-19 | crypto: drivers - Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-09-06 | crypto: ccp - do not request interrupt on cmd completion when irqs disabled | Amit Shah | 1 | -1/+12 |
| 2024-08-30 | crypto: ccp - Remove unused declaration sp_get_master() | Yue Haibing | 1 | -1/+0 |
| 2024-08-30 | crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failure | Pavan Kumar Paluri | 1 | -0/+2 |
| 2024-08-24 | crypto: ccp - Add additional information about an SEV firmware upgrade | Tom Lendacky | 1 | -2/+11 |
| 2024-07-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+36 |
| 2024-07-17 | crypto: ccp: Add the SNP_VLEK_LOAD command | Michael Roth | 1 | -0/+36 |
| 2024-06-16 | crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked | Kim Phillips | 1 | -1/+7 |
| 2024-06-07 | crypto: ccp - Move message about TSME being enabled later in init | Mario Limonciello | 2 | -8/+15 |
| 2024-06-07 | crypto: ccp - Add support for getting security attributes on some older systems | Mario Limonciello | 6 | -3/+67 |
| 2024-06-07 | crypto: ccp - Move security attributes to their own file | Mario Limonciello | 5 | -56/+89 |
| 2024-06-07 | crypto: ccp - Represent capabilities register as a union | Mario Limonciello | 5 | -42/+42 |
| 2024-05-13 | Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -12/+2 |
| 2024-04-12 | crypto: ccp - drop platform ifdef checks | Arnd Bergmann | 1 | -12/+2 |
| 2024-04-04 | x86/CPU/AMD: Track SNP host status with cc_platform_*() | Borislav Petkov (AMD) | 1 | -1/+1 |
| 2024-03-15 | Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2 | -6/+16 |
| 2024-03-11 | Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -81/+1076 |
| 2024-02-24 | crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg() | Mario Limonciello | 1 | -2/+9 |
| 2024-02-17 | crypto: ccp - State in dmesg that TSME is enabled | Borislav Petkov (AMD) | 1 | -4/+7 |
| 2024-02-13 | crypto: ccp - Have it depend on AMD_IOMMU | Borislav Petkov (AMD) | 1 | -1/+1 |
| 2024-02-03 | crypto: ccp: Make snp_range_list static | Borislav Petkov (AMD) | 1 | -1/+1 |
| 2024-02-02 | crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_locked | Kim Phillips | 1 | -2/+8 |
| 2024-01-29 | crypto: ccp: Add the SNP_SET_CONFIG command | Brijesh Singh | 1 | -0/+20 |
| 2024-01-29 | crypto: ccp: Add the SNP_COMMIT command | Tom Lendacky | 1 | -0/+17 |
| 2024-01-29 | crypto: ccp: Add the SNP_PLATFORM_STATUS command | Brijesh Singh | 1 | -0/+52 |
| 2024-01-29 | crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdump | Ashish Kalra | 1 | -30/+81 |
| 2024-01-29 | iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdown | Ashish Kalra | 1 | -0/+20 |
| 2024-01-29 | crypto: ccp: Handle legacy SEV commands when SNP is enabled | Brijesh Singh | 2 | -10/+416 |
| 2024-01-29 | crypto: ccp: Handle non-volatile INIT_EX data when SNP is enabled | Tom Lendacky | 1 | -19/+48 |
| 2024-01-29 | crypto: ccp: Handle the legacy TMR allocation when SNP is enabled | Brijesh Singh | 1 | -26/+167 |
| 2024-01-29 | crypto: ccp: Provide an API to issue SEV and SNP commands | Brijesh Singh | 1 | -1/+2 |
| 2024-01-29 | crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP | Brijesh Singh | 2 | -20/+262 |
| 2024-01-29 | crypto: ccp: Define the SEV-SNP commands | Brijesh Singh | 1 | -0/+16 |
| 2024-01-10 | Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2 | -19/+4 |
| 2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov | 1 | -1/+1 |
| 2023-12-08 | crypto: ccp - Remove cfb and ofb | Herbert Xu | 1 | -18/+0 |
| 2023-12-08 | crypto: ccp - fix memleak in ccp_init_dm_workarea | Dinghao Liu | 1 | -1/+4 |
| 2023-10-27 | crypto: ccp/sp - Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-10-20 | crypto: ccp - Dump SEV command buffer registers on SEV command error | John Allen | 1 | -0/+14 |
| 2023-09-15 | crypto: ccp - Add support for DBC over PSP mailbox | Mario Limonciello | 4 | -29/+64 |
| 2023-09-15 | crypto: ccp - Add a macro to check capabilities register | Mario Limonciello | 3 | -5/+6 |
| 2023-09-15 | crypto: ccp - Add a communication path abstraction for DBC | Mario Limonciello | 2 | -38/+26 |
| 2023-09-15 | crypto: ccp - Add support for extended PSP mailbox commands | Mario Limonciello | 2 | -0/+45 |
| 2023-09-15 | crypto: ccp - Move direct access to some PSP registers out of TEE | Tom Lendacky | 6 | -58/+104 |
| 2023-09-15 | crypto: ccp - Get a free page to use while fetching initial nonce | Mario Limonciello | 1 | -1/+1 |
| 2023-07-20 | crypto: ccp - Add support for getting and setting DBC parameters | Mario Limonciello | 2 | -0/+47 |
| 2023-07-20 | crypto: ccp - Add support for setting user ID for dynamic boost control | Mario Limonciello | 2 | -0/+24 |
| 2023-07-20 | crypto: ccp - Add support for fetching a nonce for dynamic boost control | Mario Limonciello | 7 | -1/+253 |
| 2023-07-20 | crypto: ccp - move setting PSP master to earlier in the init | Mario Limonciello | 1 | -3/+7 |
| 2023-07-20 | crypto: ccp - Add bootloader and TEE version offsets | Mario Limonciello | 1 | -0/+5 |
| 2023-07-20 | crypto: ccp - Add support for displaying PSP firmware versions | Mario Limonciello | 2 | -0/+66 |
| 2023-07-20 | crypto: ccp - Rename macro for security attributes | Mario Limonciello | 1 | -13/+13 |
| 2023-06-02 | crypto: ccp - Add support for PCI device 0x156E | John Allen | 1 | -0/+15 |
| 2023-06-02 | crypto: ccp - Add support for PCI device 0x17E0 | Mario Limonciello | 1 | -0/+28 |
| 2023-06-02 | crypto: ccp - Validate that platform access mailbox registers are declared | Mario Limonciello | 1 | -0/+5 |
| 2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2023-04-26 | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 10 | -47/+311 |
| 2023-04-14 | crypto: ccp - Use lower 8 bytes to communicate with doorbell command register | Mario Limonciello | 1 | -2/+3 |
| 2023-04-14 | crypto: ccp - Return doorbell status code as an argument | Mario Limonciello | 1 | -1/+3 |
| 2023-04-14 | crypto: ccp - Bump up doorbell debug message to error | Mario Limonciello | 1 | -1/+1 |
| 2023-04-14 | crypto: ccp - Drop extra doorbell checks | Mario Limonciello | 1 | -20/+0 |
| 2023-04-14 | crypto: ccp - Don't initialize CCP for PSP 0x1649 | Mario Limonciello | 1 | -1/+1 |
| 2023-04-06 | crypto: ccp - Clear PSP interrupt status register before calling handler | Jeremi Piotrowski | 1 | -3/+3 |
| 2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 1 | -1/+1 |
| 2023-03-21 | crypto: ccp: Get rid of __sev_platform_init_locked()'s local function pointer | Borislav Petkov (AMD) | 1 | -6/+10 |
| 2023-03-21 | crypto: ccp - Name -1 return value as SEV_RET_NO_FW_CALL | Peter Gonda | 1 | -3/+5 |
| 2023-03-17 | crypto: ccp - Add support for ringing a platform doorbell | Mario Limonciello | 4 | -0/+72 |
| 2023-03-17 | crypto: ccp - Enable platform access interface on client PSP parts | Mario Limonciello | 1 | -0/+7 |
| 2023-03-17 | crypto: ccp - Add support for an interface for platform features | Mario Limonciello | 6 | -1/+227 |
| 2023-03-17 | crypto: ccp - Move some PSP mailbox bit definitions into common header | Mario Limonciello | 4 | -19/+16 |
| 2023-03-17 | crypto: ccp - Add a header for multiple drivers to use `__psp_pa` | Mario Limonciello | 2 | -1/+2 |
| 2023-03-17 | crypto: ccp - Drop TEE support for IRQ handler | Mario Limonciello | 2 | -22/+0 |
| 2023-02-13 | crypto: ccp - Use request_complete helpers | Herbert Xu | 1 | -6/+6 |
| 2023-02-03 | crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmware | Tom Lendacky | 1 | -1/+5 |
| 2023-01-27 | crypto: ccp - Add a firmware definition for EPYC gen 4 processors | Tom Lendacky | 1 | -0/+1 |
| 2023-01-27 | crypto: ccp - Provide MMIO register naming for documenation | Tom Lendacky | 1 | -23/+23 |
| 2023-01-20 | crypto: ccp - Failure on re-initialization due to duplicate sysfs filename | Koba Ko | 1 | -4/+17 |
| 2023-01-06 | crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2 | David Rientjes | 1 | -1/+8 |
| 2022-12-09 | crypto: ccp - Set DMA alignment explicitly | Herbert Xu | 8 | -71/+76 |
| 2022-10-21 | crypto: ccp - Add support for TEE for PCI ID 0x14CA | Mario Limonciello | 1 | -1/+10 |
| 2022-10-21 | crypto: ccp - Remove unused struct ccp_crypto_cpu | Yuan Can | 1 | -7/+0 |
| 2022-10-21 | crypto: ccp - Add __init/__exit annotations to module init/exit funcs | ruanjinjie | 1 | -2/+2 |
| 2022-09-30 | crypto: ccp - Remove the unneeded result variable | ye xingchen | 1 | -4/+1 |
| 2022-09-09 | crypto: ccp - Release dma channels before dmaengine unrgister | Koba Ko | 1 | -1/+5 |
| 2022-08-26 | crypto: ccp - Fail the PSP initialization when writing psp data file failed | Jacky Li | 1 | -11/+15 |
| 2022-08-26 | crypto: ccp - Initialize PSP when reading psp data file failed | Jacky Li | 1 | -14/+22 |