index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rcu: Do RCU GP kthread self-wakeup from softirq and interrupt
Zhang, Jun
2019-03-23
1
-6
/
+14
*
rcu: Make need_resched() respond to urgent RCU-QS needs
Paul E. McKenney
2018-12-01
1
-0
/
+9
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-08-13
1
-4
/
+4
|
\
|
*
sched/swait: Rename to exclusive
Peter Zijlstra
2018-06-20
1
-4
/
+4
*
|
Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEAD
Paul E. McKenney
2018-07-12
1
-37
/
+7
|
\
\
|
*
|
rcutorture: Add support to detect if boost kthread prio is too low
Joel Fernandes (Google)
2018-07-12
1
-0
/
+7
|
*
|
rcu: Remove rcutorture test version and sequence number
Paul E. McKenney
2018-07-12
1
-37
/
+0
*
|
|
rcu: Assign higher prio to RCU threads if rcutorture is built-in
Joel Fernandes (Google)
2018-07-12
1
-1
/
+5
*
|
|
rcu: Check the range of jiffies_till_{first,next}_fqs when setting them
Byungchul Park
2018-07-12
1
-13
/
+32
*
|
|
rcu: Add diagnostics for rcutorture writer stall warning
Paul E. McKenney
2018-07-12
1
-0
/
+21
*
|
|
rcu: Use RCU CPU stall timeout for rcu_check_gp_start_stall()
Paul E. McKenney
2018-07-12
1
-8
/
+9
*
|
|
rcu: Remove __maybe_unused from rcu_cpu_has_callbacks()
Paul E. McKenney
2018-07-12
1
-1
/
+1
*
|
|
rcu: Remove "inline" from panic_on_rcu_stall() and rcu_blocking_is_gp()
Paul E. McKenney
2018-07-12
1
-2
/
+2
*
|
|
rcu: Inline rcu_dynticks_momentary_idle() into its sole caller
Paul E. McKenney
2018-07-12
1
-16
/
+7
*
|
|
rcu: Improve RCU-tasks naming and comments
Paul E. McKenney
2018-07-12
1
-1
/
+1
*
|
|
rcu: Use pr_fmt to prefix "rcu: " to logging output
Joe Perches
2018-07-12
1
-3
/
+5
*
|
|
rcu: Improve rcu_note_voluntary_context_switch() reporting
Byungchul Park
2018-07-12
1
-2
/
+2
|
/
/
*
|
rcu: Add diagnostics for offline CPUs failing to report QS
Paul E. McKenney
2018-07-12
1
-0
/
+22
*
|
rcu: Record ->gp_state for both phases of grace-period initialization
Paul E. McKenney
2018-07-12
1
-0
/
+2
*
|
rcu: Add CPU online/offline state to dump_blkd_tasks()
Paul E. McKenney
2018-07-12
1
-2
/
+10
*
|
rcu: Remove CPU-hotplug failsafe from force-quiescent-state code path
Paul E. McKenney
2018-07-12
1
-8
/
+1
*
|
rcu: Remove failsafe check for lost quiescent state
Paul E. McKenney
2018-07-12
1
-13
/
+3
*
|
rcu: Move grace-period pre-init delay after pre-init
Paul E. McKenney
2018-07-12
1
-1
/
+1
*
|
rcu: Fix grace-period hangs due to race with CPU offline
Paul E. McKenney
2018-07-12
1
-0
/
+6
*
|
rcu: Fix grace-period hangs from mid-init task resume
Paul E. McKenney
2018-07-12
1
-3
/
+17
*
|
rcu: Suppress more involved false-positive preempted-task splats
Paul E. McKenney
2018-07-12
1
-1
/
+6
*
|
rcu: Suppress false-positive preempted-task splats
Paul E. McKenney
2018-07-12
1
-0
/
+5
*
|
rcu: Suppress false-positive offline-CPU lockdep-RCU splat
Paul E. McKenney
2018-07-12
1
-24
/
+24
*
|
rcu: Prevent useless FQS scan after all CPUs have checked in
Paul E. McKenney
2018-07-12
1
-0
/
+2
*
|
rcu: Replace smp_wmb() with smp_store_release() for stall check
Paul E. McKenney
2018-07-12
1
-2
/
+2
*
|
rcu: Fix typo and add additional debug
Paul E. McKenney
2018-07-12
1
-0
/
+1
*
|
rcu: Make rcu_report_unblock_qs_rnp() warn on violated preconditions
Paul E. McKenney
2018-07-12
1
-2
/
+4
*
|
rcu: Make rcu_init_new_rnp() stop upon already-set bit
Paul E. McKenney
2018-07-12
1
-1
/
+5
*
|
rcu: Fix an obsolete ->qsmaskinit comment
Paul E. McKenney
2018-07-12
1
-2
/
+2
*
|
rcu: Clean up handling of tasks blocked across full-rcu_node offline
Paul E. McKenney
2018-07-12
1
-13
/
+17
*
|
rcu: Identify grace period is in progress as we advance up the tree
Joel Fernandes (Google)
2018-07-12
1
-4
/
+5
*
|
rcu: Use better variable names in funnel locking loop
Joel Fernandes (Google)
2018-07-12
1
-32
/
+32
*
|
rcu: Rename the grace-period-request variables and parameters
Joel Fernandes
2018-07-12
1
-19
/
+27
*
|
rcu: Regularize resetting of rcu_data wrap indicator
Paul E. McKenney
2018-07-12
1
-2
/
+4
*
|
rcutorture: Correctly handle grace-period sequence wrap
Paul E. McKenney
2018-07-12
1
-3
/
+3
*
|
rcu: Make rcu_start_this_gp() check for grace period already started
Paul E. McKenney
2018-07-12
1
-1
/
+1
*
|
rcu: Fix cpustart tracepoint gp_seq number
Joel Fernandes (Google)
2018-07-12
1
-1
/
+1
*
|
rcu: Produce last "CleanupMore" trace only if late-breaking request
Joel Fernandes (Google)
2018-07-12
1
-1
/
+1
*
|
rcu: Don't funnel-lock above leaf node if GP in progress
Paul E. McKenney
2018-07-12
1
-0
/
+9
*
|
rcu: Make simple callback acceleration refer to rdp->gp_seq_needed
Paul E. McKenney
2018-07-12
1
-19
/
+32
*
|
rcu: Remove ->gpnum and ->completed
Paul E. McKenney
2018-07-12
1
-34
/
+11
*
|
rcu: Convert rcu_fqs tracepoint to ->gp_seq
Paul E. McKenney
2018-07-12
1
-4
/
+4
*
|
rcu: Convert rcu_quiescent_state_report tracepoint to ->gp_seq
Paul E. McKenney
2018-07-12
1
-1
/
+1
*
|
rcu: Convert rcu_future_grace_period tracepoint to gp_seq
Paul E. McKenney
2018-07-12
1
-4
/
+3
*
|
rcu: Convert rcu_grace_period tracepoint to gp_seq
Paul E. McKenney
2018-07-12
1
-22
/
+21
[next]