Age | Commit message (Expand) | Author |
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 |
2020-11-06 | docs: RCU: Requirements.rst: Fix a list block | Mauro Carvalho Chehab |
2020-11-06 | docs: Update RCU's hotplug requirements with a bit about design | Joel Fernandes (Google) |
2020-11-02 | doc: Present the role of READ_ONCE() | Paul E. McKenney |
2020-10-09 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2020-08-24 | docs: Fix function name trailing double-()s | Kees Cook |
2020-08-24 | doc: Drop doubled words from RCU requirements documentation | Randy Dunlap |
2020-08-24 | doc: Drop doubled words from RCU Data-Structures.rst | Randy Dunlap |
2020-08-24 | docs: Fix typo in synchronize_rcu() function name | Tobias Klauser |
2020-08-03 | Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-07-21 | Documentation/barriers: Remove references to [smp_]read_barrier_depends() | Will Deacon |
2020-06-29 | doc: Tasks RCU must protect instructions before trampoline | Paul E. McKenney |
2020-06-29 | doc: Timer problems can cause RCU CPU stall warnings | Paul E. McKenney |
2020-06-29 | docs: RCU: Don't duplicate chapter names in rculist_nulls.rst | Mauro Carvalho Chehab |
2020-06-29 | docs: RCU: Convert stallwarn.txt to ReST | Mauro Carvalho Chehab |
2020-06-29 | docs: RCU: Convert rcuref.txt to ReST | Mauro Carvalho Chehab |
2020-06-29 | docs: RCU: Convert torture.txt to ReST | Mauro Carvalho Chehab |
2020-06-29 | docs: RCU: Convert rculist_nulls.txt to ReST | Mauro Carvalho Chehab |
2020-06-29 | docs: RCU: Convert lockdep.txt to ReST | Mauro Carvalho Chehab |
2020-06-29 | docs: RCU: Convert lockdep-splat.txt to ReST | Mauro Carvalho Chehab |
2020-06-29 | docs: RCU: Convert checklist.txt to ReST | Mauro Carvalho Chehab |
2020-04-27 | rcu: Make rcu_read_unlock_special() safe for rq/pi locks | Paul E. McKenney |
2020-02-27 | doc: Add rcutorture scripting to torture.txt | Paul E. McKenney |
2020-02-27 | doc/RCU/rcu: Use https instead of http if possible | SeongJae Park |
2020-02-27 | doc/RCU/rcu: Use absolute paths for non-rst files | SeongJae Park |
2020-02-27 | doc/RCU/rcu: Use ':ref:' for links to other docs | SeongJae Park |
2020-02-27 | doc/RCU/listRCU: Update example function name | SeongJae Park |
2020-02-27 | doc/RCU/listRCU: Fix typos in a example code snippets | SeongJae Park |
2020-02-27 | doc/RCU/Design: Remove remaining HTML tags in ReST files | SeongJae Park |