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
/
rcu
/
tree_plugin.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-09
Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...
Paul E. McKenney
1
-29
/
+12
2019-02-09
rcu/tree: Convert to SPDX license identifier
Paul E. McKenney
1
-15
/
+2
2019-01-26
rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()
Paul E. McKenney
1
-14
/
+10
2019-01-26
Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEAD
Paul E. McKenney
1
-40
/
+28
2019-01-26
rcu: Update NOCB comments
Paul E. McKenney
1
-17
/
+16
2019-01-26
rcu: Move rcu_cpu_has_work to rcu_data structure
Paul E. McKenney
1
-11
/
+4
2019-01-26
rcu: Remove unused rcu_cpu_kthread_loops per-CPU variable
Paul E. McKenney
1
-2
/
+0
2019-01-26
rcu: Move rcu_cpu_kthread_status to rcu_data structure
Paul E. McKenney
1
-4
/
+3
2019-01-26
rcu: Move rcu_cpu_kthread_task to rcu_data structure
Paul E. McKenney
1
-6
/
+5
2019-01-26
rcu: Discard separate per-CPU callback counts
Paul E. McKenney
1
-38
/
+12
2019-01-26
rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu()
Paul E. McKenney
1
-64
/
+0
2019-01-26
rcu: Inline rcu_kthread_do_work() into its sole remaining caller
Paul E. McKenney
1
-6
/
+1
2019-01-26
rcu: Rename and comment changes due to only one rcuo kthread per CPU
Paul E. McKenney
1
-4
/
+4
2018-12-01
rcu: Account for nocb-CPU callback counts in RCU CPU stall warnings
Paul E. McKenney
1
-5
/
+19
2018-12-01
rcutorture: Affinity forward-progress test to avoid housekeeping CPUs
Paul E. McKenney
1
-0
/
+11
2018-12-01
Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...
Paul E. McKenney
1
-12
/
+25
2018-11-12
rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()
Paul E. McKenney
1
-8
/
+13
2018-11-12
rcu: Replace this_cpu_ptr() with __this_cpu_read()
Paul E. McKenney
1
-1
/
+1
2018-11-12
rcu: Speed up expedited GPs when interrupting RCU reader
Paul E. McKenney
1
-3
/
+11
2018-11-12
rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.h
Paul E. McKenney
1
-3
/
+6
2018-08-31
rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks
Paul E. McKenney
1
-2
/
+1
2018-08-31
rcu: Switch dyntick nesting counters to rcu_data structure
Paul E. McKenney
1
-1
/
+1
2018-08-31
rcu: Switch urgent quiescent-state requests to rcu_data structure
Paul E. McKenney
1
-7
/
+7
2018-08-31
rcu: Switch lazy counts to rcu_data structure
Paul E. McKenney
1
-13
/
+10
2018-08-31
rcu: Switch last accelerate/advance to rcu_data structure
Paul E. McKenney
1
-9
/
+8
2018-08-31
rcu: Switch ->tick_nohz_enabled_snap to rcu_data structure
Paul E. McKenney
1
-5
/
+5
2018-08-31
rcu: Avoid resched_cpu() when rescheduling the current CPU
Paul E. McKenney
1
-2
/
+4
2018-08-31
rcu: More aggressively enlist scheduler aid for nohz_full CPUs
Paul E. McKenney
1
-0
/
+1
2018-08-31
rcu: Compute jiffies_till_sched_qs from other kernel parameters
Paul E. McKenney
1
-0
/
+2
2018-08-31
rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure
Paul E. McKenney
1
-4
/
+1
2018-08-31
rcu: Inline _rcu_barrier() into its sole remaining caller
Paul E. McKenney
1
-1
/
+1
2018-08-31
rcu: Define rcu_all_qs() only in !PREEMPT builds
Paul E. McKenney
1
-0
/
+39
2018-08-31
rcu: Clean up flavor-related definitions and comments in tree_plugin.h
Paul E. McKenney
1
-19
/
+17
2018-08-31
rcu: Inline increment_cpu_stall_ticks() into its sole caller
Paul E. McKenney
1
-6
/
+0
2018-08-31
rcu: Remove for_each_rcu_flavor() flavor-traversal macro
Paul E. McKenney
1
-37
/
+22
2018-08-31
rcu: Remove last non-flavor-traversal rsp local variable from tree_plugin.h
Paul E. McKenney
1
-8
/
+6
2018-08-31
rcu: Remove rcu_data structure's ->rsp field
Paul E. McKenney
1
-21
/
+21
2018-08-31
rcu: Remove rsp parameter from rcu_node tree accessor macros
Paul E. McKenney
1
-2
/
+2
2018-08-31
rcu: Remove rsp parameter from expedited grace-period functions
Paul E. McKenney
1
-7
/
+6
2018-08-31
rcu: Remove rsp parameter from no-CBs CPU functions
Paul E. McKenney
1
-9
/
+9
2018-08-31
rcu: Remove rsp parameter from print_cpu_stall_info()
Paul E. McKenney
1
-3
/
+3
2018-08-31
rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()
Paul E. McKenney
1
-7
/
+6
2018-08-31
rcu: Remove rsp parameter from dump_blkd_tasks() and friend
Paul E. McKenney
1
-7
/
+5
2018-08-31
rcu: Remove rsp parameter from rcu_print_detail_task_stall()
Paul E. McKenney
1
-3
/
+3
2018-08-31
rcu: Remove rsp parameter from rcu_do_batch()
Paul E. McKenney
1
-1
/
+1
2018-08-31
rcu: Remove rsp parameter from note_gp_changes()
Paul E. McKenney
1
-1
/
+1
2018-08-31
rcu: Remove rsp parameter from rcu_accelerate_cbs()
Paul E. McKenney
1
-1
/
+1
2018-08-31
rcu: Remove rsp parameter from rcu_gp_kthread_wake()
Paul E. McKenney
1
-2
/
+2
2018-08-31
rcu: Remove rsp parameter from rcu_get_root()
Paul E. McKenney
1
-1
/
+1
2018-08-31
rcu: Remove rsp parameter from rcu_gp_in_progress()
Paul E. McKenney
1
-1
/
+1
[next]