summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-07-08sched/ext: Add BPF function to fetch rqHongyan Xia
2024-06-27sched_ext: Fix spelling mistake: "intead" -> "instead"Colin Ian King
2024-06-21sched_ext: Add cpuperf supportTejun Heo
2024-06-18sched_ext: Add selftestsDavid Vernet
2024-06-18sched_ext: Documentation: scheduler: Document extensible scheduler classTejun Heo
2024-06-18sched_ext: Add vtime-ordered priority queue to dispatch_q'sTejun Heo
2024-06-18sched_ext: Implement core-sched supportTejun Heo
2024-06-18sched_ext: Implement sched_ext_ops.cpu_online/offline()Tejun Heo
2024-06-18sched_ext: Implement sched_ext_ops.cpu_acquire/release()David Vernet
2024-06-18sched_ext: Implement tickless supportTejun Heo
2024-06-18sched_ext: Make watchdog handle ops.dispatch() looping stallTejun Heo
2024-06-18sched_ext: Add a central scheduler which makes all scheduling decisions on on...Tejun Heo
2024-06-18sched_ext: Implement scx_bpf_kick_cpu() and task preemption supportTejun Heo
2024-06-18tools/sched_ext: Add scx_show_state.pyTejun Heo
2024-06-18sched_ext: Print debug dump after an error exitTejun Heo
2024-06-18sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...Tejun Heo
2024-06-18sched_ext: Implement runnable task stall watchdogDavid Vernet
2024-06-18sched_ext: Add scx_simple and scx_example_qmap example schedulersTejun Heo
2024-06-17resolve_btfids: Handle presence of .BTF.base sectionAlan Maguire
2024-06-17libbpf: Make btf_parse_elf process .BTF.base transparentlyEduard Zingerman
2024-06-17selftests/bpf: Extend distilled BTF tests to cover BTF relocationAlan Maguire
2024-06-17libbpf: Split BTF relocationAlan Maguire
2024-06-17selftests/bpf: Test distilled base, split BTF generationAlan Maguire
2024-06-17libbpf: Add btf__distill_base() creating split BTF with distilled base BTFAlan Maguire
2024-06-14selftests/bpf: Add tests for add_constAlexei Starovoitov
2024-06-14bpf: Support can_loop/cond_break on big endianAlexei Starovoitov
2024-06-14bpf: Track delta between "linked" registers.Alexei Starovoitov
2024-06-13selftests: bpf: add testmod kfunc for nullable paramsVadim Fedorenko
2024-06-13selftests: bpf: crypto: adjust bench to use nullable IVVadim Fedorenko
2024-06-13selftests: bpf: crypto: use NULL instead of 0-sized dynptrVadim Fedorenko
2024-06-13bpf: selftests: Do not use generated kfunc prototypes for arena progsDaniel Xu
2024-06-13selftests/bpf: Validate CHECKSUM_COMPLETE optionVadim Fedorenko
2024-06-13bpf: Add CHECKSUM_COMPLETE to bpf test progsVadim Fedorenko
2024-06-12bpftool: Support dumping kfunc prototypes from BTFDaniel Xu
2024-06-12bpf: selftests: xfrm: Opt out of using generated kfunc prototypesDaniel Xu
2024-06-12bpf: selftests: nf: Opt out of using generated kfunc prototypesDaniel Xu
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu
2024-06-12bpf: selftests: Namespace struct_opt callbacks in bpf_dctcpDaniel Xu
2024-06-12bpf: selftests: Fix bpf_map_sum_elem_count() kfunc prototypeDaniel Xu
2024-06-12bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototypeDaniel Xu
2024-06-12bpf: selftests: Fix fentry test kfunc prototypesDaniel Xu
2024-06-12bpf: selftests: Fix bpf_iter_task_vma_new() prototypeDaniel Xu
2024-06-11bpftool: Query only cgroup-related attach typesKenta Tada
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-06-10mlxsw: spectrum_acl: Fix ACL scale regression and firmware errorsIdo Schimmel
2024-06-09tools: ynl: make user space policies constJakub Kicinski
2024-06-06selftests/bpf: Drop useless arguments of do_test in bpf_tcp_caGeliang Tang
2024-06-06selftests/bpf: Use start_test in test_dctcp in bpf_tcp_caGeliang Tang
2024-06-06selftests/bpf: Use start_test in test_dctcp_fallback in bpf_tcp_caGeliang Tang
2024-06-06selftests/bpf: Add start_test helper in bpf_tcp_caGeliang Tang