index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
padlock-aes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-24
crypto: Convert to new CPU match macros
Thomas Gleixner
1
-1
/
+1
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-7
/
+2
2019-10-23
crypto: padlock-aes - convert to skcipher API
Eric Biggers
1
-83
/
+74
2019-07-26
crypto: padlock/aes - switch to library version of key expansion routine
Ard Biesheuvel
1
-1
/
+1
2019-07-26
crypto: aes - rename local routines to prevent future clashes
Ard Biesheuvel
1
-4
/
+4
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-13
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-27
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-11
[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
[next]