index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
crypto: hisilicon/hpre - remove the macro of 'HPRE_DEV'
Hui Tang
2021-05-21
1
-27
/
+26
*
|
crypto: hisilicon/hpre - replace macro with inline function
Hui Tang
2021-05-21
1
-9
/
+16
*
|
crypto: hisilicon/hpre - init a structure member each line
Hui Tang
2021-05-21
1
-14
/
+42
*
|
crypto: hisilicon/hpre - the macro 'HPRE_ADDR' expands
Hui Tang
2021-05-21
1
-30
/
+29
*
|
crypto: hisilicon/hpre - fix unmapping invalid dma address
Hui Tang
2021-05-21
1
-0
/
+18
*
|
crypto: hisilicon/hpre - extend 'cra_driver_name' with curve name
Hui Tang
2021-05-21
1
-2
/
+2
*
|
crypto: ux500 - Fix error return code in hash_hw_final()
Zhen Lei
2021-05-14
1
-0
/
+1
*
|
crypto: nx - add missing MODULE_DEVICE_TABLE
Bixuan Cui
2021-05-14
1
-0
/
+1
*
|
crypto: cavium/nitrox - Fix kernel-doc
Yang Li
2021-05-14
1
-1
/
+1
*
|
crypto: cavium/nitrox - Remove redundant initialization of 'sg'
Yang Li
2021-05-14
1
-1
/
+1
*
|
crypto: ixp4xx - Correct functions alignment
Corentin Labbe
2021-05-14
1
-30
/
+35
*
|
crypto: ixp4xx - remove brackets from single statement
Corentin Labbe
2021-05-14
1
-26
/
+21
*
|
crypto: ixp4xx - Do not initialize static to NULL
Corentin Labbe
2021-05-14
1
-4
/
+4
*
|
crypto: ixp4xx - whitespace fixes
Corentin Labbe
2021-05-14
1
-19
/
+24
*
|
crypto: ixp4xx - convert all printk to dev_xxx
Corentin Labbe
2021-05-14
1
-8
/
+6
*
|
crypto: ixp4xx - convert unsigned to unsigned int
Corentin Labbe
2021-05-14
1
-10
/
+10
*
|
crypto: ixp4xx - fallback when having more than one SG
Corentin Labbe
2021-05-14
2
-3
/
+58
*
|
crypto: ixp4xx - update IV after requests
Corentin Labbe
2021-05-14
1
-0
/
+22
*
|
crypto: ixp4xx - dma_unmap the correct address
Corentin Labbe
2021-05-14
1
-1
/
+1
*
|
crypto: qce - Schedule fallback aead algorithm
Thara Gopinath
2021-05-14
2
-11
/
+56
*
|
crypto: qce - Add support for AEAD algorithms
Thara Gopinath
2021-05-14
1
-2
/
+160
*
|
crypto: qce - Clean up qce_auth_cfg
Thara Gopinath
2021-05-14
1
-12
/
+9
*
|
crypto: qce - Add support for AEAD algorithms
Thara Gopinath
2021-05-14
6
-0
/
+874
*
|
crypto: qce - Add mode for rfc4309
Thara Gopinath
2021-05-14
1
-2
/
+5
*
|
crypto: qce - Make result dump optional
Thara Gopinath
2021-05-14
1
-4
/
+7
*
|
crypto: qce - Add MAC failed error checking
Thara Gopinath
2021-05-14
1
-0
/
+2
*
|
crypto: cpt - Use 'hlist_for_each_entry' to simplify code
Christophe JAILLET
2021-05-14
1
-5
/
+1
*
|
crypto: ccp - Annotate SEV Firmware file names
Joerg Roedel
2021-05-14
1
-0
/
+4
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-01
2
-99
/
+98
|
\
|
*
crypto: ccp: Use the stack and common buffer for INIT command
Sean Christopherson
2021-04-21
2
-5
/
+6
|
*
crypto: ccp: Use the stack and common buffer for status commands
Sean Christopherson
2021-04-21
2
-16
/
+12
|
*
crypto: ccp: Use the stack for small SEV command buffers
Sean Christopherson
2021-04-21
1
-73
/
+44
|
*
crypto: ccp: Play nice with vmalloc'd memory for SEV command structs
Sean Christopherson
2021-04-21
2
-5
/
+25
|
*
crypto: ccp: Reject SEV commands with mismatching command buffer
Sean Christopherson
2021-04-21
1
-2
/
+7
|
*
crypto: ccp: Detect and reject "invalid" addresses destined for PSP
Sean Christopherson
2021-04-21
1
-0
/
+3
|
*
crypto: ccp: Free SEV device if SEV init fails
Sean Christopherson
2021-04-21
1
-1
/
+3
|
*
KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command
Steve Rutherford
2021-04-21
1
-0
/
+1
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2021-04-26
135
-1409
/
+2877
|
\
\
|
|
/
|
/
|
|
*
crypto: s5p-sss - consistently use local 'dev' variable in probe()
Krzysztof Kozlowski
2021-04-22
1
-2
/
+2
|
*
crypto: s5p-sss - remove unneeded local variable initialization
Krzysztof Kozlowski
2021-04-22
1
-1
/
+1
|
*
crypto: s5p-sss - simplify getting of_device_id match data
Krzysztof Kozlowski
2021-04-22
1
-6
/
+3
|
*
ccp: ccp - add support for Green Sardine
Devaraj Rangasamy
2021-04-22
1
-0
/
+1
|
*
crypto: ccp - Make ccp_dev_suspend and ccp_dev_resume void functions
Tian Tao
2021-04-22
3
-29
/
+10
|
*
crypto: octeontx2 - add support for OcteonTX2 98xx CPT block.
Srujana Challa
2021-04-22
7
-58
/
+153
|
*
crypto: chelsio/chcr - Remove useless MODULE_VERSION
Vinay Kumar Yadav
2021-04-22
2
-3
/
+1
|
*
crypto: ux500/cryp - Remove duplicate argument
Wan Jiabing
2021-04-22
1
-1
/
+0
|
*
crypto: chelsio - remove unused function
Jiapeng Chong
2021-04-22
1
-5
/
+0
|
*
crypto: sa2ul - Add support for AM64
Peter Ujfalusi
2021-04-22
2
-39
/
+96
|
*
crypto: sa2ul - Support for per channel coherency
Peter Ujfalusi
2021-04-22
1
-1
/
+1
|
*
crypto: hisilicon - enable new error types for QM
Weili Qian
2021-04-22
2
-3
/
+8
[prev]
[next]