summaryrefslogtreecommitdiffstats
path: root/Documentation/RCU/Design
Commit message (Expand)AuthorAgeFilesLines
* rcu: Make rcu_read_unlock_special() safe for rq/pi locksPaul E. McKenney2020-04-271-45/+16
* doc/RCU/Design: Remove remaining HTML tags in ReST filesSeongJae Park2020-02-271-4/+4
* Documentation: Rename rcu_node_context_switch() to rcu_note_context_switch()Sebastian Andrzej Siewior2019-10-293-3/+3
* Restore docs "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()"Joel Fernandes (Google)2019-10-291-0/+54
* Restore docs "treewide: Rename rcu_dereference_raw_notrace() to _check()"Joel Fernandes (Google)2019-10-291-1/+1
* docs: rcu: Correct links referring to titlesJoel Fernandes (Google)2019-10-292-60/+47
* docs: rcu: convert some articles from html to ReSTMauro Carvalho Chehab2019-10-299-6102/+4971
* Revert docs from "treewide: Rename rcu_dereference_raw_notrace() to _check()"Joel Fernandes (Google)2019-10-291-1/+1
* Revert docs from "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlo...Joel Fernandes (Google)2019-10-291-71/+0
*-. Merge branches 'consolidate.2019.08.01b', 'fixes.2019.08.12a', 'lists.2019.08...Paul E. McKenney2019-08-131-1/+72
|\ \
| | * treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)2019-08-011-1/+1
| |/ |/|
| * rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()Paul E. McKenney2019-08-011-0/+71
|/
* doc: Remove obsolete RCU update functions from RCU documentationPaul E. McKenney2019-03-263-6/+6
*-. Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-094-11/+11
|\ \
| * | rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCUPaul E. McKenney2019-01-253-5/+5
| * | rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney2019-01-254-6/+6
| |/
* / doc: CPU-hotplug notifiers cannot invoke synchronize_srcu() or srcu_barrier()Paul E. McKenney2019-01-251-7/+13
|/
* rcu: Determine expedited-GP IPI handler at build timePaul E. McKenney2019-01-252-20/+24
* doc: Fix "struction" typo in RCU memory-ordering documentationJoel Fernandes (Google)2018-11-121-1/+1
* doc: RCU scheduler spinlock rcu_read_unlock() restriction remainsPaul E. McKenney2018-11-121-15/+29
* doc: Make listing in RCU perf/scale requirements use rcu_assign_pointer()Joel Fernandes (Google)2018-11-121-1/+1
* doc: Remove obsolete (non-)requirement about disabling preemptionJoel Fernandes (Google)2018-11-121-50/+0
* doc: rcu: Update description of gp_seq fields in rcu_dataJoel Fernandes (Google)2018-11-121-3/+4
* doc: rcu: Better clarify the rcu_segcblist ->len fieldJoel Fernandes (Google)2018-11-121-8/+15
* doc: rcu: Update Data-Structures for RCU flavor consolidationJoel Fernandes (Google)2018-11-125-2240/+559
* doc: Remove rcu_dynticks from Data-StructuresJoel Fernandes (Google)2018-11-122-760/+25
* doc: Update information about resched_cpuJoel Fernandes (Google)2018-11-121-3/+3
* doc: Clarify RCU data-structure comment about rcu_tree fanoutJoel Fernandes (Google)2018-11-081-3/+5
* doc: Set down forward-progress requirementsPaul E. McKenney2018-11-081-2/+108
*-. Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney2018-08-301-26/+24
|\ \
| * | rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney2018-08-301-26/+24
| |/
* | doc: Fix broken HTML directivePaul E. McKenney2018-08-301-1/+1
* | doc: Update removal of RCU-bh/sched update machineryPaul E. McKenney2018-08-303-134/+45
* | doc: Improve rcu_dynticks::dynticks documentationJoel Fernandes (Google)2018-08-291-3/+5
* | doc: Fix broken RCU-requirements link to LKML archiveJoel Fernandes (Google)2018-08-291-2/+2
* | doc: Add design documentation on interruption of NMI handlersPaul E. McKenney2018-08-291-0/+11
|/
* doc: Update memory-ordering documentation for ->gp-seqPaul E. McKenney2018-07-126-223/+243
* doc: Update data-structure documentation for ->gp_seqPaul E. McKenney2018-07-121-55/+63
*---. Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney2017-12-112-15/+34
|\ \ \
| | | * doc: De-emphasize smp_read_barrier_dependsPaul E. McKenney2017-12-051-1/+2
| | |/
| * / doc: Update dyntick-idle design documentation for NMI/irq consolidationPaul E. McKenney2017-11-281-14/+32
| |/
* / doc: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-12-042-3/+4
|/
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-1314-0/+14170
|\
| * documentation: RCU grace-period memory ordering guaranteesPaul E. McKenney2017-10-0914-0/+14170
* | Documentation: fix ref to workqueue contentTom Saeger2017-10-191-1/+1
|/
* doc: Set down RCU's scheduling-clock-interrupt needsPaul E. McKenney2017-08-171-0/+130
* rcu: Remove debugfs tracingPaul E. McKenney2017-06-081-1/+1
* rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney2017-06-081-6/+3
* rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney2017-06-081-5/+1
* doc: Take tail recursion into account in RCU requirementsPaul E. McKenney2017-06-081-1/+2