1. 77f8086 docs: Fix typo in synchronize_rcu() function name by Tobias Klauser · 4 years, 7 months ago
  2. 17f0da1 doc: Updated full list of RCU API in whatisRCU.rst by Madhuparna Bhowmik · 5 years ago
  3. 5e1bc93 doc: Convert whatisRCU.txt to .rst by Phong Tran · 5 years ago[Renamed (84%) from Documentation/RCU/whatisRCU.txt]
  4. 4527106 doc: Update list_for_each_entry_rcu() documentation by Joel Fernandes (Google) · 5 years ago
  5. ccc9971 docs: rcu: convert some articles from html to ReST by Mauro Carvalho Chehab · 5 years ago
  6. 9129b01 rcu: Don't return a value from rcu_assign_pointer() by Andrea Parri · 6 years ago
  7. 0fa201d doc: Repair some whitespace damage by Tycho Andersen · 6 years ago
  8. 87d1779 doc: Fix outdated links by Junchang Wang · 6 years ago
  9. 93eb142 doc: Make reader aware of rcu_dereference_protected by Joel Fernandes (Google) · 6 years ago
  10. 3398496 doc: rcu: Update core and full API in whatisRCU by Joel Fernandes (Google) · 6 years ago
  11. 7709590 doc: Update removal of RCU-bh/sched update machinery by Paul E. McKenney · 7 years ago
  12. b7b6f94 rculist: Improve documentation for list_for_each_entry_from_rcu() by NeilBrown · 7 years ago
  13. 264d4f8 doc: Update synchronize_rcu() definition in whatisRCU.txt by Andrea Parri · 7 years ago
  14. 628c084 doc: Ensure whatisRCU.txt actually says what RCU is by Paul Gortmaker · 7 years ago
  15. 9ad3c14 doc: De-emphasize smp_read_barrier_depends by Paul E. McKenney · 7 years ago
  16. 4de5f89 doc: Update RCU documentation by Paul E. McKenney · 8 years ago
  17. f209410 Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' into HEAD by Paul E. McKenney · 8 years ago
  18. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  19. d3d3a3c doc: Emphasize that "toy" RCU requires recursive rwlock by Paul E. McKenney · 8 years ago
  20. 066bb1c doc: Update rcu_assign_pointer() definition in whatisRCU.txt by Paul E. McKenney · 8 years ago
  21. 8cf503d Documentation/RCU: Fix minor typo by Pranith Kumar · 8 years ago
  22. db4855b documentation: Add references to 2010 and 2014 Big API Tables by Paul E. McKenney · 9 years ago
  23. 2921b12 documentation: Add reference to 2014 RCU API LWN article by Paul E. McKenney · 9 years ago
  24. 70946a4 documentation: Make sample code and documentation consistent by Yao Dongdong · 9 years ago
  25. 2c4ac34 documentation: Correct doc to use rcu_dereference_protected by Jason A. Donenfeld · 9 years ago
  26. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 10 years ago
  27. 0868aa2 Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', 'hotplug.2015.05.27a', 'init.2015.05.27a', 'tiny.2015.05.27a' and 'torture.2015.05.27a' into HEAD by Paul E. McKenney · 10 years ago
  28. ed38446 documentation: State that rcu_dereference() reloads pointer by Milos Vyletel · 10 years ago
  29. cf9fbf8 documentation: RCU-protected array indexes no longer supported by Paul E. McKenney · 10 years ago
  30. 28f6569 rcu: Remove redundant TREE_PREEMPT_RCU config option by Pranith Kumar · 10 years ago
  31. 1d02328 list: fix order of arguments for hlist_add_after(_rcu) by Ken Helias · 10 years ago
  32. d07e6d0 documentation: Update API documentation by Paul E. McKenney · 11 years ago
  33. 99f8891 rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw(). by Paul E. McKenney · 12 years ago
  34. 4357fb5 rcu: Make bugginess of code sample more evident by Paul E. McKenney · 12 years ago
  35. aac1cda Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', 'srcu.2012.10.27a', 'stall.2012.11.13a', 'tracing.2012.11.08a' and 'idle.2012.10.24a' into HEAD by Paul E. McKenney · 12 years ago
  36. bb08f76 rcu: Remove list_for_each_continue_rcu() by Paul E. McKenney · 12 years ago
  37. 57d34a6 rcu: Update docs to include kfree_rcu() by Kees Cook · 12 years ago
  38. 2aef619 rcu: Document SRCU dead-CPU capabilities, emphasize read-side limits by Paul E. McKenney · 12 years ago
  39. 74d874e rcu: Update documentation to cover call_srcu() and srcu_barrier(). by Paul E. McKenney · 13 years ago
  40. d493011 docs: Additional LWN links to RCU API by Kees Cook · 13 years ago
  41. 9ceae0e rcu: Add documentation for raw SRCU read-side primitives by Paul E. McKenney · 13 years ago
  42. fea6512 rcu: add documentation saying which RCU flavor to choose by Paul E. McKenney · 14 years ago
  43. 50aec00 rcu: Update docs for rcu_access_pointer and rcu_dereference_protected by Paul E. McKenney · 15 years ago
  44. c598a07 rcu: Documentation update for CONFIG_PROVE_RCU by Paul E. McKenney · 15 years ago
  45. 4c54005 rcu: 1Q2010 update for RCU documentation by Paul E. McKenney · 15 years ago
  46. 6417986 rcu: Add synchronize_srcu_expedited() to the documentation by Paul E. McKenney · 15 years ago
  47. 6b3ef48 rcu: Remove CONFIG_PREEMPT_RCU by Paul E. McKenney · 15 years ago
  48. 240ebbf rcu: Add synchronize_sched_expedited() rcutorture doc + updates by Paul E. McKenney · 16 years ago
  49. 34d7c2b rcu: remove list_for_each_rcu() by Paul E. McKenney · 16 years ago
  50. 3230075 sched: 1Q08 RCU doc update, add call_rcu_sched() by Paul E. McKenney · 17 years ago
  51. 621934e [PATCH] srcu-3: RCU variant permitting read-side blocking by Paul E. McKenney · 18 years ago
  52. 670e9f3 Documentation: remove duplicated words by Paolo Ornati · 18 years ago
  53. 53cb472 Fix typos in Documentation/: 'S' by Matt LaPlante · 18 years ago
  54. 82a854e [PATCH] RCU Documentation fix by Urs Thuermann · 19 years ago
  55. 165d6c7 [PATCH] RCU documentation: self-limiting updates and call_rcu() by Paul E. McKenney · 19 years ago
  56. d83015b [PATCH] Make RCU API inaccessible to non-GPL Linux kernel modules by Paul E. McKenney · 19 years ago
  57. 3c30a75 [PATCH] for_each_possible_cpu: documentaion by KAMEZAWA Hiroyuki · 19 years ago
  58. de0dfcd rcu: undeclared variable used in documentation by Baruch Even · 19 years ago
  59. d19720a [PATCH] RCU documentation fixes (January 2006 update) by Paul E. McKenney · 19 years ago
  60. 665a758 [PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_each_entry_rcu by Paul E. McKenney · 19 years ago
  61. dd81eca [PATCH] Yet another RCU documentation update by Paul E. McKenney · 19 years ago