- 7fa8a8e Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 10 months ago
- 733f7e9c Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 11 months ago
- 6699e14 crypto: ccp - Use lower 8 bytes to communicate with doorbell command register by Mario Limonciello · 1 year, 11 months ago
- a19c61b crypto: ccp - Return doorbell status code as an argument by Mario Limonciello · 1 year, 11 months ago
- e0358de crypto: ccp - Bump up doorbell debug message to error by Mario Limonciello · 1 year, 11 months ago
- cfd7ca0 crypto: ccp - Drop extra doorbell checks by Mario Limonciello · 1 year, 11 months ago
- c79a316 crypto: ccp - Don't initialize CCP for PSP 0x1649 by Mario Limonciello · 1 year, 11 months ago
- 45121ad crypto: ccp - Clear PSP interrupt status register before calling handler by Jeremi Piotrowski · 2 years ago
- 23baf83 mm, treewide: redefine MAX_ORDER sanely by Kirill A. Shutemov · 2 years ago
- dbf07b5 crypto: ccp: Get rid of __sev_platform_init_locked()'s local function pointer by Borislav Petkov (AMD) · 2 years ago
- efb339a crypto: ccp - Name -1 return value as SEV_RET_NO_FW_CALL by Peter Gonda · 2 years ago
- d581257 crypto: ccp - Add support for ringing a platform doorbell by Mario Limonciello · 2 years ago
- 2235123 crypto: ccp - Enable platform access interface on client PSP parts by Mario Limonciello · 2 years ago
- 7ccc4f4 crypto: ccp - Add support for an interface for platform features by Mario Limonciello · 2 years ago
- 1c5c1da crypto: ccp - Move some PSP mailbox bit definitions into common header by Mario Limonciello · 2 years ago
- ae7d45fb crypto: ccp - Add a header for multiple drivers to use `__psp_pa` by Mario Limonciello · 2 years ago
- a7ca7bb crypto: ccp - Drop TEE support for IRQ handler by Mario Limonciello · 2 years ago
- 0c18d05 crypto: ccp - Use request_complete helpers by Herbert Xu · 2 years, 1 month ago
- 46a334a crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmware by Tom Lendacky · 2 years, 1 month ago
- 4fc790d crypto: ccp - Add a firmware definition for EPYC gen 4 processors by Tom Lendacky · 2 years, 2 months ago
- 675c391 crypto: ccp - Provide MMIO register naming for documenation by Tom Lendacky · 2 years, 2 months ago
- 299bf60 crypto: ccp - Failure on re-initialization due to duplicate sysfs filename by Koba Ko · 2 years, 2 months ago
- 91dfd98 crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2 by David Rientjes · 2 years, 2 months ago
- 99c6b20e crypto: ccp - Set DMA alignment explicitly by Herbert Xu · 2 years, 3 months ago
- 10da230 crypto: ccp - Add support for TEE for PCI ID 0x14CA by Mario Limonciello · 2 years, 5 months ago
- 375de98 crypto: ccp - Remove unused struct ccp_crypto_cpu by Yuan Can · 2 years, 5 months ago
- 237f9ec crypto: ccp - Add __init/__exit annotations to module init/exit funcs by ruanjinjie · 2 years, 5 months ago
- 6a40fb0 crypto: ccp - Remove the unneeded result variable by ye xingchen · 2 years, 6 months ago
- 68dbe80 crypto: ccp - Release dma channels before dmaengine unrgister by Koba Ko · 2 years, 6 months ago
- efb4b01 crypto: ccp - Fail the PSP initialization when writing psp data file failed by Jacky Li · 2 years, 7 months ago
- d8da2da crypto: ccp - Initialize PSP when reading psp data file failed by Jacky Li · 2 years, 7 months ago
- b3b9fdf crypto: ccp - Add a quirk to firmware update by Jarkko Sakkinen · 2 years, 7 months ago
- c2a24a7 Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 2 years, 7 months ago
- 96ec8df crypto: ccp - Add support for new CCP/PSP device ID by Mario Limonciello · 2 years, 8 months ago
- 1b05ece crypto: ccp - During shutdown, check SEV data pointer before using by Tom Lendacky · 2 years, 9 months ago
- 87d0440 crypto: ccp - Fix device IRQ counting by using platform_irq_count() by Tom Lendacky · 2 years, 9 months ago
- cd81775 crypto: ccp - fix typo in comment by Julia Lawall · 2 years, 10 months ago
- 13dc15a crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leak by John Allen · 2 years, 10 months ago
- 05def5c crypto: ccp - Fix the INIT_EX data file open failure by Jacky Li · 2 years, 11 months ago
- a77aba3 crypto: ccp - Log when resetting PSP SEV state by Peter Gonda · 2 years, 11 months ago
- 4e2c879 crypto: ccp - When TSME and SME both detected notify user by Mario Limonciello · 3 years ago
- 84ee393 crypto: ccp - Allow PSP driver to load without SEV/TEE support by Mario Limonciello · 3 years ago
- 50c4dec crypto: ccp - Export PSP security bits to userspace by Mario Limonciello · 3 years ago
- cac32cd crypto: ccp - cache capability into psp device by Mario Limonciello · 3 years ago
- 54cce8e crypto: ccp - ccp_dmaengine_unregister release dma channels by Dāvis Mosāns · 3 years ago
- 735efea crypto: ccp - remove redundant ret variable by Minghao Chi · 3 years, 2 months ago
- 1e1ec11 crypto: ccp - Ensure psp_ret is always init'd in __sev_platform_init_locked() by Peter Gonda · 3 years, 2 months ago
- ef4d891 crypto: ccp - remove unneeded semicolon by Yang Li · 3 years, 3 months ago
- 3d72596 crypto: ccp - Add SEV_INIT_EX support by David Rientjes · 3 years, 3 months ago
- b64fa5f crypto: ccp - Add psp_init_on_probe module parameter by Peter Gonda · 3 years, 3 months ago
- cc17982 crypto: ccp - Refactor out sev_fw_alloc() by Peter Gonda · 3 years, 3 months ago
- e423b9d crypto: ccp - Move SEV_INIT retry for corrupted data by Peter Gonda · 3 years, 3 months ago
- c8341ac crypto: ccp - Add SEV_INIT rc error logging on init by Peter Gonda · 3 years, 3 months ago
- 370a40e crypto: ccp - no need to initialise statics to 0 by Jason Wang · 3 years, 4 months ago
- bfc484f Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 4 months ago
- 83bff10 crypto: ccp - Make use of the helper macro kthread_run() by Cai Huoqing · 3 years, 5 months ago
- b97c2b2 crypto: ccp - Fix whitespace in sev_cmd_buffer_len() by Peter Gonda · 3 years, 5 months ago
- 505d9dc crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd() by Dan Carpenter · 3 years, 6 months ago
- 3438de0 crypto: ccp - Add support for new CCP/PSP device ID by John Allen · 3 years, 7 months ago
- 5441a07 crypto: ccp - shutdown SEV firmware on kexec by Brijesh Singh · 3 years, 7 months ago
- 87c8ba5 crypto: ccp - Use list_move_tail instead of list_del/list_add_tail in ccp-dmaengine.c by Baokun Li · 3 years, 9 months ago
- 01df08b crypto: ccp: ccp-dev: Fix a little doc-rot by Lee Jones · 3 years, 10 months ago
- a6f8e68 crypto: ccp - Fix a resource leak in an error handling path by Christophe JAILLET · 3 years, 10 months ago
- c8671c7 crypto: ccp - Annotate SEV Firmware file names by Joerg Roedel · 3 years, 11 months ago
- 152d32a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 10 months ago
- 195ec38 ccp: ccp - add support for Green Sardine by Devaraj Rangasamy · 3 years, 11 months ago
- 5d17c41 crypto: ccp - Make ccp_dev_suspend and ccp_dev_resume void functions by Tian Tao · 3 years, 11 months ago
- a402e35 crypto: ccp: Use the stack and common buffer for INIT command by Sean Christopherson · 4 years ago
- 3810367 crypto: ccp: Use the stack and common buffer for status commands by Sean Christopherson · 4 years ago
- e4a9af7 crypto: ccp: Use the stack for small SEV command buffers by Sean Christopherson · 4 years ago
- 8347b99 crypto: ccp: Play nice with vmalloc'd memory for SEV command structs by Sean Christopherson · 4 years ago
- d5760de crypto: ccp: Reject SEV commands with mismatching command buffer by Sean Christopherson · 4 years ago
- 74c1f13 crypto: ccp: Detect and reject "invalid" addresses destined for PSP by Sean Christopherson · 4 years ago
- b61a907 crypto: ccp: Free SEV device if SEV init fails by Sean Christopherson · 4 years ago
- 5569e2e KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command by Steve Rutherford · 3 years, 11 months ago
- 63655b6 crypto: ccp - Use DEFINE_SPINLOCK() for spinlock by Tang Yizhou · 4 years ago
- a52c7b1 crypto: ccp - A value assigned to a variable is never used by Jiapeng Chong · 4 years ago
- 00aa6e6 crypto: ccp - fix command queuing to TEE ring buffer by Rijo Thomas · 4 years ago
- 4a5eed1 crypto: ccp - reduce tee command status polling interval from 5ms to 1ms by Rijo Thomas · 4 years ago
- 1877c73 crypto: ccp - Don't initialize SEV support without the SEV feature by Tom Lendacky · 4 years ago
- 2c07ded KVM/SVM: add support for SEV attestation command by Brijesh Singh · 4 years, 2 months ago
- a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 4 months ago
- e356c49 crypto: ccp - fix error handling by Pavel Machek · 4 years, 6 months ago
- 0c3dc78 crypto: algapi - Remove skbuff.h inclusion by Herbert Xu · 4 years, 7 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 7 months ago
- f892a21 crypto: ccp - use generic power management by Vaibhav Gupta · 4 years, 8 months ago
- b8aa7dc crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY by Mikulas Patocka · 4 years, 8 months ago
- 2c2e183 crypto: ccp - Silence strncpy warning by Herbert Xu · 4 years, 8 months ago
- 413b61c crypto: ccp - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 8 months ago
- d9dd5ef crypto: ccp - Fix sparse warnings by Herbert Xu · 4 years, 8 months ago
- 8a30280 crypto: ccp - Fix use of merged scatterlists by John Allen · 4 years, 9 months ago
- 7649d00 crypto: ccp - remove redundant assignment to variable ret by Colin Ian King · 4 years, 9 months ago
- 376bd28 crypto: ccp - Fix sparse warnings in sev-dev by Herbert Xu · 4 years, 9 months ago
- e0cd920 Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 9 months ago
- 835ae3b drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok() by Al Viro · 4 years, 11 months ago
- f32b677 crypto: ccp - use crypto_shash_tfm_digest() by Eric Biggers · 4 years, 10 months ago
- 97f9ac3 crypto: ccp - Add support for SEV-ES to the PSP driver by Tom Lendacky · 4 years, 11 months ago
- eebac67 crypto: ccp -- don't "select" CONFIG_DMADEVICES by Arnd Bergmann · 5 years ago
- b610281 crypto: ccp - use file mode for sev ioctl permissions by Connor Kuehl · 5 years ago
- 15f7a4c crypto: ccp - Cleanup sp_dev_master in psp_dev_destroy() by John Allen · 5 years ago