aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-12-23perf report: Add 'symoff' sort keyNamhyung Kim4-0/+50
2023-12-23perf report: Add 'typeoff' sort keyNamhyung Kim5-1/+87
2023-12-23perf annotate-data: Update sample histogram for typeNamhyung Kim3-1/+131
2023-12-23perf annotate-data: Add member field in the data typeNamhyung Kim3-18/+119
2023-12-23perf report: Support data type profilingNamhyung Kim1-2/+13
2023-12-23perf report: Add 'type' sort keyNamhyung Kim5-2/+75
2023-12-23perf annotate: Implement hist_entry__get_data_type()Namhyung Kim2-0/+92
2023-12-23perf annotate: Add annotate_get_insn_location()Namhyung Kim2-0/+143
2023-12-23perf annotate: Factor out evsel__get_arch()Namhyung Kim2-13/+33
2023-12-23perf annotate-data: Add dso->data_types treeNamhyung Kim4-10/+100
2023-12-23perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim3-0/+205
2023-12-23perf dwarf-regs: Add get_dwarf_regnum()Namhyung Kim3-0/+91
2023-12-23perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim2-11/+30
2023-12-23Merge tag 'counter-updates-for-6.8a' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman3-2/+417
2023-12-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-18/+27
2023-12-23selftests: forwarding: ethtool_mm: fall back to aggregate if device does not ...Vladimir Oltean2-0/+20
2023-12-23selftests: forwarding: ethtool_mm: support devices with higher rx-min-frag-sizeVladimir Oltean1-2/+35
2023-12-23kselftest/runner.sh: add netns supportHangbin Liu2-3/+45
2023-12-23selftests/net: convert pmtu.sh to run it in unique namespaceHangbin Liu1-18/+9
2023-12-23selftests/net: use unique netns name for setup_loopback.sh setup_veth.shHangbin Liu4-15/+20
2023-12-23selftests/net: convert xfrm_policy.sh to run it in unique namespaceHangbin Liu1-69/+69
2023-12-23selftests/net: convert stress_reuseport_listen.sh to run it in unique namespaceHangbin Liu1-3/+3
2023-12-23selftests/net: convert rtnetlink.sh to run it in unique namespaceHangbin Liu1-16/+18
2023-12-23selftests/net: convert netns-name.sh to run it in unique namespaceHangbin Liu1-22/+22
2023-12-23selftests/net: convert gre_gso.sh to run it in unique namespaceHangbin Liu1-11/+7
2023-12-23selftests/net: remove unneeded semicolonJiapeng Chong1-1/+1
2023-12-22tools/testing/cxl: Add hostbridge UID string for cxl_test mock hb devicesDave Jiang1-0/+4
2023-12-22selftest/tcp-ao: Rectify out-of-tree buildDmitry Safonov1-6/+3
2023-12-22Merge tag 'kvm-riscv-fixes-6.7-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini10-18/+146
2023-12-22Merge tag 'kvmarm-fixes-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-10/+16
2023-12-22cxl: Add callback to parse the DSMAS subtables from CDATDave Jiang1-0/+1
2023-12-22selftests/net: Fix various spelling mistakes in TCP-AO testsColin Ian King4-5/+5
2023-12-22tracing/selftests: Add ownership modification tests for eventfsSteven Rostedt (Google)1-0/+114
2023-12-22Merge tag 'sound-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2023-12-22tracing/selftests: Remove exec permissions from trace_marker.tc testSteven Rostedt (Google)1-0/+0
2023-12-22selftests/landlock: Add tests to check unhandled rule's access rightsMickaël Salaün2-0/+66
2023-12-22selftests/landlock: Add tests to check unknown rule's access rightsMickaël Salaün2-2/+54
2023-12-22netfilter: ctnetlink: support filtering by zoneFelix Huettner3-1/+434
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni14-68/+86
2023-12-21perf vendor events powerpc: Add PVN for HX-C2000 CPU with Power8 ArchitectureJiaLong.Yang1-2/+1
2023-12-21Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-5/+69
2023-12-21tracing: Update subbuffer with kilobytes not page orderSteven Rostedt (Google)1-9/+9
2023-12-21ringbuffer/selftest: Add basic selftest to test changing subbuf orderSteven Rostedt (Google)1-0/+95
2023-12-21perf vendor events: Remove UTF-8 characters from cmn.jsonJing Zhang1-1/+1
2023-12-21selftests/overlayfs: verify device and inode numbers in /proc/pid/mapsAndrei Vagin5-0/+218
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+34
2023-12-21selftests/powerpc: Fix spelling mistake "EACCESS" -> "EACCES"Colin Ian King1-1/+1
2023-12-21libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang1-0/+2
2023-12-21libbpf: Skip DWARF sections in linker sanity checkAlyssa Ross1-0/+3
2023-12-21kselftest: rtnetlink.sh: use grep_fail when expecting the cmd failHangbin Liu1-1/+1