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-03-11
vdso/gettimeofday: Add a helper to read the sequence lock of a time namespace aware clock
Thomas Weißschuh
1
-42
/
+9
2026-03-11
vdso/gettimeofday: Drop a few usages of __maybe_unused
Thomas Weißschuh
1
-6
/
+6
2026-03-11
vdso/datastore: Allocate data pages dynamically
Thomas Weißschuh
1
-32
/
+60
2026-03-11
vdso/datastore: Drop inclusion of linux/mmap_lock.h
Thomas Weißschuh
1
-1
/
+0
2026-03-11
vdso/datastore: Reduce scope of some variables in vvar_fault()
Thomas Weißschuh
1
-2
/
+4
2026-03-09
lib/crc: tests: Add a .kunitconfig file
Eric Biggers
1
-0
/
+3
2026-03-09
lib/crc: tests: Add CRC_ENABLE_ALL_FOR_KUNIT
Eric Biggers
1
-0
/
+14
2026-03-09
lib/crc: tests: Make crc_kunit test only the enabled CRC variants
Eric Biggers
2
-12
/
+23
2026-03-09
lib/crypto: aes: Add FIPS self-test for CMAC
Eric Biggers
2
-3
/
+37
2026-03-09
lib/crypto: tests: Add KUnit tests for CBC-based MACs
Eric Biggers
5
-0
/
+422
2026-03-09
lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into library
Eric Biggers
2
-11
/
+56
2026-03-09
lib/crypto: arm64/aes: Move assembly code for AES modes into libaes
Eric Biggers
5
-1
/
+1294
2026-03-09
lib/crypto: aes: Add support for CBC-based MACs
Eric Biggers
2
-0
/
+208
2026-03-09
lib/fonts: Remove internal symbols and macros from public header file
Thomas Zimmermann
16
-15
/
+68
2026-03-09
lib/fonts: Store font data for user space with font_data_export()
Thomas Zimmermann
1
-0
/
+40
2026-03-09
lib/fonts: Create font_data_t from struct console_font with font_data_import()
Thomas Zimmermann
1
-0
/
+62
2026-03-09
lib/fonts: Compare font data for equality with font_data_is_equal()
Thomas Zimmermann
1
-0
/
+26
2026-03-09
lib/fonts: Manage font-data lifetime with font_data_get/_put()
Thomas Zimmermann
1
-2
/
+75
2026-03-09
lib/fonts: Read font size with font_data_size()
Thomas Zimmermann
1
-0
/
+21
2026-03-09
lib/fonts: Remove trailing whitespaces
Thomas Zimmermann
2
-5
/
+5
2026-03-06
Merge tag 'linux_kselftest-kunit-fixes-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
1
-106
/
+125
2026-03-05
audit: fix coding style issues
Ricardo Robaina
1
-1
/
+1
2026-03-05
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
2
-23
/
+46
2026-03-02
lib/crypto: tests: Add a .kunitconfig file
Eric Biggers
1
-0
/
+34
2026-03-02
kunit: reduce stack usage in kunit_run_tests()
Arnd Bergmann
1
-106
/
+125
2026-03-01
Merge tag 'core-debugobjects-2026-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+19
2026-03-01
Merge tag 'locking-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2026-02-28
lib/crypto: tests: Depend on library options rather than selecting them
Eric Biggers
1
-23
/
+12
2026-02-27
timerqueue: Provide linked timerqueue
Thomas Gleixner
1
-0
/
+14
2026-02-27
rbtree: Provide rbtree with links
Thomas Gleixner
1
-0
/
+17
2026-02-25
lib/Kconfig.debug: Require a release version of LLVM 22 for context analysis
Nathan Chancellor
1
-2
/
+2
2026-02-23
Remove WARN_ALL_UNSEEDED_RANDOM kernel config option
Linus Torvalds
1
-27
/
+0
2026-02-22
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-5
/
+7
2026-02-22
xz: fix arm fdt compile error for kmalloc replacement
Haiyue Wang
1
-2
/
+2
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-2
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
3
-6
/
+3
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-5
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
48
-113
/
+113
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
61
-161
/
+153
2026-02-18
Merge tag 'mm-nonmm-stable-2026-02-18-19-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-2
/
+2
2026-02-18
lib/crypto: powerpc/aes: Fix rndkey_from_vsx() on big endian CPUs
Eric Biggers
1
-5
/
+7
2026-02-17
Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
Linus Torvalds
1
-0
/
+26
2026-02-13
Merge tag 'bootconfig-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-8
/
+19
2026-02-12
lib/group_cpus: handle const qualifier from clusters allocation type
Kees Cook
1
-1
/
+1
2026-02-12
objpool: fix the overestimation of object pooling metadata size
zhouwenhao
1
-1
/
+1
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
21
-494
/
+872
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-14
/
+24
2026-02-11
Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2
-46
/
+29
2026-02-11
Merge tag 'printk-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
1
-9
/
+11
2026-02-11
Merge tag 'wq-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-0
/
+23
[prev]
[next]