index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/nolibc: reformat list of headers to be installed
Thomas Weißschuh
2023-06-09
1
-2
/
+16
*
tools/nolibc: add test for __stack_chk_guard initialization
Thomas Weißschuh
2023-06-09
1
-0
/
+8
*
tools/nolibc: ensure stack protector guard is never zero
Thomas Weißschuh
2023-06-09
1
-2
/
+3
*
tools/nolibc: x86_64: disable stack protector for _start
Thomas Weißschuh
2023-06-09
1
-1
/
+1
*
tools/nolibc: fix typo pint -> point
Thomas Weißschuh
2023-06-09
1
-1
/
+1
*
tools/nolibc: riscv: add stackprotector support
Thomas Weißschuh
2023-06-09
2
-1
/
+7
*
tools/nolibc: mips: add stackprotector support
Thomas Weißschuh
2023-06-09
2
-1
/
+8
*
tools/nolibc: loongarch: add stackprotector support
Thomas Weißschuh
2023-06-09
2
-1
/
+7
*
tools/nolibc: arm: add stackprotector support
Thomas Weißschuh
2023-06-09
2
-1
/
+7
*
tools/nolibc: aarch64: add stackprotector support
Thomas Weißschuh
2023-06-09
2
-1
/
+7
*
selftests/nolibc: reduce syscalls during space padding
Thomas Weißschuh
2023-06-09
1
-4
/
+11
*
selftests/nolibc: syscall_args: use generic __NR_statx
Zhangjin Wu
2023-06-09
1
-1
/
+1
*
tools/nolibc/unistd: add syscall()
Thomas Weißschuh
2023-06-09
2
-0
/
+17
*
tools/nolibc: riscv: Fix up load/store instructions for rv32
Zhangjin Wu
2023-06-09
1
-5
/
+9
*
tools/nolibc: remove LINUX_REBOOT_ constants
Thomas Weißschuh
2023-06-09
2
-8
/
+1
*
tools/nolibc: add testcase for fork()/waitpid()
Thomas Weißschuh
2023-06-09
1
-0
/
+20
*
tools/nolibc: s390: provide custom implementation for sys_fork
Thomas Weißschuh
2023-06-09
2
-0
/
+11
*
tools/nolibc: validate C89 compatibility
Thomas Weißschuh
2023-06-09
1
-1
/
+1
*
tools/nolibc: use C89 comment syntax
Thomas Weißschuh
2023-06-09
11
-155
/
+155
*
tools/nolibc: use __inline__ syntax
Thomas Weißschuh
2023-06-09
1
-9
/
+9
*
tools/nolibc: use standard __asm__ statements
Thomas Weißschuh
2023-06-09
2
-3
/
+3
*
tools/nolibc: Fix build of stdio.h due to header ordering
Mark Brown
2023-06-09
1
-1
/
+1
*
tools/nolibc: add testcases for vfprintf
Thomas Weißschuh
2023-06-09
1
-0
/
+86
*
tools/nolibc: implement fd-based FILE streams
Thomas Weißschuh
2023-06-09
1
-27
/
+68
*
tools/nolibc: add wrapper for memfd_create
Thomas Weißschuh
2023-06-09
1
-0
/
+23
*
tools/nolibc: add libc-test binary
Thomas Weißschuh
2023-06-09
2
-0
/
+7
*
tools/nolibc: fix build of the test case using glibc
Willy Tarreau
2023-06-09
1
-0
/
+2
*
tools/nolibc: tests: fix build on non-c99 compliant compilers
Willy Tarreau
2023-06-09
1
-1
/
+2
*
tools/nolibc: tests: use volatile to force stack smashing
Thomas Weißschuh
2023-06-09
1
-6
/
+2
*
Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-05-07
514
-144556
/
+167669
|
\
|
*
Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"
Arnaldo Carvalho de Melo
2023-05-06
6
-20
/
+14
|
*
Revert "perf build: Warn for BPF skeletons if endian mismatches"
Arnaldo Carvalho de Melo
2023-05-06
1
-10
/
+7
|
*
perf metrics: Fix SEGV with --for-each-cgroup
Ian Rogers
2023-05-06
1
-0
/
+1
|
*
perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...
Arnaldo Carvalho de Melo
2023-05-06
3
-20
/
+174
|
*
perf stat: Separate bperf from bpf_profiler
Dmitrii Dolgov
2023-05-05
2
-2
/
+7
|
*
perf test record+probe_libc_inet_pton: Fix call chain match on x86_64
Thomas Richter
2023-05-03
1
-1
/
+0
|
*
perf test record+probe_libc_inet_pton: Fix call chain match on s390
Thomas Richter
2023-05-03
1
-2
/
+0
|
*
perf tracepoint: Fix memory leak in is_valid_tracepoint()
Yang Jihong
2023-05-02
1
-0
/
+1
|
*
perf cs-etm: Add fix for coresight trace for any range of CPUs
Ganapatrao Kulkarni
2023-05-02
1
-1
/
+23
|
*
perf build: Fix unescaped # in perf build-test
James Clark
2023-05-02
1
-1
/
+1
|
*
perf unwind: Suppress massive unsupported target platform errors
Changbin Du
2023-05-02
1
-1
/
+1
|
*
perf script: Add new parameter in kfree_skb tracepoint to the python scripts ...
Sriram Yagnaraman
2023-05-02
2
-5
/
+5
|
*
perf script: Print raw ip instead of binary offset for callchain
Changbin Du
2023-05-02
1
-7
/
+2
|
*
perf symbols: Fix return incorrect build_id size in elf_read_build_id()
Yang Jihong
2023-05-02
1
-1
/
+1
|
*
perf list: Modify the warning message about scandirat(3)
Namhyung Kim
2023-05-02
1
-1
/
+1
|
*
perf list: Fix memory leaks in print_tracepoint_events()
Namhyung Kim
2023-05-02
1
-4
/
+8
|
*
perf lock contention: Rework offset calculation with BPF CO-RE
Namhyung Kim
2023-05-02
1
-7
/
+7
|
*
perf lock contention: Fix struct rq lock access
Namhyung Kim
2023-05-02
1
-4
/
+4
|
*
perf stat: Disable TopdownL1 on hybrid
Ian Rogers
2023-04-29
1
-1
/
+7
|
*
perf stat: Avoid SEGV on counter->name
Ian Rogers
2023-04-29
1
-1
/
+1
[next]