| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-22 | Merge tag 'docs-5.12' of git://git.lwn.net/linux |  Linus Torvalds | 1 | -47/+47 |
| 2021-02-21 | Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 6 | -377/+412 |
| 2021-02-12 | Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu |  Ingo Molnar | 6 | -377/+412 |
| 2021-01-29 | drivers: Remove CONFIG_OPROFILE support |  Viresh Kumar | 1 | -2/+1 |
| 2021-01-22 | Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a', 'mmdumpobj.2021.01.22a', 'nocb.2021.01.06a', 'rt.2021.01.04a', 'stall.2021.01.06a', 'torture.2021.01.12a' and 'tortureall.2021.01.06a' into HEAD |  Paul E. McKenney | 2 | -1/+40 |
| 2021-01-11 | Documentation: Replace lkml.org links with lore |  Joe Perches | 1 | -47/+47 |
| 2021-01-06 | rcu: Check and report missed fqs timer wakeup on RCU stall |  Neeraj Upadhyay | 1 | -1/+22 |
| 2021-01-06 | doc: Use CONFIG_PREEMPTION |  Sebastian Andrzej Siewior | 6 | -24/+24 |
| 2021-01-06 | doc: Update RCU's requirements page about the PREEMPT_RT wiki |  Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2021-01-04 | srcu: Document polling interfaces for Tree SRCU grace periods |  Paul E. McKenney | 1 | -0/+18 |
| 2021-01-04 | doc: Update RCU requirements RCU_INIT_POINTER() description |  Paul E. McKenney | 1 | -2/+1 |
| 2021-01-04 | docs: Fix typos and drop/fix dead links in RCU documentation |  Paul Gortmaker | 2 | -17/+14 |
| 2021-01-04 | doc: Remove obsolete RCU-bh and RCU-sched update-side API members |  Paul E. McKenney | 1 | -14/+14 |
| 2021-01-04 | docs: Remove redundant "``" from Requirements.rst |  Paul E. McKenney | 1 | -332/+332 |
| 2020-12-31 | docs: Fix reST markup when linking to sections |  NĂcolas F. R. A. Prado | 2 | -14/+14 |
| 2020-11-06 | docs/rcu: Update the call_rcu() API |  Hui Su | 1 | -2/+1 |
| 2020-11-06 | docs: RCU: Requirements.rst: Fix a list block |  Mauro Carvalho Chehab | 1 | -0/+1 |
| 2020-11-06 | docs: Update RCU's hotplug requirements with a bit about design |  Joel Fernandes (Google) | 1 | -9/+38 |
| 2020-11-02 | doc: Present the role of READ_ONCE() |  Paul E. McKenney | 2 | -0/+13 |
| 2020-10-09 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu |  Ingo Molnar | 3 | -4/+4 |
| 2020-08-24 | docs: Fix function name trailing double-()s |  Kees Cook | 1 | -1/+1 |
| 2020-08-24 | doc: Drop doubled words from RCU requirements documentation |  Randy Dunlap | 1 | -2/+2 |
| 2020-08-24 | doc: Drop doubled words from RCU Data-Structures.rst |  Randy Dunlap | 1 | -1/+1 |
| 2020-08-24 | docs: Fix typo in synchronize_rcu() function name |  Tobias Klauser | 1 | -1/+1 |
| 2020-08-03 | Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 10 | -395/+491 |
| 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-06-29 | doc: Timer problems can cause RCU CPU stall warnings |  Paul E. McKenney | 1 | -0/+7 |
| 2020-06-29 | docs: RCU: Don't duplicate chapter names in rculist_nulls.rst |  Mauro Carvalho Chehab | 1 | -0/+6 |
| 2020-06-29 | docs: RCU: Convert stallwarn.txt to ReST |  Mauro Carvalho Chehab | 2 | -21/+35 |
| 2020-06-29 | docs: RCU: Convert rcuref.txt to ReST |  Mauro Carvalho Chehab | 2 | -93/+101 |
| 2020-06-29 | docs: RCU: Convert torture.txt to ReST |  Mauro Carvalho Chehab | 2 | -52/+64 |
| 2020-06-29 | docs: RCU: Convert rculist_nulls.txt to ReST |  Mauro Carvalho Chehab | 3 | -172/+195 |
| 2020-06-29 | docs: RCU: Convert lockdep.txt to ReST |  Mauro Carvalho Chehab | 2 | -4/+9 |
| 2020-06-29 | docs: RCU: Convert lockdep-splat.txt to ReST |  Mauro Carvalho Chehab | 2 | -47/+53 |
| 2020-06-29 | docs: RCU: Convert checklist.txt to ReST |  Mauro Carvalho Chehab | 2 | -5/+15 |
| 2020-04-27 | rcu: Make rcu_read_unlock_special() safe for rq/pi locks |  Paul E. McKenney | 1 | -44/+15 |
| 2020-02-27 | doc: Add rcutorture scripting to torture.txt |  Paul E. McKenney | 1 | -7/+140 |
| 2020-02-27 | doc/RCU/rcu: Use https instead of http if possible |  SeongJae Park | 1 | -1/+1 |
| 2020-02-27 | doc/RCU/rcu: Use absolute paths for non-rst files |  SeongJae Park | 1 | -2/+2 |
| 2020-02-27 | doc/RCU/rcu: Use ':ref:' for links to other docs |  SeongJae Park | 1 | -6/+6 |
| 2020-02-27 | doc/RCU/listRCU: Update example function name |  SeongJae Park | 1 | -3/+3 |
| 2020-02-27 | doc/RCU/listRCU: Fix typos in a example code snippets |  SeongJae Park | 1 | -2/+2 |
| 2020-02-27 | doc/RCU/Design: Remove remaining HTML tags in ReST files |  SeongJae Park | 1 | -4/+4 |
| 2020-02-27 | doc: Add some more RCU list patterns in the kernel |  Joel Fernandes (Google) | 1 | -64/+211 |
| 2020-01-24 | Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kfree_rcu.2020.01.24a', 'list.2020.01.10a', 'preempt.2020.01.24a' and 'torture.2019.12.09a' into HEAD |  Paul E. McKenney | 1 | -8/+3 |
| 2020-01-24 | rcu: Remove kfree_rcu() special casing and lazy-callback handling |  Joel Fernandes (Google) | 1 | -8/+3 |
| 2019-12-10 | doc: Fix typo "deference" to "dereference" |  Paul E. McKenney | 1 | -1/+1 |
| 2019-12-10 | doc: Updated full list of RCU API in whatisRCU.rst |  Madhuparna Bhowmik | 1 | -2/+7 |
| 2019-12-10 | doc: Convert to rcubarrier.txt to ReST |  Amol Grover | 2 | -97/+126 |