summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-06-18sched_ext: Make watchdog handle ops.dispatch() looping stallTejun Heo-2/+21
2024-06-18sched_ext: Add a central scheduler which makes all scheduling decisions on on...Tejun Heo-1/+320
2024-06-18sched_ext: Implement scx_bpf_kick_cpu() and task preemption supportTejun Heo-0/+1
2024-06-18tools/sched_ext: Add scx_show_state.pyTejun Heo-0/+39
2024-06-18sched_ext: Print debug dump after an error exitTejun Heo-5/+105
2024-06-18sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...Tejun Heo-2/+13
2024-06-18sched_ext: Implement runnable task stall watchdogDavid Vernet-2/+22
2024-06-18sched_ext: Add scx_simple and scx_example_qmap example schedulersTejun Heo-1/+1492
2024-06-18cpupower: Improve cpupower build process descriptionRoman Storozhenko-10/+150
2024-06-18cpupower: Add 'help' target to the main MakefileRoman Storozhenko-1/+36
2024-06-18cpupower: Replace a dead reference link with working onesRoman Storozhenko-3/+5
2024-06-18KVM: selftests: Test vCPU boot IDs above 2^32 and MAX_VCPU_IDMathias Krause-0/+16
2024-06-18KVM: selftests: Test max vCPU IDs corner casesMathias Krause-2/+20
2024-06-18kselftest/alsa: Fix validation of writes to volatile controlsMark Brown-16/+29
2024-06-18selftests: livepatch: Test atomic replace against multiple modulesMarcos Paulo de Souza-49/+89
2024-06-17selftests: mptcp: userspace_pm: fixed subtest namesMatthieu Baerts (NGI0)-18/+28
2024-06-17testing: nvdimm: Add MODULE_DESCRIPTION() macrosIra Weiny-0/+2
2024-06-17testing: nvdimm: iomap: add MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-06-17resolve_btfids: Handle presence of .BTF.base sectionAlan Maguire-0/+8
2024-06-17libbpf: Make btf_parse_elf process .BTF.base transparentlyEduard Zingerman-54/+111
2024-06-17selftests/bpf: Extend distilled BTF tests to cover BTF relocationAlan Maguire-0/+278
2024-06-17libbpf: Split BTF relocationAlan Maguire-1/+542
2024-06-17selftests/bpf: Test distilled base, split BTF generationAlan Maguire-0/+274
2024-06-17libbpf: Add btf__distill_base() creating split BTF with distilled base BTFAlan Maguire-6/+335
2024-06-17Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds-8/+16
2024-06-17lkdtm/bugs: add test for hung smp_call_function_single()Mark Rutland-0/+1
2024-06-17Merge tag 'hyperv-fixes-signed-20240616' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+1
2024-06-17selftests/bpf: Add a few tests to coverYonghong Song-0/+63
2024-06-15perf hist: Honor symbol_conf.skip_emptyNamhyung Kim-5/+29
2024-06-15perf hist: Add symbol_conf.skip_emptyNamhyung Kim-24/+20
2024-06-15perf hist: Simplify __hpp_fmt() using hpp_fmt_dataNamhyung Kim-39/+36
2024-06-15perf hist: Factor out __hpp__fmt_print()Namhyung Kim-47/+36
2024-06-15perf: sched map skips redundant lines with cpu filtersFernand Sieber-6/+6
2024-06-15selftests: mm: make map_fixed_noreplace test names stableMark Brown-8/+16
2024-06-14selftests: forwarding: Add test for minimum and maximum MTUAmit Cohen-0/+284
2024-06-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+43
2024-06-14selftests/bpf: Add tests for add_constAlexei Starovoitov-3/+249
2024-06-14bpf: Support can_loop/cond_break on big endianAlexei Starovoitov-0/+28
2024-06-14bpf: Track delta between "linked" registers.Alexei Starovoitov-11/+11
2024-06-14selftests/hid: add subprog call testBenjamin Tissoires-0/+65
2024-06-14selftests/hid: convert the hid_bpf selftests with struct_opsBenjamin Tissoires-65/+89
2024-06-13perf test pmu: Warn don't fail for legacy mixed case event namesIan Rogers-3/+19
2024-06-13tools/perf: Fix timing issue with parallel threads in perf bench wake-up-para...Athira Rajeev-1/+1
2024-06-13tools/perf: Fix perf bench epoll to enable the run when some CPU's are offlineAthira Rajeev-2/+2
2024-06-13tools/perf: Fix perf bench futex to enable the run when some CPU's are offlineAthira Rajeev-5/+5
2024-06-13perf record: Ensure space for lost samplesIan Rogers-25/+15
2024-06-13selftests: bpf: add testmod kfunc for nullable paramsVadim Fedorenko-0/+61
2024-06-13selftests: bpf: crypto: adjust bench to use nullable IVVadim Fedorenko-6/+4
2024-06-13selftests: bpf: crypto: use NULL instead of 0-sized dynptrVadim Fedorenko-12/+4
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-31/+233