index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-20
selftests/nolibc: add a variable for nolibc-test source files
Thomas Weißschuh
3
-6
/
+8
2026-03-20
tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAs
Thomas Weißschuh
1
-3
/
+12
2026-03-20
selftests/nolibc: Use printf variable field widths and precisions
David Laight
1
-21
/
+5
2026-03-20
tools/nolibc/printf: Add support for octal output
David Laight
2
-18
/
+41
2026-03-20
tools/nolibc/printf: Add support for zero padding and field precision
David Laight
2
-18
/
+81
2026-03-20
tools/nolibc/printf: Add support for left aligning fields
David Laight
2
-2
/
+8
2026-03-20
tools/nolibc/printf: Special case 0 and add support for %#x
David Laight
2
-11
/
+30
2026-03-20
tools/nolibc/printf: Add support for conversion flags space and plus
David Laight
1
-1
/
+5
2026-03-20
tools/nolibc/printf: Prepend sign to converted number
David Laight
1
-9
/
+27
2026-03-20
tools/nolibc/printf: Handle "%s" with the numeric formats
David Laight
1
-10
/
+11
2026-03-20
tools/nolibc/printf: Add support for length modifiers tzqL and formats iX
David Laight
2
-14
/
+27
2026-03-20
tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...
David Laight
1
-48
/
+106
2026-03-20
tools/nolibc/printf: Use goto and reduce indentation
David Laight
1
-78
/
+93
2026-03-20
tools/nolibc/printf: Simplify __nolibc_printf()
David Laight
1
-51
/
+53
2026-03-20
tools/nolibc/printf: Output pad characters in 16 byte chunks
David Laight
1
-5
/
+9
2026-03-20
tools/nolibc: Rename the 'errnum' parameter to strerror()
David Laight
1
-2
/
+2
2026-03-20
tools/nolibc: Implement strerror() in terms of strerror_r()
David Laight
2
-21
/
+21
2026-03-20
selftests/nolibc: Rename w to written in expect_vfprintf()
David Laight
1
-4
/
+4
2026-03-20
tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.h
David Laight
1
-0
/
+3
2026-03-20
selftests/nolibc: Let EXPECT_VFPRINTF() tests be skipped
David Laight
1
-17
/
+17
2026-03-20
selftests/nolibc: Check that snprintf() doesn't write beyond the buffer end
David Laight
1
-0
/
+13
2026-03-20
selftests/nolibc: Use length of 'expected' string to check snprintf() output
David Laight
1
-26
/
+41
2026-03-20
selftests/nolibc: check vsnprintf() output buffer before the length
David Laight
1
-7
/
+9
2026-03-20
selftests/nolibc: Return correct value when printf test fails
David Laight
1
-1
/
+1
2026-03-20
tools/nolibc/printf: Move snprintf length check to callback
David Laight
1
-27
/
+67
2026-03-20
tools/nolibc/printf: Change variables 'c' to 'ch' and 'tmpbuf[]' to 'outbuf[]'
David Laight
1
-19
/
+19
2026-03-20
tools/nolibc: Optimise and common up the number to ascii functions
David Laight
1
-87
/
+82
2026-03-20
selftests/nolibc: Fix build with host headers and libc
David Laight
1
-1
/
+15
2026-03-20
selftests/nolibc: fix test_file_stream() on musl libc
Thomas Weißschuh
1
-1
/
+9
2026-03-20
selftests: Add tests for creating pidns init via setns
Pavel Tikhomirov
3
-1
/
+240
2026-03-20
rtla: Fix segfault on multiple SIGINTs
Tomas Glozar
1
-1
/
+15
2026-03-19
selftests: drv-net: gro: add a test for GRO depth
Jakub Kicinski
1
-20
/
+181
2026-03-19
selftests: drv-net: gro: add test for packet ordering
Jakub Kicinski
2
-6
/
+61
2026-03-19
selftests: drv-net: gro: test GRO stats
Jakub Kicinski
3
-2
/
+433
2026-03-19
selftests: drv-net: gro: use SO_TXTIME to schedule packets together
Jakub Kicinski
1
-3
/
+54
2026-03-19
selftests: drv-net: give HW stats sync time extra 25% of margin
Jakub Kicinski
1
-2
/
+2
2026-03-19
selftests: net: move gro to lib for HW vs SW reuse
Jakub Kicinski
6
-4
/
+4
2026-03-19
perf evlist: Improve default event for s390
Ian Rogers
9
-35
/
+64
2026-03-19
perf callchain: Refactor callchain option parsing
Ian Rogers
5
-80
/
+104
2026-03-19
perf evsel: Constify option arguments to config functions
Ian Rogers
2
-14
/
+14
2026-03-19
perf target: Constify simple check functions
Ian Rogers
1
-6
/
+6
2026-03-19
perf evsel: Improve falling back from cycles
Ian Rogers
2
-14
/
+33
2026-03-19
perf dwarf-aux: Collect all variable locations for insn tracking
Zecheng Li
1
-29
/
+29
2026-03-19
perf annotate-data: Use DWARF location ranges to preserve reg state
Zecheng Li
5
-6
/
+54
2026-03-19
perf annotate-data: Invalidate caller-saved regs for all calls
Zecheng Li
1
-6
/
+13
2026-03-19
perf annotate-data: Add invalidate_reg_state() helper for x86
Zecheng Li
1
-12
/
+17
2026-03-19
perf annotate-data: Handle global variable access with const register
Zecheng Li
1
-0
/
+5
2026-03-19
perf annotate-data: Collect global variables without name
Zecheng Li
1
-6
/
+1
2026-03-19
perf dwarf-aux: Handle array types in die_get_member_type
Zecheng Li
1
-1
/
+16
2026-03-19
perf annotate-data: Improve type comparison from different scopes
Zecheng Li
1
-1
/
+3
[prev]
[next]