aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-06-20cpupower: Remove absent 'v' parameter from monitor man pageRoman Storozhenko1-5/+0
2024-06-20selftests: virtio_net: add forgotten config optionsJiri Pirko1-1/+7
2024-06-19binfmt_elf: Honor PT_LOAD alignment for static PIEKees Cook1-1/+1
2024-06-19selftests/exec: Build both static and non-static load_address testsKees Cook2-20/+66
2024-06-19selftest/cgroup: Update test_cpuset_prs.sh to match changesWaiman Long1-15/+40
2024-06-19selftest/cgroup: Fix test_cpuset_prs.sh problems reported by test robotWaiman Long1-6/+14
2024-06-19selftests: add selftest for the SRv6 End.DX6 behavior with netfilterJianguo Wu3-0/+342
2024-06-19selftests: add selftest for the SRv6 End.DX4 behavior with netfilterJianguo Wu3-0/+337
2024-06-19selftests: openvswitch: Set value to nla flags.Adrian Moreno1-1/+1
2024-06-18Merge tag 'linux_kselftest-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds4-8/+35
2024-06-18selftests: openvswitch: Use bash as interpreterSimon Horman1-1/+1
2024-06-18sched_ext: Add selftestsDavid Vernet51-0/+3244
2024-06-18sched_ext: Documentation: scheduler: Document extensible scheduler classTejun Heo1-0/+258
2024-06-18sched_ext: Add vtime-ordered priority queue to dispatch_q'sTejun Heo3-4/+102
2024-06-18sched_ext: Implement core-sched supportTejun Heo2-6/+90
2024-06-18sched_ext: Implement sched_ext_ops.cpu_online/offline()Tejun Heo6-5/+127
2024-06-18sched_ext: Implement sched_ext_ops.cpu_acquire/release()David Vernet3-3/+39
2024-06-18sched_ext: Implement tickless supportTejun Heo2-7/+181
2024-06-18sched_ext: Make watchdog handle ops.dispatch() looping stallTejun Heo2-2/+21
2024-06-18sched_ext: Add a central scheduler which makes all scheduling decisions on on...Tejun Heo3-1/+320
2024-06-18sched_ext: Implement scx_bpf_kick_cpu() and task preemption supportTejun Heo1-0/+1
2024-06-18tools/sched_ext: Add scx_show_state.pyTejun Heo1-0/+39
2024-06-18sched_ext: Print debug dump after an error exitTejun Heo6-5/+105
2024-06-18sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...Tejun Heo2-2/+13
2024-06-18sched_ext: Implement runnable task stall watchdogDavid Vernet2-2/+22
2024-06-18sched_ext: Add scx_simple and scx_example_qmap example schedulersTejun Heo13-1/+1492
2024-06-18cpupower: Improve cpupower build process descriptionRoman Storozhenko1-10/+150
2024-06-18cpupower: Add 'help' target to the main MakefileRoman Storozhenko1-1/+36
2024-06-18cpupower: Replace a dead reference link with working onesRoman Storozhenko1-3/+5
2024-06-18KVM: selftests: Test vCPU boot IDs above 2^32 and MAX_VCPU_IDMathias Krause1-0/+16
2024-06-18KVM: selftests: Test max vCPU IDs corner casesMathias Krause1-2/+20
2024-06-18kselftest/alsa: Fix validation of writes to volatile controlsMark Brown1-16/+29
2024-06-18selftests: livepatch: Test atomic replace against multiple modulesMarcos Paulo de Souza1-49/+89
2024-06-17selftests: mptcp: userspace_pm: fixed subtest namesMatthieu Baerts (NGI0)1-18/+28
2024-06-17testing: nvdimm: Add MODULE_DESCRIPTION() macrosIra Weiny2-0/+2
2024-06-17testing: nvdimm: iomap: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-17resolve_btfids: Handle presence of .BTF.base sectionAlan Maguire1-0/+8
2024-06-17libbpf: Make btf_parse_elf process .BTF.base transparentlyEduard Zingerman2-54/+111
2024-06-17selftests/bpf: Extend distilled BTF tests to cover BTF relocationAlan Maguire1-0/+278
2024-06-17libbpf: Split BTF relocationAlan Maguire6-1/+542
2024-06-17selftests/bpf: Test distilled base, split BTF generationAlan Maguire1-0/+274
2024-06-17libbpf: Add btf__distill_base() creating split BTF with distilled base BTFAlan Maguire3-6/+335
2024-06-17Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds1-8/+16
2024-06-17lkdtm/bugs: add test for hung smp_call_function_single()Mark Rutland1-0/+1
2024-06-17Merge tag 'hyperv-fixes-signed-20240616' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2024-06-17selftests/bpf: Add a few tests to coverYonghong Song1-0/+63
2024-06-15perf hist: Honor symbol_conf.skip_emptyNamhyung Kim3-5/+29
2024-06-15perf hist: Add symbol_conf.skip_emptyNamhyung Kim9-24/+20
2024-06-15perf hist: Simplify __hpp_fmt() using hpp_fmt_dataNamhyung Kim1-39/+36
2024-06-15perf hist: Factor out __hpp__fmt_print()Namhyung Kim1-47/+36