summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-06-17selftests/cpu-hotplug: fix typo in hotplaggable_offline_cpus function nameJihed Chaibi
2025-06-17perf evsel: Missed close() when probing hybrid core PMUsIan Rogers
2025-06-17tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo
2025-06-17tools arch amd ibs: Sync ibs.h with the kernel sourcesArnaldo Carvalho de Melo
2025-06-17selftests: cgroup: Fix compilation on pre-cgroupns kernelsMichal Koutný
2025-06-17selftests: cgroup: Optionally set up v1 environmentMichal Koutný
2025-06-17selftests: cgroup: Add support for named v1 hierarchies in test_coreMichal Koutný
2025-06-17selftests: cgroup_util: Add helpers for testing named v1 hierarchiesMichal Koutný
2025-06-17selftests/bpf: Fix RELEASE build failure with gcc14Yonghong Song
2025-06-17bpf: Mark dentry->d_inode as trusted_or_nullSong Liu
2025-06-17fs: consistently use can_mmap_file() helperLorenzo Stoakes
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes
2025-06-16selftests: seg6: Add test cases for End.X with link-local nexthopIdo Schimmel
2025-06-16selftests: net: add netconsole test for cmdline configurationBreno Leitao
2025-06-16selftests: net: Refactor cleanup logic in lib_netcons.shBreno Leitao
2025-06-16selftests/tc-testing: sfq: check perturb timer valuesEric Dumazet
2025-06-16Merge tag 'x86_urgent_for_6.16-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-06-16tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo
2025-06-16tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo
2025-06-16tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo
2025-06-16tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo
2025-06-16tools headers UAPI: Sync the drm/drm.h with the kernel sourcesArnaldo Carvalho de Melo
2025-06-16perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo
2025-06-16tools headers UAPI: Sync kvm header with the kernel sourcesArnaldo Carvalho de Melo
2025-06-16tools headers x86 svm: Sync svm headers with the kernel sourcesArnaldo Carvalho de Melo
2025-06-16tools headers UAPI: Sync KVM's vmx.h header with the kernel sourcesArnaldo Carvalho de Melo
2025-06-16tools kvm headers arm64: Update KVM header from the kernel sourcesArnaldo Carvalho de Melo
2025-06-16tools headers UAPI: Sync linux/prctl.h with the kernel sources to pick FUTEX ...Arnaldo Carvalho de Melo
2025-06-16perf mem: Document new output fields (op, cache, mem, dtlb, snoop)Namhyung Kim
2025-06-16tools headers: Update the fs headers with the kernel sourcesArnaldo Carvalho de Melo
2025-06-16perf test: Restrict uniquifying test to machines with 'uncore_imc'Chun-Tse Shao
2025-06-16selftests/coredump: make sure invalid paths are rejectedChristian Brauner
2025-06-14Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://git.kernel.org/pub/s...Linus Torvalds
2025-06-13Merge tag 'pm-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-06-13selftests/bpf: verify jset handling in CFG computationEduard Zingerman
2025-06-13veristat: Memory accounting for bpf programsEduard Zingerman
2025-06-13bpf/veristat: Fix veristat for map type BPF_MAP_TYPE_CGRP_STORAGESong Liu
2025-06-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-06-13selftests: Add tests for PR_SYS_DISPATCH_INCLUSIVE_ONDmitry Vyukov
2025-06-13syscall_user_dispatch: Add PR_SYS_DISPATCH_INCLUSIVE_ONDmitry Vyukov
2025-06-13selftests: Fix errno checking in syscall_user_dispatch testDmitry Vyukov
2025-06-12mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes
2025-06-12tools/bpf_jit_disasm: Fix potential negative tpath index in get_exec_path()Ruslan Semchenko
2025-06-12selftests/bpf: Fix xdp_do_redirect failure with 64KB page sizeYonghong Song
2025-06-12selftests/bpf: Fix two net related test failures with 64K page sizeYonghong Song
2025-06-12bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song
2025-06-12selftests: tcp_ao: fix spelling in seq-ext.c commentAnkit Chauhan
2025-06-12selftests/bpf: fix signedness bug in redir_partial()Fushuai Wang
2025-06-12selftests/bpf: tests with a loop state missing read/precision markEduard Zingerman
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski