index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
selftests: harness: Don't set setup_completed for fixtureless tests
Thomas Weißschuh
1
-1
/
+0
2025-05-21
selftests: harness: Implement test timeouts through pidfd
Thomas Weißschuh
1
-47
/
+25
2025-05-21
selftests: harness: Remove dependency on libatomic
Thomas Weißschuh
1
-2
/
+2
2025-05-21
selftests: harness: Remove inline qualifier for wrappers
Thomas Weißschuh
1
-2
/
+2
2025-05-21
selftests: harness: Mark functions without prototypes static
Thomas Weißschuh
1
-6
/
+6
2025-05-21
selftests: harness: Ignore unused variant argument warning
Thomas Weißschuh
1
-1
/
+1
2025-05-21
selftests: harness: Use C89 comment style
Thomas Weißschuh
1
-1
/
+1
2025-05-21
selftests: harness: Add kselftest harness selftest
Thomas Weißschuh
6
-0
/
+223
2025-05-21
selftests/nolibc: drop include guards around standard headers
Thomas Weißschuh
2
-7
/
+0
2025-05-21
tools/nolibc: move NULL and offsetof() to sys/stddef.h
Thomas Weißschuh
4
-9
/
+26
2025-05-21
tools/nolibc: move uname() and friends to sys/utsname.h
Thomas Weißschuh
4
-27
/
+44
2025-05-21
tools/nolibc: move makedev() and friends to sys/sysmacros.h
Thomas Weißschuh
4
-5
/
+22
2025-05-21
tools/nolibc: move getrlimit() and friends to sys/resource.h
Thomas Weißschuh
5
-39
/
+55
2025-05-21
tools/nolibc: move reboot() to sys/reboot.h
Thomas Weißschuh
5
-19
/
+36
2025-05-21
tools/nolibc: move prctl() to sys/prctl.h
Thomas Weißschuh
4
-21
/
+38
2025-05-21
tools/nolibc: move mount() to sys/mount.h
Thomas Weißschuh
4
-20
/
+39
2025-05-21
tools/nolibc: move ioctl() to sys/ioctl.h
Thomas Weißschuh
4
-12
/
+31
2025-05-21
tools/nolibc: implement wait() in terms of waitpid()
Thomas Weißschuh
1
-6
/
+6
2025-05-21
tools/nolibc: fall back to sys_clock_gettime() in gettimeofday()
Thomas Weißschuh
1
-1
/
+14
2025-05-21
tools/nolibc: add fopen()
Thomas Weißschuh
2
-0
/
+51
2025-05-21
tools/nolibc: add namespace functionality
Thomas Weißschuh
5
-0
/
+121
2025-05-21
tools/nolibc: add difftime()
Thomas Weißschuh
2
-0
/
+19
2025-05-21
tools/nolibc: add timerfd functionality
Thomas Weißschuh
4
-0
/
+137
2025-05-21
tools/nolibc: add timer functions
Thomas Weißschuh
3
-0
/
+138
2025-05-21
tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()
Thomas Weißschuh
3
-0
/
+99
2025-05-21
tools/nolibc: add support for access() and faccessat()
Thomas Weißschuh
2
-0
/
+30
2025-05-21
tools/nolibc: add abs() and friends
Thomas Weißschuh
5
-0
/
+53
2025-05-21
tools/nolibc: add getrandom()
Thomas Weißschuh
4
-0
/
+58
2025-05-21
tools/nolibc: add mremap()
Thomas Weißschuh
2
-3
/
+30
2025-05-21
tools/nolibc: add more stat() variants
Thomas Weißschuh
1
-2
/
+23
2025-05-21
tools/nolibc: add %m printf format
Thomas Weißschuh
2
-0
/
+25
2025-05-21
tools/nolibc: add strstr()
Thomas Weißschuh
2
-0
/
+23
2025-05-21
tools/nolibc: use poll-related definitions from UAPI headers
Thomas Weißschuh
2
-15
/
+1
2025-05-21
tools/nolibc: move poll() to poll.h
Thomas Weißschuh
4
-37
/
+57
2025-05-21
tools/nolibc: Add m68k support
Daniel Palmer
4
-0
/
+153
2025-05-21
selftests/nolibc: always run nolibc header check
Thomas Weißschuh
1
-1
/
+1
2025-05-21
tools/nolibc: include nolibc.h early from all header files
Thomas Weißschuh
20
-63
/
+60
2025-05-21
tools/nolibc: add target to check header usability
Thomas Weißschuh
1
-0
/
+9
2025-05-21
selftests/coredump: add tests for AF_UNIX coredumps
Christian Brauner
1
-1
/
+466
2025-05-21
selftests/pidfd: add PIDFD_INFO_COREDUMP infrastructure
Christian Brauner
1
-0
/
+22
2025-05-21
selftests/futex: Fix spelling mistake "unitiliazed" -> "uninitialized"
Colin Ian King
1
-1
/
+1
2025-05-21
tools headers: Synchronize prctl.h ABI header
Sebastian Andrzej Siewior
3
-11
/
+15
2025-05-21
selftests/futex: Use TAP output in futex_numa_mpol
Sebastian Andrzej Siewior
1
-33
/
+32
2025-05-21
selftests/futex: Use TAP output in futex_priv_hash
Sebastian Andrzej Siewior
1
-86
/
+62
2025-05-21
Merge tag 'v6.15-rc7' into x86/core, to pick up fixes
Ingo Molnar
10
-56
/
+192
2025-05-21
KVM: riscv: selftests: Add vector extension tests
Atish Patra
1
-0
/
+132
2025-05-21
KVM: riscv: selftests: Decode stval to identify exact exception type
Atish Patra
2
-1
/
+32
2025-05-21
KVM: riscv: selftests: Align the trap information wiht pt_regs
Atish Patra
6
-76
/
+83
2025-05-20
selftests: net: Fix spellings
Sumanth Gavini
1
-2
/
+2
2025-05-20
selftests: nci: Fix "Electrnoics" to "Electronics"
Sumanth Gavini
1
-1
/
+1
[prev]
[next]