Herbert Xu
|
46d8c4b286
crypto: padlock-aes - Fix Nano workaround data corruption
|
7 years ago |
Jia Zhang
|
b399151cb4
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
|
7 years ago |
Arvind Yadav
|
d989364535
crypto: padlock-aes - constify x86_cpu_id
|
8 years ago |
Andy Lutomirski
|
5a83d60c07
x86/fpu: Remove irq_ts_save() and irq_ts_restore()
|
8 years ago |
Linus Torvalds
|
c597b6bcd5
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
9 years ago |
Borislav Petkov
|
362f924b64
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
|
9 years ago |
Geliang Tang
|
1d4bbc5a6f
crypto: padlock-aes - use offset_in_page macro
|
9 years ago |
Ingo Molnar
|
df6b35f409
x86/fpu: Rename i387.h to fpu/api.h
|
10 years ago |
Kees Cook
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 years ago |
Jussi Kivilinna
|
e15aa3692d
crypto: drivers - remove cra_list initialization
|
13 years ago |
Andi Kleen
|
3bd391f056
crypto: Add support for x86 cpuid auto loading for x86 crypto drivers
|
13 years ago |
Jonathan Nieder
|
c39cc377f9
crypto: padlock-aes - Make module loading even quieter when hardware is missing
|
14 years ago |
Linus Torvalds
|
27d189c02b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
14 years ago |
Herbert Xu
|
2149308873
crypto: padlock - Move padlock.h into include/crypto
|
14 years ago |
Herbert Xu
|
c054a076a1
crypto: padlock - Fix AES-CBC handling on odd-block-sized input
|
14 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Linus Torvalds
|
d0316554d3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
|
15 years ago |
Chuck Ebbert
|
e8edb3cbd7
crypto: padlock-aes - Use the correct mask when checking whether copying is required
|
15 years ago |
Tejun Heo
|
390dfd95c5
percpu: make misc percpu symbols unique
|
16 years ago |
Chuck Ebbert
|
8d8409f773
crypto: padlock-aes - work around Nano CPU errata in CBC mode
|
16 years ago |
Chuck Ebbert
|
a76c1c23d0
crypto: padlock-aes - work around Nano CPU errata in ECB mode
|
16 years ago |
Sebastian Andrzej Siewior
|
d1c8b0a769
crypto: padlock - Enable on x86_64
|
16 years ago |
Herbert Xu
|
acd246b749
crypto: padlock - Revert aes-all alias to aes
|
16 years ago |
Herbert Xu
|
a760a6656e
crypto: api - Fix module load deadlock with fallback algorithms
|
16 years ago |
Herbert Xu
|
420a4b20c5
crypto: padlock - Avoid resetting cword on successive operations
|
17 years ago |
Suresh Siddha
|
e49140120c
crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore()
|
17 years ago |
Jeremy Katz
|
b43e726b32
crypto: padlock - Make module loading quieter when hardware isn't available
|
17 years ago |
Sebastian Siewior
|
7dc748e4e7
[CRYPTO] padlock-aes: Use generic setkey function
|
17 years ago |
Herbert Xu
|
866cd902e8
[CRYPTO] padlock: Only reset the key once for each CBC and ECB operation
|
17 years ago |
Sebastian Siewior
|
89e1265431
[CRYPTO] aes: Move common defines into a header file
|
18 years ago |