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
/
drivers
/
crypto
/
padlock-aes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
2018-02-15
1
-1
/
+1
*
crypto: padlock-aes - constify x86_cpu_id
Arvind Yadav
2017-09-22
1
-1
/
+1
*
x86/fpu: Remove irq_ts_save() and irq_ts_restore()
Andy Lutomirski
2016-11-01
1
-21
/
+2
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-01-12
1
-2
/
+2
|
\
|
*
crypto: padlock-aes - use offset_in_page macro
Geliang Tang
2015-11-24
1
-2
/
+2
*
|
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
2015-12-19
1
-1
/
+1
|
/
*
x86/fpu: Rename i387.h to fpu/api.h
Ingo Molnar
2015-05-19
1
-1
/
+1
*
crypto: prefix module autoloading with "crypto-"
Kees Cook
2014-11-24
1
-1
/
+1
*
crypto: drivers - remove cra_list initialization
Jussi Kivilinna
2012-08-01
1
-3
/
+0
*
crypto: Add support for x86 cpuid auto loading for x86 crypto drivers
Andi Kleen
2012-01-26
1
-1
/
+8
*
crypto: padlock-aes - Make module loading even quieter when hardware is missing
Jonathan Nieder
2011-08-03
1
-3
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2011-01-13
1
-1
/
+1
|
\
|
*
crypto: padlock - Move padlock.h into include/crypto
Herbert Xu
2011-01-07
1
-1
/
+1
*
|
crypto: padlock - Fix AES-CBC handling on odd-block-sized input
Herbert Xu
2010-11-04
1
-1
/
+1
|
/
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2009-12-14
1
-6
/
+6
|
\
|
*
percpu: make misc percpu symbols unique
Tejun Heo
2009-10-29
1
-6
/
+6
*
|
crypto: padlock-aes - Use the correct mask when checking whether copying is r...
Chuck Ebbert
2009-11-03
1
-2
/
+2
|
/
*
crypto: padlock-aes - work around Nano CPU errata in CBC mode
Chuck Ebbert
2009-06-18
1
-18
/
+65
*
crypto: padlock-aes - work around Nano CPU errata in ECB mode
Chuck Ebbert
2009-06-18
1
-35
/
+46
*
crypto: padlock - Enable on x86_64
Sebastian Andrzej Siewior
2009-06-02
1
-0
/
+13
*
crypto: padlock - Revert aes-all alias to aes
Herbert Xu
2009-04-21
1
-1
/
+1
*
crypto: api - Fix module load deadlock with fallback algorithms
Herbert Xu
2009-02-26
1
-1
/
+1
*
crypto: padlock - Avoid resetting cword on successive operations
Herbert Xu
2008-12-25
1
-10
/
+42
*
crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore()
Suresh Siddha
2008-08-13
1
-1
/
+27
*
crypto: padlock - Make module loading quieter when hardware isn't available
Jeremy Katz
2008-07-10
1
-2
/
+2
*
[CRYPTO] padlock-aes: Use generic setkey function
Sebastian Siewior
2008-04-21
1
-301
/
+19
*
[CRYPTO] padlock: Only reset the key once for each CBC and ECB operation
Herbert Xu
2008-01-11
1
-5
/
+15
*
[CRYPTO] aes: Move common defines into a header file
Sebastian Siewior
2008-01-11
1
-3
/
+1
*
[CRYPTO] padlock: Fix alignment fault in aes_crypt_copy
Herbert Xu
2008-01-11
1
-2
/
+2
*
[CRYPTO] padlock: Fix spurious ECB page fault
Herbert Xu
2007-12-28
1
-4
/
+49
*
[CRYPTO] aes: Rename aes to aes-generic
Sebastian Siewior
2007-10-10
1
-2
/
+2
*
[CRYPTO] drivers: Remove obsolete block cipher operations
Herbert Xu
2006-09-21
1
-44
/
+0
*
[CRYPTO] padlock: Added block cipher versions of CBC/ECB
Herbert Xu
2006-09-21
1
-7
/
+167
*
[CRYPTO] api: Get rid of flags argument to setkey
Herbert Xu
2006-09-21
1
-2
/
+3
*
[CRYPTO] padlock: Helper module padlock.ko
Michal Ludvig
2006-09-21
1
-3
/
+0
*
[CRYPTO] padlock: Update private header file
Michal Ludvig
2006-09-21
1
-1
/
+12
*
[CRYPTO] padlock: Add compatibility alias after rename
Herbert Xu
2006-09-21
1
-0
/
+3
*
[CRYPTO] padlock: Get rid of padlock-generic.c
Michal Ludvig
2006-09-21
1
-4
/
+30
*
[CRYPTO] padlock: Fix alignment after aes_ctx rearrange
Michal Ludvig
2006-07-15
1
-2
/
+7
*
[CRYPTO] padlock: Rearrange context structure to reduce code size
Herbert Xu
2006-06-26
1
-6
/
+4
*
[CRYPTO] all: Pass tfm instead of ctx to algorithms
Herbert Xu
2006-06-26
1
-15
/
+14
*
[CRYPTO] api: Align tfm context as wide as possible
Herbert Xu
2006-03-21
1
-1
/
+5
*
[PATCH] padlock: Fix typo that broke 256-bit keys
Herbert Xu
2006-02-22
1
-4
/
+4
*
[CRYPTO] Allow AES C/ASM implementations to coexist
Herbert Xu
2006-01-09
1
-0
/
+2
*
[CRYPTO] Use standard byte order macros wherever possible
Herbert Xu
2006-01-09
1
-13
/
+11
*
[CRYPTO] Update IV correctly for Padlock CBC encryption
Herbert Xu
2005-07-06
1
-4
/
+9
*
[CRYPTO] Ensure cit_iv is aligned correctly
Herbert Xu
2005-07-06
1
-2
/
+1
*
[PADLOCK] Implement multi-block operations
Herbert Xu
2005-07-06
1
-2
/
+53
*
[PADLOCK] Move fast path work into aes_set_key and upper layer
Herbert Xu
2005-07-06
1
-61
/
+41
[next]