summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-20tools/nolibc/printf: Add support for left aligning fieldsDavid Laight-2/+8
2026-03-20tools/nolibc/printf: Special case 0 and add support for %#xDavid Laight-11/+30
2026-03-20x86/entry/vdso: Fix path of included gettimeofday.cVladimir Oltean-1/+1
2026-03-20tools/nolibc/printf: Add support for conversion flags space and plusDavid Laight-1/+5
2026-03-20tools/nolibc/printf: Prepend sign to converted numberDavid Laight-9/+27
2026-03-20tools/nolibc/printf: Handle "%s" with the numeric formatsDavid Laight-10/+11
2026-03-20tools/nolibc/printf: Add support for length modifiers tzqL and formats iXDavid Laight-14/+27
2026-03-20Merge tag 'spi-fix-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-86/+41
2026-03-20Merge tag 'regulator-fix-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2026-03-20Merge tag 'pmdomain-v7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+5
2026-03-20tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...David Laight-48/+106
2026-03-20tools/nolibc/printf: Use goto and reduce indentationDavid Laight-78/+93
2026-03-20tools/nolibc/printf: Simplify __nolibc_printf()David Laight-51/+53
2026-03-20tools/nolibc/printf: Output pad characters in 16 byte chunksDavid Laight-5/+9
2026-03-20tools/nolibc: Rename the 'errnum' parameter to strerror()David Laight-2/+2
2026-03-20tools/nolibc: Implement strerror() in terms of strerror_r()David Laight-21/+21
2026-03-20selftests/nolibc: Rename w to written in expect_vfprintf()David Laight-4/+4
2026-03-20tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.hDavid Laight-0/+3
2026-03-20selftests/nolibc: Let EXPECT_VFPRINTF() tests be skippedDavid Laight-17/+17
2026-03-20selftests/nolibc: Check that snprintf() doesn't write beyond the buffer endDavid Laight-0/+13
2026-03-20selftests/nolibc: Use length of 'expected' string to check snprintf() outputDavid Laight-26/+41
2026-03-20selftests/nolibc: check vsnprintf() output buffer before the lengthDavid Laight-7/+9
2026-03-20selftests/nolibc: Return correct value when printf test failsDavid Laight-1/+1
2026-03-20tools/nolibc/printf: Move snprintf length check to callbackDavid Laight-27/+67
2026-03-20tools/nolibc/printf: Change variables 'c' to 'ch' and 'tmpbuf[]' to 'outbuf[]'David Laight-19/+19
2026-03-20tools/nolibc: Optimise and common up the number to ascii functionsDavid Laight-87/+82
2026-03-20selftests/nolibc: Fix build with host headers and libcDavid Laight-1/+15
2026-03-20selftests/nolibc: fix test_file_stream() on musl libcThomas Weißschuh-1/+9
2026-03-20Merge tag 'mmc-v7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds-1/+17
2026-03-20Merge tag 'ata-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds-1/+4
2026-03-20Merge tag 'mtd/fixes-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-25/+48
2026-03-20Merge tag 'iommu-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-16/+42
2026-03-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-8/+27
2026-03-21Merge tag 'amd-drm-next-7.1-2026-03-19' of https://gitlab.freedesktop.org/agd...Dave Airlie-1389/+4556
2026-03-20Merge tag 'hyperv-fixes-signed-20260319' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-143/+261
2026-03-21Merge tag 'drm-xe-fixes-2026-03-19' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-50/+136
2026-03-20Merge tag 'v7.0-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-33/+21
2026-03-20Merge tag 'v7.0-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-8/+18
2026-03-21Merge tag 'amd-drm-fixes-7.0-2026-03-19' of https://gitlab.freedesktop.org/ag...Dave Airlie-31/+65
2026-03-21Merge tag 'drm-misc-fixes-2026-03-19' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-80/+114
2026-03-21Merge tag 'drm-intel-fixes-2026-03-19' of https://gitlab.freedesktop.org/drm/...Dave Airlie-6/+10
2026-03-20cxl: Add endpoint decoder flags clear when PCI reset happensDave Jiang-0/+17
2026-03-20x86/efi: efi_unmap_boot_services: fix calculation of ranges_to_free sizeMike Rapoport (Microsoft)-1/+1
2026-03-20Merge patch series "pid_namespace: make init creation more flexible"Christian Brauner-22/+266
2026-03-20MAINTAINERS: add a pid namespace entryPavel Tikhomirov-2/+9
2026-03-20selftests: Add tests for creating pidns init via setnsPavel Tikhomirov-1/+240
2026-03-20pid_namespace: allow opening pid_for_children before init was createdPavel Tikhomirov-9/+0
2026-03-20pid: check init is created first after idr allocPavel Tikhomirov-7/+10
2026-03-20pid_namespace: avoid optimization of accesses to ->child_reaperPavel Tikhomirov-4/+8
2026-03-20rtla: Fix segfault on multiple SIGINTsTomas Glozar-1/+15