aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-11-16sysfs.py: extend assert_ctx_committed() for monitoring targetsSeongJae Park1-0/+11
2025-11-16drgn_dump_damon_status: dump damon_target->obsoleteSeongJae Park1-0/+1
2025-11-16selftests/damon/_damon_sysfs: support obsolete_target fileSeongJae Park1-2/+9
2025-11-16mm: add ability to take further action in vm_area_descLorenzo Stoakes1-7/+91
2025-11-16tools/mm/page_owner_sort: add help option supportYe Liu1-3/+7
2025-11-16tools/mm: use <stdbool.h> in page_owner_sort.cYe Liu1-3/+1
2025-11-16selftests: update ksm inheritance tests for prctl fork/execxu xin1-0/+57
2025-11-16Merge tag 'perf-tools-fixes-for-v6.18-2-2025-11-16' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds9-22/+68
2025-11-16Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-11-16tools: riscv: Fixed misalignment of CSR related definitionsChen Pei1-2/+3
2025-11-15selftests/user_events: fix type cast for write_index packed member in perf_testAnkit Khushwaha1-1/+1
2025-11-15perf script: Fix build by removing unused evsel_script()James Clark1-5/+0
2025-11-15static_call: allow using STATIC_CALL_TRAMP_STR() from assemblyNaman Jain1-0/+4
2025-11-14selftests/bpf: Test bpf_skb_check_mtu(BPF_MTU_CHK_SEGS) when transport_header is not setMartin KaFai Lau2-1/+34
2025-11-14selftests/bpf: Align kfuncs renamed in bpf treeMykyta Yatsenko2-3/+3
2025-11-14selftests: drv-net: xdp: make the XDP qstats tests less flakyJakub Kicinski1-6/+9
2025-11-14selftests: drv-net: xdp: Fix register spill error with clang 20Dimitri Daskalakis1-2/+3
2025-11-14ipv6: clean up routes when manually removing address with a lifetimeJakub Kicinski1-0/+20
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov56-131/+1798
2025-11-14selftests/bpf: Add BTF dedup tests for recursive typedef definitionsPaul Houssel1-0/+65
2025-11-14libbpf: Fix BTF dedup to support recursive typedef definitionsPaul Houssel1-16/+55
2025-11-14selftests/bpf: Fix failure paths in send_signal testAlexei Starovoitov1-0/+5
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds15-26/+627
2025-11-14selftests/bpf: Convert glob_match() to bpf arenaAlexei Starovoitov3-0/+304
2025-11-14selftests/timers/nanosleep: Add tests for return of remaining timeThomas Weißschuh1-0/+55
2025-11-14selftests/timers: Clean up kernel version check in posix_timersWake Liu1-10/+22
2025-11-14selftests/cgroup: conform test to KTAP format outputGuopeng Zhang8-24/+32
2025-11-14selftests/bpf: Test widen_imprecise_scalars() with different stack depthEduard Zingerman1-0/+53
2025-11-14selftests/futex: Create test for robust listAndré Almeida3-1/+555
2025-11-14selftests/futex: Skip tests if shmget unsupportedCarlos Llamas2-0/+4
2025-11-14selftests/futex: Add newline to ksft_exit_fail_msg()Carlos Llamas1-3/+3
2025-11-14selftests/futex: Remove unused test_futex_mpol()André Almeida1-5/+0
2025-11-13perf vendor metrics s390: Avoid has_event(INSTRUCTIONS)Ian Rogers2-8/+8
2025-11-13perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependenciesIan Rogers34-4/+35
2025-11-13perf build: Remove NO_AUXTRACE build optionIan Rogers24-355/+37
2025-11-13tool build: Remove __get_cpuid feature testIan Rogers4-19/+0
2025-11-13perf build: Don't add NO_AUXTRACE if missing feature-get_cpuidIan Rogers1-10/+2
2025-11-13perf intel-pt: Use the perf provided "cpuid.h"Ian Rogers2-5/+5
2025-11-13Merge tag 'vfio-v6.18-rc6' of https://github.com/awilliam/linux-vfioLinus Torvalds4-9/+288
2025-11-13selftests/bpf: retry bpf_map_update_elem() when E2BIG is returnedMatt Bobrowski1-1/+2
2025-11-13selftests/bpf: Add mptcp test with sockmapJiayuan Chen2-0/+183
2025-11-13perf libbfd: Ensure libbfd is initialized prior to useIan Rogers3-4/+50
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski33-90/+861
2025-11-13perf test: Fix lock contention testRavi Bangoria1-5/+9
2025-11-13perf lock: Fix segfault due to missing kernel mapRavi Bangoria1-0/+2
2025-11-13tools headers UAPI: Sync KVM's vmx.h with the kernel to pick SEAMCALL exit reasonArnaldo Carvalho de Melo1-0/+1
2025-11-13perf build: Don't fail fast path feature detection when binutils-devel is not availableArnaldo Carvalho de Melo2-5/+4
2025-11-13perf header: Write bpf_prog (infos|btfs)_cnt to data fileThomas Falcon1-8/+2
2025-11-13Merge tag 'linux_kselftest-fixes-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-0/+4
2025-11-13Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds13-66/+699