summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
10 daysMerge tag 'riscv-for-linus-v7.0-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-27/+22
10 daysMerge tag 'turbostat-fixes-for-7.0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-46/+54
10 daystools/power turbostat: Allow execution to continue after perf_l2_init() failureDavid Arcari-8/+8
11 daysMerge tag 'net-7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-50/+414
12 daysselftests: nft_queue.sh: add a parallel stress testFernando Fernandez Mancera-18/+115
13 daysselftests: seg6: add test for dst_cache isolation in seg6 lwtunnelAndrea Mayer-0/+198
13 daysselftests: net: bridge_vlan_mcast: wait for h1 before querier checkDaniel Golle-0/+1
14 daysvsock/test: fix send_buf()/recv_buf() EINTR handlingStefano Garzarella-2/+6
14 daysselftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroomMaciej Fijalkowski-2/+4
14 daysselftests: bpf: have a separate variable for drop testMaciej Fijalkowski-1/+3
14 daysselftests: bpf: fix pkt grow testsMaciej Fijalkowski-3/+21
14 daysselftests: bpf: introduce a common routine for reading procfsMaciej Fijalkowski-24/+66
2026-04-05Merge tag 'riscv-for-linus-7.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+11
2026-04-04prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley-23/+17
2026-04-04riscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley-2/+2
2026-04-04riscv: ptrace: expand "LP" references to "branch landing pads" in uapi headersPaul Walmsley-2/+3
2026-04-04selftests: riscv: Add braces around EXPECT_EQ()Charlie Jenkins-6/+9
2026-04-04riscv: use _BITUL macro rather than BIT() in ptrace uapi and kselftestsPaul Walmsley-2/+2
2026-04-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-0/+341
2026-04-02selftests/bpf: Add more precision tracking tests for atomicsDaniel Borkmann-0/+341
2026-04-02Merge tag 'net-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+69
2026-04-02selftests/tc-testing: add tests for cls_fw and cls_flow on shared blocksXiang Mei-0/+44
2026-03-31Merge tag 'sched_ext-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+263
2026-03-31Merge tag 'cgroup-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+23
2026-03-30Merge tag 'trace-rtla-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+0
2026-03-30selftests/sched_ext: Add cyclic SCX_KICK_WAIT stress testTejun Heo-0/+263
2026-03-30rtla: Fix build without libbpf headerTomas Glozar-1/+0
2026-03-29Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2026-03-27selftests/tc-testing: add test for HFSC divide-by-zero in rtsc_min()Xiang Mei-0/+25
2026-03-26Merge tag 'landlock-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+90
2026-03-26Merge tag 'net-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-4/+171
2026-03-25selftests: netfilter: nft_concat_range.sh: add check for flush+reload bugFlorian Westphal-1/+69
2026-03-24selftests/cgroup: Don't require synchronous populated update on task exitTejun Heo-4/+23
2026-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+76
2026-03-24Merge tag 'kvm-s390-master-7.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-0/+76
2026-03-24Merge tag 'perf-tools-fixes-for-v7.0-2-2026-03-23' of git://git.kernel.org/pu...Linus Torvalds-26/+87
2026-03-24selftests: team: add non-Ethernet header_ops reproducerJiayuan Chen-0/+44
2026-03-23selftest: net: Add GC test for temporary routes with exceptions.Kuniyuki Iwashima-3/+58
2026-03-22tools headers: Synchronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo-1/+3
2026-03-22tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesArnaldo Carvalho de Melo-0/+1
2026-03-22tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo-0/+8
2026-03-22tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo-1/+4
2026-03-22Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-4/+336
2026-03-22Merge tag 'objtool-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-24/+7
2026-03-21selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagationDaniel Borkmann-0/+108
2026-03-21selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handlingDaniel Wade-0/+94
2026-03-21selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividendJenny Guanni Qu-0/+58
2026-03-21selftests/bpf: Add tests for bpf_throw lock leak from subprogsIhor Solodrai-0/+47
2026-03-21bpf: Fix exception exit lock checking for subprogsIhor Solodrai-3/+6
2026-03-21Merge tag 'bootconfig-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+5