index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-03-20
tools/nolibc/printf: Add support for left aligning fields
David Laight
-2
/
+8
2026-03-20
tools/nolibc/printf: Special case 0 and add support for %#x
David Laight
-11
/
+30
2026-03-20
x86/entry/vdso: Fix path of included gettimeofday.c
Vladimir Oltean
-1
/
+1
2026-03-20
tools/nolibc/printf: Add support for conversion flags space and plus
David Laight
-1
/
+5
2026-03-20
tools/nolibc/printf: Prepend sign to converted number
David Laight
-9
/
+27
2026-03-20
tools/nolibc/printf: Handle "%s" with the numeric formats
David Laight
-10
/
+11
2026-03-20
tools/nolibc/printf: Add support for length modifiers tzqL and formats iX
David Laight
-14
/
+27
2026-03-20
Merge tag 'spi-fix-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-86
/
+41
2026-03-20
Merge tag 'regulator-fix-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-2
/
+2
2026-03-20
Merge tag 'pmdomain-v7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-9
/
+5
2026-03-20
tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...
David Laight
-48
/
+106
2026-03-20
tools/nolibc/printf: Use goto and reduce indentation
David Laight
-78
/
+93
2026-03-20
tools/nolibc/printf: Simplify __nolibc_printf()
David Laight
-51
/
+53
2026-03-20
tools/nolibc/printf: Output pad characters in 16 byte chunks
David Laight
-5
/
+9
2026-03-20
tools/nolibc: Rename the 'errnum' parameter to strerror()
David Laight
-2
/
+2
2026-03-20
tools/nolibc: Implement strerror() in terms of strerror_r()
David Laight
-21
/
+21
2026-03-20
selftests/nolibc: Rename w to written in expect_vfprintf()
David Laight
-4
/
+4
2026-03-20
tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.h
David Laight
-0
/
+3
2026-03-20
selftests/nolibc: Let EXPECT_VFPRINTF() tests be skipped
David Laight
-17
/
+17
2026-03-20
selftests/nolibc: Check that snprintf() doesn't write beyond the buffer end
David Laight
-0
/
+13
2026-03-20
selftests/nolibc: Use length of 'expected' string to check snprintf() output
David Laight
-26
/
+41
2026-03-20
selftests/nolibc: check vsnprintf() output buffer before the length
David Laight
-7
/
+9
2026-03-20
selftests/nolibc: Return correct value when printf test fails
David Laight
-1
/
+1
2026-03-20
tools/nolibc/printf: Move snprintf length check to callback
David Laight
-27
/
+67
2026-03-20
tools/nolibc/printf: Change variables 'c' to 'ch' and 'tmpbuf[]' to 'outbuf[]'
David Laight
-19
/
+19
2026-03-20
tools/nolibc: Optimise and common up the number to ascii functions
David Laight
-87
/
+82
2026-03-20
selftests/nolibc: Fix build with host headers and libc
David Laight
-1
/
+15
2026-03-20
selftests/nolibc: fix test_file_stream() on musl libc
Thomas Weißschuh
-1
/
+9
2026-03-20
Merge tag 'mmc-v7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/u...
Linus Torvalds
-1
/
+17
2026-03-20
Merge tag 'ata-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...
Linus Torvalds
-1
/
+4
2026-03-20
Merge tag 'mtd/fixes-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-25
/
+48
2026-03-20
Merge tag 'iommu-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-16
/
+42
2026-03-20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-8
/
+27
2026-03-21
Merge tag 'amd-drm-next-7.1-2026-03-19' of https://gitlab.freedesktop.org/agd...
Dave Airlie
-1389
/
+4556
2026-03-20
Merge tag 'hyperv-fixes-signed-20260319' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-143
/
+261
2026-03-21
Merge tag 'drm-xe-fixes-2026-03-19' of https://gitlab.freedesktop.org/drm/xe/...
Dave Airlie
-50
/
+136
2026-03-20
Merge tag 'v7.0-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-33
/
+21
2026-03-20
Merge tag 'v7.0-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
-8
/
+18
2026-03-21
Merge tag 'amd-drm-fixes-7.0-2026-03-19' of https://gitlab.freedesktop.org/ag...
Dave Airlie
-31
/
+65
2026-03-21
Merge tag 'drm-misc-fixes-2026-03-19' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
-80
/
+114
2026-03-21
Merge tag 'drm-intel-fixes-2026-03-19' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
-6
/
+10
2026-03-20
cxl: Add endpoint decoder flags clear when PCI reset happens
Dave Jiang
-0
/
+17
2026-03-20
x86/efi: efi_unmap_boot_services: fix calculation of ranges_to_free size
Mike Rapoport (Microsoft)
-1
/
+1
2026-03-20
Merge patch series "pid_namespace: make init creation more flexible"
Christian Brauner
-22
/
+266
2026-03-20
MAINTAINERS: add a pid namespace entry
Pavel Tikhomirov
-2
/
+9
2026-03-20
selftests: Add tests for creating pidns init via setns
Pavel Tikhomirov
-1
/
+240
2026-03-20
pid_namespace: allow opening pid_for_children before init was created
Pavel Tikhomirov
-9
/
+0
2026-03-20
pid: check init is created first after idr alloc
Pavel Tikhomirov
-7
/
+10
2026-03-20
pid_namespace: avoid optimization of accesses to ->child_reaper
Pavel Tikhomirov
-4
/
+8
2026-03-20
rtla: Fix segfault on multiple SIGINTs
Tomas Glozar
-1
/
+15
[prev]
[next]