index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-06
perf metrics: Fix SEGV with --for-each-cgroup
Ian Rogers
1
-0
/
+1
2023-05-06
perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...
Arnaldo Carvalho de Melo
3
-20
/
+174
2023-05-05
perf stat: Separate bperf from bpf_profiler
Dmitrii Dolgov
2
-2
/
+7
2023-05-03
perf test record+probe_libc_inet_pton: Fix call chain match on x86_64
Thomas Richter
1
-1
/
+0
2023-05-03
perf test record+probe_libc_inet_pton: Fix call chain match on s390
Thomas Richter
1
-2
/
+0
2023-05-02
perf tracepoint: Fix memory leak in is_valid_tracepoint()
Yang Jihong
1
-0
/
+1
2023-05-02
perf cs-etm: Add fix for coresight trace for any range of CPUs
Ganapatrao Kulkarni
1
-1
/
+23
2023-05-02
perf build: Fix unescaped # in perf build-test
James Clark
1
-1
/
+1
2023-05-02
perf unwind: Suppress massive unsupported target platform errors
Changbin Du
1
-1
/
+1
2023-05-02
perf script: Add new parameter in kfree_skb tracepoint to the python scripts ...
Sriram Yagnaraman
2
-5
/
+5
2023-05-02
perf script: Print raw ip instead of binary offset for callchain
Changbin Du
1
-7
/
+2
2023-05-02
perf symbols: Fix return incorrect build_id size in elf_read_build_id()
Yang Jihong
1
-1
/
+1
2023-05-02
perf list: Modify the warning message about scandirat(3)
Namhyung Kim
1
-1
/
+1
2023-05-02
perf list: Fix memory leaks in print_tracepoint_events()
Namhyung Kim
1
-4
/
+8
2023-05-02
perf lock contention: Rework offset calculation with BPF CO-RE
Namhyung Kim
1
-7
/
+7
2023-05-02
perf lock contention: Fix struct rq lock access
Namhyung Kim
1
-4
/
+4
2023-04-29
perf stat: Disable TopdownL1 on hybrid
Ian Rogers
1
-1
/
+7
2023-04-29
perf stat: Avoid SEGV on counter->name
Ian Rogers
1
-1
/
+1
2023-04-24
perf cs-etm: Add separate decode paths for timeless and per-thread modes
James Clark
2
-38
/
+148
2023-04-24
perf cs-etm: Use bool type for boolean values
James Clark
3
-10
/
+10
2023-04-24
perf cs-etm: Allow user to override timestamp and contextid settings
James Clark
3
-6
/
+27
2023-04-24
perf cs-etm: Validate options after applying them
James Clark
1
-84
/
+68
2023-04-24
perf cs-etm: Don't test full_auxtrace because it's always set
James Clark
1
-31
/
+25
2023-04-24
perf tools: Add util function for overriding user set config values
James Clark
4
-44
/
+37
2023-04-24
perf cs-etm: Fix timeless decode mode detection
James Clark
1
-12
/
+18
2023-04-24
perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...
Arnaldo Carvalho de Melo
13
-25
/
+31
2023-04-20
libperf rc_check: Enable implicitly with sanitizers
Ian Rogers
1
-0
/
+8
2023-04-20
perf test: Fix maps use after put
Ian Rogers
1
-4
/
+4
2023-04-19
perf probe: Add missing 0x prefix for addresses printed in hexadecimal
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-04-19
perf build: Test the refcnt check build
Arnaldo Carvalho de Melo
1
-0
/
+2
2023-04-19
perf map: Add reference count checking
Ian Rogers
6
-51
/
+62
2023-04-19
perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...
Arnaldo Carvalho de Melo
9
-65
/
+132
2023-04-19
perf map: Add missing conversions to map__refcnt()
Arnaldo Carvalho de Melo
2
-4
/
+4
2023-04-19
perf maps: Add reference count checking
Ian Rogers
7
-43
/
+50
2023-04-19
perf maps: Use maps__nr_maps() instead of open coded maps->nr_maps
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-04-19
perf maps: Add maps__refcnt() accessor to allow checking maps pointer
Arnaldo Carvalho de Melo
3
-9
/
+14
2023-04-19
perf dso: Fix use before NULL check introduced by map__dso() introduction
Arnaldo Carvalho de Melo
3
-7
/
+6
2023-04-18
perf cs-etm: Fix segfault in dso lookup
James Clark
1
-2
/
+4
2023-04-18
perf script task-analyzer: Fix spelling mistake "miliseconds" -> "milliseconds"
Colin Ian King
1
-1
/
+1
2023-04-18
perf namespaces: Introduce nsinfo__mntns_path() accessor to avoid accessing -...
Arnaldo Carvalho de Melo
1
-3
/
+8
2023-04-18
perf namespaces: Introduce nsinfo__refcnt() accessor to avoid accessing ->ref...
Arnaldo Carvalho de Melo
1
-4
/
+8
2023-04-18
perf namespaces: Use the need_setns() accessors instead of accessing ->need_s...
Arnaldo Carvalho de Melo
1
-3
/
+3
2023-04-18
perf namespaces: Add reference count checking
Ian Rogers
2
-57
/
+78
2023-04-18
perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...
Arnaldo Carvalho de Melo
6
-10
/
+12
2023-04-17
perf cpumap: Add reference count checking
Ian Rogers
5
-50
/
+58
2023-04-17
perf cpumap: Use perf_cpu_map__cpu(map, cpu) instead of accessing map->map[cp...
Ian Rogers
1
-5
/
+5
2023-04-17
perf cpumap: Remove initializations done in perf_cpu_map__alloc()
Arnaldo Carvalho de Melo
1
-6
/
+1
2023-04-17
libperf: Add reference count checking macros
Ian Rogers
1
-0
/
+94
2023-04-17
libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps test
Arnaldo Carvalho de Melo
3
-5
/
+9
2023-04-15
perf test: Simplify for_each_test() to avoid tripping on -Werror=array-bounds
Arnaldo Carvalho de Melo
1
-2
/
+2
[next]