summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'objtool_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+10
5 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+32
6 daysMerge tag 'rust-fixes-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
7 daysMerge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds22-73/+113
7 daysMerge tag 'cgroup-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
8 daysMerge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+41
8 dayssched_ext: Fix the incorrect bpf_list kfunc API in common.bpf.h.Chuyi Zhou1-2/+10
8 dayssched_ext: selftests: Fix grammar in tests descriptionDevaansh Kumar2-2/+2
8 daysvsock/test: Add test for SO_LINGER null ptr derefMichal Luczaj1-0/+41
9 daysobjtool/rust: add one more `noreturn` Rust functionMiguel Ojeda1-0/+1
9 daysKVM: selftests: Add CPUID tests for Hyper-V features that need in-kernel APICSean Christopherson1-1/+14
9 daysKVM: selftests: Manage CPUID array in Hyper-V CPUID test's core helperSean Christopherson1-13/+17
9 daysKVM: selftests: Mark test_hv_cpuid_e2big() static in Hyper-V CPUID testSean Christopherson1-1/+1
12 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-22/+14
13 daysMerge tag 'seccomp-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+199
13 daysobjtool: Move dodgy linker warn to verbosePeter Zijlstra1-1/+1
13 daysobjtool: Ignore dangling jump table entriesJosh Poimboeuf1-0/+9
14 daysMerge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+21
2025-02-07selftests: always check mask returned by statmount(2)Miklos Szeredi1-1/+21
2025-02-06selftests/seccomp: validate uretprobe syscall passes through seccompEyal Birger1-0/+199
2025-02-06Merge tag 'net-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-3/+91
2025-02-05selftests/tc-testing: Add a test case for qdisc_tree_reduce_backlog()Cong Wang1-1/+33
2025-02-05selftests/tc-testing: Add a test case for pfifo_head_drop qdisc when limit==0Quang Le1-0/+23
2025-02-05selftests: mptcp: connect: -f: no reconnectMatthieu Baerts (NGI0)1-1/+1
2025-02-04selftests/cgroup: use bash in test_cpuset_v1_hp.shBharadwaj Raju1-1/+1
2025-02-04Merge tag 'livepatching-for-6.14-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2025-02-04KVM: selftests: Fix spelling mistake "initally" -> "initially"Colin Ian King1-2/+2
2025-02-04Merge tag 'kvm-s390-next-6.14-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-20/+12
2025-02-03selftests: drv-net: rss_ctx: don't fail reconfigure test if queue offset not ...Jakub Kicinski1-1/+6
2025-02-03selftests: drv-net: rss_ctx: add missing cleanup in queue reconfigureJakub Kicinski1-0/+2
2025-02-03udp: gso: do not drop small packets when PMTU reducesYan Zhai1-0/+26
2025-02-02Merge tag 'turbostat-2025.02.02' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-109/+575
2025-02-02sched_ext: Fix incorrect time delta calculation in time_delta()Changwoo Min1-1/+1
2025-02-02tools/power turbostat: version 2025.02.02Len Brown1-1/+1
2025-01-31Merge tag 'AT_EXECVE_CHECK-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-4/+17
2025-01-31Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-205/+404
2025-01-31Merge tag 'x86-mm-2025-01-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-01-31KVM: s390: selftests: Streamline uc_skey test to issue iske after sskeChristoph Schlameuss1-18/+6
2025-01-31KVM: s390: selftests: fix ucontrol memory region testClaudio Imbrenda1-2/+6
2025-01-30Merge tag 'perf-tools-fixes-for-v6.14-2025-01-30' of git://git.kernel.org/pub...Linus Torvalds7-90/+113
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-84/+170
2025-01-30Merge tag 'gpio-fixes-for-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+25
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-01-29selftests/net: Add test for loading devbound XDP program in generic modeToke Høiland-Jørgensen1-1/+13
2025-01-29vsock/test: Add test for connect() retriesMichal Luczaj1-0/+47
2025-01-29vsock/test: Add test for UAF due to socket unbindingMichal Luczaj1-0/+58
2025-01-29vsock/test: Introduce vsock_connect_fd()Michal Luczaj2-28/+18
2025-01-29vsock/test: Introduce vsock_bind()Michal Luczaj3-49/+26
2025-01-29Merge tag 'cxl-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2-6/+23
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1