index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rcu: Fix data-race due to atomic_t copy-by-value
Marco Elver
2019-12-09
1
-5
/
+6
*
-
.
Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...
Paul E. McKenney
2019-10-30
1
-17
/
+56
|
\
\
|
|
*
rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processing
Paul E. McKenney
2019-10-28
1
-5
/
+5
|
|
*
rcu: Confine ->core_needs_qs accesses to the corresponding CPU
Paul E. McKenney
2019-10-28
1
-4
/
+4
|
|
*
rcu: Reset CPU hints when reporting a quiescent state
Joel Fernandes (Google)
2019-10-28
1
-7
/
+10
|
|
*
rcu: Force nohz_full tick on upon irq enter instead of exit
Paul E. McKenney
2019-10-28
1
-6
/
+5
|
|
*
rcu: Force tick on for nohz_full CPUs not reaching quiescent states
Paul E. McKenney
2019-10-28
1
-7
/
+31
|
|
*
rcutorture: Emulate dyntick aspect of userspace nohz_full sojourn
Paul E. McKenney
2019-10-05
1
-0
/
+1
|
|
*
rcu: Make CPU-hotplug removal operations enable tick
Paul E. McKenney
2019-10-05
1
-0
/
+9
|
|
*
stop_machine: Provide RCU quiescent state in multi_cpu_stop()
Paul E. McKenney
2019-10-05
1
-1
/
+1
|
|
*
rcu: Force on tick when invoking lots of callbacks
Paul E. McKenney
2019-10-05
1
-0
/
+2
|
|
/
|
/
|
|
*
rcu: Ensure that ->rcu_urgent_qs is set before resched IPI
Joel Fernandes (Google)
2019-10-30
1
-0
/
+1
|
/
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-09-17
1
-6
/
+6
|
\
|
*
Merge branch 'sched/rt' into sched/core, to pick up -rt changes
Ingo Molnar
2019-09-16
1
-3
/
+3
|
|
\
|
|
*
rcu: Use CONFIG_PREEMPTION
Thomas Gleixner
2019-07-31
1
-3
/
+3
|
*
|
rcu/tree: Fix SCHED_FIFO params
Peter Zijlstra
2019-08-08
1
-3
/
+3
|
*
|
rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic region
Juri Lelli
2019-07-25
1
-3
/
+3
|
|
/
*
|
rcu: Allow rcu_do_batch() to dynamically adjust batch sizes
Eric Dumazet
2019-08-13
1
-1
/
+19
*
|
rcu/nocb: Advance CBs after merge in rcutree_migrate_callbacks()
Paul E. McKenney
2019-08-13
1
-0
/
+1
*
|
rcu/nocb: Add bypass callback queueing
Paul E. McKenney
2019-08-13
1
-4
/
+12
*
|
rcu/nocb: Reduce contention at no-CBs registry-time CB advancement
Paul E. McKenney
2019-08-13
1
-2
/
+3
*
|
rcu/nocb: Avoid needless wakeups of no-CBs grace-period kthread
Paul E. McKenney
2019-08-13
1
-0
/
+15
*
|
rcu/nocb: Use build-time no-CBs check in rcu_pending()
Paul E. McKenney
2019-08-13
1
-1
/
+2
*
|
rcu/nocb: Use build-time no-CBs check in rcu_core()
Paul E. McKenney
2019-08-13
1
-4
/
+4
*
|
rcu/nocb: Use build-time no-CBs check in rcu_do_batch()
Paul E. McKenney
2019-08-13
1
-5
/
+5
*
|
rcu/nocb: Remove obsolete nocb_q_count and nocb_q_count_lazy fields
Paul E. McKenney
2019-08-13
1
-3
/
+3
*
|
rcu/nocb: Use rcu_segcblist for no-CBs CPUs
Paul E. McKenney
2019-08-13
1
-53
/
+63
*
|
rcu/nocb: Leave ->cblist enabled for no-CBs CPUs
Paul E. McKenney
2019-08-13
1
-2
/
+3
*
|
rcu/nocb: Check for deferred nocb wakeups before nohz_full early exit
Paul E. McKenney
2019-08-13
1
-4
/
+4
*
|
rcu/nocb: Make rcutree_migrate_callbacks() start at leaf rcu_node structure
Paul E. McKenney
2019-08-13
1
-5
/
+6
*
|
rcu/nocb: Add checks for offloaded callback processing
Paul E. McKenney
2019-08-13
1
-3
/
+8
*
|
rcu/nocb: Use separate flag to indicate offloaded ->cblist
Paul E. McKenney
2019-08-13
1
-4
/
+6
|
/
*
-
.
Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...
Paul E. McKenney
2019-06-19
1
-3
/
+4
|
\
\
|
|
*
rcu: Set a maximum limit for back-to-back callback invocation
Paul E. McKenney
2019-05-28
1
-3
/
+4
|
|
/
*
|
rcu: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle()
Joel Fernandes (Google)
2019-05-28
1
-4
/
+17
*
|
rcu: Inline invoke_rcu_callbacks() into its sole remaining caller
Paul E. McKenney
2019-05-25
1
-17
/
+3
*
|
rcu: Enable elimination of Tree-RCU softirq processing
Sebastian Andrzej Siewior
2019-05-25
1
-13
/
+125
|
/
*
Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-05-16
1
-4
/
+4
|
\
|
*
rcu: validate arguments for rcu tracepoints
Yafang Shao
2019-04-08
1
-4
/
+4
*
|
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-05-07
1
-1
/
+1
|
\
\
|
*
|
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2019-04-09
1
-1
/
+1
|
|
/
|
|
|
\
*
-
.
\
Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...
Paul E. McKenney
2019-04-09
1
-494
/
+14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
rcu: Move forward-progress checkers into tree_stall.h
Paul E. McKenney
2019-03-26
1
-166
/
+0
|
|
*
rcu: Move irq-disabled stall-warning checking to tree_stall.h
Paul E. McKenney
2019-03-26
1
-21
/
+0
|
|
*
rcu: Move RCU CPU stall-warning code out of tree.c
Paul E. McKenney
2019-03-26
1
-291
/
+0
|
|
*
rcu: Move RCU CPU stall-warning code out of update.c
Paul E. McKenney
2019-03-26
1
-0
/
+1
|
|
/
|
/
|
|
*
rcu: Fix force_qs_rnp() header comment
Zhouyi Zhou
2019-03-26
1
-5
/
+5
|
*
rcu: Update jiffies_to_sched_qs and adjust_jiffies_till_sched_qs() comments
Paul E. McKenney
2019-03-26
1
-1
/
+2
|
*
rcu: Default jiffies_to_sched_qs to jiffies_till_sched_qs
Neeraj Upadhyay
2019-03-26
1
-2
/
+1
|
*
rcu: Fix self-wakeups for grace-period kthread
Neeraj Upadhyay
2019-03-26
1
-1
/
+1
[next]