1. 850bf6d doc: Set down RCU's scheduling-clock-interrupt needs by Paul E. McKenney · 7 years ago
  2. 8a597d6 doc: No longer allowed to use rcu_dereference on non-pointers by Paul E. McKenney · 7 years ago
  3. 4de5f89 doc: Update RCU documentation by Paul E. McKenney · 7 years ago
  4. ae91aa0 rcu: Remove debugfs tracing by Paul E. McKenney · 8 years ago
  5. 41a2901 rcu: Remove SPARSE_RCU_POINTER Kconfig option by Paul E. McKenney · 8 years ago
  6. fe5ac72 rcu: Remove nohz_full full-system-idle state machine by Paul E. McKenney · 8 years ago
  7. c75e9ca doc: Take tail recursion into account in RCU requirements by Paul E. McKenney · 8 years ago
  8. 09f501a srcu: Document auto-expediting requirement by Paul E. McKenney · 8 years ago
  9. 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
  10. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  11. 9226b10 rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actions by Paul E. McKenney · 8 years ago
  12. 0f9be8c rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle() by Paul E. McKenney · 8 years ago
  13. 9577df9 rcu: Pull rcu_qs_ctr into rcu_dynticks structure by Paul E. McKenney · 8 years ago
  14. abb06b9 rcu: Pull rcu_sched_qs_mask into rcu_dynticks structure by Paul E. McKenney · 8 years ago
  15. d3d3a3c doc: Emphasize that "toy" RCU requires recursive rwlock by Paul E. McKenney · 8 years ago
  16. 93728af doc: Update the comparisons rule in rcu_dereference.txt by Michalis Kokologiannakis · 8 years ago
  17. 066bb1c doc: Update rcu_assign_pointer() definition in whatisRCU.txt by Paul E. McKenney · 8 years ago
  18. 6771853 doc: Update requirements based on recent changes by Paul E. McKenney · 8 years ago
  19. aa123a7 doc: Update RCU data-structure documentation for rcu_segcblist by Paul E. McKenney · 8 years ago
  20. 8e2a439 doc: Update stallwarn.txt to make causes more prominent by Paul E. McKenney · 8 years ago
  21. b4553f0 doc: Add mid-boot operation to expedited grace periods by Paul E. McKenney · 8 years ago
  22. f1387d7 doc: Synchronous RCU grace periods are now legal throughout boot by Paul E. McKenney · 8 years ago
  23. 31945aa Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a', 'srcu.2017.01.25a' and 'torture.2017.01.15b' into HEAD by Paul E. McKenney · 8 years ago
  24. bb4e2c0 rcu: Eliminate unused expedited_normal counter by Paul E. McKenney · 8 years ago
  25. 4afac15 doc: Quick-Quiz answers are now inline by Paul E. McKenney · 8 years ago
  26. 526914a doc: Fix RCU requirements typos by Tetsuo Handa · 8 years ago
  27. e73c14e rcu: Design documentation for expedited grace periods by Paul E. McKenney · 8 years ago
  28. 8cf503d Documentation/RCU: Fix minor typo by Pranith Kumar · 8 years ago
  29. e2c85cb documentation: Present updated RCU guarantee by Paul E. McKenney · 8 years ago
  30. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  31. ed2bec0 documentation: Record reason for rcu_head two-byte alignment by Paul E. McKenney · 8 years ago
  32. e1ef692 rcutorture: Remove outdated config option description by SeongJae Park · 8 years ago
  33. 14ef057 Documentation: Fix spelling mistake by Eric Engestrom · 9 years ago
  34. c79dac7 documentation: Add RCU_NONIDLE() restrictions to requirements by Paul E. McKenney · 9 years ago
  35. db4855b documentation: Add references to 2010 and 2014 Big API Tables by Paul E. McKenney · 9 years ago
  36. 2921b12 documentation: Add reference to 2014 RCU API LWN article by Paul E. McKenney · 9 years ago
  37. e9ad9b9 Merge tag 'docs-for-linus' of git://git.lwn.net/linux by Linus Torvalds · 9 years ago
  38. 0855965 Documentation: fix common spelling mistakes by Kees Cook · 9 years ago
  39. dcd36d0 Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and 'torture.2016.04.21a' into HEAD by Paul E. McKenney · 9 years ago
  40. 5c14584 documentation: Add documentation for RCU's major data structures by Paul E. McKenney · 9 years ago
  41. e2fd9d3 rcu: Remove expedited GP funnel-lock bypass by Paul E. McKenney · 9 years ago
  42. 0c7d10e documentation: Emphasize the call_rcu() is illegal from idle by Paul E. McKenney · 9 years ago
  43. 5413e24 documentation: Sharpen up the no-readers quick quiz by Paul E. McKenney · 9 years ago
  44. 6146f8d documentation: Get rid of duplicate .htmlx file by Paul E. McKenney · 9 years ago
  45. 11a65df documentation: Remove unnecessary images from requirements by Paul E. McKenney · 9 years ago
  46. 514f1eb documentation: Document illegality of call_rcu() from offline CPUs by Paul E. McKenney · 9 years ago
  47. d8936c0 documentation: Explain why rcu_read_lock() needs no barrier() by Paul E. McKenney · 9 years ago
  48. f43b625 documentation: Add synchronize_rcu_mult() to the requirements by Paul E. McKenney · 9 years ago
  49. 41abcf3 documentation: Add real-time requirements from CPU-bound workloads by Paul E. McKenney · 9 years ago
  50. 70946a4 documentation: Make sample code and documentation consistent by Yao Dongdong · 9 years ago
  51. c64c4b0 documentation: Update RCU requirements based on expedited changes by Paul E. McKenney · 9 years ago
  52. 4b68933 documentation: Clarify RCU memory barriers and requirements by Paul E. McKenney · 9 years ago
  53. a4b5756 documentation: Expand on scheduler/RCU deadlock requirements by Paul E. McKenney · 9 years ago
  54. 0825458 documentation: Composability analogies by Paul E. McKenney · 9 years ago
  55. 01d3ad3 documentation: Cover requirements controlling stall warnings by Paul E. McKenney · 9 years ago
  56. 701e803 Documentation: Record bottom-bit-zero guarantee for ->next by Paul E. McKenney · 9 years ago
  57. 649e436 documentation: Record RCU requirements by Paul E. McKenney · 9 years ago
  58. 39cd2dd Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.2015.10.06a' into HEAD by Paul E. McKenney · 9 years ago
  59. b672adf documentation: Catch up list of torture_type options by Paul E. McKenney · 9 years ago
  60. 2c4ac34 documentation: Correct doc to use rcu_dereference_protected by Jason A. Donenfeld · 9 years ago
  61. da873de documentation: Call out slow consoles as cause of stall warnings by Paul E. McKenney · 9 years ago
  62. 0d43eb3 rcu: Invert passed_quiesce and rename to cpu_no_qs by Paul E. McKenney · 9 years ago
  63. 3dbe43f Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEAD by Paul E. McKenney · 9 years ago
  64. 8ff4fbf Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEAD by Paul E. McKenney · 9 years ago
  65. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 9 years ago
  66. cdacbe1 rcu: Add fastpath bypassing funnel locking by Paul E. McKenney · 9 years ago
  67. 99a930b documentation: Describe new expedited stall warnings by Paul E. McKenney · 9 years ago
  68. 75c27f1 rcu: Remove CONFIG_RCU_CPU_STALL_INFO by Paul E. McKenney · 9 years ago
  69. 297f739 documentation: Fix spelling of "operators" by Paul E. McKenney · 10 years ago
  70. 1e467e6 Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 9 years ago
  71. ae13c65 Doc: Change wikipedia's URL from http to https by Masanari Iida · 9 years ago
  72. 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
  73. ed38446 documentation: State that rcu_dereference() reloads pointer by Milos Vyletel · 10 years ago
  74. ee7c29b documentation: Update rcu_dereference.txt based on WG21 discussions by Paul E. McKenney · 10 years ago
  75. cf9fbf8 documentation: RCU-protected array indexes no longer supported by Paul E. McKenney · 10 years ago
  76. 78e691f Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a', 'srcu.2015.01.06a', 'stall.2015.01.16a' and 'torture.2015.01.11a' into HEAD by Paul E. McKenney · 10 years ago
  77. fb81a44 rcu: Add GP-kthread-starvation checks to CPU stall warnings by Paul E. McKenney · 10 years ago
  78. 5cd3719 rcu: Make cond_resched_rcu_qs() apply to normal RCU flavors by Paul E. McKenney · 10 years ago
  79. 6ccd2ec rcu: Improve diagnostics for spurious RCU CPU stall warnings by Paul E. McKenney · 10 years ago
  80. 84596cc documentation: Update sysfs path for rcu_cpu_stall_timeout by Xie XiuQi · 10 years ago
  81. 9ea6c58 Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', 'fixes.2014.11.13a', 'signal.2014.10.29a' and 'rt.2014.10.29a' into HEAD by Paul E. McKenney · 10 years ago
  82. 28f6569 rcu: Remove redundant TREE_PREEMPT_RCU config option by Pranith Kumar · 10 years ago
  83. 0eafa46 rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSE by Paul E. McKenney · 10 years ago
  84. 37fe5f0 documentation: Add verbiage on RCU-tasks stall warning messages by Paul E. McKenney · 10 years ago
  85. 1d02328 list: fix order of arguments for hlist_add_after(_rcu) by Ken Helias · 10 years ago
  86. 9963185 documentation: Add pointer to percpu-ref for RCU and refcount by Paul E. McKenney · 10 years ago
  87. 5e40ad7 documentation: Update reference, kerneltrap.org no longer works by Pranith Kumar · 10 years ago
  88. d07e6d0 documentation: Update API documentation by Paul E. McKenney · 11 years ago
  89. b4c5bf3 documentation: Record rcu_dereference() value mishandling by Paul E. McKenney · 11 years ago
  90. 96224da documentation: Update sysfs path for rcu_cpu_stall_suppress by Paul E. McKenney · 11 years ago
  91. e4696a1 documentation: Fix some inconsistencies in RTFP.txt by Paul E. McKenney · 11 years ago
  92. 6e67669 documentation: Document call_rcu() safety mechanisms and limitations by Paul E. McKenney · 11 years ago
  93. 3cf8ca1 Documentation/: update 00-INDEX files by Henrik Austad · 11 years ago
  94. 0d3c55b Merge branches 'doc.2013.12.03a', 'fixes.2013.12.12a', 'rcutorture.2013.12.03a' and 'sparse.2013.12.12a' into HEAD by Paul E. McKenney · 11 years ago
  95. 96d3fd0 rcu: Break call_rcu() deadlock involving scheduler and perf by Paul E. McKenney · 11 years ago
  96. c9592ec rcu: Fix typo in Documentation/RCU/trace.txt by Paul E. McKenney · 11 years ago
  97. 4b0d3f0 rcu: Fix occurrence of "the the" in checklist.txt by Michael Opdenacker · 11 years ago
  98. 64d3b7a rcu: Update stall-warning documentation by Paul E. McKenney · 11 years ago
  99. 25f27ce Merge branches 'doc.2013.08.19a', 'fixes.2013.08.20a', 'sysidle.2013.08.31a' and 'torture.2013.08.20a' into HEAD by Paul E. McKenney · 11 years ago
  100. 2ec1f2d rcu: Increase rcutorture test coverage by Paul E. McKenney · 11 years ago