index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-23
RISC-V: mm: Add tests for RISC-V mm
Charlie Jenkins
7
-1
/
+164
2023-08-23
perf build: Allow customization of clang options for BPF target
Guilherme Amadio
1
-1
/
+6
2023-08-23
perf pmu: Pass PMU rather than aliases and format
Ian Rogers
4
-65
/
+62
2023-08-23
perf pmu: Avoid passing format list to perf_pmu__format_bits()
Ian Rogers
6
-16
/
+15
2023-08-23
selftests/bpf: Add selftest for allow_ptr_leaks
Yafang Shao
2
-1
/
+48
2023-08-23
perf pmu: Avoid passing format list to perf_pmu__format_type
Ian Rogers
3
-4
/
+4
2023-08-23
perf pmu: Avoid passing format list to perf_pmu__config_terms()
Ian Rogers
4
-67
/
+61
2023-08-23
perf pmu: Reduce scope of perf_pmu_error()
Ian Rogers
2
-2
/
+3
2023-08-23
perf pmu: Move perf_pmu__set_format to pmu.y
Ian Rogers
3
-13
/
+12
2023-08-23
perf pmu: Avoid a path name copy
Ian Rogers
1
-5
/
+7
2023-08-23
perf script ibs: Remove unused include
Ian Rogers
1
-1
/
+0
2023-08-23
perf bench breakpoint: Skip run if no breakpoints available
Kajol Jain
1
-3
/
+21
2023-08-23
tools/nolibc: avoid undesired casts in the __sysret() macro
Willy Tarreau
1
-14
/
+13
2023-08-23
tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()
Willy Tarreau
1
-3
/
+16
2023-08-23
tools/nolibc: silence ppc64 compile warnings
Zhangjin Wu
1
-3
/
+11
2023-08-23
selftests/nolibc: libc-test: use HOSTCC instead of CC
Zhangjin Wu
1
-1
/
+1
2023-08-23
tools/nolibc: stackprotector.h: make __stack_chk_init static
Zhangjin Wu
2
-4
/
+3
2023-08-23
selftests/nolibc: allow report with existing test log
Zhangjin Wu
1
-0
/
+4
2023-08-23
selftests/nolibc: add test support for ppc64
Zhangjin Wu
1
-0
/
+6
2023-08-23
selftests/nolibc: add test support for ppc64le
Zhangjin Wu
1
-0
/
+6
2023-08-23
selftests/nolibc: add test support for ppc
Zhangjin Wu
1
-0
/
+7
2023-08-23
selftests/nolibc: add XARCH and ARCH mapping support
Zhangjin Wu
1
-12
/
+34
2023-08-23
tools/nolibc: add support for powerpc64
Zhangjin Wu
1
-0
/
+16
2023-08-23
tools/nolibc: add support for powerpc
Zhangjin Wu
2
-0
/
+199
2023-08-23
selftests/nolibc: enable compiler warnings
Thomas Weißschuh
1
-1
/
+1
2023-08-23
selftests/nolibc: don't strip nolibc-test
Thomas Weißschuh
1
-1
/
+1
2023-08-23
selftests/nolibc: prevent out of bounds access in expect_vfprintf
Thomas Weißschuh
1
-1
/
+1
2023-08-23
selftests/nolibc: use correct return type for read() and write()
Thomas Weißschuh
1
-3
/
+4
2023-08-23
selftests/nolibc: avoid sign-compare warnings
Thomas Weißschuh
1
-4
/
+4
2023-08-23
selftests/nolibc: avoid unused parameter warnings
Thomas Weißschuh
1
-1
/
+2
2023-08-23
selftests/nolibc: make functions static if possible
Thomas Weißschuh
1
-6
/
+6
2023-08-23
selftests/nolibc: mark test helpers as potentially unused
Thomas Weißschuh
1
-25
/
+50
2023-08-23
selftests/nolibc: drop unused variables
Thomas Weißschuh
1
-4
/
+0
2023-08-23
selftests/nolibc: avoid warnings during intptr tests
Willy Tarreau
1
-12
/
+7
2023-08-23
tools/nolibc: stdint: use __SIZE_TYPE__ for size_t
Thomas Weißschuh
1
-1
/
+1
2023-08-23
tools/nolibc: sys: avoid implicit sign cast
Thomas Weißschuh
1
-1
/
+1
2023-08-23
tools/nolibc: setvbuf: avoid unused parameter warnings
Thomas Weißschuh
1
-1
/
+4
2023-08-23
tools/nolibc: fix return type of getpagesize()
Thomas Weißschuh
2
-3
/
+3
2023-08-23
tools/nolibc: drop unused variables
Thomas Weißschuh
1
-1
/
+0
2023-08-23
selftests/nolibc: add testcase for pipe
Yuan Tan
1
-0
/
+22
2023-08-23
tools/nolibc: add pipe() and pipe2() support
Yuan Tan
1
-0
/
+24
2023-08-23
selftests/nolibc: mmap_munmap_good: fix up return value
Zhangjin Wu
1
-4
/
+4
2023-08-23
selftests/nolibc: avoid buffer underrun in space printing
Thomas Weißschuh
1
-1
/
+2
2023-08-23
tools/nolibc/stdio: add setvbuf() to set buffering mode
Ryan Roberts
1
-0
/
+24
2023-08-23
selftests/nolibc: allow test -include /path/to/nolibc.h
Zhangjin Wu
1
-0
/
+6
2023-08-23
selftests/nolibc: allow run nolibc-test locally
Zhangjin Wu
1
-0
/
+6
2023-08-23
selftests/nolibc: add testcases for startup code
Zhangjin Wu
1
-1
/
+55
2023-08-23
selftests/nolibc: add EXPECT_PTRGE, EXPECT_PTRGT, EXPECT_PTRLE, EXPECT_PTRLT
Zhangjin Wu
1
-0
/
+50
2023-08-23
tools/nolibc: s390: shrink _start with _start_c
Zhangjin Wu
1
-31
/
+5
2023-08-23
tools/nolibc: riscv: shrink _start with _start_c
Zhangjin Wu
1
-39
/
+5
[prev]
[next]