index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcutree_plugin.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rcu: Hold off RCU_FAST_NO_HZ after timer posted
Paul E. McKenney
2012-02-21
1
-1
/
+1
*
rcu: Eliminate softirq-mediated RCU_FAST_NO_HZ idle-entry loop
Paul E. McKenney
2012-02-21
1
-1
/
+2
*
rcu: Call out dangers of expedited RCU primitives
Paul E. McKenney
2012-02-21
1
-4
/
+16
*
rcu: Rework detection of use of RCU by offline CPUs
Paul E. McKenney
2012-02-21
1
-1
/
+1
*
rcu: No interrupt disabling for rcu_prepare_for_idle()
Paul E. McKenney
2012-02-21
1
-17
/
+1
*
rcu: Move synchronize_sched_expedited() to rcutree.c
Paul E. McKenney
2012-02-21
1
-116
/
+0
*
rcu: Check for illegal use of RCU from offlined CPUs
Paul E. McKenney
2012-02-21
1
-0
/
+1
*
rcu: Print scheduling-clock information on RCU CPU stall-warning messages
Paul E. McKenney
2012-02-21
1
-3
/
+147
*
rcu: Remove #ifdef CONFIG_SMP from TREE_RCU
Paul E. McKenney
2012-02-21
1
-12
/
+0
*
rcu: Clean up straggling rcu_preempt_needs_cpu() name
Paul E. McKenney
2012-02-21
1
-4
/
+4
*
rcu: Limit lazy-callback duration
Paul E. McKenney
2012-02-21
1
-1
/
+11
*
rcu: Simplify offline processing
Paul E. McKenney
2012-02-21
1
-12
/
+13
*
rcu: Avoid waking up CPUs having only kfree_rcu() callbacks
Paul E. McKenney
2012-02-21
1
-3
/
+76
*
rcu: Add lockdep-RCU checks for simple self-deadlock
Paul E. McKenney
2012-02-21
1
-0
/
+4
*
rcu: Apply ACCESS_ONCE() to rcu_boost() return value
Paul E. McKenney
2011-12-11
1
-1
/
+2
*
Revert "rcu: Permit rt_mutex_unlock() with irqs disabled"
Paul E. McKenney
2011-12-11
1
-5
/
+0
*
rcu: Adaptive dyntick-idle preparation
Paul E. McKenney
2011-12-11
1
-11
/
+43
*
rcu: Keep invoking callbacks if CPU otherwise idle
Paul E. McKenney
2011-12-11
1
-0
/
+14
*
rcu: Permit dyntick-idle with callbacks pending
Paul E. McKenney
2011-12-11
1
-4
/
+71
*
rcu: Reduce latency of rcu_prepare_for_idle()
Paul E. McKenney
2011-12-11
1
-5
/
+7
*
rcu: Eliminate RCU_FAST_NO_HZ grace-period hang
Paul E. McKenney
2011-12-11
1
-76
/
+2
*
rcu: Avoid needlessly IPIing CPUs at GP end
Paul E. McKenney
2011-12-11
1
-2
/
+14
*
rcu: Go dyntick-idle more quickly if CPU has serviced current grace period
Paul E. McKenney
2011-12-11
1
-6
/
+18
*
rcu: Add tracing for RCU_FAST_NO_HZ
Paul E. McKenney
2011-12-11
1
-3
/
+15
*
rcu: Allow dyntick-idle mode for CPUs with callbacks
Paul E. McKenney
2011-12-11
1
-32
/
+124
*
rcu: Remove redundant return from rcu_report_exp_rnp()
Thomas Gleixner
2011-12-11
1
-1
/
+0
*
rcu: Omit self-awaken when setting up expedited grace period
Thomas Gleixner
2011-12-11
1
-5
/
+11
*
rcu: Make synchronize_sched_expedited() better at work sharing
Paul E. McKenney
2011-12-11
1
-1
/
+1
*
rcu: Avoid RCU-preempt expedited grace-period botch
Paul E. McKenney
2011-12-11
1
-2
/
+5
*
rcu: Remove rcu_needs_cpu_flush() to avoid false quiescent states
Paul E. McKenney
2011-09-29
1
-25
/
+0
*
rcu: Wire up RCU_BOOST_PRIO for rcutree
Mike Galbraith
2011-09-29
1
-5
/
+15
*
rcu: Permit rt_mutex_unlock() with irqs disabled
Paul E. McKenney
2011-09-29
1
-0
/
+5
*
rcu: Suppress NMI backtraces when stall ends before dump
Paul E. McKenney
2011-09-29
1
-4
/
+9
*
rcu: Simplify unboosting checks
Paul E. McKenney
2011-09-29
1
-10
/
+10
*
rcu: Move __rcu_read_unlock()'s barrier() within if-statement
Paul E. McKenney
2011-09-29
1
-1
/
+1
*
rcu: Simplify quiescent-state accounting
Paul E. McKenney
2011-09-29
1
-3
/
+3
*
rcu: Add grace-period, quiescent-state, and call_rcu trace events
Paul E. McKenney
2011-09-29
1
-3
/
+19
*
rcu: Add event-trace markers to TREE_RCU kthreads
Paul E. McKenney
2011-09-29
1
-0
/
+12
*
rcu: Update comments to reflect softirqs vs. kthreads
Paul E. McKenney
2011-09-29
1
-1
/
+2
*
rcu: Put names into TINY_RCU structures under RCU_TRACE
Paul E. McKenney
2011-09-29
1
-1
/
+1
*
rcu: Abstract common code for RCU grace-period-wait primitives
Paul E. McKenney
2011-09-29
1
-10
/
+1
*
rcu: Avoid unnecessary self-wakeup of per-CPU kthreads
Shaohua Li
2011-09-29
1
-5
/
+3
*
rcu: Use kthread_create_on_node()
Eric Dumazet
2011-09-29
1
-1
/
+4
*
softirq,rcu: Inform RCU of irq_exit() activity
Peter Zijlstra
2011-07-20
1
-1
/
+1
*
rcu: protect __rcu_read_unlock() against scheduler-using irq handlers
Paul E. McKenney
2011-07-20
1
-5
/
+24
*
rcu: Streamline code produced by __rcu_read_unlock()
Paul E. McKenney
2011-07-20
1
-6
/
+6
*
rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_special
Paul E. McKenney
2011-07-20
1
-2
/
+6
*
rcu: decrease rcu_report_exp_rnp coupling with scheduler
Paul E. McKenney
2011-07-20
1
-2
/
+4
*
rcu: Prevent RCU callbacks from executing before scheduler initialized
Paul E. McKenney
2011-07-13
1
-4
/
+11
*
rcu: Move RCU_BOOST #ifdefs to header file
Paul E. McKenney
2011-06-17
1
-0
/
+384
[prev]
[next]