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
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-21
perf probe: Fix probing kretprobes
Namhyung Kim
1
-2
/
+2
2015-01-21
perf symbols: Introduce 'for' method to iterate over the symbols with a given...
Arnaldo Carvalho de Melo
2
-11
/
+19
2015-01-21
perf probe: Do not rely on map__load() filter to find symbols
Namhyung Kim
1
-16
/
+22
2015-01-21
perf symbols: Introduce method to iterate symbols ordered by name
Arnaldo Carvalho de Melo
2
-0
/
+12
2015-01-21
perf symbols: Return the first entry with a given name in find_by_name method
Namhyung Kim
1
-3
/
+17
2015-01-21
perf annotate: Fix memory leaks in LOCK handling
Rabin Vincent
1
-0
/
+9
2015-01-21
perf annotate: Handle ins parsing failures
Rabin Vincent
1
-4
/
+5
2015-01-21
perf scripting perl: Force to use stdbool
Wang Nan
1
-1
/
+4
2015-01-21
perf evlist: Remove extraneous 'was' on error message
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-01-16
perf tools powerpc: Use dwfl_report_elf() instead of offline.
Sukadev Bhattiprolu
1
-8
/
+11
2015-01-16
perf tools: Fix segfault for symbol annotation on TUI
Namhyung Kim
1
-7
/
+1
2015-01-16
perf test: Fix dwarf unwind using libunwind.
Wang Nan
2
-3
/
+61
2015-01-16
perf tools: Avoid build splat for syscall numbers with uclibc
Vineet Gupta
3
-3
/
+1
2015-01-16
perf tools: Elide strlcpy warning with uclibc
Vineet Gupta
1
-0
/
+2
2015-01-16
perf tools: Fix statfs.f_type data type mismatch build error with uclibc
Alexey Brodkin
2
-2
/
+2
2015-01-16
tools: Remove bitops/hweight usage of bits in tools/perf
Arnaldo Carvalho de Melo
10
-42
/
+30
2015-01-16
perf machine: Fix __machine__findnew_thread() error path
Namhyung Kim
1
-1
/
+3
2015-01-16
perf tools: Fix building error in x86_64 when dwarf unwind is on
Namhyung Kim
3
-15
/
+17
2015-01-16
perf probe: Propagate error code when write(2) failed
Namhyung Kim
1
-1
/
+3
2015-01-13
Merge tag 'linux-kselftest-3.19-rc-5' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-9
/
+15
2015-01-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
17
-59
/
+215
2015-01-11
Merge branch 'core/urgent' into locking/urgent, to collect all pending lockin...
Ingo Molnar
1
-2
/
+2
2015-01-08
selftests/vm: fix link error for transhuge-stress test
Andrey Skvortsov
1
-1
/
+1
2015-01-08
perf hists browser: Fix segfault when showing callchain
Namhyung Kim
1
-1
/
+1
2015-01-08
perf callchain: Free callchains when hist entries are deleted
Namhyung Kim
3
-0
/
+33
2015-01-08
perf hists: Fix children sort key behavior
Namhyung Kim
2
-32
/
+35
2015-01-06
tools: testing: selftests: mq_perf_tests: Fix infinite loop on ARM
dann frazier
1
-2
/
+1
2015-01-06
selftests/exec: allow shell return code of 126
David Drysdale
1
-6
/
+13
2015-01-03
perf diff: Fix to sort by baseline field by default
Namhyung Kim
1
-0
/
+44
2015-01-03
perf list: Fix --raw-dump option
Taesoo Kim
1
-3
/
+10
2015-01-02
perf probe: Fix crash in dwarf_getcfi_elf
Namhyung Kim
1
-1
/
+17
2015-01-02
perf probe: Fix to fall back to find probe point in symbols
Masami Hiramatsu
1
-2
/
+4
2015-01-02
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
10
-20
/
+71
2014-12-30
Merge tag 'linux-kselftest-3.19-fixes' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2014-12-29
Merge branches 'pm-domains', 'powercap' and 'pm-tools'
Rafael J. Wysocki
2
-2
/
+2
2014-12-23
perf callchain: Append callchains only when requested
Namhyung Kim
1
-3
/
+4
2014-12-23
perf ui/tui: Print backtrace symbols when segfault occurs
Namhyung Kim
1
-2
/
+24
2014-12-23
perf report: Show progress bar for output resorting
Namhyung Kim
9
-15
/
+43
2014-12-23
Merge branch 'liblockdep-fixes-3.19' of git://git.kernel.org/pub/scm/linux/ke...
Ingo Molnar
1
-2
/
+2
2014-12-22
selftests/exec: Use %zu to format size_t
Geert Uytterhoeven
1
-2
/
+2
2014-12-20
tools / cpupower: Fix no idle state information return value
Prarit Bhargava
1
-1
/
+1
2014-12-20
tools / cpupower: Correctly detect if running as root
Michal Privoznik
1
-1
/
+1
2014-12-20
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
38
-707
/
+874
2014-12-19
tools/liblockdep: Fix debug_check thinko in mutex destroy
Kirill Smelkov
1
-2
/
+2
2014-12-19
perf: Fix building warning on ARM 32
Wang Nan
2
-7
/
+7
2014-12-19
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
7
-5
/
+97
2014-12-19
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+4
2014-12-19
tools/testing/selftests/Makefile: alphasort the TARGETS list
Andrew Morton
1
-8
/
+9
2014-12-18
Merge branches 'pm-opp', 'pm-cpufreq' and 'pm-tools'
Rafael J. Wysocki
1
-4
/
+4
2014-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-38
/
+166
[next]