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