summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-01-13perf addr_location: Update outdated commentJulia Lawall
2026-01-13perf tools: Dump callchain context marker namesJames Clark
2026-01-13perf vendor events arm64: Remove uncountable eventsJames Clark
2026-01-13perf Documentation: Correct branch stack sampling call-stack optionDapeng Mi
2026-01-13perf test: Do not skip when some metric-group tests succeedNamhyung Kim
2026-01-13perf test: Do not skip when some metrics tests succeededNamhyung Kim
2026-01-13perf test: Use shelldir to refer perf source locationNamhyung Kim
2026-01-13perf test: Skip dlfilter test for build failuresNamhyung Kim
2026-01-13perf inject: Keep build-ID data if no option is usedNamhyung Kim
2026-01-13perf util: Remove SHA-1 codeEric Biggers
2026-01-13perf genelf: Switch from SHA-1 to BLAKE2s for build ID generationEric Biggers
2026-01-13perf util: Add BLAKE2s supportEric Biggers
2026-01-13tools: ynl: render event op docs correctlyDonald Hunter
2026-01-13selftests: net: reduce txtimestamp deschedule flakesWillem de Bruijn
2026-01-13libsubcmd: Fix null intersection case in exclude_cmds()Sri Jayaramappa
2026-01-13perf test: Test addr2line unwinding works with inline functionsIan Rogers
2026-01-13perf callchain: Fix srcline printing with inlinesIan Rogers
2026-01-13perf srcline: Add configuration support for the addr2line styleIan Rogers
2026-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-01-13selftests/bpf: Add tests for s>>=31 and s>>=63Alexei Starovoitov
2026-01-13selftests/bpf: Fix verifier_arena_globals1 failure with 64K pageYonghong Song
2026-01-13selftests/bpf: Fix sk_bypass_prot_mem failure with 64K pageYonghong Song
2026-01-13selftests/bpf: Fix dmabuf_iter/lots_of_buffers failure with 64K pageYonghong Song
2026-01-13cxl: Check for invalid addresses returned from translation functions on errorsRobert Richter
2026-01-13x86/pvlocks: Move paravirt spinlock functions into own headerJuergen Gross
2026-01-13selftests: vDSO: vdso_test_abi: Add test for clock_getres_time64()Thomas Weißschuh
2026-01-13selftests: vDSO: vdso_test_abi: Use UAPI system call numbersThomas Weißschuh
2026-01-13selftests: vDSO: vdso_config: Add configurations for clock_getres_time64()Thomas Weißschuh
2026-01-13objtool: Allow multiple pv_ops arraysJuergen Gross
2026-01-13selftests/tc-testing: add selftests for cake_mq qdiscJonas Köppeler
2026-01-13objtool: fix build failure due to missing libopcodes checkSasha Levin
2026-01-13objtool: fix compilation failure with the x32 toolchainMikulas Patocka
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong
2026-01-13rtla: Fix parse_cpu_set() bug introduced by strtoi()Costa Shulyupin
2026-01-12selftests/net/ipsec: Fix variable size type not at the end of structAnkit Khushwaha
2026-01-12selftests/bpf: Use the correct destructor kfunc typeSami Tolvanen
2026-01-12selftests: ublk: add stop command with --safe optionMing Lei
2026-01-12tools: ynl: cli: print reply in combined format if possibleJakub Kicinski
2026-01-12tools: ynl: cli: extract the event/notify handling in --list-attrsJakub Kicinski
2026-01-12tools: ynl: cli: factor out --list-attrs / --doc handlingJakub Kicinski
2026-01-12tools: ynl: cli: add --doc as alias to --list-attrsJakub Kicinski
2026-01-12tools: ynl: cli: improve --helpJakub Kicinski
2026-01-12tools: ynl: cli: wrap the doc text if it's longJakub Kicinski
2026-01-12tools: ynl: cli: introduce formatting for attr names in --list-attrsJakub Kicinski
2026-01-12x86/xen: Drop xen_mmu_opsJuergen Gross
2026-01-12perf addr2line.c: Rename a2l_style to cmd_a2l_styleIan Rogers
2026-01-12perf addr2line: Add a libdw implementationIan Rogers
2026-01-12perf test workload: Add inlineloop test workloadIan Rogers
2026-01-12perf unwind-libdw: Fix invalid reference countsIan Rogers
2026-01-12cgroup/cpuset: Move the v1 empty cpus/mems check to cpuset1_validate_change()Waiman Long