index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-20
tools/nolibc/stdio: add a minimal [vf]printf() implementation
Willy Tarreau
1
-0
/
+128
2022-04-20
tools/nolibc/stdio: add fwrite() to stdio
Willy Tarreau
1
-7
/
+28
2022-04-20
tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functions
Willy Tarreau
1
-6
/
+89
2022-04-20
tools/nolibc/stdio: add a minimal set of stdio functions
Willy Tarreau
2
-0
/
+58
2022-04-20
tools/nolibc/stdlib: add utoh() and u64toh()
Willy Tarreau
1
-0
/
+80
2022-04-20
tools/nolibc/stdlib: add i64toa() and u64toa()
Willy Tarreau
1
-0
/
+72
2022-04-20
tools/nolibc/stdlib: replace the ltoa() function with more efficient ones
Willy Tarreau
1
-21
/
+88
2022-04-20
tools/nolibc/stdlib: move ltoa() to stdlib.h
Willy Tarreau
2
-22
/
+32
2022-04-20
tools/nolibc/types: move makedev to types.h and make it a macro
Willy Tarreau
2
-9
/
+5
2022-04-20
tools/nolibc/types: make FD_SETSIZE configurable
Willy Tarreau
1
-2
/
+4
2022-04-20
tools/nolibc/types: move the FD_* functions to macros in types.h
Willy Tarreau
2
-14
/
+30
2022-04-20
tools/nolibc/ctype: add the missing is* functions
Willy Tarreau
1
-1
/
+78
2022-04-20
tools/nolibc/ctype: split the is* functions to ctype.h
Willy Tarreau
2
-6
/
+23
2022-04-20
tools/nolibc/string: split the string functions into string.h
Willy Tarreau
2
-95
/
+108
2022-04-20
tools/nolibc/stdlib: extract the stdlib-specific functions to their own file
Willy Tarreau
2
-66
/
+86
2022-04-20
tools/nolibc/sys: split the syscall definitions into their own file
Willy Tarreau
2
-962
/
+1192
2022-04-20
tools/nolibc/arch: split arch-specific code into individual files
Willy Tarreau
8
-1186
/
+1266
2022-04-20
tools/nolibc/types: split syscall-specific definitions into their own files
Willy Tarreau
2
-108
/
+135
2022-04-20
tools/nolibc/std: move the standard type definitions to std.h
Willy Tarreau
2
-37
/
+54
2022-04-20
rcutorture: Make torture.sh allow for --kasan
Paul E. McKenney
1
-2
/
+2
2022-04-20
rcutorture: Make torture.sh refscale and rcuscale specify Tasks Trace RCU
Paul E. McKenney
1
-2
/
+2
2022-04-20
rcutorture: Make kvm.sh allow more memory for --kasan runs
Paul E. McKenney
1
-0
/
+6
2022-04-20
torture: Save "make allmodconfig" .config file
Paul E. McKenney
1
-0
/
+1
2022-04-20
scftorture: Remove extraneous "scf" from per_version_boot_params
Paul E. McKenney
1
-2
/
+1
2022-04-20
rcutorture: Adjust scenarios' Kconfig options for CONFIG_PREEMPT_DYNAMIC
Paul E. McKenney
4
-2
/
+6
2022-04-20
torture: Enable CSD-lock stall reports for scftorture
Paul E. McKenney
1
-1
/
+1
2022-04-20
torture: Skip vmlinux check for kvm-again.sh runs
Paul E. McKenney
1
-1
/
+1
2022-04-20
scftorture: Adjust for TASKS_RCU Kconfig option being selected
Paul E. McKenney
2
-0
/
+3
2022-04-20
rcuscale: Allow rcuscale without RCU Tasks Rude/Trace
Paul E. McKenney
1
-1
/
+2
2022-04-20
rcuscale: Allow rcuscale without RCU Tasks
Paul E. McKenney
2
-2
/
+4
2022-04-20
refscale: Allow refscale without RCU Tasks Rude/Trace
Paul E. McKenney
1
-0
/
+2
2022-04-20
refscale: Allow refscale without RCU Tasks
Paul E. McKenney
2
-0
/
+4
2022-04-20
rcutorture: Allow specifying per-scenario stat_interval
Paul E. McKenney
2
-2
/
+15
2022-04-20
rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to TASKS02 scenario
Paul E. McKenney
1
-0
/
+1
2022-04-20
rcutorture: Allow rcutorture without RCU Tasks Rude
Paul E. McKenney
1
-0
/
+2
2022-04-20
rcutorture: Allow rcutorture without RCU Tasks
Paul E. McKenney
3
-0
/
+6
2022-04-20
rcutorture: Allow rcutorture without RCU Tasks Trace
Paul E. McKenney
2
-0
/
+4
2022-04-20
rcu: Make the TASKS_RCU Kconfig option be selected
Paul E. McKenney
2
-0
/
+4
2022-04-20
selftests/bpf: Add test for skb_load_bytes
Liu Jian
2
-0
/
+64
2022-04-20
perf list: Print all available tool events
Florian Fischer
3
-13
/
+47
2022-04-20
perf stat: Add user_time and system_time events
Florian Fischer
4
-9
/
+37
2022-04-20
perf stat: Introduce stats for the user and system rusage times
Florian Fischer
3
-1
/
+27
2022-04-20
perf tools: Print warning when HAVE_DEBUGINFOD_SUPPORT is not set and user tries to use debuginfod support
Martin Liška
1
-0
/
+5
2022-04-20
perf version: Add HAVE_DEBUGINFOD_SUPPORT to built-in features
Martin Liška
1
-0
/
+1
2022-04-20
selftests: mlxsw: vxlan_flooding_ipv6: Prevent flooding of unwanted packets
Ido Schimmel
1
-0
/
+17
2022-04-20
selftests: mlxsw: vxlan_flooding: Prevent flooding of unwanted packets
Ido Schimmel
1
-0
/
+17
2022-04-19
libbpf: Support riscv USDT argument parsing logic
Pu Lehui
1
-0
/
+107
2022-04-19
libbpf: Fix usdt_cookie being cast to 32 bits
Pu Lehui
3
-6
/
+6
2022-04-19
selftests: mqueue: drop duplicate min definition
Geliang Tang
1
-2
/
+2
2022-04-19
selftests/ftrace: add mips support for kprobe args syntax tests
Ze Zhang
1
-0
/
+4
[prev]
[next]