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