summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-04-27tools/nolibc: cast pointers returned from system calls through integersThomas Weißschuh
2026-04-27tools/nolibc: add __nolibc_arg_to_reg()Thomas Weißschuh
2026-04-27tools/nolibc: also handle _llseek system callThomas Weißschuh
2026-04-27tools/nolibc: add creat()Thomas Weißschuh
2026-04-27selftests/nolibc: drop unnecessary 'mode' argument to open()Thomas Weißschuh
2026-04-27tools/nolibc: Don't use stack protector before setting it upDaniel Palmer
2026-04-27selftests/bpf: a test for proper cnums compare in is_state_visited()Eduard Zingerman
2026-04-27selftests: harness: Restore order of test functionsThomas Weißschuh
2026-04-27selftests: kselftest: fix wrong test number in ksft_exit_skipSarthak Sharma
2026-04-27tools/nolibc: Rename __no_stack_protector to __nolibc_no_stack_protectorDaniel Palmer
2026-04-27tools/nolibc: avoid call to wcslen() in _start_c() inserted by clangThomas Weißschuh
2026-04-27selftests/mm: specify requirement for PROC_MEM_ALWAYS_FORCE=yMark Brown
2026-04-27MAINTAINERS: update Liam's email addressLiam R. Howlett
2026-04-27mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()Lorenzo Stoakes
2026-04-27docs: xforms_lists: allow __maybe_unused in func parametersRandy Dunlap
2026-04-27iio: ABI: Add quaternion axis modifierFrancesco Lavra
2026-04-27iio: tools: Add support for floating-point types in buffer scan elementsFrancesco Lavra
2026-04-27Merge tag 'kvm-x86-selftests_kernel_types-7.1' of https://github.com/kvm-x86/...Paolo Bonzini
2026-04-27KVM: selftests: Add check_steal_time_uapi() implementation for LoongArchSean Christopherson
2026-04-27tools/nolibc: make __nolibc_enosys() a compile time errorThomas Weißschuh
2026-04-27tools/nolibc: add alloca()Thomas Weißschuh
2026-04-27tools/nolibc: add assert() and assert.hThomas Weißschuh
2026-04-26selftests/bpf: Reuse stderr parsing for libarena ASAN testsEmil Tsalapatis
2026-04-26selftests/bpf: Add selftests for libarena buddy allocatorEmil Tsalapatis
2026-04-26selftests/bpf: Add buddy allocator for libarenaEmil Tsalapatis
2026-04-26selftests/bpf: Add ASAN support for libarena selftestsEmil Tsalapatis
2026-04-26selftests/bpf: Add arena ASAN runtime to libarenaEmil Tsalapatis
2026-04-26selftests/bpf: Move arena-related headers into libarenaEmil Tsalapatis
2026-04-26selftests/bpf: Add basic libarena scaffoldingEmil Tsalapatis
2026-04-26selftests/bpf: Add ifdef guard for WRITE_ONCE macro in bpf_atomic.hEmil Tsalapatis
2026-04-26selftests/bpf: Use local type for bpf_fou_encap in test_tunnel_kernGregory Bell
2026-04-26selftests/bpf: Use local type for flow_offload_tuple_rhash in xdp_flowtableGregory Bell
2026-04-25Merge tag 'power-utilities-2026.04.25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-25Merge branches 'turbostat' and 'x86_energy_perf_policy' into power-utilitiesLen Brown
2026-04-25tools/power x86_energy_perf_policy: Version 2026.04.25Len Brown
2026-04-25tools/power x86_energy_perf_policy.8: Document SoC Slider OptionsLen Brown
2026-04-25tools/power x86_energy_perf_policy: Enhances SoC Slider related checksLen Brown
2026-04-24selftests/bpf: new cases handled by 32->64 range refinementsEduard Zingerman
2026-04-24bpf: replace min/max fields with struct cnum{32,64}Eduard Zingerman
2026-04-24Merge tag 'block-7.1-20260424' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-24selftests/bpf: Drop xdping toolAlexis Lothoré (eBPF Foundation)
2026-04-24selftests/bpf: Make btf_dump use xdp_dummy rather than xdping_kernAlexis Lothoré (eBPF Foundation)
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-24Merge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-04-23selftests/bpf: check epoll readiness during reuseport migrationZhenzhong Wu
2026-04-23selftests/net: packetdrill: cover RFC 5961 5.2 challenge ACK on both edgesJiayuan Chen
2026-04-23tcp: send a challenge ACK on SEG.ACK > SND.NXTJiayuan Chen
2026-04-23selftests/sched_ext: Include common.bpf.h to avoid build failureZhao Mengmeng
2026-04-23bpf: Introduce bpf register BPF_REG_PARAMSYonghong Song