index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-01
memblock, treewide: make memblock_free() handle late freeing
Mike Rapoport (Microsoft)
1
-1
/
+1
2026-03-31
lib/crypto: Include <crypto/utils.h> instead of <crypto/algapi.h>
Eric Biggers
3
-4
/
+4
2026-03-31
lib/crypto: aesgcm: Don't disable IRQs during AES block encryption
Eric Biggers
1
-22
/
+3
2026-03-31
lib/crypto: aescfb: Don't disable IRQs during AES block encryption
Eric Biggers
1
-22
/
+3
2026-03-30
x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcache
Linus Torvalds
1
-1
/
+1
2026-03-30
x86: rename and clean up __copy_from_user_inatomic_nocache()
Linus Torvalds
1
-1
/
+1
2026-03-30
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-0
/
+4
2026-03-30
lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnit
Eric Biggers
6
-760
/
+760
2026-03-30
lib/crypto: sparc: Drop optimized MD5 code
Eric Biggers
4
-120
/
+0
2026-03-30
lib/crypto: mips: Drop optimized MD5 code
Eric Biggers
2
-66
/
+0
2026-03-30
lib/linear_ranges: Add linear_range_get_selector_high_array
Amit Sunil Dhamne
1
-0
/
+36
2026-03-30
kbuild: rust: provide an option to inline C helpers into Rust
Gary Guo
1
-0
/
+17
2026-03-29
lib/crc: arm64: add NEON accelerated CRC64-NVMe implementation
Demian Shulhan
4
-1
/
+116
2026-03-27
lib/bch: fix signed shift overflow in build_mod8_tables
Josh Law
1
-1
/
+1
2026-03-27
lib/bch: fix signed left-shift undefined behavior
Josh Law
1
-2
/
+2
2026-03-27
lib/glob: initialize back_str to silence uninitialized variable warning
Josh Law
1
-1
/
+1
2026-03-27
lib/ts_kmp: fix integer overflow in pattern length calculation
Josh Law
1
-2
/
+16
2026-03-27
lib/ts_bm: fix integer overflow in pattern length calculation
Josh Law
1
-2
/
+16
2026-03-27
lib: decompress_bunzip2: fix 32-bit shift undefined behavior
Josh Law
1
-2
/
+2
2026-03-27
lib/bug: remove unnecessary variable initializations
Josh Law
1
-2
/
+2
2026-03-27
lib/bug: fix inconsistent capitalization in BUG message
Josh Law
1
-1
/
+1
2026-03-27
lib/inflate: fix typo "This results" to "The results" in comment
Josh Law
1
-1
/
+1
2026-03-27
lib/inflate: fix grammar in comment: "variable" to "variables"
Josh Law
1
-1
/
+1
2026-03-27
lib/inflate: fix memory leak in inflate_dynamic() on inflate_codes() failure
Josh Law
1
-4
/
+3
2026-03-27
lib/inflate: fix memory leak in inflate_fixed() on inflate_codes() failure
Josh Law
1
-0
/
+2
2026-03-27
lib/uuid: fix typo "reversion" to "revision" in comment
Josh Law
1
-1
/
+1
2026-03-27
lib: math: polynomial: remove link to non-exist file and fix spelling
Andy Shevchenko
1
-12
/
+8
2026-03-27
lib: math: polynomial: don't use 'proxy' headers
Andy Shevchenko
1
-1
/
+2
2026-03-27
lib: polynomial: move to math/ subfolder
Andy Shevchenko
5
-5
/
+4
2026-03-27
lib/glob: clean up "bool abuse" in pointer arithmetic
Josh Law
1
-1
/
+1
2026-03-27
lib: glob: replace bitwise OR with logical operation on boolean
Josh Law
1
-1
/
+2
2026-03-27
lib: glob: add explicit include for export.h
Josh Law
1
-0
/
+1
2026-03-27
lib: glob: fix grammar and replace non-inclusive terminology
Josh Law
1
-1
/
+1
2026-03-27
lib: glob: add missing SPDX-License-Identifier
Josh Law
1
-0
/
+1
2026-03-27
bug: avoid format attribute warning for clang as well
Arnd Bergmann
1
-5
/
+2
2026-03-27
lib/crypto: chacha: Zeroize permuted_state before it leaves scope
Eric Biggers
1
-0
/
+4
2026-03-26
vdso/timens: Move functions to new file
Thomas Weißschuh
1
-25
/
+0
2026-03-25
debugobjects: Drop likely() around !IS_ERR_OR_NULL()
Philipp Hahn
1
-1
/
+1
2026-03-24
bitmap: add test_zero_nbits()
Yury Norov
2
-0
/
+59
2026-03-24
compiler: Simplify generic RELOC_HIDE()
Marco Elver
1
-0
/
+11
2026-03-24
printf: add IPv6 address format tests
Shuvam Pandey
1
-0
/
+22
2026-03-23
lib: Move crypto library tests to Runtime Testing menu
Eric Biggers
2
-6
/
+2
2026-03-23
crypto: sm3 - Remove the original "sm3_block_generic()"
Eric Biggers
1
-16
/
+3
2026-03-23
lib/crypto: x86/sm3: Migrate optimized code into library
Eric Biggers
4
-0
/
+557
2026-03-23
lib/crypto: riscv/sm3: Migrate optimized code into library
Eric Biggers
4
-0
/
+166
2026-03-23
lib/crypto: arm64/sm3: Migrate optimized code into library
Eric Biggers
5
-3
/
+790
2026-03-23
lib/crypto: tests: Add KUnit tests for SM3
Eric Biggers
5
-0
/
+273
2026-03-23
lib/crypto: sm3: Add SM3 library API
Eric Biggers
2
-19
/
+143
2026-03-23
lib/crypto: aesgcm: Use GHASH library API
Eric Biggers
2
-28
/
+29
2026-03-23
lib/crypto: gf128mul: Remove unused 4k_lle functions
Eric Biggers
1
-72
/
+1
[prev]
[next]