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-01-05
kunit: respect KBUILD_OUTPUT env variable by default
Ryota Sakamoto
2
-1
/
+25
2026-01-05
kselftest/arm64: Support FORCE_TARGETS
Mark Brown
1
-2
/
+4
2026-01-05
cxl/mem: Introduce cxl_memdev_attach for CXL-dependent operation
Dan Williams
1
-1
/
+1
2026-01-05
cxl/mem: Drop @host argument to devm_cxl_add_memdev()
Dan Williams
1
-1
/
+1
2026-01-05
perf symbol: Remove Rust symbol workarounds
Gary Guo
1
-14
/
+3
2026-01-05
compiler-context-analysis: Remove __cond_lock() function-like helper
Marco Elver
1
-2
/
+0
2026-01-05
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
68
-240
/
+478
2026-01-05
memblock test: include <linux/sizes.h> from tools mm.h stub
Mike Rapoport (Microsoft)
1
-0
/
+1
2026-01-04
objtool/rust: add one more `noreturn` Rust function
FUJITA Tomonori
1
-1
/
+2
2026-01-04
Merge branch 'rcu-torture.20260104a' into rcu-next
Boqun Feng
5
-24
/
+205
2026-01-04
rcutorture: Add --kill-previous option to terminate previous kvm.sh runs
Joel Fernandes
1
-1
/
+24
2026-01-04
rcutorture: Prevent concurrent kvm.sh runs on same source tree
Joel Fernandes
2
-0
/
+18
2026-01-04
tools/nolibc: always use 64-bit time types
Thomas Weißschuh
2
-5
/
+6
2026-01-04
tools/nolibc: use custom structs timespec and timeval
Thomas Weißschuh
2
-1
/
+18
2026-01-04
tools/nolibc/select: avoid libgcc 64-bit multiplications
Thomas Weißschuh
1
-2
/
+2
2026-01-04
tools/nolibc/gettimeofday: avoid libgcc 64-bit divisions
Thomas Weißschuh
1
-1
/
+1
2026-01-04
tools/nolibc: prefer explicit 64-bit time-related system calls
Thomas Weißschuh
4
-34
/
+34
2026-01-04
tools/nolibc/time: drop invocation of gettimeofday system call
Thomas Weißschuh
1
-4
/
+0
2026-01-04
tools/nolibc/select: drop non-pselect based implementations
Thomas Weißschuh
1
-12
/
+1
2026-01-04
tools/nolibc/poll: drop __NR_poll fallback
Thomas Weißschuh
1
-3
/
+1
2026-01-04
tools/nolibc/poll: use kernel types for system call invocations
Thomas Weißschuh
2
-2
/
+2
2026-01-04
tools/nolibc: always use 64-bit mode for s390 header checks
Thomas Weißschuh
1
-1
/
+4
2026-01-04
tools/nolibc: add ptrace support
Benjamin Berg
4
-0
/
+37
2026-01-02
Merge tag 'perf-tools-fixes-for-v6.19-2026-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
35
-28
/
+170
2026-01-02
Merge tag 'linux_kselftest-fixes-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
3
-4
/
+12
2026-01-02
Merge tag 'block-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
3
-6
/
+83
2026-01-02
selftests: bpf: Fix test_bpf_nf for trusted args becoming default
Puranjay Mohan
3
-8
/
+61
2026-01-02
selftests: bpf: fix cgroup_hierarchical_stats
Puranjay Mohan
1
-3
/
+3
2026-01-02
selftests: bpf: fix test_kfunc_dynptr_param
Puranjay Mohan
1
-3
/
+2
2026-01-02
selftests: bpf: Update failure message for rbtree_fail
Puranjay Mohan
1
-1
/
+1
2026-01-02
selftests: bpf: Update kfunc_param_nullable test for new error message
Puranjay Mohan
1
-1
/
+1
2026-01-02
bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncs
Puranjay Mohan
2
-11
/
+11
2026-01-01
selftests: netfilter: nft_concat_range.sh: add check for overlap detection bug
Florian Westphal
1
-1
/
+44
2026-01-01
torture: Include commit discription in testid.txt
Paul E. McKenney
1
-1
/
+1
2026-01-01
torture: Make config2csv.sh properly handle comments in .boot files
Paul E. McKenney
1
-1
/
+1
2026-01-01
torture: Make kvm-series.sh give run numbers and totals
Paul E. McKenney
1
-1
/
+4
2026-01-01
torture: Make kvm-series.sh give build numbers and totals
Paul E. McKenney
1
-1
/
+6
2026-01-01
torture: Parallelize kvm-series.sh guest-OS execution
Paul E. McKenney
1
-21
/
+153
2026-01-01
rcu: Clean up after the SRCU-fastification of RCU Tasks Trace
Paul E. McKenney
2
-2
/
+0
2025-12-31
selftests/bpf: veristat: fix printing order in output_stats()
Puranjay Mohan
1
-1
/
+1
2025-12-31
kselftest/harness: Use helper to avoid zero-size memset warning
Wake Liu
1
-1
/
+7
2025-12-31
selftests/ftrace: Test toplevel-enable for instance
Zheng Yejian
1
-1
/
+2
2025-12-31
selftests/ftrace: traceonoff_triggers: strip off names
Yipeng Zou
1
-2
/
+3
2025-12-31
Merge tag 'vfio-v6.19-rc4' of https://github.com/awilliam/linux-vfio
Linus Torvalds
7
-6
/
+8
2025-12-31
kselftest/kublk: include message in _Static_assert for C11 compatibility
Clint George
1
-1
/
+1
2025-12-31
kselftest/anon_inode: replace null pointers with empty arrays
Clint George
1
-1
/
+4
2025-12-31
kselftest/coredump: use __builtin_trap() instead of null pointer
Clint George
1
-1
/
+1
2025-12-31
resolve_btfids: Implement --patch_btfids
Ihor Solodrai
2
-1
/
+118
2025-12-31
selftests/bpf: iterator based loop and STACK_MISC states pruning
Eduard Zingerman
1
-0
/
+65
2025-12-30
selftests/bpf: test cases for bpf_loop SCC and state graph backedges
Eduard Zingerman
1
-0
/
+75
[prev]
[next]