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