Age | Commit message (Expand) | Author |
2022-10-03 | Merge tag 'docs-6.1' of git://git.lwn.net/linux | Linus Torvalds |
2022-09-27 | Delete duplicate words from kernel docs | Akhil Raj |
2022-08-31 | doc/rcu: Update LWN article URLs and add 2019 article | Shao-Tse Hung |
2022-08-31 | doc: SLAB_TYPESAFE_BY_RCU uses cannot rely on spinlocks | Paul E. McKenney |
2022-08-31 | doc: Update rcu_access_pointer() advice in rcu_dereference.rst | Paul E. McKenney |
2022-08-31 | doc: Fix list: rcu_access_pointer() is not lockdep-checked | Paul E. McKenney |
2022-08-31 | doc: Use rcu_barrier() to rate-limit RCU callbacks | Paul E. McKenney |
2022-08-31 | doc: Call out queue_rcu_work() for blocking RCU callbacks | Paul E. McKenney |
2022-08-31 | doc: Emphasize the need for explicit RCU read-side markers | Paul E. McKenney |
2022-07-05 | rcu/context-tracking: Remove unused and/or unecessary middle functions | Frederic Weisbecker |
2022-07-05 | context_tracking: Take NMI eqs entrypoints over RCU | Frederic Weisbecker |
2022-07-05 | context_tracking: Take IRQ eqs entrypoints over RCU | Frederic Weisbecker |
2022-07-05 | context_tracking: Take idle eqs entrypoints over RCU | Frederic Weisbecker |
2022-05-11 | Merge branch 'exp.2022.05.11a' into HEAD | Paul E. McKenney |
2022-05-11 | rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUT | Uladzislau Rezki |
2022-04-20 | docs: Update RCU cross-references as suggested in doc-guide | Akira Yokosawa |
2022-04-20 | docs: Add documentation for rude and trace RCU flavors | Paul E. McKenney |
2021-12-09 | Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', ... | Paul E. McKenney |
2021-11-30 | rcu: Remove the RCU_FAST_NO_HZ Kconfig option | Paul E. McKenney |
2021-11-30 | doc: RCU: Avoid 'Symbol' font-family in SVG figures | Akira Yokosawa |
2021-11-30 | doc: Add refcount analogy to What is RCU | NeilBrown |
2021-09-13 | rcu: Fix undefined Kconfig macros | Zhouyi Zhou |
2021-09-13 | doc: Add another stall-warning root cause in stallwarn.rst | Paul E. McKenney |
2021-07-20 | doc: Update stallwarn.rst with recent changes | Paul E. McKenney |
2021-07-20 | rcu/doc: Add a quick quiz to explain further why we need smp_mb__after_unlock... | Frederic Weisbecker |
2021-07-20 | docs: Fix a typo in Documentation/RCU/stallwarn.rst | Haocheng Xie |
2021-07-20 | Documentation/RCU: Fix nested inline markup | Akira Yokosawa |
2021-07-20 | Documentation/RCU: Fix emphasis markers | Akira Yokosawa |
2021-07-04 | Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2021-06-24 | doc: Give XDP as example of non-obvious RCU reader/updater pairing | Toke Høiland-Jørgensen |
2021-06-24 | doc: Clarify and expand RCU updaters and corresponding readers | Paul E. McKenney |
2021-05-10 | doc: Fix diagram references in memory-ordering document | Frederic Weisbecker |
2021-05-10 | doc: Fix statement of RCU's memory-ordering requirements | Paul E. McKenney |
2021-03-15 | docs: Correctly spell Stephen Hemminger's name | Paul E. McKenney |
2021-02-22 | Merge tag 'docs-5.12' of git://git.lwn.net/linux | Linus Torvalds |
2021-02-21 | Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-02-12 | Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar |
2021-01-29 | drivers: Remove CONFIG_OPROFILE support | Viresh Kumar |
2021-01-22 | Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a... | Paul E. McKenney |
2021-01-11 | Documentation: Replace lkml.org links with lore | Joe Perches |
2021-01-06 | rcu: Check and report missed fqs timer wakeup on RCU stall | Neeraj Upadhyay |
2021-01-06 | doc: Use CONFIG_PREEMPTION | Sebastian Andrzej Siewior |
2021-01-06 | doc: Update RCU's requirements page about the PREEMPT_RT wiki | Sebastian Andrzej Siewior |
2021-01-04 | srcu: Document polling interfaces for Tree SRCU grace periods | Paul E. McKenney |
2021-01-04 | doc: Update RCU requirements RCU_INIT_POINTER() description | Paul E. McKenney |
2021-01-04 | docs: Fix typos and drop/fix dead links in RCU documentation | Paul Gortmaker |
2021-01-04 | doc: Remove obsolete RCU-bh and RCU-sched update-side API members | Paul E. McKenney |
2021-01-04 | docs: Remove redundant "``" from Requirements.rst | Paul E. McKenney |
2020-12-31 | docs: Fix reST markup when linking to sections | Nícolas F. R. A. Prado |
2020-11-06 | docs/rcu: Update the call_rcu() API | Hui Su |