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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-23
ftrace: Mark function tracer test functions noinline/noclone
Andi Kleen
1
-2
/
+3
2018-01-23
trace_uprobe: Display correct offset in uprobe_events
Ravi Bangoria
1
-1
/
+1
2018-01-23
tracing: Make sure the parsed string always terminates with '\0'
Changbin Du
3
-6
/
+2
2018-01-23
tracing: Clear parser->idx if only spaces are read
Changbin Du
1
-2
/
+2
2018-01-23
tracing: Detect the string nul character when parsing user input string
Changbin Du
1
-3
/
+3
2018-01-23
tracing: Update stack trace skipping for ORC unwinder
Steven Rostedt (VMware)
3
-29
/
+67
2018-01-23
ftrace, orc, x86: Handle ftrace dynamically allocated trampolines
Steven Rostedt (VMware)
1
-12
/
+17
2018-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+14
2018-01-23
bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu region
Yonghong Song
1
-1
/
+1
2018-01-23
signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed
Eric W. Biederman
1
-0
/
+15
2018-01-23
signal: Helpers for faults with specialized siginfo layouts
Eric W. Biederman
1
-0
/
+61
2018-01-23
signal: Add send_sig_fault and force_sig_fault
Eric W. Biederman
1
-0
/
+47
2018-01-23
signal: Replace memset(info,...) with clear_siginfo for clarity
Eric W. Biederman
2
-2
/
+2
2018-01-23
signal: Don't use structure initializers for struct siginfo
Eric W. Biederman
1
-1
/
+2
2018-01-22
Merge branch 'for-4.16-console-waiter-logic' into for-4.16
Petr Mladek
1
-15
/
+166
2018-01-22
Merge branch 'for-4.16-print-symbol' into for-4.16
Petr Mladek
2
-19
/
+6
2018-01-22
Merge branch 'for-4.16-deprecate-printk-pf' into for-4.16
Petr Mladek
3
-38
/
+8
2018-01-22
printk: drop redundant devkmsg_log_str memsets
Sergey Senozhatsky
1
-7
/
+4
2018-01-21
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+14
2018-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
7
-69
/
+298
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-59
/
+205
2018-01-20
bpf: add upper complexity limit to verifier log
Daniel Borkmann
1
-1
/
+2
2018-01-20
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
1
-7
/
+12
2018-01-20
bpf, verifier: detect misconfigured mem, size argument pair
Daniel Borkmann
1
-24
/
+55
2018-01-20
bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map
Yonghong Song
1
-2
/
+93
2018-01-19
Merge tag 'trace-v4.15-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-3
/
+16
2018-01-19
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2018-01-19
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+13
2018-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-13
/
+55
2018-01-19
string: drop __must_check from strscpy() and restore strscpy() usages in cgroup
Tejun Heo
1
-3
/
+3
2018-01-19
bpf: offload: report device information about offloaded maps
Jakub Kicinski
2
-0
/
+61
2018-01-19
bpf: offload: allow array map offload
Jakub Kicinski
1
-1
/
+2
2018-01-19
bpf: arraymap: use bpf_map_init_from_attr()
Jakub Kicinski
1
-6
/
+1
2018-01-19
bpf: arraymap: move checks out of alloc function
Jakub Kicinski
1
-14
/
+28
2018-01-19
bpf: allow socket_filter programs to use bpf_prog_test_run
Alexei Starovoitov
1
-0
/
+2
2018-01-18
tracing: Fix converting enum's from the map in trace_event_eval_update()
Steven Rostedt (VMware)
1
-1
/
+15
2018-01-18
ring-buffer: Fix duplicate results in mapping context to bits in recursive lock
Steven Rostedt (VMware)
1
-2
/
+1
2018-01-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-13
/
+55
2018-01-18
lockdep: Make lockdep checking constant
Matthew Wilcox
1
-6
/
+7
2018-01-18
lockdep: Assign lock keys on registration
Matthew Wilcox
1
-36
/
+40
2018-01-18
irq/matrix: Spread interrupts on allocation
Thomas Gleixner
1
-6
/
+14
2018-01-18
Merge branches 'acpi-pm' and 'pm-sleep'
Rafael J. Wysocki
3
-6
/
+33
2018-01-18
Merge branches 'pm-domains', 'pm-kconfig', 'pm-cpuidle' and 'powercap'
Rafael J. Wysocki
1
-0
/
+15
2018-01-18
bpf: change fake_ip for bpf_trace_printk helper
Yonghong Song
1
-1
/
+1
2018-01-18
bpf: add new jited info fields in bpf_dev_offload and bpf_prog_info
Jiong Wang
2
-13
/
+41
2018-01-18
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
1
-11
/
+16
2018-01-17
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-19
/
+29
2018-01-17
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-23
/
+90
2018-01-17
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2018-01-17
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
8
-27
/
+154
[prev]
[next]