index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2024-07-08
sched/ext: Add BPF function to fetch rq
Hongyan Xia
2024-06-27
sched_ext: Fix spelling mistake: "intead" -> "instead"
Colin Ian King
2024-06-21
sched_ext: Add cpuperf support
Tejun Heo
2024-06-18
sched_ext: Add selftests
David Vernet
2024-06-18
sched_ext: Documentation: scheduler: Document extensible scheduler class
Tejun Heo
2024-06-18
sched_ext: Add vtime-ordered priority queue to dispatch_q's
Tejun Heo
2024-06-18
sched_ext: Implement core-sched support
Tejun Heo
2024-06-18
sched_ext: Implement sched_ext_ops.cpu_online/offline()
Tejun Heo
2024-06-18
sched_ext: Implement sched_ext_ops.cpu_acquire/release()
David Vernet
2024-06-18
sched_ext: Implement tickless support
Tejun Heo
2024-06-18
sched_ext: Make watchdog handle ops.dispatch() looping stall
Tejun Heo
2024-06-18
sched_ext: Add a central scheduler which makes all scheduling decisions on on...
Tejun Heo
2024-06-18
sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
Tejun Heo
2024-06-18
tools/sched_ext: Add scx_show_state.py
Tejun Heo
2024-06-18
sched_ext: Print debug dump after an error exit
Tejun Heo
2024-06-18
sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...
Tejun Heo
2024-06-18
sched_ext: Implement runnable task stall watchdog
David Vernet
2024-06-18
sched_ext: Add scx_simple and scx_example_qmap example schedulers
Tejun Heo
2024-06-17
resolve_btfids: Handle presence of .BTF.base section
Alan Maguire
2024-06-17
libbpf: Make btf_parse_elf process .BTF.base transparently
Eduard Zingerman
2024-06-17
selftests/bpf: Extend distilled BTF tests to cover BTF relocation
Alan Maguire
2024-06-17
libbpf: Split BTF relocation
Alan Maguire
2024-06-17
selftests/bpf: Test distilled base, split BTF generation
Alan Maguire
2024-06-17
libbpf: Add btf__distill_base() creating split BTF with distilled base BTF
Alan Maguire
2024-06-14
selftests/bpf: Add tests for add_const
Alexei Starovoitov
2024-06-14
bpf: Support can_loop/cond_break on big endian
Alexei Starovoitov
2024-06-14
bpf: Track delta between "linked" registers.
Alexei Starovoitov
2024-06-13
selftests: bpf: add testmod kfunc for nullable params
Vadim Fedorenko
2024-06-13
selftests: bpf: crypto: adjust bench to use nullable IV
Vadim Fedorenko
2024-06-13
selftests: bpf: crypto: use NULL instead of 0-sized dynptr
Vadim Fedorenko
2024-06-13
bpf: selftests: Do not use generated kfunc prototypes for arena progs
Daniel Xu
2024-06-13
selftests/bpf: Validate CHECKSUM_COMPLETE option
Vadim Fedorenko
2024-06-13
bpf: Add CHECKSUM_COMPLETE to bpf test progs
Vadim Fedorenko
2024-06-12
bpftool: Support dumping kfunc prototypes from BTF
Daniel Xu
2024-06-12
bpf: selftests: xfrm: Opt out of using generated kfunc prototypes
Daniel Xu
2024-06-12
bpf: selftests: nf: Opt out of using generated kfunc prototypes
Daniel Xu
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
2024-06-12
bpf: selftests: Namespace struct_opt callbacks in bpf_dctcp
Daniel Xu
2024-06-12
bpf: selftests: Fix bpf_map_sum_elem_count() kfunc prototype
Daniel Xu
2024-06-12
bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototype
Daniel Xu
2024-06-12
bpf: selftests: Fix fentry test kfunc prototypes
Daniel Xu
2024-06-12
bpf: selftests: Fix bpf_iter_task_vma_new() prototype
Daniel Xu
2024-06-11
bpftool: Query only cgroup-related attach types
Kenta Tada
2024-06-10
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-06-10
mlxsw: spectrum_acl: Fix ACL scale regression and firmware errors
Ido Schimmel
2024-06-09
tools: ynl: make user space policies const
Jakub Kicinski
2024-06-06
selftests/bpf: Drop useless arguments of do_test in bpf_tcp_ca
Geliang Tang
2024-06-06
selftests/bpf: Use start_test in test_dctcp in bpf_tcp_ca
Geliang Tang
2024-06-06
selftests/bpf: Use start_test in test_dctcp_fallback in bpf_tcp_ca
Geliang Tang
2024-06-06
selftests/bpf: Add start_test helper in bpf_tcp_ca
Geliang Tang
[next]