index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
padlock-aes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2018-07-20
crypto: padlock-aes - Fix Nano workaround data corruption
Herbert Xu
1
-2
/
+6
2018-02-15
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
1
-1
/
+1
2017-09-22
crypto: padlock-aes - 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
-21
/
+2
2016-01-12
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-2
/
+2
2015-12-19
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
1
-1
/
+1
2015-11-24
crypto: padlock-aes - use offset_in_page macro
Geliang Tang
1
-2
/
+2
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
-1
/
+1
2012-08-01
crypto: drivers - remove cra_list initialization
Jussi Kivilinna
1
-3
/
+0
2012-01-26
crypto: Add support for x86 cpuid auto loading for x86 crypto drivers
Andi Kleen
1
-1
/
+8
2011-08-03
crypto: padlock-aes - Make module loading even quieter when hardware is missing
Jonathan Nieder
1
-3
/
+1
2011-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+1
2011-01-07
crypto: padlock - Move padlock.h into include/crypto
Herbert Xu
1
-1
/
+1
2010-11-04
crypto: padlock - Fix AES-CBC handling on odd-block-sized input
Herbert Xu
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-6
/
+6
2009-11-03
crypto: padlock-aes - Use the correct mask when checking whether copying is r...
Chuck Ebbert
1
-2
/
+2
2009-10-29
percpu: make misc percpu symbols unique
Tejun Heo
1
-6
/
+6
2009-06-18
crypto: padlock-aes - work around Nano CPU errata in CBC mode
Chuck Ebbert
1
-18
/
+65
2009-06-18
crypto: padlock-aes - work around Nano CPU errata in ECB mode
Chuck Ebbert
1
-35
/
+46
2009-06-02
crypto: padlock - Enable on x86_64
Sebastian Andrzej Siewior
1
-0
/
+13
2009-04-21
crypto: padlock - Revert aes-all alias to aes
Herbert Xu
1
-1
/
+1
2009-02-26
crypto: api - Fix module load deadlock with fallback algorithms
Herbert Xu
1
-1
/
+1
2008-12-25
crypto: padlock - Avoid resetting cword on successive operations
Herbert Xu
1
-10
/
+42
2008-08-13
crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore()
Suresh Siddha
1
-1
/
+27
2008-07-10
crypto: padlock - Make module loading quieter when hardware isn't available
Jeremy Katz
1
-2
/
+2
2008-04-21
[CRYPTO] padlock-aes: Use generic setkey function
Sebastian Siewior
1
-301
/
+19
2008-01-11
[CRYPTO] padlock: Only reset the key once for each CBC and ECB operation
Herbert Xu
1
-5
/
+15
2008-01-11
[CRYPTO] aes: Move common defines into a header file
Sebastian Siewior
1
-3
/
+1
2008-01-11
[CRYPTO] padlock: Fix alignment fault in aes_crypt_copy
Herbert Xu
1
-2
/
+2
2007-12-28
[CRYPTO] padlock: Fix spurious ECB page fault
Herbert Xu
1
-4
/
+49
2007-10-10
[CRYPTO] aes: Rename aes to aes-generic
Sebastian Siewior
1
-2
/
+2
2006-09-21
[CRYPTO] drivers: Remove obsolete block cipher operations
Herbert Xu
1
-44
/
+0
2006-09-21
[CRYPTO] padlock: Added block cipher versions of CBC/ECB
Herbert Xu
1
-7
/
+167
2006-09-21
[CRYPTO] api: Get rid of flags argument to setkey
Herbert Xu
1
-2
/
+3
2006-09-21
[CRYPTO] padlock: Helper module padlock.ko
Michal Ludvig
1
-3
/
+0
2006-09-21
[CRYPTO] padlock: Update private header file
Michal Ludvig
1
-1
/
+12
2006-09-21
[CRYPTO] padlock: Add compatibility alias after rename
Herbert Xu
1
-0
/
+3
2006-09-21
[CRYPTO] padlock: Get rid of padlock-generic.c
Michal Ludvig
1
-4
/
+30
2006-07-15
[CRYPTO] padlock: Fix alignment after aes_ctx rearrange
Michal Ludvig
1
-2
/
+7
2006-06-26
[CRYPTO] padlock: Rearrange context structure to reduce code size
Herbert Xu
1
-6
/
+4
2006-06-26
[CRYPTO] all: Pass tfm instead of ctx to algorithms
Herbert Xu
1
-15
/
+14
2006-03-21
[CRYPTO] api: Align tfm context as wide as possible
Herbert Xu
1
-1
/
+5
2006-02-22
[PATCH] padlock: Fix typo that broke 256-bit keys
Herbert Xu
1
-4
/
+4
2006-01-09
[CRYPTO] Allow AES C/ASM implementations to coexist
Herbert Xu
1
-0
/
+2
2006-01-09
[CRYPTO] Use standard byte order macros wherever possible
Herbert Xu
1
-13
/
+11
2005-07-06
[CRYPTO] Update IV correctly for Padlock CBC encryption
Herbert Xu
1
-4
/
+9
2005-07-06
[CRYPTO] Ensure cit_iv is aligned correctly
Herbert Xu
1
-2
/
+1
[next]