index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
/
aesni-intel_asm.S
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-07
crypto: x86/aes-gcm - rewrite the AES-NI optimized AES-GCM
Eric Biggers
1
-1502
/
+1
2024-04-26
crypto: x86/aes-gcm - delete unused GCM assembly code
Eric Biggers
1
-186
/
+0
2024-04-19
crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()
Eric Biggers
1
-191
/
+79
2024-04-12
crypto: x86/aes-xts - make non-AVX implementation use new glue code
Eric Biggers
1
-8
/
+8
2024-04-02
crypto: x86/aesni - Update aesni_set_key() to return void
Chang S. Bae
1
-3
/
+2
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
1
-1
/
+1
2023-09-20
crypto: aesni - Fix double word in comments
Bo Liu
1
-2
/
+2
2023-04-20
crypto: x86/aesni - Use local .L symbols for code
Ard Biesheuvel
1
-98
/
+98
2023-04-20
crypto: x86/aesni - Use RIP-relative addressing
Ard Biesheuvel
1
-1
/
+1
2022-02-22
x86: clean up symbol aliasing
Mark Rutland
1
-3
/
+1
2021-12-08
x86: Prepare asm files for straight-line-speculation
Peter Zijlstra
1
-28
/
+28
2021-01-08
crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helper
Ard Biesheuvel
1
-48
/
+232
2021-01-08
crypto: x86/aes-ni-xts - use direct calls to and 4-way stride
Ard Biesheuvel
1
-45
/
+70
2021-01-03
crypto: aesni - implement support for cts(cbc(aes))
Ard Biesheuvel
1
-1
/
+128
2020-12-04
crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%reg
Uros Bizjak
1
-10
/
+10
2020-07-16
crypto: x86 - Remove include/asm/inst.h
Uros Bizjak
1
-367
/
+366
2020-07-09
crypto: aesni - Fix build with LLVM_IAS=1
Sedat Dilek
1
-3
/
+3
2020-04-30
x86: Change {JMP,CALL}_NOSPEC argument
Peter Zijlstra
1
-2
/
+2
2019-12-11
crypto: x86 - Regularize glue function prototypes
Kees Cook
1
-4
/
+4
2019-10-18
x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
1
-30
/
+30
2019-10-18
x86/asm: Annotate aliases
Jiri Slaby
1
-3
/
+2
2019-10-18
x86/asm/crypto: Annotate local functions
Jiri Slaby
1
-29
/
+20
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-08-29
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-33
/
+33
2018-08-25
crypto: aesni - Use unaligned loads from gcm_context_data
Dave Watson
1
-33
/
+33
2018-07-03
x86/asm/64: Use 32-bit XOR to zero registers
Jan Beulich
1
-4
/
+4
2018-02-22
crypto: aesni - Introduce scatter/gather asm function stubs
Dave Watson
1
-26
/
+90
2018-02-22
crypto: aesni - Add fast path for > 16 byte update
Dave Watson
1
-0
/
+25
2018-02-22
crypto: aesni - Introduce partial block macro
Dave Watson
1
-1
/
+150
2018-02-22
crypto: aesni - Move HashKey computation from stack to gcm_context
Dave Watson
1
-99
/
+106
2018-02-22
crypto: aesni - Move ghash_mul to GCM_COMPLETE
Dave Watson
1
-1
/
+9
2018-02-22
crypto: aesni - Fill in new context data structures
Dave Watson
1
-12
/
+39
2018-02-22
crypto: aesni - Split AAD hash calculation to separate macro
Dave Watson
1
-28
/
+43
2018-02-22
crypto: aesni - Introduce gcm_context_data
Dave Watson
1
-51
/
+64
2018-02-22
crypto: aesni - Merge encode and decode to GCM_ENC_DEC macro
Dave Watson
1
-179
/
+114
2018-02-22
crypto: aesni - Add GCM_COMPLETE macro
Dave Watson
1
-109
/
+63
2018-02-22
crypto: aesni - Add GCM_INIT macro
Dave Watson
1
-51
/
+33
2018-02-22
crypto: aesni - Macro-ify func save/restore
Dave Watson
1
-29
/
+24
2018-02-22
crypto: aesni - Merge INITIAL_BLOCKS_ENC/DEC
Dave Watson
1
-250
/
+48
2018-01-31
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-142
/
+57
2018-01-12
x86/retpoline/crypto: Convert crypto assembler indirect jumps
David Woodhouse
1
-2
/
+3
2017-12-28
crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesni
Junaid Shahid
1
-100
/
+12
2017-12-28
crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesni
Junaid Shahid
1
-42
/
+45
2017-05-18
crypto: aesni - make non-AVX AES-GCM work with all valid auth_tag_len
Sabrina Dubroca
1
-14
/
+48
2017-05-18
crypto: aesni - make non-AVX AES-GCM work with any aadlen
Sabrina Dubroca
1
-37
/
+132
2017-01-23
crypto: x86 - make constants readonly, allow linker to merge them
Denys Vlasenko
1
-8
/
+29
2016-02-24
x86/asm/crypto: Create stack frames in crypto functions
Josh Poimboeuf
1
-27
/
+46
2016-02-24
x86/asm/crypto: Move .Lbswap_mask data to .rodata section
Josh Poimboeuf
1
-0
/
+2
2015-01-14
crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106
Timothy McCaffrey
1
-166
/
+177
2013-06-13
crypto: aesni_intel - fix accessing of unaligned memory
Jussi Kivilinna
1
-16
/
+32
[next]