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
2017-02-21
Merge tag 'leds_for_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/j....
Linus Torvalds
2
-2
/
+86
2017-02-21
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2017-02-21
Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+1
2017-02-21
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-1
/
+196
2017-02-21
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-0
/
+18
2017-02-20
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
137
-465
/
+4952
2017-02-20
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
52
-8
/
+1641
2017-02-16
Merge branch 'linus' into x86/mm
Thomas Gleixner
7
-4
/
+41
2017-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-2
/
+12
2017-02-15
perf tools: Add missing parse_events_error() prototype
Arnaldo Carvalho de Melo
1
-0
/
+2
2017-02-15
perf pmu: Fix check for unset alias->unit array
Arnaldo Carvalho de Melo
1
-2
/
+2
2017-02-15
bpf: kernel header files need to be copied into the tools directory
Stephen Rothwell
1
-0
/
+7
2017-02-15
tools/leds: Add led_hw_brightness_mon program
Jacek Anaszewski
2
-2
/
+86
2017-02-14
perf tools: Be consistent on the type of map->symbols[] interator
Arnaldo Carvalho de Melo
2
-3
/
+3
2017-02-14
perf intel pt decoder: clang has no -Wno-override-init
Arnaldo Carvalho de Melo
1
-1
/
+5
2017-02-14
perf evsel: Do not put a variable sized type not at the end of a struct
Arnaldo Carvalho de Melo
1
-34
/
+28
2017-02-14
perf probe: Avoid accessing uninitialized 'map' variable
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-02-14
perf tools: Do not put a variable sized type not at the end of a struct
Arnaldo Carvalho de Melo
1
-9
/
+6
2017-02-14
perf record: Do not put a variable sized type not at the end of a struct
Arnaldo Carvalho de Melo
1
-8
/
+9
2017-02-14
perf tests: Synthesize struct instead of using field after variable sized type
Arnaldo Carvalho de Melo
1
-11
/
+8
2017-02-14
perf bench numa: Make sure dprintf() is not defined
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-02-14
Revert "perf bench futex: Sanitize numeric parameters"
Arnaldo Carvalho de Melo
6
-20
/
+0
2017-02-14
tools lib subcmd: Make it an error to pass a signed value to OPTION_UINTEGER
Arnaldo Carvalho de Melo
1
-0
/
+4
2017-02-14
tools: Set the maximum optimization level according to the compiler being used
Arnaldo Carvalho de Melo
3
-2
/
+18
2017-02-14
tools: Suppress request for warning options not existent in clang
Arnaldo Carvalho de Melo
1
-1
/
+4
2017-02-13
perf symbols: dso->name is an array, no need to check it against NULL
Arnaldo Carvalho de Melo
2
-4
/
+4
2017-02-13
perf tests record: No need to test an array against NULL
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-02-13
perf symbols: No need to check if sym->name is NULL
Arnaldo Carvalho de Melo
5
-6
/
+5
2017-02-13
perf evsel: Inform how to make a sysctl setting permanent
Arnaldo Carvalho de Melo
4
-4
/
+6
2017-02-13
tools lib traceevent plugin function: Initialize 'index' variable
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-02-13
tools lib traceevent: Initialize lenght on OLD_RING_BUFFER_TYPE_TIME_STAMP
Steven Rostedt (VMware)
1
-0
/
+1
2017-02-13
perf scripting perl: Fix compile error with some perl5 versions
Wang YanQing
1
-1
/
+1
2017-02-13
perf diff: Change default setting to "delta-abs"
Namhyung Kim
2
-5
/
+5
2017-02-13
perf diff: Add diff.compute config option
Namhyung Kim
3
-3
/
+23
2017-02-13
perf diff: Add diff.order config option
Namhyung Kim
3
-1
/
+26
2017-02-13
perf diff: Add 'delta-abs' compute method
Namhyung Kim
2
-3
/
+49
2017-02-13
tools include: Introduce linux/compiler-gcc.h
Arnaldo Carvalho de Melo
3
-5
/
+20
2017-02-13
bpf: introduce BPF_F_ALLOW_OVERRIDE flag
Alexei Starovoitov
2
-2
/
+5
2017-02-09
perf intel-pt: Use __fallthrough
Arnaldo Carvalho de Melo
2
-0
/
+7
2017-02-09
perf tests: Avoid possible truncation with dirent->d_name + snprintf
Arnaldo Carvalho de Melo
1
-5
/
+3
2017-02-09
perf bench numa: Avoid possible truncation when using snprintf()
Arnaldo Carvalho de Melo
1
-3
/
+3
2017-02-09
perf header: Fix handling of PERF_EVENT_UPDATE__SCALE
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-02-08
perf thread_map: Correctly size buffer used with dirent->dt_name
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-02-08
perf top: Use __fallthrough
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-02-08
tools strfilter: Use __fallthrough
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-02-08
tools string: Use __fallthrough in perf_atoll()
Arnaldo Carvalho de Melo
1
-0
/
+2
2017-02-08
tools include: Add a __fallthrough statement
Arnaldo Carvalho de Melo
1
-0
/
+9
2017-02-08
tools lib bpf: Add missing header to the library
Mickaël Salaün
1
-0
/
+1
2017-02-08
perf vendor events intel: Add uncore events for Broadwell DE
Andi Kleen
3
-0
/
+484
2017-02-08
perf vendor events intel: Add uncore events for Xeon Phi (Knights Landing)
Andi Kleen
1
-0
/
+42
[next]