aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-04-30net/tcp-ao: Drop support for most non-RFC-specified algorithmsEric Biggers2-39/+3
2026-04-29selftests: drv-net: rss: add case for field config on RSS contextJakub Kicinski1-1/+90
2026-04-29selftests: drv-net: clarify linters and frameworks in READMEJakub Kicinski1-2/+8
2026-04-29tools/sched_ext: scx_qmap: Port to cid-form struct_opsTejun Heo3-118/+171
2026-04-29tools/sched_ext: scx_qmap: Add cmask-based idle tracking and cid-based idle pickTejun Heo1-16/+121
2026-04-29tools/sched_ext: scx_qmap: Restart on hotplug instead of cpu_online/offlineTejun Heo2-68/+7
2026-04-29sched_ext: Add bpf_sched_ext_ops_cid struct_ops typeTejun Heo1-0/+12
2026-04-29sched_ext: Add cid-form kfunc wrappers alongside cpu-formTejun Heo1-0/+9
2026-04-29sched_ext: Add cmask, a base-windowed bitmap over cid spaceTejun Heo2-0/+667
2026-04-29tools/sched_ext: Add struct_size() helpers to common.bpf.hTejun Heo1-0/+10
2026-04-29sched_ext: Add scx_bpf_cid_override() kfuncTejun Heo1-0/+12
2026-04-29sched_ext: Add topological CPU IDs (cids)Tejun Heo1-0/+3
2026-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds185-2817/+2711
2026-04-28sched_ext: Expose exit_cpu to BPF and userspaceChangwoo Min3-0/+10
2026-04-28Merge tag 'sched_ext-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds4-18/+98
2026-04-28selftests/bpf: Rename libarena malloc/free methodsEmil Tsalapatis3-7/+5
2026-04-28tools/selftests: Add a VXLAN+IPsec traffic testCosmin Ratiu3-0/+210
2026-04-28tools/selftests: Use a sensible timeout value for iperf3 clientCosmin Ratiu1-1/+4
2026-04-27selftests/tc-testing: add taprio test for class dump after child deleteWeiming Shi1-0/+26
2026-04-27selftests/nolibc: test large file supportThomas Weißschuh1-0/+48
2026-04-27tools/nolibc: open files with O_LARGEFILEThomas Weißschuh1-0/+4
2026-04-27tools/nolibc: handle 64-bit system call arguments on MIPS N32Thomas Weißschuh1-45/+49
2026-04-27tools/nolibc: handle 64-bit system call arguments on x32Thomas Weißschuh1-35/+35
2026-04-27tools/nolibc: cast pointers returned from system calls through integersThomas Weißschuh2-4/+4
2026-04-27tools/nolibc: add __nolibc_arg_to_reg()Thomas Weißschuh1-0/+4
2026-04-27tools/nolibc: also handle _llseek system callThomas Weißschuh1-3/+9
2026-04-27tools/nolibc: add creat()Thomas Weißschuh1-0/+10
2026-04-27selftests/nolibc: drop unnecessary 'mode' argument to open()Thomas Weißschuh1-1/+1
2026-04-27tools/nolibc: Don't use stack protector before setting it upDaniel Palmer1-1/+1
2026-04-27selftests/bpf: a test for proper cnums compare in is_state_visited()Eduard Zingerman1-0/+27
2026-04-27selftests: harness: Restore order of test functionsThomas Weißschuh1-6/+6
2026-04-27selftests: kselftest: fix wrong test number in ksft_exit_skipSarthak Sharma1-1/+1
2026-04-27tools/nolibc: Rename __no_stack_protector to __nolibc_no_stack_protectorDaniel Palmer13-18/+18
2026-04-27tools/nolibc: avoid call to wcslen() in _start_c() inserted by clangThomas Weißschuh1-1/+1
2026-04-27selftests/mm: specify requirement for PROC_MEM_ALWAYS_FORCE=yMark Brown1-0/+1
2026-04-27MAINTAINERS: update Liam's email addressLiam R. Howlett1-1/+1
2026-04-27mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()Lorenzo Stoakes2-2/+3
2026-04-27docs: xforms_lists: allow __maybe_unused in func parametersRandy Dunlap1-0/+1
2026-04-27iio: ABI: Add quaternion axis modifierFrancesco Lavra1-0/+1
2026-04-27iio: tools: Add support for floating-point types in buffer scan elementsFrancesco Lavra3-16/+70
2026-04-27Merge tag 'kvm-x86-selftests_kernel_types-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini185-2817/+2706
2026-04-27KVM: selftests: Add check_steal_time_uapi() implementation for LoongArchSean Christopherson1-0/+5
2026-04-27tools/nolibc: make __nolibc_enosys() a compile time errorThomas Weißschuh2-2/+34
2026-04-27tools/nolibc: add alloca()Thomas Weißschuh4-0/+31
2026-04-27tools/nolibc: add assert() and assert.hThomas Weißschuh3-0/+38
2026-04-26selftests/bpf: Reuse stderr parsing for libarena ASAN testsEmil Tsalapatis5-12/+76
2026-04-26selftests/bpf: Add selftests for libarena buddy allocatorEmil Tsalapatis4-0/+606
2026-04-26selftests/bpf: Add buddy allocator for libarenaEmil Tsalapatis6-1/+1033
2026-04-26selftests/bpf: Add ASAN support for libarena selftestsEmil Tsalapatis5-2/+132
2026-04-26selftests/bpf: Add arena ASAN runtime to libarenaEmil Tsalapatis3-0/+657