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
/
rcu
/
tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-09
rcu: Remove nohz_full full-system-idle state machine
Paul E. McKenney
1
-34
/
+7
2017-06-09
rcu: Remove the RCU_KTHREAD_PRIO Kconfig option
Paul E. McKenney
1
-4
/
+0
2017-06-09
rcu: Remove *_SLOW_* Kconfig options
Paul E. McKenney
1
-20
/
+6
2017-06-09
rcu: Improve __call_rcu() debug-objects error message
Paul E. McKenney
1
-2
/
+7
2017-06-09
rcu: Eliminate the unused __rcu_is_watching() function
Paul E. McKenney
1
-15
/
+4
2017-06-09
rcu: Move docbook comments out of rcupdate.h
Paul E. McKenney
1
-4
/
+38
2017-06-08
rcu: Add lockdep_assert_held() teeth to tree.c
Paul E. McKenney
1
-0
/
+25
2017-06-08
rcu: Update rcu_bootup_announce_oddness()
Paul E. McKenney
1
-3
/
+6
2017-06-08
rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs()
Paul E. McKenney
1
-0
/
+2
2017-06-08
rcu: Remove obsolete reference to synchronize_kernel()
Paul E. McKenney
1
-6
/
+0
2017-06-08
rcu: Complain if blocking in preemptible RCU read-side critical section
Paul E. McKenney
1
-1
/
+1
2017-06-08
rcu: Prevent rcu_barrier() from starting needless grace periods
Paul E. McKenney
1
-2
/
+8
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-417
/
+293
2017-05-02
rcu: Open-code the rcu_cblist_n_lazy_cbs() function
Paul E. McKenney
1
-1
/
+1
2017-05-02
rcu: Open-code the rcu_cblist_n_cbs() function
Paul E. McKenney
1
-5
/
+4
2017-05-02
rcu: Open-code the rcu_cblist_empty() function
Paul E. McKenney
1
-5
/
+4
2017-04-26
srcu: Make rcutorture writer stalls print SRCU GP state
Paul E. McKenney
1
-8
/
+4
2017-04-21
Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...
Paul E. McKenney
1
-407
/
+289
2017-04-21
rcu: Make non-preemptive schedule be Tasks RCU quiescent state
Paul E. McKenney
1
-1
/
+21
2017-04-21
srcu: Parallelize callback handling
Paul E. McKenney
1
-0
/
+6
2017-04-19
rcu: Fix typo in PER_RCU_NODE_PERIOD header comment
Paul E. McKenney
1
-1
/
+1
2017-04-19
rcu: Use bool value directly
Nicholas Mc Guire
1
-1
/
+1
2017-04-19
rcu: Improve comments for hotplug/suspend/hibernate functions
Paul E. McKenney
1
-4
/
+37
2017-04-19
rcu: Remove obsolete comment from rcu_future_gp_cleanup() header
Paul E. McKenney
1
-3
/
+1
2017-04-18
srcu: Make num_rcu_lvl[] array be external
Paul E. McKenney
1
-1
/
+1
2017-04-18
rcu: Remove redundant levelcnt[] array from rcu_init_one()
Paul E. McKenney
1
-6
/
+3
2017-04-18
srcu: Move rcu_init_levelspread() to rcu_tree_node.h
Paul E. McKenney
1
-25
/
+0
2017-04-18
srcu: Move rcu_seq_start() and friends to rcu.h
Paul E. McKenney
1
-35
/
+0
2017-04-18
srcu: Allow SRCU to access rcu_scheduler_active
Paul E. McKenney
1
-1
/
+1
2017-04-18
srcu: Abstract multi-tail callback list handling
Paul E. McKenney
1
-236
/
+112
2017-04-18
rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actions
Paul E. McKenney
1
-14
/
+24
2017-04-18
rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()
Paul E. McKenney
1
-50
/
+12
2017-04-18
rcu: Pull rcu_qs_ctr into rcu_dynticks structure
Paul E. McKenney
1
-9
/
+6
2017-04-18
rcu: Pull rcu_sched_qs_mask into rcu_dynticks structure
Paul E. McKenney
1
-7
/
+5
2017-04-18
rcu: Semicolon inside RCU_TRACE() for tree.c
Paul E. McKenney
1
-4
/
+4
2017-04-18
rcu: Maintain special bits at bottom of ->dynticks counter
Paul E. McKenney
1
-16
/
+61
2017-04-10
rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not work
Steven Rostedt (VMware)
1
-2
/
+16
2017-04-10
rcu: Fix dyntick-idle tracing
Paul E. McKenney
1
-25
/
+23
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
1
-0
/
+1
2017-03-02
rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...
Ingo Molnar
1
-1
/
+1
2017-01-25
Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...
Paul E. McKenney
1
-85
/
+177
2017-01-23
rcu: Adjust FQS offline checks for exact online-CPU detection
Paul E. McKenney
1
-15
/
+2
2017-01-23
rcu: Check cond_resched_rcu_qs() state less often to reduce GP overhead
Paul E. McKenney
1
-12
/
+34
2017-01-23
rcu: Abstract extended quiescent state determination
Paul E. McKenney
1
-14
/
+38
2017-01-23
rcu: Abstract dynticks extended quiescent state enter/exit operations
Paul E. McKenney
1
-26
/
+62
2017-01-23
rcu: Make rcu_cpu_starting() use its "cpu" argument
Paul E. McKenney
1
-1
/
+1
2017-01-23
rcu: Don't wake rcuc/X kthreads on NOCB CPUs
Paul E. McKenney
1
-1
/
+1
2017-01-23
rcu: Once again use NMI-based stack traces in stall warnings
Paul E. McKenney
1
-5
/
+7
2017-01-23
rcu: Remove short-term CPU kicking
Paul E. McKenney
1
-5
/
+0
[next]