summaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-9/+17
2025-03-09Merge tag 'kvm-x86-fixes-6.14-rcN.2' of https://github.com/kvm-x86/linux into...Paolo Bonzini3-9/+17
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds12-11/+71
2025-03-07Merge tag 's390-6.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-5/+5
2025-03-05selftests/damon/damon_nr_regions: sort collected regiosn before checking with...SeongJae Park1-0/+1
2025-03-05selftests/damon/damon_nr_regions: set ops update for merge results check to 1...SeongJae Park1-0/+1
2025-03-05selftests/damon/damos_quota: make real expectation of quota exceedsSeongJae Park1-3/+6
2025-03-05selftests/damon/damos_quota_goal: handle minimum quota that cannot be further...SeongJae Park1-0/+3
2025-03-05Revert "selftests/mm: remove local __NR_* definitions"John Hubbard9-8/+60
2025-03-04selftests/vDSO: Fix GNU hash table entry size for s390xThomas Weißschuh1-5/+5
2025-03-03KVM: selftests: Fix printf() format goof in SEV smoke testSean Christopherson1-1/+2
2025-03-03KVM: selftests: Ensure all vCPUs hit -EFAULT during initial RO stageSean Christopherson1-8/+13
2025-02-28Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-5/+6
2025-02-28Merge tag 'trace-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+11
2025-02-28KVM: selftests: Assert that STI blocking isn't set after event injectionSean Christopherson1-0/+2
2025-02-27selftests/ftrace: Let fprobe test consider already enabled functionsHeiko Carstens1-7/+11
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-7/+161
2025-02-27Merge tag 'sound-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2025-02-27selftests: drv-net: Check if combined-count existsJoe Damato1-4/+3
2025-02-26Merge tag 'landlock-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-14/+116
2025-02-25Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p...Linus Torvalds19-162/+32
2025-02-25objtool: Add bch2_trans_unlocked_or_in_restart_error() to bcachefs noreturnsYouling Tang1-1/+1
2025-02-25objtool: Fix C jump table annotations for ClangArd Biesheuvel2-4/+5
2025-02-24Merge tag 'riscv-for-linus-6.14-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+4
2025-02-24selftests: drv-net: test XDP, HDS auto and the ioctl pathJakub Kicinski3-3/+158
2025-02-24ASoC: dapm-graph: set fill colour of turned on nodesNicolas Frattaroli1-1/+1
2025-02-22Merge tag 'ftrace-v6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+54
2025-02-21selftests/ftrace: Update fprobe test to check enabled_functions fileSteven Rostedt1-0/+54
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-80/+575
2025-02-20Merge tag 'net-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-19/+104
2025-02-19selftests/bpf: Add a specific dst port matchingCong Wang1-1/+6
2025-02-19selftests/net/forwarding: Add a test case for tc-flower of mixed port and por...Cong Wang1-0/+46
2025-02-18selftests: bpf: test batch lookup on array of maps with holesYan Zhai1-18/+44
2025-02-18tools: Remove redundant quiet setupCharlie Jenkins16-114/+1
2025-02-18tools: Unify top-level quiet infrastructureCharlie Jenkins3-48/+31
2025-02-18selftest/bpf: Add vsock test for sockmap rejecting unconnectedMichal Luczaj1-0/+30
2025-02-18selftest/bpf: Adapt vsock_delete_on_close to sockmap rejecting unconnectedMichal Luczaj1-18/+22
2025-02-17selftests/mm: fix check for running THP testsMark Brown1-1/+1
2025-02-17getdelays: fix error format charactersWang Yaxin1-16/+16
2025-02-17tools/mm: fix build warnings with musl-libcFlorian Fainelli1-2/+2
2025-02-16Merge tag 'objtool_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+10
2025-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+32
2025-02-15Merge tag 'rust-fixes-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2025-02-14rseq/selftests: Fix riscv rseq_offset_deref_addv inline asmStafford Horne2-4/+4
2025-02-14Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds22-73/+113
2025-02-14Merge tag 'cgroup-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
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