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-06-09
tools/nolibc: riscv: add stackprotector support
Thomas Weißschuh
2
-1
/
+7
2023-06-09
tools/nolibc: mips: add stackprotector support
Thomas Weißschuh
2
-1
/
+8
2023-06-09
tools/nolibc: loongarch: add stackprotector support
Thomas Weißschuh
2
-1
/
+7
2023-06-09
tools/nolibc: arm: add stackprotector support
Thomas Weißschuh
2
-1
/
+7
2023-06-09
tools/nolibc: aarch64: add stackprotector support
Thomas Weißschuh
2
-1
/
+7
2023-06-09
selftests/nolibc: reduce syscalls during space padding
Thomas Weißschuh
1
-4
/
+11
2023-06-09
selftests/nolibc: syscall_args: use generic __NR_statx
Zhangjin Wu
1
-1
/
+1
2023-06-09
tools/nolibc/unistd: add syscall()
Thomas Weißschuh
2
-0
/
+17
2023-06-09
tools/nolibc: riscv: Fix up load/store instructions for rv32
Zhangjin Wu
1
-5
/
+9
2023-06-09
tools/nolibc: remove LINUX_REBOOT_ constants
Thomas Weißschuh
2
-8
/
+1
2023-06-09
tools/nolibc: add testcase for fork()/waitpid()
Thomas Weißschuh
1
-0
/
+20
2023-06-09
tools/nolibc: s390: provide custom implementation for sys_fork
Thomas Weißschuh
2
-0
/
+11
2023-06-09
tools/nolibc: validate C89 compatibility
Thomas Weißschuh
1
-1
/
+1
2023-06-09
tools/nolibc: use C89 comment syntax
Thomas Weißschuh
11
-155
/
+155
2023-06-09
tools/nolibc: use __inline__ syntax
Thomas Weißschuh
1
-9
/
+9
2023-06-09
tools/nolibc: use standard __asm__ statements
Thomas Weißschuh
2
-3
/
+3
2023-06-09
tools/nolibc: Fix build of stdio.h due to header ordering
Mark Brown
1
-1
/
+1
2023-06-09
tools/nolibc: add testcases for vfprintf
Thomas Weißschuh
1
-0
/
+86
2023-06-09
tools/nolibc: implement fd-based FILE streams
Thomas Weißschuh
1
-27
/
+68
2023-06-09
tools/nolibc: add wrapper for memfd_create
Thomas Weißschuh
1
-0
/
+23
2023-06-09
tools/nolibc: add libc-test binary
Thomas Weißschuh
2
-0
/
+7
2023-06-09
tools/nolibc: fix build of the test case using glibc
Willy Tarreau
1
-0
/
+2
2023-06-09
tools/nolibc: tests: fix build on non-c99 compliant compilers
Willy Tarreau
1
-1
/
+2
2023-06-09
tools/nolibc: tests: use volatile to force stack smashing
Thomas Weißschuh
1
-6
/
+2
2023-06-09
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
4
-5
/
+27
2023-06-09
Revert "tools: ynl: Remove duplicated include in handshake-user.c"
Jakub Kicinski
1
-0
/
+1
2023-06-09
tools/virtio: use canonical ftrace path
Ross Zwisler
2
-5
/
+9
2023-06-09
Merge tag 'sound-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-5
/
+5
2023-06-09
tools headers: Make the difference output easier to read
Ian Rogers
1
-104
/
+128
2023-06-09
perf annotate: Remove x86 instructions with suffix
Namhyung Kim
1
-42
/
+10
2023-06-09
perf annotate: Handle x86 instruction suffix generally
Namhyung Kim
1
-0
/
+22
2023-06-09
tools: ynl: Remove duplicated include in handshake-user.c
Yang Li
1
-1
/
+0
2023-06-08
tools: ynl: add sample for devlink
Jakub Kicinski
2
-0
/
+61
2023-06-08
tools: ynl: generate code for the devlink family
Jakub Kicinski
3
-1
/
+932
2023-06-08
tools: ynl-gen: don't generate forward declarations for policies - regen
Jakub Kicinski
3
-8
/
+0
2023-06-08
tools: ynl-gen: don't generate forward declarations for policies
Jakub Kicinski
1
-9
/
+3
2023-06-08
tools: ynl-gen: walk nested types in depth
Jakub Kicinski
1
-12
/
+29
2023-06-08
tools: ynl-gen: inherit struct use info
Jakub Kicinski
1
-0
/
+8
2023-06-08
tools: ynl-gen: try to sort the types more intelligently
Jakub Kicinski
1
-2
/
+24
2023-06-08
tools: ynl-gen: enable code gen for directional specs
Jakub Kicinski
2
-6
/
+11
2023-06-08
tools: ynl-gen: refactor strmap helper generation
Jakub Kicinski
1
-19
/
+17
2023-06-08
tools: ynl-gen: use enum names in op strmap more carefully
Jakub Kicinski
3
-2
/
+9
2023-06-08
tools/virtio: Add .gitignore for ringtest
Rong Tao
1
-0
/
+7
2023-06-08
tools/virtio: Fix arm64 ringtest compilation error
Rong Tao
1
-0
/
+11
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-21
/
+197
2023-06-08
Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
8
-3
/
+95
2023-06-08
selftests: add .gitignore file for RISC-V hwprobe
Andy Chiu
1
-0
/
+1
2023-06-08
selftests: Test RISC-V Vector prctl interface
Andy Chiu
5
-1
/
+318
2023-06-08
selftests: hid: Add touch tests for Wacom devices
Joshua Dickens
1
-3
/
+81
2023-06-08
selftests/bpf: Add missing prototypes for several test kfuncs
Jiri Olsa
2
-8
/
+15
[prev]
[next]