aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-02-17perf report: Add machine parallelismDmitry Vyukov6-0/+20
2025-02-17selftests/bpf: Test returning referenced kptr from struct_ops programsAmery Hung8-0/+173
2025-02-17selftests/bpf: Test referenced kptr arguments of struct_ops programsAmery Hung6-0/+113
2025-02-17selftests: drv-net: Test queue xsk attributeJoe Damato5-3/+143
2025-02-17netdev-genl: Add an XSK attribute to queuesJoe Damato1-0/+6
2025-02-17selftests: net: add support for testing SO_RCVMARK and SO_RCVPRIORITYAnna Emese Nyiri4-0/+244
2025-02-17selftests: net: fix grammar in reuseaddr_ports_exhausted.c log messagePranav Tyagi1-1/+1
2025-02-17selftests/powerpc: Use PKEY_UNRESTRICTED macroYury Khrustalev5-9/+9
2025-02-17selftests/mm: Use PKEY_UNRESTRICTED macroYury Khrustalev4-7/+8
2025-02-17perf amd ibs: Sync arch/x86/include/asm/amd-ibs.h header with the kernelRavi Bangoria1-1/+2
2025-02-17io_uring/zcrx: add selftestDavid Wei4-0/+497
2025-02-17Merge commit '71f0dd5a3293d75d26d405ffbaedfdda4836af32' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next into for-6.15/io_uring-rx-zcJens Axboe9-4/+152
2025-02-17Merge 6.14-rc3 into driver-core-nextGreg Kroah-Hartman26-90/+198
2025-02-16Merge tag 'objtool_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+10
2025-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+32
2025-02-16sched_ext: idle: Per-node idle cpumasksAndrea Righi1-0/+3
2025-02-16sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODEAndrea Righi1-0/+3
2025-02-15kunit: qemu_configs: sparc: use Zilog consoleThomas Weißschuh1-2/+3
2025-02-15kunit: tool: Use qboot on QEMU x86_64Brendan Jackman1-1/+3
2025-02-15Merge tag 'rust-fixes-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-0/+1
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior1-1/+1
2025-02-14selftests/bpf: add test for LDX/STX/ST relocations over array fieldAndrii Nakryiko4-2/+22
2025-02-14libbpf: fix LDX/STX/ST CO-RE relocation size adjustment logicAndrii Nakryiko1-4/+20
2025-02-14selftests/bpf: Add selftest for may_gotoJiayuan Chen1-0/+52
2025-02-14selftests/bpf: Introduce __load_if_JITed annotation for testsJiayuan Chen2-0/+28
2025-02-14rseq/selftests: Fix riscv rseq_offset_deref_addv inline asmStafford Horne2-4/+4
2025-02-14perf tools: Fix compile error on sample->user_regsNamhyung Kim8-8/+8
2025-02-14Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds22-73/+113
2025-02-14perf tools: Fix compilation error on arm64Leo Yan2-2/+2
2025-02-14Merge tag 'cgroup-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2025-02-14tools/sched_ext: Sync with scx repoTejun Heo3-8/+38
2025-02-14KVM: selftests: Add infrastructure for getting vCPU binary statsSean Christopherson3-27/+27
2025-02-14KVM: selftests: Adjust number of files rlimit for all "standard" VMsSean Christopherson3-27/+37
2025-02-14KVM: selftests: Get VM's binary stats FD when opening VMSean Christopherson1-4/+11
2025-02-14KVM: selftests: Add struct and helpers to wrap binary stats cacheSean Christopherson2-24/+34
2025-02-14KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name stringSean Christopherson3-12/+12
2025-02-14KVM: selftests: Assert that __vm_get_stat() actually finds a statSean Christopherson1-2/+3
2025-02-14x86/alternative: Simplify callthunk patchingPeter Zijlstra2-10/+3
2025-02-14selftests/landlock: Add binaries to .gitignoreBharadwaj Raju1-0/+2
2025-02-14selftests/landlock: Test that MPTCP actions are not restrictedMikhail Ivanov2-0/+46
2025-02-14selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCPMikhail Ivanov2-14/+67
2025-02-14selftests/landlock: Enable the new CONFIG_AF_UNIX_OOBMickaël Salaün1-0/+1
2025-02-13bpftool: Check map name length when map createRong Tao1-0/+4
2025-02-13selftests/bpf: Test kfuncs that set and remove xattr from BPF programsSong Liu3-0/+263
2025-02-13selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr namesSong Liu2-14/+51
2025-02-13selftests/bpf: Fix stdout race condition in traffic monitorAmery Hung1-20/+13
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-23/+275
2025-02-13Merge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+41
2025-02-13sched_ext: Fix the incorrect bpf_list kfunc API in common.bpf.h.Chuyi Zhou1-2/+10
2025-02-13sched_ext: selftests: Fix grammar in tests descriptionDevaansh Kumar2-2/+2