aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-10-18Merge tag 'hid-for-linus-2025101701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+55
2025-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-10/+16
2025-10-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds19-154/+477
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini9-145/+288
2025-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-0/+397
2025-10-17selftests/net: io_uring: fix unknown errnum valuesCarlos Llamas1-12/+12
2025-10-17Merge branch 'build-script' into docs-mwJonathan Corbet5-0/+2759
2025-10-17tools: docs: parse_data_structs.py: accept more reftypesMauro Carvalho Chehab1-1/+1
2025-10-17tools: docs: parse_data_structs.py: add namespace supportMauro Carvalho Chehab1-11/+32
2025-10-17tools: docs: parse_data_structs.py: get rid of process_exceptions()Mauro Carvalho Chehab2-58/+52
2025-10-17tools: docs: parse_data_structs: make process_exceptions two stagesMauro Carvalho Chehab1-56/+73
2025-10-17docs: kernel_include.py: fix line numbers for TOCMauro Carvalho Chehab1-1/+1
2025-10-17tools: docs: parse_data_structs.py: output a line numberMauro Carvalho Chehab1-14/+15
2025-10-17tools: docs: parse_data_structs.py: drop contents headerMauro Carvalho Chehab1-7/+1
2025-10-17selftests/bpf: Fix redefinition of 'off' as different kind of symbolBrahmajit Das1-7/+7
2025-10-16selftests/net: packetdrill: unflake tcp_user_timeout_user-timeout-probe.pktEric Dumazet1-2/+4
2025-10-16selftests/bpf: Add test for sk->sk_bypass_prot_mem.Kuniyuki Iwashima2-0/+396
2025-10-16bpf: Introduce SK_BPF_BYPASS_PROT_MEM.Kuniyuki Iwashima1-0/+1
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-16/+126
2025-10-16selftests: arg_parsing: Ensure data is flushed to disk before reading.Xing Guo1-0/+3
2025-10-16Merge branch 'objtool/core' of https://git.kernel.org/pub/scm/linux/kernel/gi...Peter Zijlstra37-672/+3725
2025-10-16x86/insn: Simplify for_each_insn_prefix()Peter Zijlstra1-3/+2
2025-10-15selftests: tls: add test for short splice due to full skmsgSabrina Dubroca1-0/+31
2025-10-15selftests: net: tls: add tests for cmsg vs MSG_MORESabrina Dubroca1-0/+34
2025-10-15sched_ext: Add a selftest for scx_bpf_dsq_peekRyan Newton3-0/+476
2025-10-15sched_ext: Add lockless peek operation for DSQsRyan Newton2-0/+19
2025-10-15selftests/hid: add tests for missing release on the Dell SynapticsBenjamin Tissoires1-0/+55
2025-10-15selftests: cgroup: Use values_close_report in test_cpuSebastian Chlad1-9/+9
2025-10-15selftests: cgroup: add values_close_report helperSebastian Chlad1-0/+20
2025-10-15perf test parse-events: Add evsel test helperIan Rogers1-638/+742
2025-10-15perf test parse-events: Add evlist test helperIan Rogers1-71/+165
2025-10-15perf test: Clean up test_..config helpersIan Rogers1-19/+4
2025-10-15perf test: Switch cycles event to cpu-cyclesIan Rogers4-5/+5
2025-10-15perf test parse-events: Remove cpu PMU requirementIan Rogers1-120/+110
2025-10-15perf test parse-events: Without a PMU use cpu-cycles rather than cyclesIan Rogers1-28/+33
2025-10-15perf test parse-events: Use evsel__match for legacy eventsIan Rogers1-225/+74
2025-10-15perf evsel: Improvements to __evsel__matchIan Rogers1-9/+12
2025-10-15perf evlist: Avoid scanning all PMUs for evlist__new_defaultIan Rogers1-5/+13
2025-10-15perf top: Use evlist__new_default when no events specifiedIan Rogers1-3/+5
2025-10-15perf record: Use evlist__new_default when no events specifiedIan Rogers1-2/+6
2025-10-15perf parse-events: Remove hard coded legacy hardware and cache parsingIan Rogers5-362/+17
2025-10-15perf print-events: Remove print_symbol_eventsIan Rogers5-110/+12
2025-10-15perf print-events: Remove print_hwcache_eventsIan Rogers3-60/+12
2025-10-15perf jevents: Add legacy-hardware and legacy-cache jsonIan Rogers4-140/+2814
2025-10-15perf pmu: Add and use legacy_terms in alias informationIan Rogers1-20/+117
2025-10-15perf jevents: Add legacy json terms and default_core event table helperIan Rogers3-0/+59
2025-10-15perf parse-events: Add terms for legacy hardware and cache config valuesIan Rogers4-1/+105
2025-10-15perf pmu: Factor term parsing into a perf_event_attr into a helperIan Rogers1-14/+19
2025-10-15perf pmu: Use fd rather than FILE from new_aliasIan Rogers1-13/+10
2025-10-15perf parse-events: Remove unused FILE input argument to scannerIan Rogers6-21/+13