index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
/
sha512_ssse3_glue.c
Age
Commit message (
Expand
)
Author
2022-08-19
crypto: x86/sha512 - load based on CPU features
Robert Elliott
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-05-08
crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h
Eric Biggers
2020-04-09
x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2
Jason A. Donenfeld
2020-04-09
x86: remove always-defined CONFIG_AS_AVX
Masahiro Yamada
2020-01-22
crypto: x86/sha - Eliminate casts on asm implementations
Kees Cook
2019-03-22
crypto: x86 - convert to use crypto_simd_usable()
Eric Biggers
2018-07-09
crypto: shash - remove useless setting of type flags
Eric Biggers
2016-05-31
crypto: sha-ssse3 - add MODULE_ALIAS
Stephan Mueller
2016-04-13
x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usage
Borislav Petkov
2015-11-04
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2015-09-21
crypto: x86/sha - Restructure x86 sha512 glue code to expose all the availabl...
tim
2015-09-14
x86/fpu: Rename XSAVE macros
Dave Hansen
2015-05-19
x86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_ssse3_mod_init() xfeatu...
Ingo Molnar
2015-05-19
x86/fpu: Rename fpu/xsave.h to fpu/xstate.h
Ingo Molnar
2015-05-19
x86/fpu: Move xsave.h to fpu/xsave.h
Ingo Molnar
2015-05-19
x86/fpu: Rename i387.h to fpu/api.h
Ingo Molnar
2015-04-10
crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layer
Ard Biesheuvel
2014-12-02
crypto: sha - replace memset by memzero_explicit
Julia Lawall
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
2014-06-25
crypto: sha512_ssse3 - fix byte count to bit count conversion
Jussi Kivilinna
2013-05-28
crypto: sha512_ssse3 - add sha384 support
Jussi Kivilinna
2013-04-25
crypto: sha512 - Create module providing optimized SHA512 routines using SSSE...
Tim Chen