index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: Prepare to move crypto_tfm_ctx
Herbert Xu
2022-12-02
5
-5
/
+5
*
crypto: x86/curve25519 - disable gcov
Joe Fradley
2022-12-02
1
-0
/
+3
*
crypto: arm/nhpoly1305 - eliminate unnecessary CFI wrapper
Eric Biggers
2022-11-25
2
-10
/
+3
*
crypto: arm64/sm3 - fix possible crash with CFI enabled
Eric Biggers
2022-11-25
1
-1
/
+2
*
crypto: arm64/nhpoly1305 - eliminate unnecessary CFI wrapper
Eric Biggers
2022-11-25
2
-11
/
+5
*
crypto: x86/sm4 - fix crash with CFI enabled
Eric Biggers
2022-11-25
2
-6
/
+8
*
crypto: x86/sm3 - fix possible crash with CFI enabled
Eric Biggers
2022-11-25
1
-1
/
+2
*
crypto: x86/sha512 - fix possible crash with CFI enabled
Eric Biggers
2022-11-25
3
-3
/
+6
*
crypto: x86/sha256 - fix possible crash with CFI enabled
Eric Biggers
2022-11-25
4
-4
/
+8
*
crypto: x86/sha1 - fix possible crash with CFI enabled
Eric Biggers
2022-11-25
2
-2
/
+4
*
crypto: x86/nhpoly1305 - eliminate unnecessary CFI wrappers
Eric Biggers
2022-11-25
4
-22
/
+10
*
crypto: x86/aria - fix crash with CFI enabled
Eric Biggers
2022-11-25
1
-6
/
+7
*
crypto: x86/aegis128 - fix possible crash with CFI enabled
Eric Biggers
2022-11-25
1
-4
/
+5
*
crypto: arm64 - Fix unused variable compilation warnings of cpu_feature
Tianjia Zhang
2022-11-18
2
-2
/
+2
*
hwrng: core - treat default_quality as a maximum and default to 1024
Jason A. Donenfeld
2022-11-18
1
-1
/
+0
*
crypto: move gf128mul library into lib/crypto
Ard Biesheuvel
2022-11-11
2
-2
/
+2
*
crypto: arm64/sm4 - add CE implementation for GCM mode
Tianjia Zhang
2022-11-04
4
-0
/
+1046
*
crypto: arm64/sm4 - add CE implementation for CCM mode
Tianjia Zhang
2022-11-04
4
-0
/
+650
*
crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmac
Tianjia Zhang
2022-11-04
2
-1
/
+336
*
crypto: arm64/sm4 - add CE implementation for XTS mode
Tianjia Zhang
2022-11-04
3
-2
/
+504
*
crypto: arm64/sm4 - add CE implementation for CTS-CBC mode
Tianjia Zhang
2022-11-04
2
-0
/
+196
*
crypto: arm64/sm4 - export reusable CE acceleration functions
Tianjia Zhang
2022-11-04
2
-0
/
+21
*
crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementation
Tianjia Zhang
2022-11-04
2
-24
/
+24
*
crypto: arm64/sm4 - refactor and simplify CE implementation
Tianjia Zhang
2022-11-04
3
-400
/
+519
*
crypto: arm64/sm4 - refactor and simplify NEON implementation
Tianjia Zhang
2022-11-04
2
-346
/
+456
*
crypto: arm64/sm3 - add NEON assembly implementation
Tianjia Zhang
2022-11-04
4
-0
/
+717
*
crypto: arm64/sm3 - raise the priority of the CE implementation
Tianjia Zhang
2022-11-04
1
-1
/
+1
*
crypto: x86/polyval - Fix crashes when keys are not 16-byte aligned
Nathan Huckleberry
2022-10-21
1
-5
/
+14
*
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-10-17
23
-26
/
+26
|
\
|
*
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
2022-10-12
1
-1
/
+1
|
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-12
4
-5
/
+5
|
*
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
2022-10-12
1
-1
/
+1
|
*
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
2022-10-12
2
-2
/
+2
|
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-12
16
-17
/
+17
*
|
Merge tag 'for-linus' of https://github.com/openrisc/linux
Linus Torvalds
2022-10-16
1
-8
/
+8
|
\
\
|
*
|
openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncached
Jann Horn
2022-10-08
1
-8
/
+8
*
|
|
Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-10-15
13
-57
/
+58
|
\
\
\
|
*
|
|
uml: Remove the initialization of statics to 0
Shaomin Deng
2022-09-19
1
-1
/
+1
|
*
|
|
um: Do not initialise statics to 0.
Xin Gao
2022-09-19
4
-4
/
+4
|
*
|
|
um: Fix comment typo
Jason Wang
2022-09-19
1
-1
/
+1
|
*
|
|
um: Improve panic notifiers consistency and ordering
Guilherme G. Piccoli
2022-09-19
2
-8
/
+7
|
*
|
|
um: remove unused reactivate_chan() declaration
Gaosheng Cui
2022-09-19
1
-1
/
+0
|
*
|
|
um: mmaper: add __exit annotations to module exit funcs
Xiu Jianfeng
2022-09-19
1
-1
/
+1
|
*
|
|
um: virt-pci: add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
2022-09-19
1
-2
/
+2
|
*
|
|
um: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-19
3
-3
/
+3
|
*
|
|
um: increase default virtual physical memory to 64 MiB
Christian Lamparter
2022-09-19
1
-1
/
+1
|
*
|
|
UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
Huacai Chen
2022-09-19
1
-1
/
+1
|
*
|
|
um: read multiple msg from virtio slave request fd
Benjamin Beichler
2022-09-19
1
-34
/
+37
*
|
|
|
Merge tag 'asm-generic-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-10-14
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
alpha: fix marvel_ioread8 build regression
Arnd Bergmann
2022-10-10
1
-1
/
+1
[next]