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-16
tools/power/x86/intel-speed-select: v1.25 release
Srinivas Pandruvada
1
-1
/
+1
2026-01-16
tools/power/x86/intel-speed-select: Fix file descriptor leak in isolate_cpus()
Malaya Kumar Rout
1
-0
/
+2
2026-01-16
tools/power/x86/intel-speed-select: Use pkg-config for libnl-3.0 detection
Khem Raj
1
-1
/
+7
2026-01-16
tools/power/x86/intel-speed-select: Allow non root users
Srinivas Pandruvada
1
-2
/
+37
2026-01-16
selftests/bpf: Fix map_kptr test failure
Yonghong Song
2
-0
/
+41
2026-01-16
selftests/bpf: Support when CONFIG_VXLAN=m
Alan Maguire
1
-8
/
+13
2026-01-16
bpftool: Add 'prepend' option for tcx attach to insert at chain start
Gyutae Bae
3
-12
/
+58
2026-01-16
x86/entry/vdso/selftest: Update location of vgetrandom-chacha.S
H. Peter Anvin
1
-1
/
+1
2026-01-16
Merge tag 'cxl-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-10
/
+16
2026-01-16
selftests/run_kselftest.sh: Add `--skip` argument option
Ricardo B. Marlière
1
-0
/
+11
2026-01-16
cpupower: make systemd unit installation optional
João Marcos Costa
1
-5
/
+12
2026-01-16
selftests/open_tree: add OPEN_TREE_NAMESPACE tests
Christian Brauner
5
-0
/
+1068
2026-01-16
selftests: bpf: Add test for multiple syncs from linked register
Puranjay Mohan
1
-0
/
+33
2026-01-16
KVM: selftests: Test READ=>WRITE dirty logging behavior for shadow MMU
Sean Christopherson
3
-51
/
+142
2026-01-15
selftests: net: fib-onlink-tests: Convert to use namespaces by default
Ricardo B. Marlière
1
-41
/
+30
2026-01-15
vsock/test: Add test for a linear and non-linear skb getting coalesced
Michal Luczaj
3
-0
/
+82
2026-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-72
/
+139
2026-01-15
selftests/bpf: Add test for bpf_override_return helper
Jiri Olsa
3
-0
/
+71
2026-01-15
Merge tag 'mm-hotfixes-stable-2026-01-15-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-28
/
+358
2026-01-15
Merge tag 'net-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-7
/
+24
2026-01-15
KVM: selftests: Fix typos and stale comments in kvm_util
Fuad Tabba
2
-3
/
+3
2026-01-15
KVM: selftests: Move page_align() to shared header
Fuad Tabba
3
-12
/
+7
2026-01-15
KVM: riscv: selftests: Fix incorrect rounding in page_align()
Fuad Tabba
1
-1
/
+1
2026-01-15
KVM: arm64: selftests: Fix incorrect rounding in page_align()
Fuad Tabba
1
-1
/
+1
2026-01-15
KVM: arm64: selftests: Disable unused TTBR1_EL1 translations
Fuad Tabba
2
-0
/
+6
2026-01-15
KVM: arm64: selftests: Add a test for FEAT_IDST
Marc Zyngier
2
-0
/
+118
2026-01-15
perf/x86/intel: Add support for PEBS memory auxiliary info field in DMR
Dapeng Mi
1
-3
/
+24
2026-01-14
tools/testing/selftests: fix gup_longterm for unknown fs
Lorenzo Stoakes
1
-1
/
+1
2026-01-14
tools/testing/selftests: add forked (un)/faulted VMA merge tests
Lorenzo Stoakes
1
-41
/
+139
2026-01-14
tools/testing/selftests: add tests for !tgt, src mremap() merges
Lorenzo Stoakes
1
-0
/
+232
2026-01-14
selftests/bpf: Extend live regs tests with a test for gotox
Anton Protopopov
1
-0
/
+41
2026-01-14
perf arm-spe: Don't hard code config attribute
James Clark
1
-7
/
+8
2026-01-14
perf cs-etm: Don't hard code config attribute when configuring the event
James Clark
1
-29
/
+27
2026-01-14
perf cs-etm: Don't use hard coded config bits when setting up TRCCONFIGR
James Clark
1
-44
/
+33
2026-01-14
perf cs-etm: Don't use hard coded config bits when setting up ETMCR
James Clark
1
-1
/
+34
2026-01-14
perf cs-etm: Make a helper to find the Coresight evsel
James Clark
1
-23
/
+27
2026-01-14
perf tests: Test evsel__set_config_if_unset() and config change tracking
James Clark
1
-0
/
+91
2026-01-14
perf parse-events: Always track user config changes
James Clark
1
-6
/
+2
2026-01-14
perf evsel: Add a helper to get the value of a config field
James Clark
4
-9
/
+74
2026-01-14
perf evsel: apply evsel__set_config_if_unset() to all config fields
James Clark
1
-1
/
+31
2026-01-14
perf parse-events: Track all user changed config bits
James Clark
5
-51
/
+70
2026-01-14
perf evsel: Support sparse fields in evsel__set_config_if_unset()
James Clark
3
-37
/
+42
2026-01-14
perf evsel: Move evsel__* functions to evsel.c
James Clark
2
-40
/
+40
2026-01-14
perf evsel: Refactor evsel__set_config_if_unset() arguments
James Clark
5
-14
/
+10
2026-01-14
perf parse-events: Refactor get_config_terms() to remove macros
James Clark
2
-60
/
+85
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
125
-429
/
+1421
2026-01-14
KVM: selftests: Add a selftests for nested VMLOAD/VMSAVE
Yosry Ahmed
3
-0
/
+199
2026-01-14
perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")
Ian Rogers
20
-139
/
+104
2026-01-14
perf help: Move common_cmds into builtin-help
Ian Rogers
5
-133
/
+49
2026-01-14
perf vendor events amd: Add Zen 6 metrics
Sandipan Das
2
-0
/
+438
[prev]
[next]