index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-17
perf metric: Remove duplicate include
YueHaibing
1
-2
/
+0
2020-09-17
perf tools: Add documentation for topdown metrics
Andi Kleen
1
-0
/
+256
2020-09-17
perf stat: Support new per thread TopDown metrics
Andi Kleen
5
-4
/
+134
2020-09-17
perf record: Support sample-read topdown metric group
Kan Liang
4
-1
/
+44
2020-09-17
perf tools: Rename group to topdown
Kan Liang
6
-54
/
+61
2020-09-17
perf machine: Add machine__for_each_dso() function
Jiri Olsa
2
-0
/
+16
2020-09-17
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
21
-52
/
+156
2020-09-17
perf parse-event: Release cpu_map refcount if evsel alloc failed
Namhyung Kim
1
-1
/
+3
2020-09-17
perf parse-event: Fix cpu map refcounting
Namhyung Kim
1
-2
/
+2
2020-09-16
perf stat: Fix the ratio comments of miss-events
Qi Liu
1
-10
/
+10
2020-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
5
-4
/
+22
2020-09-15
selftests/bpf: Merge most of test_btf into test_progs
Andrii Nakryiko
3
-335
/
+78
2020-09-15
selftests/bpf: Test load and dump metadata with btftool and skel
YiFei Zhu
5
-1
/
+255
2020-09-15
bpftool: Support dumping metadata
YiFei Zhu
3
-0
/
+208
2020-09-15
libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section
YiFei Zhu
4
-0
/
+94
2020-09-15
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
1
-0
/
+7
2020-09-15
selftests: fib_nexthops: Test cleanup of FDB entries following nexthop deletion
Ido Schimmel
1
-0
/
+14
2020-09-15
selftests: add a test for ethtool pause stats
Jakub Kicinski
1
-0
/
+108
2020-09-15
perf test: Free formats for perf pmu parse test
Namhyung Kim
3
-0
/
+13
2020-09-15
perf metric: Do not free metric when failed to resolve
Namhyung Kim
1
-3
/
+6
2020-09-15
perf metric: Free metric when it failed to resolve
Namhyung Kim
1
-5
/
+12
2020-09-15
perf metric: Release expr_parse_ctx after testing
Namhyung Kim
1
-3
/
+5
2020-09-15
perf test: Fix memory leaks in parse-metric test
Namhyung Kim
1
-5
/
+9
2020-09-15
perf parse-event: Fix memory leak in evsel->unit
Namhyung Kim
1
-1
/
+1
2020-09-15
selftests/powerpc: Tests for kernel accessing user memory
Ravi Bangoria
1
-2
/
+46
2020-09-15
perf evlist: Fix cpu/thread map leak
Namhyung Kim
1
-3
/
+8
2020-09-15
perf metric: Fix some memory leaks - part 2
Namhyung Kim
1
-0
/
+2
2020-09-15
perf metric: Fix some memory leaks
Namhyung Kim
1
-2
/
+5
2020-09-15
perf test: Free aliases for PMU event map aliases test
Namhyung Kim
3
-1
/
+7
2020-09-15
perf vendor events amd: Remove trailing commas
Henry Burns
2
-2
/
+2
2020-09-14
libbpf: Fix a compilation error with xsk.c for ubuntu 16.04
Yonghong Song
1
-0
/
+1
2020-09-14
bpftool: Fix build failure
Yonghong Song
1
-1
/
+1
2020-09-14
perf test: Leader sampling shouldn't clear sample period
Ian Rogers
2
-0
/
+30
2020-09-14
perf record: Don't clear event's period if set by a term
Ian Rogers
1
-8
/
+26
2020-09-14
tools headers UAPI: update linux/in.h copy
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-09-14
tools headers UAPI: Sync kvm.h headers with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+4
2020-09-14
perf record: Prevent override of attr->sample_period for libpfm4 events
Stephane Eranian
1
-2
/
+1
2020-09-14
perf record: Set PERF_RECORD_PERIOD if attr->freq is set.
David Sharp
1
-1
/
+6
2020-09-14
perf bench: Fix 2 memory sanitizer warnings
Ian Rogers
1
-2
/
+2
2020-09-14
perf test: Fix the "signal" test inline assembly
Jiri Olsa
1
-1
/
+4
2020-09-14
mptcp: simult flow self-tests
Paolo Abeni
2
-1
/
+295
2020-09-14
Merge branch 'fixes' into next
Michael Ellerman
3
-1
/
+52
2020-09-14
Merge 5.9-rc5 into char-misc-next
Greg Kroah-Hartman
34
-78
/
+175
2020-09-14
Merge 5.9-rc5 into staging-next
Greg Kroah-Hartman
75
-237
/
+691
2020-09-11
Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
182
-1499
/
+7254
2020-09-10
tools: bpftool: Automate generation for "SEE ALSO" sections in man pages
Quentin Monnet
13
-198
/
+11
2020-09-10
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Song Liu
1
-2
/
+2
2020-09-10
selftests/bpf: Define string const as global for test_sysctl_prog.c
Yonghong Song
1
-2
/
+2
2020-09-10
selftests/bpf: Fix test_ksyms on non-SMP kernels
Ilya Leoshkevich
1
-2
/
+4
2020-09-10
tools: bpftool: Add "inner_map" to "bpftool map create" outer maps
Quentin Monnet
3
-18
/
+62
[prev]
[next]