index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2025-07-25
perf jitdump: Directly mark the jitdump DSO
Ian Rogers
-4
/
+17
2025-07-25
perf dso: Move build_id to dso_id
Ian Rogers
-155
/
+197
2025-07-25
perf build-id: Ensure struct build_id is empty before use
Ian Rogers
-17
/
+20
2025-07-25
perf build-id: Mark DSO in sample callchains
Ian Rogers
-1
/
+16
2025-07-25
perf build-id: Change sprintf functions to snprintf
Ian Rogers
-50
/
+42
2025-07-25
selftests: netfilter: ipvs.sh: Explicity disable rp_filter on interface tunl0
Yi Chen
-2
/
+2
2025-07-25
selftests: netfilter: Ignore tainted kernels in interface stress test
Phil Sutter
-1
/
+4
2025-07-25
selftests: netfilter: Enable CONFIG_INET_SCTP_DIAG
Sebastian Andrzej Siewior
-1
/
+1
2025-07-25
selftests: net: Enable legacy netfilter legacy options.
Florian Westphal
-0
/
+24
2025-07-24
Merge tag 'mm-hotfixes-stable-2025-07-24-18-03' of git://git.kernel.org/pub/s...
Linus Torvalds
-1
/
+2
2025-07-24
tools/testing/selftests: explicitly test split multi VMA mremap move
Lorenzo Stoakes
-1
/
+126
2025-07-24
tools/testing/selftests: test MREMAP_DONTUNMAP on multiple VMA move
Lorenzo Stoakes
-10
/
+19
2025-07-24
tools/testing/selftests: add mremap() shrink test for multiple VMAs
Lorenzo Stoakes
-1
/
+82
2025-07-24
selftests/mm: guard-regions: Use SKIP() instead of ksft_exit_skip()
wang lian
-1
/
+1
2025-07-24
selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"
wang lian
-39
/
+31
2025-07-24
selftests/proc: add verbose mode for /proc/pid/maps tearing tests
Suren Baghdasaryan
-12
/
+141
2025-07-24
selftests/proc: extend /proc/pid/maps tearing test to include vma remapping
Suren Baghdasaryan
-0
/
+86
2025-07-24
selftests/proc: extend /proc/pid/maps tearing test to include vma resizing
Suren Baghdasaryan
-0
/
+79
2025-07-24
selftests/proc: add /proc/pid/maps tearing from vma split test
Suren Baghdasaryan
-0
/
+449
2025-07-24
tools/testing/selftests: extend mremap_test to test multi-VMA mremap
Lorenzo Stoakes
-1
/
+145
2025-07-24
selftests: drv-net: tso: fix non-tunneled tso6 test case name
Daniel Zahka
-12
/
+14
2025-07-24
selftests: drv-net: tso: fix vxlan tunnel flags to get correct gso_type
Daniel Zahka
-24
/
+13
2025-07-24
selftests: drv-net: tso: enable test cases based on hw_features
Daniel Zahka
-12
/
+40
2025-07-24
selftests: drv-net: Make command requirements explicit
Gal Pressman
-6
/
+5
2025-07-24
selftests: drv-net: Fix remote command checking in require_cmd()
Gal Pressman
-1
/
+1
2025-07-24
net: define an enum for the napi threaded state
Samiullah Khawaja
-18
/
+23
2025-07-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-0
/
+25
2025-07-24
selftests: drv-net: devmem: use new mattr ynl helpers
Jakub Kicinski
-5
/
+3
2025-07-24
tools: ynl-gen: print setters for multi-val attrs
Jakub Kicinski
-6
/
+13
2025-07-24
tools: ynl-gen: print alloc helper for multi-val attrs
Jakub Kicinski
-3
/
+16
2025-07-24
tools: ynl-gen: move free printing to the print_type_full() helper
Jakub Kicinski
-3
/
+4
2025-07-24
tools: ynl-gen: don't add suffix for pure types
Jakub Kicinski
-1
/
+3
2025-07-24
selftests/pidfd: Fix duplicate-symbol warnings for SCHED_ CPP symbols
Paul E. McKenney
-0
/
+9
2025-07-24
selftests/tracing: Fix false failure of subsystem event test
Steven Rostedt
-2
/
+26
2025-07-24
selftests: pci_endpoint: Add doorbell test case
Frank Li
-0
/
+28
2025-07-24
perf build-id: Truncate to avoid overflowing the build_id data
Ian Rogers
-1
/
+4
2025-07-24
perf build-id: Reduce size of "size" variable
Ian Rogers
-3
/
+7
2025-07-24
perf metricgroups: Add NO_THRESHOLD_AND_NMI constraint
Ian Rogers
-8
/
+23
2025-07-24
perf parse-events: Fix missing slots for Intel topdown metric events
Ian Rogers
-12
/
+77
2025-07-24
perf topdown: Use attribute to see an event is a topdown metic or slots
Ian Rogers
-55
/
+108
2025-07-24
perf parse-events: Support user CPUs mixed with threads/processes
Ian Rogers
-48
/
+87
2025-07-24
perf evsel: Add evsel__open_per_cpu_and_thread
Ian Rogers
-4
/
+22
2025-07-24
perf parse-events: Minor __add_event refactoring
Ian Rogers
-21
/
+48
2025-07-24
perf pmus: Factor perf_pmus__find_by_attr out of evsel__find_pmu
Ian Rogers
-12
/
+19
2025-07-24
perf evsel: Use libperf perf_evsel__exit
Ian Rogers
-3
/
+1
2025-07-24
libperf evsel: Factor perf_evsel__exit out of perf_evsel__delete
Ian Rogers
-1
/
+7
2025-07-24
libperf evsel: Rename own_cpus to pmu_cpus
Ian Rogers
-22
/
+22
2025-07-24
perf tool_pmu: Allow num_cpus(_online) to be specific to a cpumask
Ian Rogers
-9
/
+51
2025-07-24
perf parse-events: Allow the cpu term to be a PMU or CPU range
Ian Rogers
-18
/
+54
2025-07-24
perf stat: Don't size aggregation ids from user_requested_cpus
Ian Rogers
-5
/
+2
[prev]
[next]