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
2015-04-02
perf/x86: Dump DEBUGCTL in PMU dump
Andi Kleen
1
-1
/
+5
2015-04-02
perf/x86/intel: Reset more state in PMU reset
Andi Kleen
1
-0
/
+12
2015-04-02
perf/x86/intel: Make the HT bug workaround conditional on HT enabled
Stephane Eranian
2
-21
/
+79
2015-04-02
watchdog: Add watchdog enable/disable all functions
Stephane Eranian
2
-0
/
+36
2015-04-02
perf/x86/intel: Limit to half counters when the HT workaround is enabled, to ...
Stephane Eranian
2
-2
/
+22
2015-04-02
perf/x86/intel: Fix intel_get_event_constraints() for dynamic constraints
Stephane Eranian
1
-5
/
+10
2015-04-02
perf/x86/intel: Enforce HT bug workaround with PEBS for SNB/IVB/HSW
Maria Dimakopoulou
2
-11
/
+37
2015-04-02
perf/x86/intel: Enforce HT bug workaround for SNB/IVB/HSW
Maria Dimakopoulou
1
-9
/
+44
2015-04-02
perf/x86/intel: Implement cross-HT corruption bug workaround
Maria Dimakopoulou
3
-13
/
+331
2015-04-02
perf/x86/intel: Add cross-HT counter exclusion infrastructure
Maria Dimakopoulou
2
-5
/
+98
2015-04-02
perf/x86: Add 'index' param to get_event_constraint() callback
Stephane Eranian
4
-10
/
+19
2015-04-02
perf/x86: Add 3 new scheduling callbacks
Maria Dimakopoulou
2
-0
/
+18
2015-04-02
perf/x86: Vectorize cpuc->kfree_on_online
Stephane Eranian
4
-6
/
+19
2015-04-02
perf/x86: Rename x86_pmu::er_flags to 'flags'
Stephane Eranian
2
-15
/
+18
2015-04-02
Merge branch 'perf/urgent' into perf/core, before applying dependent patches
Ingo Molnar
37
-162
/
+269
2015-04-02
perf/x86/intel/bts: Add BTS PMU driver
Alexander Shishkin
5
-3
/
+540
2015-04-02
perf/x86/intel/pt: Add Intel PT PMU driver
Alexander Shishkin
6
-0
/
+1256
2015-04-02
perf/x86: Mark Intel PT and LBR/BTS as mutually exclusive
Alexander Shishkin
3
-0
/
+94
2015-04-02
x86: Add Intel Processor Trace (INTEL_PT) cpu feature detection
Alexander Shishkin
2
-0
/
+2
2015-04-02
perf: Add ITRACE_START record to indicate that tracing has started
Alexander Shishkin
3
-0
/
+56
2015-04-02
perf: Add wakeup watermark control to the AUX area
Alexander Shishkin
4
-5
/
+31
2015-04-02
perf: Support overwrite mode for the AUX area
Alexander Shishkin
3
-15
/
+35
2015-04-02
perf: Add API for PMUs to write to the AUX area
Alexander Shishkin
4
-4
/
+168
2015-04-02
perf: Add AUX record
Alexander Shishkin
3
-0
/
+56
2015-04-02
perf: Add a pmu capability for "exclusive" events
Alexander Shishkin
2
-2
/
+119
2015-04-02
perf: Add a capability for AUX_NO_SG pmus to do software double buffering
Alexander Shishkin
2
-1
/
+15
2015-04-02
perf: Support high-order allocations for AUX space
Alexander Shishkin
2
-6
/
+51
2015-04-02
perf: Add AUX area to ring buffer for raw data streams
Peter Zijlstra
5
-29
/
+265
2015-04-02
perf: Add data_{offset,size} to user_page
Alexander Shishkin
2
-0
/
+7
2015-04-02
perf/x86/intel: Fix Haswell CYCLE_ACTIVITY.* counter constraints
Andi Kleen
1
-3
/
+3
2015-04-02
perf/x86/intel: Filter branches for PEBS event
Kan Liang
1
-2
/
+2
2015-04-02
bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more ...
Ingo Molnar
3
-2
/
+10
2015-04-02
samples/bpf: Add kmem_alloc()/free() tracker tool
Alexei Starovoitov
3
-0
/
+127
2015-04-02
samples/bpf: Add IO latency analysis (iosnoop/heatmap) tool
Alexei Starovoitov
3
-0
/
+243
2015-04-02
samples/bpf: Add counting example for kfree_skb() function calls and the writ...
Alexei Starovoitov
3
-0
/
+185
2015-04-02
samples/bpf: Add simple non-portable kprobe filter example
Alexei Starovoitov
10
-12
/
+224
2015-04-02
tracing: Allow BPF programs to call bpf_trace_printk()
Alexei Starovoitov
2
-0
/
+79
2015-04-02
tracing: Allow BPF programs to call bpf_ktime_get_ns()
Alexei Starovoitov
2
-0
/
+15
2015-04-02
tracing, perf: Implement BPF programs attached to kprobes
Alexei Starovoitov
8
-1
/
+219
2015-04-02
tracing: Add kprobe flag
Alexei Starovoitov
2
-1
/
+4
2015-04-02
bpf: Make internal bpf API independent of CONFIG_BPF_SYSCALL #ifdefs
Daniel Borkmann
1
-4
/
+16
2015-04-02
Merge branch 'perf/timer' into perf/core
Ingo Molnar
116
-861
/
+1813
2015-04-01
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
9
-123
/
+144
2015-03-31
perf ordered_samples: Remove references to perf_{evlist,tool} and machines
Arnaldo Carvalho de Melo
5
-47
/
+37
2015-03-31
perf session: Always initialize ordered_events
Arnaldo Carvalho de Melo
1
-3
/
+2
2015-03-31
perf tools: Fix ppid for synthesized fork events
David Ahern
1
-33
/
+50
2015-03-31
perf tools: Refactor comm/tgid lookup
David Ahern
1
-28
/
+44
2015-03-31
perf callchain: Fix kernel symbol resolution by remembering the cpumode
David Hildenbrand
1
-14
/
+14
2015-03-30
perf build: Disable libbabeltrace check by default
Jiri Olsa
2
-4
/
+3
2015-03-30
Linux 4.0-rc6
Linus Torvalds
1
-1
/
+1
[next]