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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-22
perf machine: Allow for extra kernel maps
Adrian Hunter
5
-12
/
+34
2018-05-22
perf machine: Fix map_groups__split_kallsyms() for entry trampoline symbols
Adrian Hunter
2
-0
/
+21
2018-05-22
perf machine: Workaround missing maps for x86 PTI entry trampolines
Adrian Hunter
3
-5
/
+106
2018-05-22
perf machine: Add nr_cpus_avail()
Adrian Hunter
4
-0
/
+20
2018-05-21
perf annotate: Support '--group' option
Jin Yao
1
-0
/
+7
2018-05-21
perf report: Use perf_evlist__force_leader to support '--group'
Jin Yao
1
-11
/
+2
2018-05-21
perf evlist: Introduce force_leader() method
Jin Yao
2
-0
/
+18
2018-05-19
Merge tag 'perf-core-for-mingo-4.18-20180519' of git://git.kernel.org/pub/scm...
Ingo Molnar
28
-120
/
+279
2018-05-19
perf tools: Fix kernel_start for PTI on x86
Adrian Hunter
1
-1
/
+6
2018-05-19
perf machine: Add machine__is() to identify machine arch
Adrian Hunter
4
-0
/
+31
2018-05-19
perf bpf: Fixup include and examples install messages
Arnaldo Carvalho de Melo
1
-0
/
+2
2018-05-19
perf annotate: Create hotkey 'c' to show min/max cycles
Jin Yao
3
-7
/
+45
2018-05-18
perf annotate: Record the min/max cycles
Jin Yao
2
-1
/
+17
2018-05-18
perf script: Show symbol offsets by default
Sandipan Das
2
-18
/
+20
2018-05-17
perf script: Show virtual addresses instead of offsets
Sandipan Das
1
-1
/
+1
2018-05-17
perf tools: No need to unconditionally read the max_stack sysctls
Arnaldo Carvalho de Melo
6
-10
/
+18
2018-05-17
perf tools: Read the cache line size lazily
Arnaldo Carvalho de Melo
5
-17
/
+25
2018-05-17
tools include compiler-gcc: Add __pure attribute helper
Arnaldo Carvalho de Melo
1
-0
/
+3
2018-05-17
tools lib api fs tracing_path: Make tracing_events_path private
Arnaldo Carvalho de Melo
2
-4
/
+1
2018-05-17
tools lib api fs tracing_path: Introduce opendir() method
Arnaldo Carvalho de Melo
4
-5
/
+21
2018-05-17
perf parse-events: Use get/put_events_file()
Arnaldo Carvalho de Melo
3
-22
/
+43
2018-05-17
perf tools: Reuse the path to the tracepoint /events/ directory
Arnaldo Carvalho de Melo
1
-8
/
+7
2018-05-17
tools lib api fs tracing_path: Introduce get/put_events_file() helpers
Arnaldo Carvalho de Melo
3
-6
/
+25
2018-05-16
tools lib api: Unexport 'tracing_path' variable
Arnaldo Carvalho de Melo
4
-9
/
+4
2018-05-16
tools lib api: The tracing_mnt variable doesn't need to be global
Arnaldo Carvalho de Melo
1
-3
/
+2
2018-05-16
perf config: Call perf_config__init() lazily
Arnaldo Carvalho de Melo
3
-9
/
+9
2018-05-16
Merge tag 'perf-core-for-mingo-4.18-20180516' of git://git.kernel.org/pub/scm...
Ingo Molnar
591
-2410
/
+4747
2018-05-16
perf bpf: Fix NULL return handling in bpf__prepare_load()
YueHaibing
1
-3
/
+3
2018-05-16
perf parse-events: Handle uncore event aliases in small groups properly
Kan Liang
4
-9
/
+137
2018-05-15
perf tools: Use the "_stest" symbol to identify the kernel map when loading k...
Adrian Hunter
1
-8
/
+8
2018-05-15
perf bpf: Add probe() helper to reduce kprobes boilerplate
Arnaldo Carvalho de Melo
2
-2
/
+11
2018-05-15
perf bpf: Add license(NAME) helper
Arnaldo Carvalho de Melo
3
-4
/
+7
2018-05-15
perf bpf: Add kprobe example to catch 5s naps
Arnaldo Carvalho de Melo
1
-0
/
+44
2018-05-15
perf bpf: Add bpf.h to be used in eBPF proggies
Arnaldo Carvalho de Melo
3
-2
/
+10
2018-05-15
perf bpf: Add 'examples' directories
Arnaldo Carvalho de Melo
3
-0
/
+12
2018-05-15
perf llvm-utils: Add bpf include path to clang command line
Arnaldo Carvalho de Melo
4
-5
/
+27
2018-05-15
perf buildid-cache: Warn --purge-all failures
Ravi Bangoria
1
-2
/
+6
2018-05-15
perf tests parse-events: Add intel_pt parse test
Arnaldo Carvalho de Melo
1
-0
/
+13
2018-05-15
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
Arnaldo Carvalho de Melo
578
-2384
/
+4478
2018-05-15
Merge tag 'perf-urgent-for-mingo-4.17-20180514' of git://git.kernel.org/pub/s...
Ingo Molnar
4
-6
/
+29
2018-05-14
Linux 4.17-rc5
Linus Torvalds
1
-1
/
+1
2018-05-13
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
14
-78
/
+153
2018-05-13
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-56
/
+1
2018-05-13
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
7
-6
/
+25
2018-05-13
Merge tag 'dma-mapping-4.17-5' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2018-05-13
Merge tag '4.17-rc4-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-43
/
+57
2018-05-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
2
-5
/
+12
2018-05-12
Merge tag 'for-linus-20180511' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-2
/
+23
2018-05-12
swiotlb: silent unwanted warning "buffer is full"
Jean Delvare
1
-1
/
+1
2018-05-12
Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...
Mel Gorman
1
-56
/
+1
[next]