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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-08
Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...
Paul E. McKenney
3
-7
/
+228
2015-10-08
Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEAD
Paul E. McKenney
4
-310
/
+630
2015-10-08
rcu: Better hotplug handling for synchronize_sched_expedited()
Paul E. McKenney
1
-6
/
+62
2015-10-08
rcu: Enable stall warnings for synchronize_rcu_expedited()
Paul E. McKenney
1
-2
/
+1
2015-10-08
rcu: Add tasks to expedited stall-warning messages
Paul E. McKenney
1
-1
/
+1
2015-10-08
rcu: Add online/offline info to expedited stall warning message
Paul E. McKenney
3
-1
/
+40
2015-10-08
rcu: Consolidate expedited CPU selection
Paul E. McKenney
2
-63
/
+5
2015-10-08
rcu: Prepare for consolidating expedited CPU selection
Paul E. McKenney
1
-2
/
+0
2015-10-08
rcu: Stop excluding CPU hotplug in synchronize_sched_expedited()
Paul E. McKenney
1
-13
/
+1
2015-10-08
rcu: Stop silencing lockdep false positive for expedited grace periods
Paul E. McKenney
2
-23
/
+2
2015-10-08
rcu: Switch synchronize_sched_expedited() to IPI
Paul E. McKenney
2
-15
/
+20
2015-10-06
rcutorture: Fix unused-function warning for torturing_tasks()
Paul E. McKenney
1
-1
/
+1
2015-10-06
rcutorture: Fix module unwind when bad torture_type specified
Paul E. McKenney
1
-3
/
+3
2015-10-06
rcu_sync: Cleanup the CONFIG_PROVE_RCU checks
Oleg Nesterov
1
-3
/
+3
2015-10-06
rcu_sync: Introduce rcu_sync_dtor()
Oleg Nesterov
1
-0
/
+26
2015-10-06
rcu_sync: Add CONFIG_PROVE_RCU checks
Oleg Nesterov
1
-0
/
+20
2015-10-06
rcu_sync: Simplify rcu_sync using new rcu_sync_ops structure
Oleg Nesterov
1
-20
/
+22
2015-10-06
rcu: Create rcu_sync infrastructure
Oleg Nesterov
2
-1
/
+176
2015-10-06
torture: Consolidate cond_resched_rcu_qs() into stutter_wait()
Paul E. McKenney
1
-2
/
+0
2015-10-06
rcu: Correct comment for values of ->gp_state field
Paul E. McKenney
1
-1
/
+1
2015-10-06
rcu: Finish folding ->fqs_state into ->gp_state
Petr Mladek
3
-22
/
+12
2015-10-06
rcu: Move preemption disabling out of __srcu_read_lock()
Paul E. McKenney
1
-2
/
+0
2015-10-06
rcu: Add online/offline info to stall warning message
Paul E. McKenney
1
-2
/
+6
2015-10-06
rcu: Eliminate panic when silly boot-time fanout specified
Paul E. McKenney
1
-9
/
+11
2015-10-06
rcu: Don't disable preemption for Tiny and Tree RCU readers
Boqun Feng
1
-0
/
+9
2015-10-06
rcu: Use call_rcu_func_t to replace explicit type equivalents
Boqun Feng
2
-3
/
+2
2015-10-06
rcu: Use rcu_callback_t in call_rcu*() and friends
Boqun Feng
7
-14
/
+14
2015-09-21
rcu: Make ->cpu_no_qs be a union for aggregate OR
Paul E. McKenney
4
-16
/
+28
2015-09-21
rcu: Invert passed_quiesce and rename to cpu_no_qs
Paul E. McKenney
4
-17
/
+17
2015-09-21
rcu: Rename qs_pending to core_needs_qs
Paul E. McKenney
4
-12
/
+12
2015-09-21
rcu: Move synchronize_sched_expedited() to combining tree
Paul E. McKenney
2
-42
/
+82
2015-09-21
rcu: Use single-stage IPI algorithm for RCU expedited grace period
Paul E. McKenney
2
-66
/
+305
2015-09-21
rcu: Consolidate tree setup for synchronize_rcu_expedited()
Paul E. McKenney
3
-90
/
+115
2015-09-21
rcu: Move rcu_report_exp_rnp() to allow consolidation
Paul E. McKenney
2
-66
/
+66
2015-09-21
rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wq
Paul E. McKenney
2
-5
/
+3
2015-09-21
rcu: Suppress lockdep false positive for rcp->exp_funnel_mutex
Paul E. McKenney
1
-0
/
+5
2015-08-04
rcu,locking: Privatize smp_mb__after_unlock_lock()
Paul E. McKenney
1
-0
/
+12
2015-08-04
Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEAD
Paul E. McKenney
1
-13
/
+27
2015-08-04
Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEAD
Paul E. McKenney
4
-408
/
+401
2015-08-04
rcu: Silence lockdep false positive for expedited grace periods
Paul E. McKenney
2
-2
/
+18
2015-07-23
rcu: Don't disable CPU hotplug during OOM notifiers
Paul E. McKenney
1
-2
/
+0
2015-07-23
rcu: Fix backwards RCU_LOCKDEP_WARN() in synchronize_rcu_tasks()
Paul E. McKenney
1
-1
/
+1
2015-07-23
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
Paul E. McKenney
5
-29
/
+29
2015-07-23
rcu: Make rcu_is_watching() really notrace
Alexei Starovoitov
1
-2
/
+2
2015-07-23
rcu: Create a synchronize_rcu_mult()
Paul E. McKenney
1
-10
/
+27
2015-07-23
rcu: Fix obsolete priority-boosting comment
Paul E. McKenney
1
-2
/
+1
2015-07-23
rcu: Add RCU-sched flavors of get-state and cond-sync
Paul E. McKenney
2
-0
/
+54
2015-07-18
rcu: Add fastpath bypassing funnel locking
Paul E. McKenney
3
-3
/
+19
2015-07-18
rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS
Paul E. McKenney
2
-2
/
+2
2015-07-18
rcu: Pull out wait_event*() condition into helper function
Paul E. McKenney
1
-5
/
+21
[next]