summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-05-16KVM: selftests: Confirm exposing MTE_frac does not break migrationBen Horgan-1/+76
2025-05-16tools/bootconfig: specify LDFLAGS as an argument to CCBrian Masney-1/+1
2025-05-16tools/bootconfig: allow overriding CFLAGS assignmentBrian Masney-1/+1
2025-05-15selftests/run_kselftest.sh: Use readlink if realpath is not availableYosry Ahmed-1/+8
2025-05-15tools: ynl-gen: array-nest: support arrays of nestsJakub Kicinski-0/+3
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-72/+875
2025-05-15Merge tag 'net-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-56/+192
2025-05-15perf test: Allow tolerance for leader sampling testChun-Tse Shao-6/+27
2025-05-15selftest/net/ovpn: extend coverage with more test casesAntonio Quartulli-11/+34
2025-05-15selftest/net/ovpn: fix crash in case of getaddrinfo() failureAntonio Quartulli-2/+8
2025-05-14selftests/bpf: Relax TCPOPT_WINDOW validation in test_tcp_custom_syncookie.c.Kuniyuki Iwashima-1/+3
2025-05-14libbpf: Check bpf_map_skeleton link for NULLMykyta Yatsenko-0/+6
2025-05-14tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffixSteven Rostedt-10/+10
2025-05-14perf test: Add stat uniquifying testChun-Tse Shao-0/+69
2025-05-14perf parse-events: Use wildcard processing to set an event to merge intoIan Rogers-72/+88
2025-05-14perf evlist: Make uniquifying counter names consistentIan Rogers-174/+177
2025-05-14objtool: Speed up SHT_GROUP reindexingJosh Poimboeuf-18/+30
2025-05-13mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes-5/+61
2025-05-13selftests: memcg: increase error tolerance of child memory.current check in t...Waiman Long-2/+2
2025-05-13selftests: memcg: allow low event with no memory.low and memory_recursiveprot onWaiman Long-4/+14
2025-05-13cpupower: do not install files to /etc/default/Francesco Poli (wintermute)-11/+15
2025-05-13cpupower: do not call systemctl at install timeFrancesco Poli (wintermute)-7/+14
2025-05-13cpupower: do not write DESTDIR to cpupower.serviceFrancesco Poli (wintermute)-1/+1
2025-05-13vsock/test: Fix occasional failure in SIOCOUTQ testsKonstantin Shkolnyy-12/+16
2025-05-13tools: ynl-gen: Allow multi-attr without nested-attributes againLukas Wunner-4/+3
2025-05-13perf trace: Support --summary-mode=cgroupNamhyung Kim-12/+170
2025-05-13perf report: Add 'tgid' sort keyNamhyung Kim-0/+41
2025-05-13perf test: Update sysfs path for core PMU capsNamhyung Kim-1/+2
2025-05-13perf test: Fix LBR test by ignoring idle taskNamhyung Kim-1/+1
2025-05-13perf tools: Fix arm64 source package buildJames Clark-0/+6
2025-05-13perf test: Hybrid improvements for metric value validation testIan Rogers-9/+20
2025-05-13perf list: Display the PMU name associated with a perf metric in JSONIan Rogers-4/+16
2025-05-13perf metricgroup: Binary search when resolving referred to metricsIan Rogers-73/+192
2025-05-13perf pmu: Change aliases from list to hashmapIan Rogers-161/+199
2025-05-13perf fncache: Switch to using hashmapIan Rogers-35/+39
2025-05-13tools: ynl-gen: support struct for binary attributesJakub Kicinski-1/+20
2025-05-13tools: ynl-gen: auto-indent elseJakub Kicinski-0/+1
2025-05-13tools: ynl-gen: support sub-type for binary attributesJakub Kicinski-3/+40
2025-05-13selftests: ncdevmem: Implement devmem TCP TXMina Almasry-15/+311
2025-05-13net: devmem: TCP tx netlink apiStanislav Fomichev-0/+1
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar-0/+640
2025-05-13Merge branch 'x86/mm' into x86/core, to resolve conflictsIngo Molnar-3/+6
2025-05-13Merge branch 'x86/fpu' into x86/core, to merge dependent commitsIngo Molnar-2/+16
2025-05-13Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar-546/+650
2025-05-13Merge branch 'x86/boot' into x86/core, to merge dependent commitsIngo Molnar-2/+4
2025-05-13Merge branch 'x86/asm' into x86/core, to merge dependent commitsIngo Molnar-29/+168
2025-05-12mm: perform VMA allocation, freeing, duplication in mmLorenzo Stoakes-35/+136
2025-05-12mm: abstract initial stack setup to mm subsystemLorenzo Stoakes-0/+32
2025-05-12mm: establish mm/vma_exec.c for shared exec/mm VMA functionalityLorenzo Stoakes-1/+42
2025-05-12mm/selftests: add a test to verify mmap_changing race with -EAGAINPeter Xu-0/+202