index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
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-16
23
-26
/
+26
|
\
|
*
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
|
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
4
-5
/
+5
|
*
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
|
*
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
2022-10-11
2
-2
/
+2
|
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-11
16
-17
/
+17
*
|
Merge tag 'for-linus' of https://github.com/openrisc/linux
Linus Torvalds
2022-10-15
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-14
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]