index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
padlock-sha.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-08
crypto: shash - remove useless setting of type flags
Eric Biggers
1
-6
/
+2
2017-09-22
crypto: padlock-sha - constify x86_cpu_id
Arvind Yadav
1
-1
/
+1
2016-11-01
x86/fpu: Remove irq_ts_save() and irq_ts_restore()
Andy Lutomirski
1
-18
/
+0
2015-12-19
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
1
-1
/
+1
2015-05-19
x86/fpu: Rename i387.h to fpu/api.h
Ingo Molnar
1
-1
/
+1
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
1
-4
/
+4
2014-05-22
crypto: padlock - tfm->__crt_alg->cra_name directly
Marek Vasut
1
-1
/
+1
2012-01-27
crypto: Add support for x86 cpuid auto loading for x86 crypto drivers
Andi Kleen
1
-8
/
+8
2011-03-27
crypto: padlock - Add SHA-1/256 module for VIA Nano
Brilly Wu
1
-5
/
+264
2011-01-07
crypto: padlock - Move padlock.h into include/crypto
Herbert Xu
1
-7
/
+1
2010-02-01
crypto: padlock-sha - Add import/export support
Herbert Xu
1
-0
/
+23
2009-09-22
crypto: padlock-sha - Fix stack alignment
Herbert Xu
1
-2
/
+12
2009-07-16
crypto: padlock - Fix hashing of partial blocks
Herbert Xu
1
-0
/
+2
2009-07-15
crypto: padlock - Fix compile error on i386
Herbert Xu
1
-2
/
+4
2009-07-14
crypto: padlock - Switch sha to shash
Herbert Xu
1
-178
/
+155
2009-07-11
crypto: padlock - Use shash fallback for sha
Herbert Xu
1
-30
/
+52
2009-02-26
crypto: api - Fix module load deadlock with fallback algorithms
Herbert Xu
1
-2
/
+2
2008-08-13
crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore()
Suresh Siddha
1
-0
/
+9
2008-07-10
crypto: padlock - Make module loading quieter when hardware isn't available
Jeremy Katz
1
-2
/
+2
2007-10-27
[CRYPTO] users: Fix up scatterlist conversion errors
Herbert Xu
1
-2
/
+2
2007-10-11
[CRYPTO] sha: Add header file for SHA definitions
Jan Glauber
1
-20
/
+16
2007-10-11
[CRYPTO] sha: Load the SHA[1|256] module by an alias
Sebastian Siewior
1
-15
/
+2
2006-09-21
[CRYPTO] padlock: Convert padlock-sha to use crypto_hash
Herbert Xu
1
-56
/
+35
2006-09-21
[CRYPTO] padlock-sha: TFMs don't need to be static
Michal Ludvig
1
-9
/
+9
2006-09-21
[CRYPTO] padlock-sha: Make 2 functions static
Adrian Bunk
1
-2
/
+2
2006-09-21
[CRYPTO] padlock: Driver for SHA1 / SHA256 algorithms
Michal Ludvig
1
-0
/
+339