index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-16
selftests/bpf: Add test for sk->sk_bypass_prot_mem.
Kuniyuki Iwashima
2
-0
/
+396
2025-10-16
bpf: Introduce SK_BPF_BYPASS_PROT_MEM.
Kuniyuki Iwashima
1
-0
/
+1
2025-10-16
Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
6
-16
/
+126
2025-10-16
selftests: arg_parsing: Ensure data is flushed to disk before reading.
Xing Guo
1
-0
/
+3
2025-10-16
Merge branch 'objtool/core' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Peter Zijlstra
37
-672
/
+3725
2025-10-16
x86/insn: Simplify for_each_insn_prefix()
Peter Zijlstra
1
-3
/
+2
2025-10-15
selftests: tls: add test for short splice due to full skmsg
Sabrina Dubroca
1
-0
/
+31
2025-10-15
selftests: net: tls: add tests for cmsg vs MSG_MORE
Sabrina Dubroca
1
-0
/
+34
2025-10-15
sched_ext: Add a selftest for scx_bpf_dsq_peek
Ryan Newton
3
-0
/
+476
2025-10-15
sched_ext: Add lockless peek operation for DSQs
Ryan Newton
2
-0
/
+19
2025-10-15
selftests/hid: add tests for missing release on the Dell Synaptics
Benjamin Tissoires
1
-0
/
+55
2025-10-15
selftests: cgroup: Use values_close_report in test_cpu
Sebastian Chlad
1
-9
/
+9
2025-10-15
selftests: cgroup: add values_close_report helper
Sebastian Chlad
1
-0
/
+20
2025-10-15
perf test parse-events: Add evsel test helper
Ian Rogers
1
-638
/
+742
2025-10-15
perf test parse-events: Add evlist test helper
Ian Rogers
1
-71
/
+165
2025-10-15
perf test: Clean up test_..config helpers
Ian Rogers
1
-19
/
+4
2025-10-15
perf test: Switch cycles event to cpu-cycles
Ian Rogers
4
-5
/
+5
2025-10-15
perf test parse-events: Remove cpu PMU requirement
Ian Rogers
1
-120
/
+110
2025-10-15
perf test parse-events: Without a PMU use cpu-cycles rather than cycles
Ian Rogers
1
-28
/
+33
2025-10-15
perf test parse-events: Use evsel__match for legacy events
Ian Rogers
1
-225
/
+74
2025-10-15
perf evsel: Improvements to __evsel__match
Ian Rogers
1
-9
/
+12
2025-10-15
perf evlist: Avoid scanning all PMUs for evlist__new_default
Ian Rogers
1
-5
/
+13
2025-10-15
perf top: Use evlist__new_default when no events specified
Ian Rogers
1
-3
/
+5
2025-10-15
perf record: Use evlist__new_default when no events specified
Ian Rogers
1
-2
/
+6
2025-10-15
perf parse-events: Remove hard coded legacy hardware and cache parsing
Ian Rogers
5
-362
/
+17
2025-10-15
perf print-events: Remove print_symbol_events
Ian Rogers
5
-110
/
+12
2025-10-15
perf print-events: Remove print_hwcache_events
Ian Rogers
3
-60
/
+12
2025-10-15
perf jevents: Add legacy-hardware and legacy-cache json
Ian Rogers
4
-140
/
+2814
2025-10-15
perf pmu: Add and use legacy_terms in alias information
Ian Rogers
1
-20
/
+117
2025-10-15
perf jevents: Add legacy json terms and default_core event table helper
Ian Rogers
3
-0
/
+59
2025-10-15
perf parse-events: Add terms for legacy hardware and cache config values
Ian Rogers
4
-1
/
+105
2025-10-15
perf pmu: Factor term parsing into a perf_event_attr into a helper
Ian Rogers
1
-14
/
+19
2025-10-15
perf pmu: Use fd rather than FILE from new_alias
Ian Rogers
1
-13
/
+10
2025-10-15
perf parse-events: Remove unused FILE input argument to scanner
Ian Rogers
6
-21
/
+13
2025-10-15
perf pmu: Don't eagerly parse event terms
Ian Rogers
4
-69
/
+70
2025-10-15
perf jevents: Support copying the source json files to OUTPUT
Ian Rogers
2
-11
/
+28
2025-10-15
perf record: Skip don't fail for events that don't open
Ian Rogers
1
-5
/
+80
2025-10-15
perf stat: Avoid wildcarding PMUs for default events
Ian Rogers
1
-39
/
+94
2025-10-15
perf perf_api_probe: Avoid scanning all PMUs, try software PMU first
Ian Rogers
1
-8
/
+19
2025-10-15
perf parse-events: Fix legacy cache events if event is duplicated in a PMU
Ian Rogers
3
-3
/
+30
2025-10-15
selftests: livepatch: use canonical ftrace path
Fushuai Wang
1
-1
/
+5
2025-10-14
selftests/bpf: make arg_parsing.c more robust to crashes
Andrii Nakryiko
1
-3
/
+6
2025-10-14
livepatch/klp-build: Introduce klp-build script for generating livepatch modules
Josh Poimboeuf
1
-2
/
+4
2025-10-14
objtool: Add base objtool support for livepatch modules
Josh Poimboeuf
4
-7
/
+53
2025-10-14
objtool: Refactor prefix symbol creation code
Josh Poimboeuf
3
-31
/
+45
2025-10-14
objtool/klp: Add post-link subcommand to finalize livepatch modules
Josh Poimboeuf
4
-1
/
+174
2025-10-14
objtool/klp: Add --debug option to show cloning decisions
Josh Poimboeuf
3
-0
/
+99
2025-10-14
objtool/klp: Introduce klp diff subcommand for diffing object files
Josh Poimboeuf
18
-31
/
+1999
2025-10-14
objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksums
Josh Poimboeuf
6
-0
/
+70
2025-10-14
objtool/klp: Add --checksum option to generate per-function checksums
Josh Poimboeuf
9
-28
/
+289
[prev]
[next]