index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ccp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-15
crypto: ccp - Fix sparse warnings in sev-dev
Herbert Xu
1
-7
/
+16
2020-06-01
Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-12
/
+3
2020-05-29
drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok()
Al Viro
1
-12
/
+3
2020-05-08
crypto: ccp - use crypto_shash_tfm_digest()
Eric Biggers
1
-7
/
+2
2020-04-30
crypto: ccp - Add support for SEV-ES to the PSP driver
Tom Lendacky
1
-0
/
+43
2020-04-16
crypto: ccp -- don't "select" CONFIG_DMADEVICES
Arnd Bergmann
1
-2
/
+1
2020-03-12
crypto: ccp - use file mode for sev ioctl permissions
Connor Kuehl
1
-16
/
+17
2020-03-12
crypto: ccp - Cleanup sp_dev_master in psp_dev_destroy()
John Allen
3
-0
/
+13
2020-03-12
crypto: ccp - Cleanup misc_dev on sev_exit()
John Allen
1
-3
/
+3
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
4
-6
/
+1
2020-01-04
tee: amdtee: check TEE status during driver initialization
Rijo Thomas
1
-0
/
+11
2019-12-20
crypto: ccp - provide in-kernel API to submit TEE commands
Rijo Thomas
2
-0
/
+127
2019-12-20
crypto: ccp - add TEE support for Raven Ridge
Rijo Thomas
7
-4
/
+431
2019-12-20
crypto: ccp - check whether PSP supports SEV or TEE before initialization
Rijo Thomas
1
-5
/
+41
2019-12-20
crypto: ccp - move SEV vdata to a dedicated data structure
Rijo Thomas
4
-10
/
+31
2019-12-20
crypto: ccp - create a generic psp-dev file
Rijo Thomas
6
-193
/
+367
2019-12-20
crypto: ccp - rename psp-dev files to sev-dev
Rijo Thomas
4
-9
/
+9
2019-12-11
crypto: ccp - set max RSA modulus size for v3 platform devices as well
Ard Biesheuvel
1
-0
/
+1
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
13
-226
/
+266
2019-11-22
crypto: ccp - add SEV command privilege separation
Brijesh Singh
2
-7
/
+23
2019-11-17
crypto: ccp - switch from ablkcipher to skcipher
Ard Biesheuvel
6
-211
/
+186
2019-11-01
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
Eric Biggers
1
-1
/
+1
2019-10-26
crypto: ccp - fix uninitialized list head
Mark Salter
1
-0
/
+1
2019-10-26
crypto: ccp - Verify access to device registers before initializing
Hook, Gary
2
-2
/
+28
2019-10-26
crypto: ccp - Change a message to reflect status instead of failure
Hook, Gary
2
-4
/
+13
2019-10-26
crypto: ccp - Retry SEV INIT command in case of integrity check failure.
Ashish Kalra
1
-0
/
+12
2019-10-22
KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guests
Tom Lendacky
1
-0
/
+9
2019-10-05
crypto: ccp - Release all allocated memory if sha type is invalid
Navid Emamdoost
1
-1
/
+2
2019-09-18
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
16
-85
/
+111
2019-08-30
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+8
2019-08-30
crypto: ccp - invoke fallback for XTS ciphertext stealing
Ard Biesheuvel
1
-3
/
+0
2019-08-22
crypto: ccp/des - switch to new verification routines
Ard Biesheuvel
1
-4
/
+3
2019-08-22
crypto: ccp - Ignore unconfigured CCP device on suspend/resume
Gary R Hook
1
-0
/
+8
2019-08-09
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-9
/
+38
2019-08-09
crypto: ccp - Remove unnecessary linux/pci.h include
Bjorn Helgaas
7
-7
/
+0
2019-08-09
crypto: ccp - Include DMA declarations explicitly
Bjorn Helgaas
2
-0
/
+2
2019-08-09
crypto: ccp - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-09
crypto: ccp - Clean up and exit correctly on allocation failure
Gary R Hook
1
-10
/
+4
2019-08-09
crypto: ccp - Log an error message when ccp-crypto fails to load
Gary R Hook
1
-1
/
+3
2019-08-02
crypto: ccp - Ignore tag length when decrypting GCM ciphertext
Gary R Hook
1
-2
/
+1
2019-08-02
crypto: ccp - Add support for valid authsize values less than 16
Gary R Hook
2
-5
/
+35
2019-08-02
crypto: ccp - Fix oops by properly managing allocated structures
Gary R Hook
1
-2
/
+2
2019-07-27
crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zalloc
Chuhong Yuan
1
-2
/
+1
2019-07-27
crypto: ccp - Reduce maximum stack usage
Arnd Bergmann
1
-21
/
+31
2019-07-26
crypto: ccp - Include the module name in system log messages
Hook, Gary
1
-0
/
+4
2019-07-26
crypto: ccp - Add a module parameter to control registration for DMA
Hook, Gary
1
-1
/
+11
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
4
-6
/
+15
2019-07-26
crypto: ccp - Make CCP debugfs support optional
Hook, Gary
3
-2
/
+14
2019-07-26
crypto: ccp - move to AES library for CMAC key derivation
Ard Biesheuvel
3
-24
/
+5
[next]