开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-03-22
tools/nolibc: avoid -Wundef warning for __STDC_VERSION__
Thomas Weißschuh
2026-03-22
tools/nolibc: add err.h
Thomas Weißschuh
2026-03-22
tools/nolibc: add support for program_invocation_{,short_}name
Thomas Weißschuh
2026-03-20
selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilation
Thomas Weißschuh
2026-03-20
selftests/nolibc: add a variable for nolibc-test source files
Thomas Weißschuh
2026-03-20
tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAs
Thomas Weißschuh
2026-03-20
selftests/nolibc: Use printf variable field widths and precisions
David Laight
2026-03-20
tools/nolibc/printf: Add support for octal output
David Laight
2026-03-20
tools/nolibc/printf: Add support for zero padding and field precision
David Laight
2026-03-20
tools/nolibc/printf: Add support for left aligning fields
David Laight
2026-03-20
tools/nolibc/printf: Special case 0 and add support for %#x
David Laight
2026-03-20
tools/nolibc/printf: Add support for conversion flags space and plus
David Laight
2026-03-20
tools/nolibc/printf: Prepend sign to converted number
David Laight
2026-03-20
tools/nolibc/printf: Handle "%s" with the numeric formats
David Laight
2026-03-20
tools/nolibc/printf: Add support for length modifiers tzqL and formats iX
David Laight
2026-03-20
tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...
David Laight
2026-03-20
tools/nolibc/printf: Use goto and reduce indentation
David Laight
2026-03-20
tools/nolibc/printf: Simplify __nolibc_printf()
David Laight
2026-03-20
tools/nolibc/printf: Output pad characters in 16 byte chunks
David Laight
2026-03-20
tools/nolibc: Rename the 'errnum' parameter to strerror()
David Laight
2026-03-20
tools/nolibc: Implement strerror() in terms of strerror_r()
David Laight
2026-03-20
selftests/nolibc: Rename w to written in expect_vfprintf()
David Laight
2026-03-20
tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.h
David Laight
2026-03-20
selftests/nolibc: Let EXPECT_VFPRINTF() tests be skipped
David Laight
2026-03-20
selftests/nolibc: Check that snprintf() doesn't write beyond the buffer end
David Laight
2026-03-20
selftests/nolibc: Use length of 'expected' string to check snprintf() output
David Laight
2026-03-20
selftests/nolibc: check vsnprintf() output buffer before the length
David Laight
2026-03-20
selftests/nolibc: Return correct value when printf test fails
David Laight
2026-03-20
tools/nolibc/printf: Move snprintf length check to callback
David Laight
2026-03-20
tools/nolibc/printf: Change variables 'c' to 'ch' and 'tmpbuf[]' to 'outbuf[]'
David Laight
2026-03-20
tools/nolibc: Optimise and common up the number to ascii functions
David Laight
2026-03-20
selftests/nolibc: Fix build with host headers and libc
David Laight
2026-03-20
selftests/nolibc: fix test_file_stream() on musl libc
Thomas Weißschuh
2026-02-25
tools/nolibc: rename my_syscallX() to __nolibc_syscallX()
Thomas Weißschuh
2026-02-22
Linux 7.0-rc1
v7.0-rc1
Linus Torvalds
2026-02-22
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
2026-02-22
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-02-22
CREDITS: Add -next to Stephen Rothwell's entry
Mark Brown
2026-02-22
x509: select CONFIG_CRYPTO_LIB_SHA256
Arnd Bergmann
2026-02-22
xz: fix arm fdt compile error for kmalloc replacement
Haiyue Wang
2026-02-22
Merge tag 'rtc-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2026-02-22
Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2026-02-22
Merge tag 'trace-rv-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
add default_gfp() helper macro and use it in the new *alloc_obj() helpers
Linus Torvalds
2026-02-21
slab.h: disable completely broken overflow handling in flex allocations
Linus Torvalds
2026-02-21
Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
[next]