summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-10-17tools: docs: parse_data_structs.py: add namespace supportMauro Carvalho Chehab
2025-10-17tools: docs: parse_data_structs.py: get rid of process_exceptions()Mauro Carvalho Chehab
2025-10-17tools: docs: parse_data_structs: make process_exceptions two stagesMauro Carvalho Chehab
2025-10-17docs: kernel_include.py: fix line numbers for TOCMauro Carvalho Chehab
2025-10-17tools: docs: parse_data_structs.py: output a line numberMauro Carvalho Chehab
2025-10-17tools: docs: parse_data_structs.py: drop contents headerMauro Carvalho Chehab
2025-10-17selftests/bpf: Fix redefinition of 'off' as different kind of symbolBrahmajit Das
2025-10-16selftests/net: packetdrill: unflake tcp_user_timeout_user-timeout-probe.pktEric Dumazet
2025-10-16selftests/bpf: Add test for sk->sk_bypass_prot_mem.Kuniyuki Iwashima
2025-10-16bpf: Introduce SK_BPF_BYPASS_PROT_MEM.Kuniyuki Iwashima
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-10-16selftests: arg_parsing: Ensure data is flushed to disk before reading.Xing Guo
2025-10-16Merge branch 'objtool/core' of https://git.kernel.org/pub/scm/linux/kernel/gi...Peter Zijlstra
2025-10-16x86/insn: Simplify for_each_insn_prefix()Peter Zijlstra
2025-10-15selftests: tls: add test for short splice due to full skmsgSabrina Dubroca
2025-10-15selftests: net: tls: add tests for cmsg vs MSG_MORESabrina Dubroca
2025-10-15sched_ext: Add a selftest for scx_bpf_dsq_peekRyan Newton
2025-10-15sched_ext: Add lockless peek operation for DSQsRyan Newton
2025-10-15selftests/hid: add tests for missing release on the Dell SynapticsBenjamin Tissoires
2025-10-15selftests: cgroup: Use values_close_report in test_cpuSebastian Chlad
2025-10-15selftests: cgroup: add values_close_report helperSebastian Chlad
2025-10-15perf test parse-events: Add evsel test helperIan Rogers
2025-10-15perf test parse-events: Add evlist test helperIan Rogers
2025-10-15perf test: Clean up test_..config helpersIan Rogers
2025-10-15perf test: Switch cycles event to cpu-cyclesIan Rogers
2025-10-15perf test parse-events: Remove cpu PMU requirementIan Rogers
2025-10-15perf test parse-events: Without a PMU use cpu-cycles rather than cyclesIan Rogers
2025-10-15perf test parse-events: Use evsel__match for legacy eventsIan Rogers
2025-10-15perf evsel: Improvements to __evsel__matchIan Rogers
2025-10-15perf evlist: Avoid scanning all PMUs for evlist__new_defaultIan Rogers
2025-10-15perf top: Use evlist__new_default when no events specifiedIan Rogers
2025-10-15perf record: Use evlist__new_default when no events specifiedIan Rogers
2025-10-15perf parse-events: Remove hard coded legacy hardware and cache parsingIan Rogers
2025-10-15perf print-events: Remove print_symbol_eventsIan Rogers
2025-10-15perf print-events: Remove print_hwcache_eventsIan Rogers
2025-10-15perf jevents: Add legacy-hardware and legacy-cache jsonIan Rogers
2025-10-15perf pmu: Add and use legacy_terms in alias informationIan Rogers
2025-10-15perf jevents: Add legacy json terms and default_core event table helperIan Rogers
2025-10-15perf parse-events: Add terms for legacy hardware and cache config valuesIan Rogers
2025-10-15perf pmu: Factor term parsing into a perf_event_attr into a helperIan Rogers
2025-10-15perf pmu: Use fd rather than FILE from new_aliasIan Rogers
2025-10-15perf parse-events: Remove unused FILE input argument to scannerIan Rogers
2025-10-15perf pmu: Don't eagerly parse event termsIan Rogers
2025-10-15perf jevents: Support copying the source json files to OUTPUTIan Rogers
2025-10-15perf record: Skip don't fail for events that don't openIan Rogers
2025-10-15perf stat: Avoid wildcarding PMUs for default eventsIan Rogers
2025-10-15perf perf_api_probe: Avoid scanning all PMUs, try software PMU firstIan Rogers
2025-10-15perf parse-events: Fix legacy cache events if event is duplicated in a PMUIan Rogers
2025-10-15selftests: livepatch: use canonical ftrace pathFushuai Wang
2025-10-14selftests/bpf: make arg_parsing.c more robust to crashesAndrii Nakryiko