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-14
perf vendor events amd: Add Zen 6 uncore events
Sandipan Das
2
-0
/
+278
2026-01-14
perf vendor events amd: Add Zen 6 core events
Sandipan Das
7
-0
/
+2499
2026-01-14
perf vendor events amd: Add Zen 6 mapping
Sandipan Das
1
-1
/
+2
2026-01-14
perf vendor events riscv: Add CVA6 JSON file
Manuel Hernández Méndez
5
-0
/
+185
2026-01-14
KVM: selftests: Slightly simplify memstress_setup_nested()
Yosry Ahmed
1
-4
/
+1
2026-01-14
tools headers: Remove unneeded ignoring of warnings in unaligned.h
Ian Rogers
1
-4
/
+0
2026-01-14
tools headers: Update the linux/unaligned.h copy with the kernel sources
Ian Rogers
2
-6
/
+57
2026-01-14
vdso: Remove struct getcpu_cache
Thomas Weißschuh
1
-3
/
+1
2026-01-13
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-3
/
+11
2026-01-13
selftests/bpf: Add tests for loading insn array values with offsets
Anton Protopopov
1
-0
/
+208
2026-01-13
selftests/bpf: assert BPF kfunc default trusted pointer semantics
Matt Bobrowski
2
-0
/
+34
2026-01-13
bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by default
Matt Bobrowski
4
-5
/
+5
2026-01-13
selftests: drv-net: fix RPS mask handling for high CPU numbers
Gal Pressman
1
-2
/
+2
2026-01-13
selftests: drv-net: fix RPS mask handling in toeplitz test
Gal Pressman
1
-2
/
+4
2026-01-13
selftests: fib-onlink: Add test cases for nexthop device mismatch
Ido Schimmel
1
-0
/
+8
2026-01-13
selftests: fib-onlink: Add a test case for IPv4 multicast gateway
Ido Schimmel
1
-1
/
+6
2026-01-13
selftests: fib-onlink: Remove "wrong nexthop device" IPv6 tests
Ido Schimmel
1
-7
/
+0
2026-01-13
selftests: fib-onlink: Remove "wrong nexthop device" IPv4 tests
Ido Schimmel
1
-6
/
+0
2026-01-14
selftests: iou-zcrx: test large chunk sizes
Pavel Begunkov
2
-12
/
+99
2026-01-13
selftests: drv-net: gro: break out all individual test cases
Jakub Kicinski
2
-188
/
+306
2026-01-13
selftests: drv-net: gro: run the test against HW GRO and LRO
Jakub Kicinski
2
-17
/
+58
2026-01-13
selftests: drv-net: gro: improve feature config
Jakub Kicinski
1
-3
/
+36
2026-01-13
selftests: drv-net: gro: use cmd print
Jakub Kicinski
1
-2
/
+1
2026-01-13
selftests: net: py: teach cmd() how to print itself
Jakub Kicinski
1
-0
/
+23
2026-01-13
selftests: net: py: teach ksft_pr() multi-line safety
Jakub Kicinski
1
-10
/
+19
2026-01-13
tools/net/ynl: suppress jobserver warning in ynltool version detection
Bobby Eshleman
1
-1
/
+1
2026-01-13
KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVM
Sean Christopherson
2
-4
/
+3
2026-01-13
KVM: selftests: Add a test to verify APICv updates (while L2 is active)
Sean Christopherson
3
-0
/
+160
2026-01-13
btf: Refactor the code by calling str_is_empty
Donglin Peng
2
-19
/
+19
2026-01-13
libbpf: Verify BTF sorting
Donglin Peng
1
-0
/
+25
2026-01-13
libbpf: Optimize type lookup with binary search for sorted BTF
Donglin Peng
1
-24
/
+64
2026-01-13
tools/resolve_btfids: Support BTF sorting feature
Donglin Peng
1
-0
/
+64
2026-01-13
selftests/bpf: Add test cases for btf__permute functionality
Donglin Peng
1
-0
/
+244
2026-01-13
libbpf: Add BTF permutation support for type reordering
Donglin Peng
3
-0
/
+176
2026-01-13
perf addr_location: Update outdated comment
Julia Lawall
1
-1
/
+1
2026-01-13
perf tools: Dump callchain context marker names
James Clark
1
-2
/
+25
2026-01-13
perf vendor events arm64: Remove uncountable events
James Clark
3
-30
/
+0
2026-01-13
perf Documentation: Correct branch stack sampling call-stack option
Dapeng Mi
1
-1
/
+1
2026-01-13
perf test: Do not skip when some metric-group tests succeed
Namhyung Kim
1
-10
/
+16
2026-01-13
perf test: Do not skip when some metrics tests succeeded
Namhyung Kim
1
-7
/
+22
2026-01-13
perf test: Use shelldir to refer perf source location
Namhyung Kim
1
-1
/
+1
2026-01-13
perf test: Skip dlfilter test for build failures
Namhyung Kim
1
-4
/
+4
2026-01-13
perf inject: Keep build-ID data if no option is used
Namhyung Kim
1
-2
/
+3
2026-01-13
perf util: Remove SHA-1 code
Eric Biggers
4
-153
/
+0
2026-01-13
perf genelf: Switch from SHA-1 to BLAKE2s for build ID generation
Eric Biggers
1
-30
/
+28
2026-01-13
perf util: Add BLAKE2s support
Eric Biggers
4
-1
/
+302
2026-01-13
tools: ynl: render event op docs correctly
Donald Hunter
1
-3
/
+6
2026-01-13
selftests: net: reduce txtimestamp deschedule flakes
Willem de Bruijn
1
-5
/
+5
2026-01-13
libsubcmd: Fix null intersection case in exclude_cmds()
Sri Jayaramappa
1
-4
/
+6
2026-01-13
perf test: Test addr2line unwinding works with inline functions
Ian Rogers
1
-0
/
+47
[prev]
[next]