index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possible
Daniel Jordan
2019-09-13
2
-12
/
+9
*
crypto: pcrypt - remove padata cpumask notifier
Daniel Jordan
2019-09-13
1
-107
/
+18
*
padata: make padata_do_parallel find alternate callback CPU
Daniel Jordan
2019-09-13
3
-39
/
+23
*
workqueue: require CPU hotplug read exclusion for apply_workqueue_attrs
Daniel Jordan
2019-09-13
1
-5
/
+14
*
workqueue: unconfine alloc/apply/free_workqueue_attrs()
Daniel Jordan
2019-09-13
2
-3
/
+7
*
padata: allocate workqueue internally
Daniel Jordan
2019-09-13
4
-28
/
+24
*
arm64: dts: imx8mq: Add CAAM node
Andrey Smirnov
2019-09-13
1
-0
/
+30
*
random: Use wait_event_freezable() in add_hwgenerator_randomness()
Stephen Boyd
2019-09-09
1
-7
/
+5
*
crypto: ux500 - Fix COMPILE_TEST warnings
Herbert Xu
2019-09-09
2
-9
/
+11
*
crypto: x86/aes-ni - use AES library instead of single-use AES cipher
Ard Biesheuvel
2019-09-09
1
-11
/
+6
*
crypto: cavium/zip - Add missing single_release()
Wei Yongjun
2019-09-09
1
-0
/
+3
*
crypto: marvell - Use kzfree rather than its implementation
zhong jiang
2019-09-09
1
-2
/
+1
*
crypto: caam - dispose of IRQ mapping only after IRQ is freed
Andrey Smirnov
2019-09-09
1
-4
/
+10
*
crypto: caam - check irq_of_parse_and_map for errors
Andrey Smirnov
2019-09-09
1
-0
/
+4
*
crypto: caam - use devres to unmap JR's registers
Andrey Smirnov
2019-09-09
1
-4
/
+9
*
crypto: caam - make sure clocks are enabled first
Andrey Smirnov
2019-09-09
1
-15
/
+15
*
crypto: arm/aes-ce - implement ciphertext stealing for CBC
Ard Biesheuvel
2019-09-09
2
-17
/
+256
*
crypto: arm/aes-neonbs - implement ciphertext stealing for XTS
Ard Biesheuvel
2019-09-09
2
-13
/
+72
*
crypto: arm/aes-ce - implement ciphertext stealing for XTS
Ard Biesheuvel
2019-09-09
2
-23
/
+208
*
crypto: arm64/aes-neonbs - implement ciphertext stealing for XTS
Ard Biesheuvel
2019-09-09
5
-14
/
+110
*
crypto: arm64/aes - implement support for XTS ciphertext stealing
Ard Biesheuvel
2019-09-09
2
-30
/
+195
*
crypto: arm64/aes-cts-cbc - move request context data to the stack
Ard Biesheuvel
2019-09-09
1
-35
/
+26
*
crypto: arm64/aes-cts-cbc-ce - performance tweak
Ard Biesheuvel
2019-09-09
1
-3
/
+2
*
crypto: skcipher - add the ability to abort a skcipher walk
Ard Biesheuvel
2019-09-09
1
-0
/
+5
*
crypto: arm64/aes-neon - limit exposed routines if faster driver is enabled
Ard Biesheuvel
2019-09-09
1
-53
/
+59
*
crypto: arm64/aes-neonbs - replace tweak mask literal with composition
Ard Biesheuvel
2019-09-09
1
-6
/
+3
*
crypto: arm/aes-neonbs - replace tweak mask literal with composition
Ard Biesheuvel
2019-09-09
1
-5
/
+3
*
crypto: arm/aes-ce - replace tweak mask literal with composition
Ard Biesheuvel
2019-09-09
1
-6
/
+3
*
crypto: arm/aes-ce - switch to 4x interleave
Ard Biesheuvel
2019-09-09
1
-119
/
+144
*
crypto: arm/aes-ce - yield the SIMD unit between scatterwalk steps
Ard Biesheuvel
2019-09-09
2
-35
/
+34
*
crypto: arm/aes - fix round key prototypes
Ard Biesheuvel
2019-09-09
2
-29
/
+29
*
crypto: skcipher - Unmap pages after an external error
Herbert Xu
2019-09-09
1
-19
/
+23
*
crypto: arm64/aes - Use PTR_ERR_OR_ZERO rather than its implementation.
zhong jiang
2019-09-09
1
-3
/
+1
*
crypto: sha256 - Remove sha256/224_init code duplication
Hans de Goede
2019-09-05
3
-56
/
+30
*
crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h
Hans de Goede
2019-09-05
6
-38
/
+24
*
crypto: n2 - Rename arrays to avoid conflict with crypto/sha256.h
Hans de Goede
2019-09-05
1
-8
/
+8
*
crypto: chelsio - Rename arrays to avoid conflict with crypto/sha256.h
Hans de Goede
2019-09-05
1
-10
/
+10
*
crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.h
Hans de Goede
2019-09-05
1
-76
/
+77
*
crypto: x86 - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
2019-09-05
1
-6
/
+6
*
crypto: s390 - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
2019-09-05
1
-4
/
+4
*
crypto: arm64 - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
2019-09-05
1
-12
/
+12
*
crypto: arm - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
2019-09-05
2
-16
/
+16
*
hwrng: timeriomem - relax check on memory resource size
Daniel Mack
2019-09-05
2
-3
/
+3
*
crypto: inside-secure - Added support for basic AES-CCM
Pascal van Leeuwen
2019-09-05
3
-53
/
+249
*
crypto: inside-secure - Added AES-OFB support
Pascal van Leeuwen
2019-09-05
3
-0
/
+39
*
crypto: inside-secure - Added AES-CFB support
Pascal van Leeuwen
2019-09-05
3
-0
/
+39
*
crypto: inside-secure - Added support for basic AES-GCM
Pascal van Leeuwen
2019-09-05
4
-41
/
+204
*
crypto: inside-secure - Minor code cleanup and optimizations
Pascal van Leeuwen
2019-09-05
1
-39
/
+47
*
crypto: inside-secure - Minor optimization recognizing CTR is always AES
Pascal van Leeuwen
2019-09-05
1
-11
/
+14
*
crypto: inside-secure - Made .cra_priority value a define
Pascal van Leeuwen
2019-09-05
3
-31
/
+34
[next]