summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-04-29tools/sched_ext: scx_qmap: Port to cid-form struct_opsTejun Heo
2026-04-29tools/sched_ext: scx_qmap: Add cmask-based idle tracking and cid-based idle pickTejun Heo
2026-04-29tools/sched_ext: scx_qmap: Restart on hotplug instead of cpu_online/offlineTejun Heo
2026-04-29sched_ext: Add bpf_sched_ext_ops_cid struct_ops typeTejun Heo
2026-04-29sched_ext: Add cid-form kfunc wrappers alongside cpu-formTejun Heo
2026-04-29sched_ext: Add cmask, a base-windowed bitmap over cid spaceTejun Heo
2026-04-29tools/sched_ext: Add struct_size() helpers to common.bpf.hTejun Heo
2026-04-29sched_ext: Add scx_bpf_cid_override() kfuncTejun Heo
2026-04-29sched_ext: Add topological CPU IDs (cids)Tejun Heo
2026-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-04-28sched_ext: Expose exit_cpu to BPF and userspaceChangwoo Min
2026-04-28Merge tag 'sched_ext-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-04-28selftests/bpf: Rename libarena malloc/free methodsEmil Tsalapatis
2026-04-28tools/selftests: Add a VXLAN+IPsec traffic testCosmin Ratiu
2026-04-28tools/selftests: Use a sensible timeout value for iperf3 clientCosmin Ratiu
2026-04-27selftests/tc-testing: add taprio test for class dump after child deleteWeiming Shi
2026-04-27selftests/nolibc: test large file supportThomas Weißschuh
2026-04-27tools/nolibc: open files with O_LARGEFILEThomas Weißschuh
2026-04-27tools/nolibc: handle 64-bit system call arguments on MIPS N32Thomas Weißschuh
2026-04-27tools/nolibc: handle 64-bit system call arguments on x32Thomas Weißschuh
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