index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-24
selftests/bpf: Use memcpy() for bounded non-NULL-terminated copies
Ihor Solodrai
2
-3
/
+5
2026-02-24
selftests/bpf: Use strscpy in bpftool_helpers.c
Ihor Solodrai
1
-5
/
+7
2026-02-24
selftests/bpf: Replace strncpy() with strscpy()
Ihor Solodrai
9
-14
/
+12
2026-02-24
selftests: hid: tests: test_wacom_generic: add tests for display devices and opaque devices
Alex Tran
1
-13
/
+21
2026-02-23
selftests/bpf: Replace strcpy() calls with strscpy()
Ihor Solodrai
6
-7
/
+8
2026-02-23
selftests/bpf: Add simple strscpy() implementation
Ihor Solodrai
3
-14
/
+37
2026-02-23
cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueue
Waiman Long
1
-1
/
+10
2026-02-23
kselftest/cgroup: Simplify test_cpuset_prs.sh by removing "S+" command
Waiman Long
1
-109
/
+104
2026-02-23
selftests/sched_ext: Remove duplicated unistd.h include in rt_stall.c
Cheng-Yang Chou
1
-1
/
+0
2026-02-23
tools/sched_ext: scx_sdt: Remove unused '-f' option
Cheng-Yang Chou
1
-1
/
+1
2026-02-23
tools/sched_ext: scx_central: Remove unused '-p' option
Cheng-Yang Chou
1
-1
/
+1
2026-02-23
selftests/sched_ext: Fix unused-result warning for read()
Cheng-Yang Chou
1
-1
/
+2
2026-02-23
selftests/sched_ext: Abort test loop on signal
Cheng-Yang Chou
1
-0
/
+3
2026-02-22
Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-1
/
+2
2026-02-21
Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
324
-4381
/
+15603
2026-02-21
Merge tag 'sched_ext-for-7.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
8
-18
/
+96
2026-02-20
tools/sched_ext: fix getopt not re-parsed on restart
David Carlier
6
-0
/
+6
2026-02-20
tools/sched_ext: scx_userland: fix data races on shared counters
David Carlier
1
-13
/
+13
2026-02-20
selftests: drv-net: rss_ctx: test RSS contexts persist after ifdown/up
Pavan Chebbi
1
-2
/
+98
2026-02-19
Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
13
-29
/
+175
2026-02-19
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
17
-58
/
+140
2026-02-18
Merge tag 'mm-nonmm-stable-2026-02-18-19-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-14
/
+111
2026-02-18
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
21
-2154
/
+3079
2026-02-18
selftests/net: packetdrill: add ipv4-mapped-ipv6 tests
Eric Dumazet
1
-1
/
+10
2026-02-18
selftests/bpf: Remove hexdump dependency
Matthieu Baerts (NGI0)
1
-1
/
+1
2026-02-18
Merge tag 'kbuild-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux
Linus Torvalds
1
-0
/
+2
2026-02-18
libbpf: Remove extern declaration of bpf_stream_vprintk()
Ihor Solodrai
1
-3
/
+0
2026-02-18
selftests/bpf: Use vmlinux.h in test_xdp_meta
Ihor Solodrai
1
-6
/
+6
2026-02-18
Merge tag 'turbostat-2026.02.14-AMD-RAPL-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
Linus Torvalds
1
-2
/
+1
2026-02-18
tools/sched_ext: scx_pair: fix stride == 0 crash on single-CPU systems
David Carlier
1
-1
/
+6
2026-02-18
tools/sched_ext: scx_central: fix CPU_SET and skeleton leak on early exit
David Carlier
1
-1
/
+2
2026-02-17
tools/power turbostat: Fix AMD RAPL regression
Len Brown
1
-2
/
+1
2026-02-17
selftests: tc_actions: don't dump 2MB of \0 to stdout
Jakub Kicinski
1
-1
/
+1
2026-02-17
bpftool: Fix truncated netlink dumps
Jakub Kicinski
2
-2
/
+7
2026-02-17
Merge tag 'turbostat-2026.02.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
Linus Torvalds
2
-538
/
+935
2026-02-17
libbpf: Delay feature gate check until object prepare time
Emil Tsalapatis
1
-7
/
+13
2026-02-17
libbpf: Do not use PROG_TYPE_TRACEPOINT program for feature gating
Emil Tsalapatis
1
-2
/
+3
2026-02-17
Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-2
/
+0
2026-02-17
selftests: forwarding: fix pedit tests failure with br_netfilter enabled
Aleksei Oladko
2
-0
/
+16
2026-02-17
selftests: forwarding: vxlan_bridge_1d_ipv6: fix test failure with br_netfilter enabled
Aleksei Oladko
1
-1
/
+1
2026-02-17
selftests: forwarding: vxlan_bridge_1d: fix test failure with br_netfilter enabled
Aleksei Oladko
1
-10
/
+16
2026-02-17
selftests: forwarding: bridge_mdb_max: add tests for mdb_n_entries warning
Nikolay Aleksandrov
1
-2
/
+88
2026-02-17
selftests: drv-net: add HDS payload sweep test for devmem TCP
Bobby Eshleman
2
-2
/
+28
2026-02-16
tools/sched_ext: scx_userland: fix stale data on restart
David Carlier
1
-0
/
+8
2026-02-16
tools/sched_ext: scx_flatcg: fix potential stack overflow from VLA in fcg_read_stats
David Carlier
1
-4
/
+9
2026-02-15
Merge tag 'docs-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linux
Linus Torvalds
1
-0
/
+1
2026-02-14
Merge tag 'loongarch-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
Linus Torvalds
1
-1
/
+1
2026-02-14
Merge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
Linus Torvalds
2
-2
/
+2
2026-02-13
Merge tag 'bootconfig-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
17
-2
/
+53
2026-02-13
Merge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
2
-4
/
+47
[prev]
[next]