index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-10
bpf: consider that tail calls invalidate packet pointers
Eduard Zingerman
1
-0
/
+2
2024-12-10
selftests/bpf: freplace tests for tracking of changes_packet_data
Eduard Zingerman
3
-0
/
+120
2024-12-10
selftests/bpf: test for changing packet data from global functions
Eduard Zingerman
1
-0
/
+28
2024-12-10
perf ftrace latency: Add --max-latency option
Gabriele Monaco
4
-4
/
+33
2024-12-10
perf ftrace latency: Introduce --min-latency to narrow down into a latency range
Arnaldo Carvalho de Melo
5
-7
/
+43
2024-12-10
perf ftrace latency: Introduce --bucket-range to ask for linear bucketing
Arnaldo Carvalho de Melo
5
-13
/
+73
2024-12-10
perf ftrace latency: Pass ftrace pointer to histogram routines to pass more args
Arnaldo Carvalho de Melo
1
-7
/
+8
2024-12-10
tools/resolve_btfids: Add --fatal_warnings option
Thomas Weißschuh
1
-2
/
+10
2024-12-10
selftests/bpf: Extend test for sockmap update with same
Michal Luczaj
1
-3
/
+5
2024-12-10
selftests/hid: Add host-tools to .gitignore
Charlie Jenkins
1
-0
/
+1
2024-12-10
selftests/powerpc: Fix typo in test-vphn.c
Zhu Jun
1
-1
/
+1
2024-12-09
cpupower: revise is_valid flag handling for idle_monitor
wangfushuai
4
-6
/
+6
2024-12-09
pm: cpupower: Makefile: Fix cross compilation
Peng Fan
1
-0
/
+8
2024-12-09
selftests/cpufreq: gitignore output files and clean them in make clean
Li Zhijian
2
-0
/
+3
2024-12-09
perf test hwmon_pmu: Fix event file location
Ian Rogers
1
-11
/
+18
2024-12-09
perf hwmon_pmu: Use openat rather than dup to refresh directory
Ian Rogers
1
-4
/
+11
2024-12-09
selftests: forwarding: Add a selftest for the new reserved_bits UAPI
Petr Machata
2
-0
/
+353
2024-12-09
selftests: net: lib: Add several autodefer helpers
Petr Machata
2
-7
/
+39
2024-12-09
selftests: net: lib: Rename ip_link_master() to ip_link_set_master()
Petr Machata
2
-4
/
+4
2024-12-09
selftests/bpf: Fix fill_link_info selftest on powerpc
Saket Kumar Bhaskar
2
-3
/
+14
2024-12-09
perf ftrace: Fix undefined behavior in cmp_profile_data()
Kuan-Wei Chiu
1
-1
/
+2
2024-12-09
perf test hwmon_pmu: Fix event file location
Ian Rogers
1
-11
/
+18
2024-12-09
perf hwmon_pmu: Use openat rather than dup to refresh directory
Ian Rogers
1
-4
/
+11
2024-12-09
perf tests: Enable tests disabled due to tracepoint parsing
Ian Rogers
3
-29
/
+4
2024-12-09
perf evsel: Allow evsel__newtp without libtraceevent
Ian Rogers
3
-51
/
+82
2024-12-09
perf evsel: Add/use accessor for tp_format
Ian Rogers
13
-60
/
+128
2024-12-09
perf trace-event: Always build trace-event-info.c
Ian Rogers
3
-7
/
+1
2024-12-09
perf trace-event: Constify print arguments
Ian Rogers
2
-2
/
+2
2024-12-09
tool api fs: Correctly encode errno for read/write open failures
Ian Rogers
1
-3
/
+3
2024-12-09
perf env: Ensure failure broken topology file reads are always -1 encoded
Ian Rogers
1
-3
/
+6
2024-12-09
perf btf: Make the sigtrap test helper to find a member by name widely available
Arnaldo Carvalho de Melo
4
-17
/
+41
2024-12-09
libperf cpumap: Grow array of read CPUs in smaller increments
Ian Rogers
1
-4
/
+5
2024-12-09
libperf cpumap: Remove perf_cpu_map__read()
Ian Rogers
4
-60
/
+0
2024-12-09
libperf cpumap: Remove use of perf_cpu_map__read()
Ian Rogers
1
-5
/
+6
2024-12-09
perf pmu: Remove use of perf_cpu_map__read()
Ian Rogers
1
-10
/
+20
2024-12-09
libperf cpumap: Be tolerant of newline at the end of a cpumask
Ian Rogers
1
-2
/
+2
2024-12-09
libperf cpumap: Hide/reduce scope of MAX_NR_CPUS
Ian Rogers
2
-4
/
+2
2024-12-09
perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS
Ian Rogers
8
-0
/
+8
2024-12-09
perf: Increase MAX_NR_CPUS to 4096
Kyle Meyer
3
-3
/
+5
2024-12-09
perf arm-spe: Add support for SPE Data Source packet on AmpereOne
Ilkka Koskinen
2
-0
/
+53
2024-12-09
perf arm-spe: Prepare for adding data source packet implementations for other cores
Ilkka Koskinen
1
-12
/
+30
2024-12-09
perf cpumap: Add checking for reference counter
Leo Yan
1
-0
/
+9
2024-12-09
perf cpumap: Add more tests for CPU map merging
Leo Yan
1
-5
/
+29
2024-12-09
libperf cpumap: Refactor perf_cpu_map__merge()
Leo Yan
5
-33
/
+40
2024-12-09
perf config: Fix trival typo 'an' -> 'can'
Arnaldo Carvalho de Melo
1
-1
/
+1
2024-12-09
perf script python: Improve physical mem type resolution
Ian Rogers
1
-75
/
+102
2024-12-09
perf disasm: Return a proper error when not determining the file type
Arnaldo Carvalho de Melo
2
-1
/
+5
2024-12-09
tools features: Don't check for libunwind devel files by default
Arnaldo Carvalho de Melo
2
-39
/
+49
2024-12-09
tools/hv: reduce resource usage in hv_kvp_daemon
Olaf Hering
1
-4
/
+5
2024-12-09
tools/hv: add a .gitignore file
Olaf Hering
1
-0
/
+3
[prev]
[next]