summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-01-28tools: Update context analysis macros in compiler_types.hMarco Elver3-19/+43
2026-01-28selftests: ptp: treat unsupported PHC operations as skipJunjie Cao1-12/+37
2026-01-28selftests: ptp: use KSFT_SKIP exit code for skip scenariosJunjie Cao1-4/+7
2026-01-28tools/sched_ext: add arena based schedulerEmil Tsalapatis4-1/+925
2026-01-28tools/sched_ext: add scx_pair schedulerEmil Tsalapatis4-1/+800
2026-01-28tools/sched_ext: add scx_userland schedulerEmil Tsalapatis4-1/+799
2026-01-28perf jevents: Handle deleted JSONS in out of source buildsJames Clark1-3/+11
2026-01-28perf strlist: Remove dont_dupstr logic, used only onceArnaldo Carvalho de Melo3-31/+14
2026-01-27selftests/bpf: Add tests for FIONREAD and copied_seqJiayuan Chen2-6/+302
2026-01-27selftests/bpf: cover BPF_CGROUP_ITER_CHILDREN control optionMatt Bobrowski3-4/+25
2026-01-27bpf: add new BPF_CGROUP_ITER_CHILDREN control optionMatt Bobrowski1-0/+8
2026-01-27objtool/klp: Fix bug table handling for __WARN_printf()Josh Poimboeuf1-3/+11
2026-01-27objtool: Replace custom macros in elf.c with shared onesPetr Pavlu1-7/+6
2026-01-27objtool: Print bfd_vma as unsigned long long on ia32-x86_64 cross buildDmitry Safonov1-6/+8
2026-01-27selftests/vsock: add tests for namespace deletionBobby Eshleman1-0/+84
2026-01-27selftests/vsock: add tests for host <-> vm connectivity with namespacesBobby Eshleman1-4/+568
2026-01-27selftests/vsock: add namespace tests for CID collisionsBobby Eshleman1-0/+78
2026-01-27selftests/vsock: add tests for proc sys vsock ns_modeBobby Eshleman1-2/+138
2026-01-27selftests/vsock: use ss to wait for listeners instead of /proc/netBobby Eshleman1-17/+30
2026-01-27selftests/vsock: add vm_dmesg_{warn,oops}_count() helpersBobby Eshleman1-4/+15
2026-01-27selftests/vsock: prepare vm management helpers for namespacesBobby Eshleman1-32/+69
2026-01-27selftests/vsock: add namespace helpers to vmtest.shBobby Eshleman1-0/+32
2026-01-27selftests/vsock: increase timeout to 1200Bobby Eshleman1-1/+1
2026-01-27perf jitdump: Constify variables storing the result of strchr() on const tablesArnaldo Carvalho de Melo1-1/+1
2026-01-27perf bpf-event: Constify variables storing the result of strchr() on const ta...Arnaldo Carvalho de Melo1-1/+2
2026-01-27perf demangle-java: Constify variables storing the result of strchr() on cons...Arnaldo Carvalho de Melo1-1/+1
2026-01-27perf time-utils: Constify variables storing the result of strchr() on const t...Arnaldo Carvalho de Melo1-2/+2
2026-01-27perf units: Constify variables storing the result of strchr() on const tablesArnaldo Carvalho de Melo1-1/+1
2026-01-27perf trace-event: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo1-1/+1
2026-01-27perf tp_pmu: Address const-correctness errors in recent glibcsArnaldo Carvalho de Melo1-1/+1
2026-01-27perf hwmon_pmu: Constify the variables returning bsearch() on const tablesArnaldo Carvalho de Melo1-1/+1
2026-01-27perf session: Don't write to memory pointed to a const pointerArnaldo Carvalho de Melo1-3/+3
2026-01-27perf strlist: Don't write to const memoryArnaldo Carvalho de Melo1-4/+8
2026-01-27perf metricgroup: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo1-3/+2
2026-01-27perf disasm: Constify variables storing the result of bsearch() on const tablesArnaldo Carvalho de Melo1-1/+1
2026-01-27perf thread-stack: Switch thread_stack__init() to use e_machineIan Rogers1-2/+2
2026-01-27perf callchain: Switch callchain_param_setup from an arch to an e_machineIan Rogers5-10/+8
2026-01-27perf script: Fix script_fetch_insn for more than just x86Ian Rogers11-78/+87
2026-01-27mm/rmap: separate out fork-only logic on anon_vma_clone()Lorenzo Stoakes1-1/+10
2026-01-27mm/rmap: remove anon_vma_merge() functionLorenzo Stoakes1-5/+0
2026-01-27selftests: net: fix wrong boolean evaluation in __exit__Gal Pressman1-1/+1
2026-01-27kernel-chktaint: add reporting for tainted modulesRandy Dunlap1-1/+17
2026-01-27selftests/bpf: convert test_bpftool_map_access.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)3-399/+371
2026-01-27selftests/bpf: convert test_bpftool_metadata.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)3-86/+144
2026-01-27selftests/bpf: Add a few helpers for bpftool testingAlexis Lothoré (eBPF Foundation)3-1/+87
2026-01-27perf session: Print all machines in session dumpHrishikesh Suresh1-5/+8
2026-01-27perf unwind-libdw: Wire up e_flags for CSKYIan Rogers2-4/+6
2026-01-27perf perf_regs: Accurately compute register names for CSKYIan Rogers7-38/+62
2026-01-27perf thread: Add optional e_flags output argument to thread__e_machineIan Rogers12-48/+122
2026-01-27perf dso: Factor out e_machine reading for use in threadIan Rogers3-50/+75