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
2020-05-26
rcu: Provide rcu_irq_exit_check_preempt()
Thomas Gleixner
1
-0
/
+18
2020-05-26
rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()
Paul E. McKenney
1
-20
/
+62
2020-05-19
rcu: Provide __rcu_is_watching()
Thomas Gleixner
1
-0
/
+5
2020-05-19
rcu: Provide rcu_irq_exit_preempt()
Thomas Gleixner
1
-0
/
+22
2020-05-19
rcu: Make RCU IRQ enter/exit functions rely on in_nmi()
Paul E. McKenney
1
-32
/
+15
2020-05-19
rcu/tree: Mark the idle relevant functions noinstr
Thomas Gleixner
3
-41
/
+49
2020-05-19
sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exception
Peter Zijlstra
1
-10
/
+0
2020-05-19
lockdep: Always inline lockdep_{off,on}()
Peter Zijlstra
1
-19
/
+0
2020-05-19
printk: Disallow instrumenting print_nmi_enter()
Peter Zijlstra
1
-2
/
+3
2020-05-19
printk: Prepare for nested printk_nmi_enter()
Petr Mladek
2
-5
/
+7
2020-05-19
Merge tag 'noinstr-lds-2020-05-19' into core/rcu
Thomas Gleixner
19
-51
/
+139
2020-05-09
Stop the ad-hoc games with -Wno-maybe-initialized
Linus Torvalds
1
-1
/
+0
2020-05-08
Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+5
2020-05-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2020-05-08
kernel/kcov.c: fix typos in kcov_remote_start documentation
Maciej Grochowski
1
-2
/
+2
2020-05-08
Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
4
-20
/
+54
2020-05-07
tracing: Make tracing_snapshot_instance_cond() static
Zou Wei
1
-1
/
+2
2020-05-07
tracing: Add a vmalloc_sync_mappings() for safe measure
Steven Rostedt (VMware)
1
-0
/
+13
2020-05-07
tracing: Wait for preempt irq delay thread to finish
Steven Rostedt (VMware)
1
-6
/
+24
2020-05-07
Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....
Paul E. McKenney
16
-479
/
+1726
2020-05-07
rcutorture: Convert ULONG_CMP_LT() to time_before()
Paul E. McKenney
1
-3
/
+3
2020-05-07
rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop static
Jason Yan
1
-2
/
+2
2020-05-07
rcu: Allow rcutorture to starve grace-period kthread
Paul E. McKenney
3
-3
/
+44
2020-05-07
rcutorture: Add flag to produce non-busy-wait task stalls
Paul E. McKenney
1
-6
/
+11
2020-05-06
tracing/kprobes: Reject new event if loc is NULL
Masami Hiramatsu
1
-0
/
+6
2020-05-06
tracing/boottime: Fix kprobe event API usage
Masami Hiramatsu
1
-12
/
+8
2020-05-06
tracing/kprobes: Fix a double initialization typo
Masami Hiramatsu
1
-1
/
+1
2020-04-28
coredump: fix crash when umh is disabled
Luis Chamberlain
1
-0
/
+5
2020-04-27
rcutorture: Mark data-race potential for rcu_barrier() test statistics
Paul E. McKenney
1
-3
/
+3
2020-04-27
rcutorture: Add KCSAN stubs
Paul E. McKenney
1
-0
/
+12
2020-04-27
rcu: Remove self-stack-trace when all quiescent states seen
Paul E. McKenney
1
-2
/
+0
2020-04-27
rcu: When GP kthread is starved, tag idle threads as false positives
Paul E. McKenney
1
-5
/
+19
2020-04-27
rcu: Use data_race() for RCU expedited CPU stall-warning prints
Paul E. McKenney
1
-4
/
+4
2020-04-27
ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()
Paul E. McKenney
2
-14
/
+4
2020-04-27
rcu-tasks: Allow standalone use of TASKS_{TRACE_,}RCU
Paul E. McKenney
1
-24
/
+30
2020-04-27
rcu-tasks: Add IPI failure count to statistics
Paul E. McKenney
1
-4
/
+7
2020-04-27
rcu-tasks: Add count for idle tasks on offline CPUs
Paul E. McKenney
1
-1
/
+5
2020-04-27
rcu-tasks: Add rcu_dynticks_zero_in_eqs() effectiveness statistics
Paul E. McKenney
1
-2
/
+11
2020-04-27
rcu-tasks: Make RCU tasks trace also wait for idle tasks
Paul E. McKenney
1
-5
/
+13
2020-04-27
rcu-tasks: Handle the running-offline idle-task special case
Paul E. McKenney
1
-2
/
+6
2020-04-27
rcu-tasks: Disable CPU hotplug across RCU tasks trace scans
Paul E. McKenney
1
-4
/
+14
2020-04-27
rcu-tasks: Allow rcu_read_unlock_trace() under scheduler locks
Paul E. McKenney
2
-1
/
+12
2020-04-27
rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so built
Paul E. McKenney
5
-10
/
+72
2020-04-27
rcu-tasks: Add Kconfig option to mediate smp_mb() vs. IPI
Paul E. McKenney
2
-1
/
+20
2020-04-27
rcu-tasks: Add grace-period and IPI counts to statistics
Paul E. McKenney
1
-1
/
+9
2020-04-27
rcu-tasks: Split ->trc_reader_need_end
Paul E. McKenney
2
-13
/
+21
2020-04-27
rcu-tasks: Provide boot parameter to delay IPIs until late in grace period
Paul E. McKenney
1
-4
/
+9
2020-04-27
rcu-tasks: Add a grace-period start time for throttling and debug
Paul E. McKenney
1
-0
/
+2
2020-04-27
rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooks
Paul E. McKenney
2
-6
/
+5
2020-04-27
rcu-tasks: Make rcutorture writer stall output include GP state
Paul E. McKenney
1
-5
/
+72
[next]