index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-21
Merge tag 'sched_ext-for-6.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-1
/
+1
2025-04-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
11
-12
/
+1264
2025-04-21
tools: ynl: add missing header deps
Jakub Kicinski
1
-1
/
+4
2025-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
119
-801
/
+3237
2025-04-21
fs: remove uselib() system call
Christian Brauner
2
-2
/
+0
2025-04-19
Merge tag 'trace-v6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-0
/
+20
2025-04-19
Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-0
/
+1
2025-04-19
tools/nolibc: move wait() and friends to sys/wait.h
Thomas Weißschuh
4
-53
/
+73
2025-04-19
tools/nolibc: add sys/types.h shim
Thomas Weißschuh
2
-0
/
+8
2025-04-19
tools/nolibc: move gettimeofday() to sys/time.h
Thomas Weißschuh
4
-21
/
+38
2025-04-19
tools/nolibc: move syscall() to sys/syscall.h
Thomas Weißschuh
4
-6
/
+21
2025-04-19
tools/nolibc: move stat() and friends to sys/stat.h
Thomas Weißschuh
4
-56
/
+76
2025-04-19
tools/nolibc: move mmap() and friends to sys/mman.h
Thomas Weißschuh
4
-48
/
+65
2025-04-19
tools/nolibc: move getauxval() to sys/auxv.h
Thomas Weißschuh
4
-26
/
+43
2025-04-19
tools/nolibc: move open() and friends to fcntl.h
Thomas Weißschuh
5
-52
/
+72
2025-04-19
tools/nolibc: add elf.h
Thomas Weißschuh
3
-0
/
+17
2025-04-19
tools/nolibc: prepare for headers in subdirectories
Thomas Weißschuh
1
-1
/
+1
2025-04-19
selftests/nolibc: enable UBSAN if available
Thomas Weißschuh
1
-1
/
+2
2025-04-19
selftests/nolibc: disable ubsan for smash_stack()
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: fix integer overflow in i{64,}toa_r() and
Thomas Weißschuh
1
-2
/
+2
2025-04-19
tools/nolibc: properly align dirent buffer
Thomas Weißschuh
1
-1
/
+2
2025-04-19
tools/nolibc: disable function sanitizer for _start_c()
Thomas Weißschuh
1
-0
/
+5
2025-04-19
tools/nolibc: add __nolibc_aligned() and __nolibc_aligned_as()
Thomas Weißschuh
1
-0
/
+3
2025-04-19
tools/nolibc: add __nolibc_has_feature()
Thomas Weißschuh
1
-0
/
+6
2025-04-18
sched_ext: change the variable name for slice refill event
Honglei Wang
1
-2
/
+2
2025-04-18
Merge tag 'hardening-v6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-0
/
+1
2025-04-18
Merge tag 'linux_kselftest-kunit-fixes-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
1
-1
/
+3
2025-04-18
Merge tag 'linux_kselftest-fixes-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
1
-1
/
+22
2025-04-18
cxl: Fix devm host device for CXL fwctl initialization
Dave Jiang
1
-1
/
+1
2025-04-18
Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linux
Linus Torvalds
23
-174
/
+938
2025-04-18
tracing: selftests: Add testing a user string to filters
Steven Rostedt
1
-0
/
+20
2025-04-18
selftests/pcie_bwctrl: Fix test progs list
Ilpo Järvinen
1
-1
/
+2
2025-04-18
selftests/bpf: Add 5-byte NOP uprobe trigger benchmark
Jiri Olsa
3
-1
/
+55
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
57
-198
/
+1012
2025-04-17
Merge tag 'net-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-24
/
+132
2025-04-17
selftests/bpf: Test attaching bpf qdisc to mq and non root
Amery Hung
2
-0
/
+76
2025-04-17
selftests/bpf: Add a bpf fq qdisc to selftest
Amery Hung
2
-0
/
+774
2025-04-17
selftests/bpf: Add a basic fifo qdisc test
Amery Hung
4
-0
/
+230
2025-04-17
libbpf: Support creating and destroying qdisc
Amery Hung
2
-4
/
+21
2025-04-17
testing/selftests: add test tool and scripts for ovpn module
Antonio Quartulli
15
-0
/
+2721
2025-04-16
Merge tag 'mm-hotfixes-stable-2025-04-16-19-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
6
-20
/
+10
2025-04-16
selftests: ublk: add generic_06 for covering fault inject
Uday Shankar
5
-3
/
+155
2025-04-16
selftests: ublk: move creating UBLK_TMP into _prep_test()
Ming Lei
1
-1
/
+1
2025-04-16
selftests: ublk: add test_stress_05.sh
Ming Lei
2
-0
/
+65
2025-04-16
selftests: ublk: support user recovery
Ming Lei
6
-10
/
+230
2025-04-16
selftests: ublk: support target specific command line
Ming Lei
3
-12
/
+95
2025-04-16
selftests: ublk: increase max nr_queues and queue depth
Ming Lei
2
-3
/
+3
2025-04-16
selftests: ublk: set queue pthread's cpu affinity
Ming Lei
2
-8
/
+159
2025-04-16
selftests: ublk: setup ring with IORING_SETUP_SINGLE_ISSUER/IORING_SETUP_DEFER_TASKRUN
Ming Lei
1
-1
/
+3
2025-04-16
selftests: ublk: add two stress tests for zero copy feature
Ming Lei
3
-0
/
+77
[prev]
[next]