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-06-09
bpf: Make reg_not_null() true for CONST_PTR_TO_MAP
Ihor Solodrai
-1
/
+1
2025-06-09
selftests/bpf: Add two selftests for mprog API based cgroup progs
Yonghong Song
-0
/
+724
2025-06-09
selftests/bpf: Move some tc_helpers.h functions to test_progs.h
Yonghong Song
-28
/
+28
2025-06-09
libbpf: Support link-based cgroup attach with options
Yonghong Song
-0
/
+93
2025-06-09
bpf: Implement mprog API on top of existing cgroup progs
Yonghong Song
-0
/
+7
2025-06-09
perf test trace: Change the regex pattern in the struct test
Howard Chu
-1
/
+1
2025-06-09
perf test trace: Use --sort-events in BTF general tests
Howard Chu
-3
/
+3
2025-06-09
perf test trace: Remove set -e for BTF general tests
Howard Chu
-10
/
+9
2025-06-09
perf test trace: Stop tracing hrtimer_setup event in trace enum test
Howard Chu
-1
/
+1
2025-06-09
perf test trace: Remove set -e and print trace test's error messages
Howard Chu
-6
/
+7
2025-06-09
perf test trace: Use shell's -f flag to check if vmlinux exists
Howard Chu
-1
/
+1
2025-06-09
perf trace: Remove --map-dump documentation
Howard Chu
-8
/
+0
2025-06-09
tools/build: Remove some unused libbpf pre-1.0 feature test logic
Ian Rogers
-27
/
+0
2025-06-09
perf thread_map: Remove uid options
Ian Rogers
-48
/
+20
2025-06-09
perf target: Remove uid from target
Ian Rogers
-73
/
+6
2025-06-09
perf bench evlist-open-close: Switch user option to use BPF filter
Ian Rogers
-15
/
+21
2025-06-09
perf trace: Switch user option to use BPF filter
Ian Rogers
-9
/
+17
2025-06-09
perf top: Switch user option to use BPF filter
Ian Rogers
-12
/
+15
2025-06-09
perf tests record: Add basic uid filtering test
Ian Rogers
-0
/
+26
2025-06-09
perf record: Switch user option to use BPF filter
Ian Rogers
-11
/
+16
2025-06-09
perf parse-events: Add parse_uid_filter helper
Ian Rogers
-1
/
+34
2025-06-09
perf target: Separate parse_uid into its own function
Ian Rogers
-11
/
+14
2025-06-09
perf parse-events filter: Use evsel__find_pmu
Ian Rogers
-10
/
+4
2025-06-09
perf bpf-filter: Improve error messages
Namhyung Kim
-1
/
+36
2025-06-09
cpupower: split unitdir from libdir in Makefile
Francesco Poli (wintermute)
-4
/
+5
2025-06-09
selftests/x86: Add a test to detect infinite SIGTRAP handler loop
Xin Li (Intel)
-1
/
+102
2025-06-08
Merge tag 'turbostat-2025.06.08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-110
/
+364
2025-06-08
tools/power turbostat: version 2025.06.08
Len Brown
-37
/
+36
2025-06-08
tools/power turbostat: Add initial support for BartlettLake
Zhang Rui
-0
/
+1
2025-06-08
tools/power turbostat: Add initial support for DMR
Zhang Rui
-0
/
+18
2025-06-08
tools/power turbostat: Dump RAPL sysfs info
Zhang Rui
-0
/
+156
2025-06-08
tools/power turbostat: Avoid probing the same perf counters
Zhang Rui
-0
/
+15
2025-06-08
tools/power turbostat: Allow probing RAPL with platform_features->rapl_msrs c...
Zhang Rui
-25
/
+24
2025-06-08
tools/power turbostat: Clean up add perf/msr counter logic
Zhang Rui
-7
/
+18
2025-06-08
tools/power turbostat: Introduce add_msr_counter()
Zhang Rui
-9
/
+23
2025-06-08
tools/power turbostat: Remove add_msr_perf_counter_()
Zhang Rui
-12
/
+8
2025-06-08
tools/power turbostat: Remove add_cstate_perf_counter_()
Zhang Rui
-13
/
+9
2025-06-08
tools/power turbostat: Remove add_rapl_perf_counter_()
Zhang Rui
-15
/
+10
2025-06-08
tools/power turbostat: Quit early for unsupported RAPL counters
Zhang Rui
-1
/
+4
2025-06-08
tools/power turbostat: Always check rapl_joules flag
Zhang Rui
-3
/
+9
2025-06-08
tools/power turbostat: Fix AMD package-energy reporting
Gautham R. Shenoy
-5
/
+36
2025-06-08
tools/power turbostat: Fix RAPL_GFX_ALL typo
Kaushlendra Kumar
-1
/
+1
2025-06-08
tools/power turbostat: Add Android support for MSR device handling
Kaushlendra Kumar
-3
/
+17
2025-06-08
tools/power turbostat.8: pm_domain wording fix
Len Brown
-2
/
+2
2025-06-08
tools/power turbostat.8: fix typo: idle_pct should be pct_idle
Len Brown
-1
/
+1
2025-06-08
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-16
/
+1
2025-06-06
Merge tag 'mm-stable-2025-06-06-16-09' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-33
/
+88
2025-06-06
Merge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/s...
Linus Torvalds
-0
/
+2
2025-06-07
selftests/mount_setattr: adapt detached mount propagation test
Christian Brauner
-16
/
+1
2025-06-06
selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page size
Yonghong Song
-3
/
+7
[prev]
[next]