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
starfive-6.6.48-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
2020-10-14
perf test: Add build id shell test
Jiri Olsa
1
-0
/
+101
2020-10-14
perf tools: Align buildid list output for short build ids
Jiri Olsa
3
-4
/
+5
2020-10-14
perf tools: Add size to 'struct perf_record_header_build_id'
Jiri Olsa
3
-7
/
+23
2020-10-14
perf tools: Pass build_id object to dso__build_id_equal()
Jiri Olsa
4
-6
/
+11
2020-10-14
perf tools: Pass build_id object to dso__set_build_id()
Jiri Olsa
5
-6
/
+8
2020-10-14
perf tools: Pass build_id object to build_id__sprintf()
Jiri Olsa
12
-35
/
+43
2020-10-14
perf tools: Pass build id object to sysfs__read_build_id()
Jiri Olsa
6
-23
/
+16
2020-10-14
perf tools: Pass build_id object to filename__read_build_id()
Jiri Olsa
11
-57
/
+60
2020-10-14
perf tools: Use build_id object in dso
Jiri Olsa
15
-29
/
+34
2020-10-14
selftests/powerpc: Fix eeh-basic.sh exit codes
Oliver O'Halloran
1
-3
/
+6
2020-10-14
selftests/vm: 8x compaction_test speedup
John Hubbard
1
-5
/
+6
2020-10-14
tools/testing/selftests/vm/hmm-tests.c: use the new SKIP() macro
Ralph Campbell
1
-2
/
+2
2020-10-14
selftests/vm: fix incorrect gcc invocation in some cases
John Hubbard
1
-0
/
+12
2020-10-14
selftests/vm: fix false build success on the second and later attempts
John Hubbard
1
-0
/
+5
2020-10-14
mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flag
Barry Song
1
-7
/
+7
2020-10-14
device-dax: add dis-contiguous resource support
Dan Williams
1
-6
/
+14
2020-10-14
mm/memremap_pages: convert to 'struct range'
Dan Williams
1
-1
/
+1
2020-10-14
device-dax: make pgmap optional for instance creation
Dan Williams
1
-4
/
+4
2020-10-14
Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-203
/
+318
2020-10-13
perf config: Export the perf_config_from_file() function
Arnaldo Carvalho de Melo
2
-1
/
+3
2020-10-13
perf python: Autodetect python3 binary
James Clark
1
-6
/
+9
2020-10-13
perf tests: Show python test script in verbose mode
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-35
/
+19
2020-10-13
perf build: Allow nested externs to enable BUILD_BUG() usage
Vasily Gorbik
1
-1
/
+1
2020-10-13
Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
6
-147
/
+355
2020-10-13
perf trace: Fix off by ones in memset() after realloc() in arches using libaudit
Jiri Slaby
1
-1
/
+5
2020-10-13
perf c2c: Update usage for showing memory events
Leo Yan
1
-1
/
+1
2020-10-13
Merge branch 'perf/urgent' into perf/core
Arnaldo Carvalho de Melo
4
-23
/
+65
2020-10-13
tools lib traceevent: Hide non API functions
Tzvetomir Stoyanov (VMware)
6
-107
/
+83
2020-10-13
perf sched: Show start of latency as well
Joel Fernandes (Google)
1
-10
/
+14
2020-10-13
perf vendor events: Fix typos in power8 PMU events
Sandipan Das
5
-25
/
+25
2020-10-13
perf bench: Run inject-build-id with --buildid-all option too
Namhyung Kim
1
-19
/
+35
2020-10-13
perf inject: Add --buildid-all option
Namhyung Kim
2
-6
/
+113
2020-10-13
perf inject: Do not load map/dso when injecting build-id
Namhyung Kim
3
-37
/
+27
2020-10-13
perf inject: Enter namespace when reading build-id
Namhyung Kim
1
-2
/
+6
2020-10-13
perf inject: Add missing callbacks in perf_tool
Namhyung Kim
1
-5
/
+31
2020-10-13
perf bench: Add build-id injection benchmark
Namhyung Kim
6
-5
/
+471
2020-10-13
Merge branches 'acpi-extlog', 'acpi-memhotplug', 'acpi-button', 'acpi-tools' ...
Rafael J. Wysocki
1
-0
/
+2
2020-10-13
perf build: Allow nested externs to enable BUILD_BUG() usage
Vasily Gorbik
1
-1
/
+1
2020-10-13
Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-3
/
+3
2020-10-13
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-22
/
+20
2020-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
38
-367
/
+2997
2020-10-12
Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
9
-8
/
+185
2020-10-12
Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-134
/
+1465
2020-10-12
Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-1
/
+281
2020-10-12
Merge tag 'x86_fsgsbase_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+68
2020-10-12
Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-184
/
+33
2020-10-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
34
-1
/
+4646
2020-10-12
bpf, selftests: Add three new sockmap tests for verdict only programs
John Fastabend
1
-1
/
+18
2020-10-12
bpf, selftests: Add option to test_sockmap to omit adding parser program
John Fastabend
1
-14
/
+21
[prev]
[next]