summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
Commit message (Expand)AuthorAgeFilesLines
...
| | | * rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney2017-04-211-1/+21
| | | * srcu: Parallelize callback handlingPaul E. McKenney2017-04-211-0/+6
| | | * srcu: Make num_rcu_lvl[] array be externalPaul E. McKenney2017-04-181-1/+1
| | | * rcu: Remove redundant levelcnt[] array from rcu_init_one()Paul E. McKenney2017-04-181-6/+3
| | | * srcu: Move rcu_init_levelspread() to rcu_tree_node.hPaul E. McKenney2017-04-181-25/+0
| | | * srcu: Move rcu_seq_start() and friends to rcu.hPaul E. McKenney2017-04-181-35/+0
| | | * srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney2017-04-181-1/+1
| | | * srcu: Abstract multi-tail callback list handlingPaul E. McKenney2017-04-181-236/+112
| | | * rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actionsPaul E. McKenney2017-04-181-14/+24
| | | * rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()Paul E. McKenney2017-04-181-50/+12
| | | * rcu: Pull rcu_qs_ctr into rcu_dynticks structurePaul E. McKenney2017-04-181-9/+6
| | | * rcu: Pull rcu_sched_qs_mask into rcu_dynticks structurePaul E. McKenney2017-04-181-7/+5
| | | * rcu: Semicolon inside RCU_TRACE() for tree.cPaul E. McKenney2017-04-181-4/+4
| | | * rcu: Maintain special bits at bottom of ->dynticks counterPaul E. McKenney2017-04-181-16/+61
| | |/ | |/|
| | * rcu: Fix typo in PER_RCU_NODE_PERIOD header commentPaul E. McKenney2017-04-191-1/+1
| | * rcu: Use bool value directlyNicholas Mc Guire2017-04-191-1/+1
| | * rcu: Improve comments for hotplug/suspend/hibernate functionsPaul E. McKenney2017-04-191-4/+37
| | * rcu: Remove obsolete comment from rcu_future_gp_cleanup() headerPaul E. McKenney2017-04-191-3/+1
| |/
* | rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not workSteven Rostedt (VMware)2017-04-101-2/+16
* | rcu: Fix dyntick-idle tracingPaul E. McKenney2017-04-101-25/+23
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar2017-03-021-1/+1
*-. Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...Paul E. McKenney2017-01-251-85/+177
|\ \
| | * rcu: Make rcu_cpu_starting() use its "cpu" argumentPaul E. McKenney2017-01-231-1/+1
| | * rcu: Don't wake rcuc/X kthreads on NOCB CPUsPaul E. McKenney2017-01-231-1/+1
| | * rcu: Once again use NMI-based stack traces in stall warningsPaul E. McKenney2017-01-231-5/+7
| | * rcu: Remove short-term CPU kickingPaul E. McKenney2017-01-231-5/+0
| | * rcu: Add long-term CPU kickingPaul E. McKenney2017-01-231-0/+6
| | * rcu: Remove unused but set variableTobias Klauser2017-01-231-2/+0
| | * rcu: Only dump stalled-tasks stacks if there was a real stallByungchul Park2017-01-231-3/+3
| |/ |/|
| * rcu: Adjust FQS offline checks for exact online-CPU detectionPaul E. McKenney2017-01-231-15/+2
| * rcu: Check cond_resched_rcu_qs() state less often to reduce GP overheadPaul E. McKenney2017-01-231-12/+34
| * rcu: Abstract extended quiescent state determinationPaul E. McKenney2017-01-231-14/+38
| * rcu: Abstract dynticks extended quiescent state enter/exit operationsPaul E. McKenney2017-01-231-26/+62
| * rcu: Abstract the dynticks snapshot operationPaul E. McKenney2017-01-161-3/+16
| * rcu: Abstract the dynticks momentary-idle operationPaul E. McKenney2017-01-161-5/+14
|/
* rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney2017-01-141-13/+20
* rcu: Don't kick unless grace period or requestPaul E. McKenney2016-11-141-1/+2
* rcu: Remove obsolete comment from __call_rcu()Paul E. McKenney2016-11-141-7/+0
* rcu: Remove obsolete rcu_check_callbacks() header commentPaul E. McKenney2016-11-141-2/+1
* rcu: Tighten up __call_rcu() rcu_head alignment checkPaul E. McKenney2016-11-141-1/+3
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-1/+1
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-1/+1
| |
| \
*-. \ Merge branches 'doc.2016.08.22c', 'exp.2016.08.22c', 'fixes.2016.09.14a', 'ho...Paul E. McKenney2016-09-141-9/+35
|\ \ \ | |_|/ |/| |
| | * rcu: Provide exact CPU-online tracking for RCUPaul E. McKenney2016-08-221-3/+29
| |/ |/|
| * rcu: Avoid redundant quiescent-state chasingPaul E. McKenney2016-08-221-2/+4
| * rcu: Don't use modular infrastructure in non-modular codePaul Gortmaker2016-08-221-2/+0
| * rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreadsJisheng Zhang2016-08-221-2/+2
|/
* rcu: Convert rcutree to hotplug state machineThomas Gleixner2016-07-151-53/+52
OpenPOWER on IntegriCloud