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-03-09
objtool: Fix another stack overflow in validate_branch()
Josh Poimboeuf
1
-5
/
+5
2026-03-09
objtool: Handle Clang RSP musical chairs
Josh Poimboeuf
2
-39
/
+37
2026-03-07
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
8
-56
/
+231
2026-03-07
Merge tag 'rcu-fixes.v7.0-20260307a' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux
Linus Torvalds
17
-18
/
+39
2026-03-07
resolve_btfids: Fix linker flags detection
Ihor Solodrai
2
-2
/
+8
2026-03-06
selftests/bpf: add reproducer for spurious precision propagation through calls
Eduard Zingerman
1
-0
/
+64
2026-03-06
bpf: collect only live registers in linked regs
Eduard Zingerman
3
-35
/
+63
2026-03-06
Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux
Linus Torvalds
1
-3
/
+5
2026-03-06
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-2
/
+2
2026-03-06
Revert "selftests/bpf: Update reg_bound range refinement logic"
Eduard Zingerman
1
-14
/
+0
2026-03-06
selftests/bpf: test refining u32/s32 bounds when ranges cross min/max boundary
Eduard Zingerman
1
-1
/
+38
2026-03-06
bpf: Fix u32/s32 bounds when ranges cross min/max boundary
Eduard Zingerman
1
-4
/
+58
2026-03-06
Merge tag 'linux_kselftest-kunit-fixes-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
2
-2
/
+30
2026-03-06
Merge tag 'hid-for-linus-2026030601' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Linus Torvalds
1
-13
/
+21
2026-03-06
objtool: Fix ERROR_INSN() error message
Josh Poimboeuf
1
-1
/
+1
2026-03-06
objtool: Fix data alignment in elf_add_data()
Josh Poimboeuf
1
-1
/
+1
2026-03-06
objtool: Use HOSTCFLAGS for HAVE_XXHASH test
HONG Yifan
1
-1
/
+1
2026-03-06
objtool/klp: Avoid NULL pointer dereference when printing code symbol name
Josh Poimboeuf
1
-6
/
+9
2026-03-06
objtool/klp: Disable unsupported pr_debug() usage
Josh Poimboeuf
1
-8
/
+15
2026-03-06
objtool/klp: Fix detection of corrupt static branch/call entries
Josh Poimboeuf
1
-0
/
+3
2026-03-06
selftest/arm64: Fix sve2p1_sigill() to hwcap test
Yifan Wu
1
-2
/
+2
2026-03-05
scftorture: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
1
-1
/
+2
2026-03-05
refscale: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
2
-2
/
+4
2026-03-05
rcuscale: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
2
-2
/
+4
2026-03-05
rcutorture: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
12
-13
/
+29
2026-03-05
tools headers UAPI: Update tools' copy of linux/coresight-pmu.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-03-05
tools headers: Update the syscall tables and unistd.h, to support the new 'rseq_slice_yield' syscall
Arnaldo Carvalho de Melo
11
-469
/
+406
2026-03-05
perf disasm: Fix off-by-one bug in outside check
Peter Collingbourne
1
-1
/
+1
2026-03-05
tools arch x86: Sync msr-index.h to pick MSR_{OMR_[0-3],CORE_PERF_GLOBAL_STATUS_SET}
Arnaldo Carvalho de Melo
1
-0
/
+6
2026-03-05
Merge tag 'net-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
15
-55
/
+624
2026-03-05
selftests/tc-testing: Add tests exercising act_ife metalist replace behaviour
Victor Nogueira
1
-0
/
+99
2026-03-05
selftests: net: add test for IPv4 route with loopback IPv6 nexthop
Jiayuan Chen
1
-0
/
+11
2026-03-05
selftests: net: tun: don't abort XFAIL cases
Sun Jian
1
-6
/
+6
2026-03-05
selftests/harness: order TEST_F and XFAIL_ADD constructors
Sun Jian
1
-2
/
+5
2026-03-04
selftests: mptcp: join: check removing signal+subflow endp
Matthieu Baerts (NGI0)
1
-0
/
+13
2026-03-04
selftests: mptcp: join: check RM_ADDR not sent over same subflow
Matthieu Baerts (NGI0)
1
-0
/
+36
2026-03-04
selftests: mptcp: more stable simult_flows tests
Paolo Abeni
1
-4
/
+7
2026-03-04
Merge tag 'vfs-7.0-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-10
/
+15
2026-03-04
sched_ext/selftests: Fix format specifier and buffer length in file_write_long()
Cheng-Yang Chou
1
-2
/
+2
2026-03-04
tools/testing: fix testing/vma and testing/radix-tree build
Mike Rapoport (Microsoft)
3
-0
/
+32
2026-03-04
tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+6
2026-03-04
tools headers x86 cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+3
2026-03-04
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+23
2026-03-04
tools headers: Update the linux/gfp_types.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+7
2026-03-04
perf beauty: Update the linux/perf_event.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-03-04
perf beauty: Update the arch/x86/include/asm/irq_vectors.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2026-03-04
perf beauty: Sync UAPI linux/fs.h with kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2026-03-04
perf beauty: Sync linux/mount.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+11
2026-03-04
tools build: Fix rust cross compilation
Dmitrii Dolgov
3
-1
/
+28
2026-03-04
perf build: Prevent "argument list too long" error
Markus Mayer
1
-1
/
+2
[prev]
[next]