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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-15
perf_events: Fix perf_event_attr layout
Peter Zijlstra
1
-1
/
+1
2009-12-15
perf_event: Fix incorrect range check on cpu number
Paul Mackerras
1
-1
/
+1
2009-12-10
perf_event: Fix variable initialization in other codepaths
Xiao Guangrong
1
-0
/
+1
2009-12-10
perf_event: Fix perf_swevent_hrtimer() variable initialization
Xiao Guangrong
1
-0
/
+1
2009-12-09
tracing/kprobes: Fix field creation's bad error handling
Frederic Weisbecker
1
-2
/
+2
2009-12-09
perf_event: Cleanup for cpu_clock_perf_event_update()
Xiao Guangrong
1
-2
/
+1
2009-12-09
perf_event: Allocate children's perf_event_ctxp at the right time
Xiao Guangrong
1
-15
/
+22
2009-12-09
perf_event: Clean up __perf_event_init_context()
Xiao Guangrong
1
-4
/
+3
2009-12-09
hw-breakpoints: Modify breakpoints without unregistering them
Frederic Weisbecker
2
-12
/
+34
2009-12-09
trace-kprobe: Support delete probe syntax
Masami Hiramatsu
1
-9
/
+28
2009-12-08
perf: hw_breakpoints: Fix percpu namespace clash
Stephen Rothwell
1
-7
/
+7
2009-12-07
hw-breakpoints: Fix task-bound breakpoint slot allocation
Frederic Weisbecker
1
-29
/
+45
2009-12-06
hw-breakpoints: Use overflow handler instead of the event callback
Frederic Weisbecker
3
-29
/
+17
2009-12-06
hw-breakpoints: Drop callback and task parameters from modify helper
Frederic Weisbecker
1
-4
/
+3
2009-12-02
perf: Don't free perf_mmap_data until work has been done
Kristian Høgsberg
1
-1
/
+2
2009-12-01
trace_syscalls: Remove unused syscall_name_to_nr()
Lai Jiangshan
1
-16
/
+0
2009-12-01
trace_syscalls: Simplify syscall profile
Lai Jiangshan
1
-16
/
+8
2009-12-01
trace_syscalls: Remove duplicate init_enter_##sname()
Lai Jiangshan
1
-0
/
+12
2009-12-01
trace_syscalls: Add syscall_nr field to struct syscall_metadata
Lai Jiangshan
1
-13
/
+9
2009-12-01
trace_syscalls: Remove enter_id exit_id
Lai Jiangshan
1
-20
/
+10
2009-12-01
trace_syscalls: Set event_enter_##sname->data to its metadata
Lai Jiangshan
1
-25
/
+11
2009-12-01
trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit
Lai Jiangshan
1
-8
/
+0
2009-12-01
perf_event: Initialize data.period in perf_swevent_hrtimer()
Xiao Guangrong
1
-0
/
+1
2009-12-01
trace_kprobes: Fix a memory leak bug and check kstrdup() return value
Masami Hiramatsu
1
-7
/
+19
2009-11-27
trace_kprobes: Don't output zero offset
Lai Jiangshan
1
-3
/
+9
2009-11-27
trace_kprobes: Always show group name
Lai Jiangshan
1
-1
/
+1
2009-11-27
trace_kprobes: Fix memory leak
Lai Jiangshan
1
-1
/
+3
2009-11-27
trace_syscalls: Add syscall nr field
Lai Jiangshan
1
-0
/
+8
2009-11-27
hw-breakpoints: Use struct perf_event_attr to define kernel breakpoints
Frederic Weisbecker
2
-53
/
+24
2009-11-27
hw-breakpoints: Use struct perf_event_attr to define user breakpoints
Frederic Weisbecker
1
-69
/
+18
2009-11-26
perf_events: Fix read() bogus counts when in error state
Stephane Eranian
1
-1
/
+10
2009-11-26
tracepoint: Add signal loss events
Masami Hiramatsu
1
-5
/
+14
2009-11-26
tracepoint: Add signal deliver event
Masami Hiramatsu
1
-0
/
+3
2009-11-26
tracepoint: Move signal sending tracepoint to events/signal.h
Masami Hiramatsu
1
-2
/
+3
2009-11-26
hw-breakpoints: Fix unused function in off-case
Frederic Weisbecker
1
-4
/
+0
2009-11-26
kernel/hw_breakpoint.c: Fix local/global shadowing
Andrew Morton
1
-6
/
+6
2009-11-26
hw-breakpoints: Simplify error handling in breakpoint creation requests
Frederic Weisbecker
2
-14
/
+6
2009-11-26
hw-breakpoints: Improve in-kernel event creation error granularity
Frederic Weisbecker
1
-9
/
+11
2009-11-26
ksym_tracer: Fix breakpoint removal after modification
Frederic Weisbecker
1
-2
/
+8
2009-11-25
trace/syscalls: Change ret param in struct syscall_trace_exit to long
Tom Zanussi
1
-1
/
+1
2009-11-24
perf_events: Fix bad software/trace event recursion counting
Frederic Weisbecker
1
-1
/
+1
2009-11-24
perf_events: Fix bogus copy_to_user() in perf_event_read_group()
Stephane Eranian
1
-1
/
+1
2009-11-23
perf: Add kernel side syscall events support for breakpoints
Frederic Weisbecker
1
-9
/
+25
2009-11-23
hw-breakpoints: Check the breakpoint params from perf tools
Frederic Weisbecker
1
-1
/
+10
2009-11-23
hw-breakpoint: Attribute authorship of hw-breakpoint related files
K.Prasad
1
-0
/
+4
2009-11-23
perf_events: Restore sanity to scaling land
Peter Zijlstra
1
-1
/
+6
2009-11-23
perf_events: Undo some recursion damage
Peter Zijlstra
3
-51
/
+48
2009-11-23
perf_events: Fix __perf_event_exit_task() vs. update_event_times() locking
Peter Zijlstra
1
-39
/
+39
2009-11-23
perf_events: Update the context time on exit
Peter Zijlstra
1
-0
/
+1
2009-11-23
perf_events: Disable events when we detach them
Peter Zijlstra
1
-0
/
+2
[next]