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
tools/nolibc: completely remove optional environ support
Thomas Weißschuh
2
-13
/
+6
2023-08-23
selftests/nolibc: report: add newline before test failures
Zhangjin Wu
1
-1
/
+1
2023-08-23
selftests/nolibc: report: extrude the test status line
Zhangjin Wu
1
-2
/
+2
2023-08-23
selftests/nolibc: report: align passed, skipped and failed
Zhangjin Wu
1
-1
/
+1
2023-08-23
selftests/nolibc: report: print total tests
Zhangjin Wu
1
-1
/
+1
2023-08-23
selftests/nolibc: report: print a summarized test status
Zhangjin Wu
1
-1
/
+2
2023-08-23
selftests/nolibc: add chmod_argv0 test
Zhangjin Wu
1
-0
/
+1
2023-08-23
selftests/nolibc: chroot_exe: remove procfs dependency
Zhangjin Wu
1
-1
/
+1
2023-08-23
selftests/nolibc: stat_timestamps: remove procfs dependency
Zhangjin Wu
1
-1
/
+1
2023-08-23
selftests/nolibc: chdir_root: restore current path after test
Zhangjin Wu
1
-1
/
+1
2023-08-23
selftests/nolibc: vfprintf: remove MEMFD_CREATE dependency
Zhangjin Wu
1
-3
/
+3
2023-08-23
selftests/nolibc: prepare /tmp for tests that need to write
Zhangjin Wu
1
-0
/
+3
2023-08-23
selftests/nolibc: fix up failures when CONFIG_PROC_FS=n
Zhangjin Wu
1
-2
/
+5
2023-08-23
selftests/nolibc: add a new rmdir() test case
Zhangjin Wu
1
-0
/
+1
2023-08-23
tools/nolibc: add rmdir() support
Zhangjin Wu
1
-0
/
+22
2023-08-23
selftests/nolibc: link_cross: use /proc/self/cmdline
Zhangjin Wu
1
-1
/
+1
2023-08-23
selftests/nolibc: fix up kernel parameters support
Zhangjin Wu
1
-2
/
+31
2023-08-23
selftests/nolibc: prefer <sys/reboot.h> to <linux/reboot.h>
Zhangjin Wu
1
-2
/
+1
2023-08-23
tools/nolibc: types.h: add RB_ flags for reboot()
Zhangjin Wu
2
-2
/
+11
2023-08-23
selftests/nolibc: fix up int_fast16/32_t test cases for musl
Zhangjin Wu
1
-4
/
+8
2023-08-23
selftests/nolibc: add _LARGEFILE64_SOURCE for musl
Zhangjin Wu
1
-0
/
+1
2023-08-23
selftests/nolibc: gettid: restore for glibc and musl
Zhangjin Wu
1
-3
/
+7
2023-08-23
selftests/nolibc: stat_fault: silence NULL argument warning with glibc
Zhangjin Wu
1
-1
/
+1
2023-08-23
selftests/nolibc: add run-libc-test target
Zhangjin Wu
1
-0
/
+4
2023-08-23
selftests/nolibc: add mmap_munmap_good test case
Zhangjin Wu
1
-0
/
+60
2023-08-23
selftests/nolibc: add munmap_bad test case
Zhangjin Wu
1
-0
/
+1
2023-08-23
selftests/nolibc: add mmap_bad test case
Zhangjin Wu
1
-0
/
+1
2023-08-23
selftests/nolibc: add sbrk_0 to test current brk getting
Zhangjin Wu
1
-0
/
+1
2023-08-23
selftests/nolibc: add EXPECT_PTREQ, EXPECT_PTRNE and EXPECT_PTRER
Zhangjin Wu
1
-0
/
+58
2023-08-23
selftests/nolibc: prepare: create /dev/zero
Zhangjin Wu
1
-1
/
+3
2023-08-23
selftests/nolibc: export argv0 for some tests
Zhangjin Wu
1
-0
/
+4
2023-08-23
tools/nolibc: clean up sbrk() routine
Zhangjin Wu
1
-5
/
+4
2023-08-23
tools/nolibc: clean up mmap() routine
Zhangjin Wu
2
-23
/
+12
2023-08-23
tools/nolibc: __sysret: support syscalls who return a pointer
Zhangjin Wu
1
-5
/
+12
2023-08-23
tools/nolibc: add missing my_syscall6() for mips
Zhangjin Wu
2
-6
/
+30
2023-08-23
tools/nolibc: arch-mips.h: shrink with _NOLIBC_SYSCALL_CLOBBERLIST
Zhangjin Wu
1
-12
/
+10
2023-08-23
tools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYSCALL_CLOBBERLIST
Zhangjin Wu
1
-14
/
+9
2023-08-23
toolc/nolibc: arch-*.h: clean up whitespaces after __asm__
Zhangjin Wu
8
-54
/
+54
2023-08-23
tools/nolibc: arch-*.h: fix up code indent errors
Zhangjin Wu
5
-39
/
+39
2023-08-23
selftests/nolibc: simplify call to ioperm
Thomas Weißschuh
1
-5
/
+1
2023-08-23
selftests/ftrace: Add BTF fields access testcases
Masami Hiramatsu (Google)
2
-0
/
+28
2023-08-23
tracing/fprobe-event: Assume fprobe is a return event by $retval
Masami Hiramatsu (Google)
1
-1
/
+1
2023-08-22
libbpf: Free btf_vmlinux when closing bpf_object
Hao Luo
1
-0
/
+1
2023-08-22
selftests/bpf: Add test for bpf_obj_drop with bad reg->off
Kumar Kartikeya Dwivedi
1
-0
/
+20
2023-08-22
selftests/bpf: Add a failure test for bpf_kptr_xchg() with local kptr
Yonghong Song
2
-1
/
+74
2023-08-22
Add cs42l43 PC focused SoundWire CODEC
Mark Brown
42
-104
/
+379
2023-08-21
selftests: bonding: do not set port down before adding to bond
Hangbin Liu
1
-2
/
+2
2023-08-21
selftests/bpf: Add extra link to uprobe_multi tests
Jiri Olsa
2
-0
/
+22
2023-08-21
selftests/bpf: Add uprobe_multi pid filter tests
Jiri Olsa
2
-12
/
+126
2023-08-21
selftests/bpf: Add uprobe_multi cookie test
Jiri Olsa
1
-0
/
+78
[prev]
[next]