index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
crypto: aesni - Fix build with LLVM_IAS=1
Sedat Dilek
2020-08-19
1
-3
/
+3
*
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
*
crypto: aesni-intel - Fixed build with binutils 2.16
Tadeusz Struk
2010-12-13
1
-79
/
+519
*
crypto: aesni-intel - Fixed build error on x86-32
Mathias Krause
2010-11-29
1
-1
/
+4
*
crypto: aesni-intel - Ported implementation to x86-32
Mathias Krause
2010-11-27
1
-30
/
+167
*
crypto: aesni-intel - RFC4106 AES-GCM Driver Using Intel New Instructions
Tadeusz Struk
2010-11-13
1
-0
/
+1192
*
crypto: aesni-intel - Fix CTR optimization build failure with gas 2.16.1
Huang Ying
2010-03-13
1
-2
/
+2
*
crypto: aesni-intel - Add AES-NI accelerated CTR mode
Huang Ying
2010-03-10
1
-0
/
+115
*
crypto: aesni-intel - Use gas macro for AES-NI instructions
Huang Ying
2009-11-23
1
-344
/
+173
*
crypto: aes-ni - Fix cbc mode IV saving
Huang Ying
2009-06-18
1
-2
/
+3
*
crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platform
Huang Ying
2009-02-18
1
-0
/
+896