| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/t... | Frederic Weisbecker | 2023-10-23 | 6 | -27/+9 |
|\ \ |
|
| | * | rcu: Remove references to rcu_migrate_callbacks() from diagrams | Frederic Weisbecker | 2023-10-04 | 2 | -18/+0 |
| |/
|/| |
|
| * | rcu: Standardize explicit CPU-hotplug calls | Frederic Weisbecker | 2023-10-04 | 5 | -9/+9 |
|/ |
|
* | rcu: Remove RCU_NONIDLE() | Peter Zijlstra | 2023-05-11 | 1 | -35/+1 |
* | Documentation: RCU: Correct spelling | Randy Dunlap | 2023-04-05 | 2 | -4/+4 |
* | timers: Update the documentation to reflect on the new timer_shutdown() API | Steven Rostedt (Google) | 2022-11-24 | 1 | -1/+1 |
* | Documentation: Replace del_timer/del_timer_sync() | Thomas Gleixner | 2022-11-24 | 1 | -1/+1 |
* | context_tracking: Take NMI eqs entrypoints over RCU | Frederic Weisbecker | 2022-07-05 | 1 | -1/+1 |
* | context_tracking: Take IRQ eqs entrypoints over RCU | Frederic Weisbecker | 2022-07-05 | 1 | -5/+5 |
* | docs: Update RCU cross-references as suggested in doc-guide | Akira Yokosawa | 2022-04-21 | 3 | -4/+4 |
* | docs: Add documentation for rude and trace RCU flavors | Paul E. McKenney | 2022-04-21 | 1 | -0/+32 |
* | doc: RCU: Avoid 'Symbol' font-family in SVG figures | Akira Yokosawa | 2021-12-01 | 11 | -67/+67 |
* | rcu: Fix undefined Kconfig macros | Zhouyi Zhou | 2021-09-14 | 1 | -37/+32 |
* | rcu/doc: Add a quick quiz to explain further why we need smp_mb__after_unlock... | Frederic Weisbecker | 2021-07-20 | 1 | -0/+29 |
* | Documentation/RCU: Fix nested inline markup | Akira Yokosawa | 2021-07-20 | 1 | -3/+5 |
* | doc: Fix diagram references in memory-ordering document | Frederic Weisbecker | 2021-05-11 | 1 | -2/+2 |
* | doc: Fix statement of RCU's memory-ordering requirements | Paul E. McKenney | 2021-05-11 | 1 | -1/+1 |
* | Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2021-02-12 | 2 | -360/+376 |
|\ |
|
| *---. | Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a... | Paul E. McKenney | 2021-01-23 | 1 | -0/+18 |
| |\ \ \ |
|
| | | | * | srcu: Document polling interfaces for Tree SRCU grace periods | Paul E. McKenney | 2021-01-04 | 1 | -0/+18 |
| | | |/ |
|
| * | | | doc: Use CONFIG_PREEMPTION | Sebastian Andrzej Siewior | 2021-01-07 | 2 | -13/+13 |
| * | | | doc: Update RCU's requirements page about the PREEMPT_RT wiki | Sebastian Andrzej Siewior | 2021-01-07 | 1 | -1/+1 |
| * | | | doc: Update RCU requirements RCU_INIT_POINTER() description | Paul E. McKenney | 2021-01-04 | 1 | -2/+1 |
| * | | | docs: Fix typos and drop/fix dead links in RCU documentation | Paul Gortmaker | 2021-01-04 | 1 | -12/+11 |
| * | | | doc: Remove obsolete RCU-bh and RCU-sched update-side API members | Paul E. McKenney | 2021-01-04 | 1 | -14/+14 |
| * | | | docs: Remove redundant "``" from Requirements.rst | Paul E. McKenney | 2021-01-04 | 1 | -332/+332 |
| | |/
| |/| |
|
* / | | docs: Fix reST markup when linking to sections | NĂcolas F. R. A. Prado | 2020-12-31 | 2 | -14/+14 |
|/ / |
|
* | | docs: RCU: Requirements.rst: Fix a list block | Mauro Carvalho Chehab | 2020-11-07 | 1 | -0/+1 |
* | | docs: Update RCU's hotplug requirements with a bit about design | Joel Fernandes (Google) | 2020-11-07 | 1 | -10/+39 |
|/ |
|
* | doc: Drop doubled words from RCU requirements documentation | Randy Dunlap | 2020-08-24 | 1 | -2/+2 |
* | doc: Drop doubled words from RCU Data-Structures.rst | Randy Dunlap | 2020-08-24 | 1 | -1/+1 |
* | Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-08-03 | 1 | -1/+6 |
|\ |
|
| * | doc: Tasks RCU must protect instructions before trampoline | Paul E. McKenney | 2020-06-29 | 1 | -1/+6 |
* | | Documentation/barriers: Remove references to [smp_]read_barrier_depends() | Will Deacon | 2020-07-21 | 1 | -1/+1 |
|/ |
|
* | rcu: Make rcu_read_unlock_special() safe for rq/pi locks | Paul E. McKenney | 2020-04-27 | 1 | -45/+16 |
* | doc/RCU/Design: Remove remaining HTML tags in ReST files | SeongJae Park | 2020-02-27 | 1 | -4/+4 |
* | Documentation: Rename rcu_node_context_switch() to rcu_note_context_switch() | Sebastian Andrzej Siewior | 2019-10-29 | 3 | -3/+3 |
* | Restore docs "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()" | Joel Fernandes (Google) | 2019-10-29 | 1 | -0/+54 |
* | Restore docs "treewide: Rename rcu_dereference_raw_notrace() to _check()" | Joel Fernandes (Google) | 2019-10-29 | 1 | -1/+1 |
* | docs: rcu: Correct links referring to titles | Joel Fernandes (Google) | 2019-10-29 | 2 | -60/+47 |
* | docs: rcu: convert some articles from html to ReST | Mauro Carvalho Chehab | 2019-10-29 | 9 | -6102/+4971 |
* | Revert docs from "treewide: Rename rcu_dereference_raw_notrace() to _check()" | Joel Fernandes (Google) | 2019-10-29 | 1 | -1/+1 |
* | Revert docs from "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlo... | Joel Fernandes (Google) | 2019-10-29 | 1 | -71/+0 |
*-. | Merge branches 'consolidate.2019.08.01b', 'fixes.2019.08.12a', 'lists.2019.08... | Paul E. McKenney | 2019-08-13 | 1 | -1/+72 |
|\ \ |
|
| | * | treewide: Rename rcu_dereference_raw_notrace() to _check() | Joel Fernandes (Google) | 2019-08-01 | 1 | -1/+1 |
| |/
|/| |
|
| * | rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock() | Paul E. McKenney | 2019-08-01 | 1 | -0/+71 |
|/ |
|
* | doc: Remove obsolete RCU update functions from RCU documentation | Paul E. McKenney | 2019-03-26 | 3 | -6/+6 |
*-. | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp... | Paul E. McKenney | 2019-02-09 | 4 | -11/+11 |
|\ \ |
|
| * | | rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCU | Paul E. McKenney | 2019-01-26 | 3 | -5/+5 |
| * | | rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq() | Paul E. McKenney | 2019-01-26 | 4 | -6/+6 |
| |/ |
|