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-28
perf jevents: Add load event JSON to verify and allow fallbacks
Ian Rogers
5
-15
/
+101
2026-01-28
perf jevents: Build support for generating metrics from python
Ian Rogers
6
-1
/
+185
2026-01-28
perf: Remove redundant kernel.h include
Leo Yan
2
-2
/
+0
2026-01-28
tools: Fix bitfield dependency failure
Leo Yan
1
-0
/
+1
2026-01-28
perf sched stats: Fixes in man page
Swapnil Sapkal
1
-4
/
+4
2026-01-28
perf sched stats: Define macro for SEP_LEN
Swapnil Sapkal
1
-10
/
+11
2026-01-28
perf sched stats: correct spelling of function name
Swapnil Sapkal
1
-2
/
+2
2026-01-28
perf sched stats: Add NULL check for cd_map
Swapnil Sapkal
1
-0
/
+5
2026-01-28
perf util: Fix NULL check in cpumask_to_cpulist()
Swapnil Sapkal
1
-1
/
+1
2026-01-28
perf header: Replace hardcoded max cpus by MAX_NR_CPUS
Swapnil Sapkal
2
-3
/
+5
2026-01-28
kselftest/arm64: Raise default number of loops in fp-pidbench
Mark Brown
1
-1
/
+1
2026-01-28
kselftest/arm64: Add a no-SVE loop after SVE in fp-pidbench
Mark Brown
1
-0
/
+4
2026-01-28
tools: Update context analysis macros in compiler_types.h
Marco Elver
3
-19
/
+43
2026-01-27
selftests: ptp: treat unsupported PHC operations as skip
Junjie Cao
1
-12
/
+37
2026-01-27
selftests: ptp: use KSFT_SKIP exit code for skip scenarios
Junjie Cao
1
-4
/
+7
2026-01-27
tools/sched_ext: add arena based scheduler
Emil Tsalapatis
4
-1
/
+925
2026-01-27
tools/sched_ext: add scx_pair scheduler
Emil Tsalapatis
4
-1
/
+800
2026-01-27
tools/sched_ext: add scx_userland scheduler
Emil Tsalapatis
4
-1
/
+799
2026-01-27
perf jevents: Handle deleted JSONS in out of source builds
James Clark
1
-3
/
+11
2026-01-27
perf strlist: Remove dont_dupstr logic, used only once
Arnaldo Carvalho de Melo
3
-31
/
+14
2026-01-27
selftests/bpf: Add tests for FIONREAD and copied_seq
Jiayuan Chen
2
-6
/
+302
2026-01-27
selftests/bpf: cover BPF_CGROUP_ITER_CHILDREN control option
Matt Bobrowski
3
-4
/
+25
2026-01-27
bpf: add new BPF_CGROUP_ITER_CHILDREN control option
Matt Bobrowski
1
-0
/
+8
2026-01-27
objtool/klp: Fix bug table handling for __WARN_printf()
Josh Poimboeuf
1
-3
/
+11
2026-01-27
objtool: Replace custom macros in elf.c with shared ones
Petr Pavlu
1
-7
/
+6
2026-01-27
objtool: Print bfd_vma as unsigned long long on ia32-x86_64 cross build
Dmitry Safonov
1
-6
/
+8
2026-01-27
selftests/vsock: add tests for namespace deletion
Bobby Eshleman
1
-0
/
+84
2026-01-27
selftests/vsock: add tests for host <-> vm connectivity with namespaces
Bobby Eshleman
1
-4
/
+568
2026-01-27
selftests/vsock: add namespace tests for CID collisions
Bobby Eshleman
1
-0
/
+78
2026-01-27
selftests/vsock: add tests for proc sys vsock ns_mode
Bobby Eshleman
1
-2
/
+138
2026-01-27
selftests/vsock: use ss to wait for listeners instead of /proc/net
Bobby Eshleman
1
-17
/
+30
2026-01-27
selftests/vsock: add vm_dmesg_{warn,oops}_count() helpers
Bobby Eshleman
1
-4
/
+15
2026-01-27
selftests/vsock: prepare vm management helpers for namespaces
Bobby Eshleman
1
-32
/
+69
2026-01-27
selftests/vsock: add namespace helpers to vmtest.sh
Bobby Eshleman
1
-0
/
+32
2026-01-27
selftests/vsock: increase timeout to 1200
Bobby Eshleman
1
-1
/
+1
2026-01-27
perf jitdump: Constify variables storing the result of strchr() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-27
perf bpf-event: Constify variables storing the result of strchr() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+2
2026-01-27
perf demangle-java: Constify variables storing the result of strchr() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-27
perf time-utils: Constify variables storing the result of strchr() on const tables
Arnaldo Carvalho de Melo
1
-2
/
+2
2026-01-27
perf units: Constify variables storing the result of strchr() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-27
perf trace-event: Constify variables storing the result of strchr() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-27
perf tp_pmu: Address const-correctness errors in recent glibcs
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-27
perf hwmon_pmu: Constify the variables returning bsearch() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-27
perf session: Don't write to memory pointed to a const pointer
Arnaldo Carvalho de Melo
1
-3
/
+3
2026-01-27
perf strlist: Don't write to const memory
Arnaldo Carvalho de Melo
1
-4
/
+8
2026-01-27
perf metricgroup: Constify variables storing the result of strchr() on const tables
Arnaldo Carvalho de Melo
1
-3
/
+2
2026-01-27
perf disasm: Constify variables storing the result of bsearch() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-27
perf thread-stack: Switch thread_stack__init() to use e_machine
Ian Rogers
1
-2
/
+2
2026-01-27
perf callchain: Switch callchain_param_setup from an arch to an e_machine
Ian Rogers
5
-10
/
+8
2026-01-27
perf script: Fix script_fetch_insn for more than just x86
Ian Rogers
11
-78
/
+87
[prev]
[next]