summaryrefslogtreecommitdiffstats
path: root/Documentation/RCU/Design/Requirements (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2021-02-121-358/+374
|\
| *---. Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney2021-01-231-0/+18
| |\ \ \
| | | | * srcu: Document polling interfaces for Tree SRCU grace periodsPaul E. McKenney2021-01-041-0/+18
| | | |/
| * | | doc: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior2021-01-071-11/+11
| * | | doc: Update RCU's requirements page about the PREEMPT_RT wikiSebastian Andrzej Siewior2021-01-071-1/+1
| * | | doc: Update RCU requirements RCU_INIT_POINTER() descriptionPaul E. McKenney2021-01-041-2/+1
| * | | docs: Fix typos and drop/fix dead links in RCU documentationPaul Gortmaker2021-01-041-12/+11
| * | | doc: Remove obsolete RCU-bh and RCU-sched update-side API membersPaul E. McKenney2021-01-041-14/+14
| * | | docs: Remove redundant "``" from Requirements.rstPaul E. McKenney2021-01-041-332/+332
| | |/ | |/|
* / | docs: Fix reST markup when linking to sectionsNĂ­colas F. R. A. Prado2020-12-311-10/+10
|/ /
* | docs: RCU: Requirements.rst: Fix a list blockMauro Carvalho Chehab2020-11-071-0/+1
* | docs: Update RCU's hotplug requirements with a bit about designJoel Fernandes (Google)2020-11-071-10/+39
|/
* doc: Drop doubled words from RCU requirements documentationRandy Dunlap2020-08-241-2/+2
* Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-031-1/+6
|\
| * doc: Tasks RCU must protect instructions before trampolinePaul E. McKenney2020-06-291-1/+6
* | Documentation/barriers: Remove references to [smp_]read_barrier_depends()Will Deacon2020-07-211-1/+1
|/
* rcu: Make rcu_read_unlock_special() safe for rq/pi locksPaul E. McKenney2020-04-271-45/+16
* 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-291-51/+39
* docs: rcu: convert some articles from html to ReSTMauro Carvalho Chehab2019-10-292-3330/+2662
* 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: CPU-hotplug notifiers cannot invoke synchronize_srcu() or srcu_barrier()Paul E. McKenney2019-01-261-7/+13
* 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: Set down forward-progress requirementsPaul E. McKenney2018-11-091-2/+108
*-. Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney2018-08-311-26/+24
|\ \
| * | rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney2018-08-311-26/+24
| |/
* | doc: Update removal of RCU-bh/sched update machineryPaul E. McKenney2018-08-301-114/+35
* | 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
|/
*-. Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney2017-12-111-1/+2
|\ \
| | * doc: De-emphasize smp_read_barrier_dependsPaul E. McKenney2017-12-051-1/+2
| |/
* / doc: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-12-041-2/+2
|/
* doc: Set down RCU's scheduling-clock-interrupt needsPaul E. McKenney2017-08-171-0/+130
* rcu: Remove debugfs tracingPaul E. McKenney2017-06-091-1/+1
* rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney2017-06-091-6/+3
* rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney2017-06-091-5/+1
* doc: Take tail recursion into account in RCU requirementsPaul E. McKenney2017-06-081-1/+2
* srcu: Document auto-expediting requirementPaul E. McKenney2017-06-081-0/+14
* doc: Update requirements based on recent changesPaul E. McKenney2017-04-121-26/+94
* doc: Synchronous RCU grace periods are now legal throughout bootPaul E. McKenney2017-04-121-34/+47
* doc: Fix RCU requirements typosTetsuo Handa2017-01-151-6/+6
* documentation: Present updated RCU guaranteePaul E. McKenney2016-11-141-1/+24
* documentation: Record reason for rcu_head two-byte alignmentPaul E. McKenney2016-08-221-0/+22