1. 5a9be7c rcu: Add rcu_normal kernel parameter to suppress expediting by Paul E. McKenney · 9 years ago
  2. 49f5903 rcu: Move preemption disabling out of __srcu_read_lock() by Paul E. McKenney · 9 years ago
  3. b6a4ae7 rcu: Use rcu_callback_t in call_rcu*() and friends by Boqun Feng · 9 years ago
  4. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 9 years ago
  5. f765d11 rcu: Change return type to bool by Nicholas Mc Guire · 9 years ago
  6. 7d0ae80 rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE() by Paul E. McKenney · 10 years ago
  7. 4252879 Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a', 'gpexp.2015.02.26a', 'hotplug.2015.03.20a', 'sysidle.2015.02.26b' and 'tiny.2015.02.26a' into HEAD by Paul E. McKenney · 10 years ago
  8. 5afff48 rcu: Update from rcu_expedited variable to rcu_gp_is_expedited() by Paul E. McKenney · 10 years ago
  9. ee376db rcu: Consolidate rcu_synchronize and wakeme_after_rcu() by Paul E. McKenney · 10 years ago
  10. a5c198f rcu: Expand SRCU ->completed to 64 bits by Paul E. McKenney · 10 years ago
  11. a792563 rcu: Eliminate read-modify-write ACCESS_ONCE() calls by Paul E. McKenney · 10 years ago
  12. 5cb5c6e rcu: Ensure kernel/rcu/rcu.h can be sourced/used stand-alone by Paul Gortmaker · 11 years ago
  13. ae16703 rcu: Move SRCU grace period work to power efficient workqueue by Shaibal Dutta · 11 years ago
  14. 87de1cf rcu: Stop tracking FSF's postal address by Paul E. McKenney · 11 years ago
  15. bc72d96 rcu: Improve SRCU's grace-period comments by Paul E. McKenney · 11 years ago
  16. 4461212a rcu: Fix srcu_barrier() docbook header by Paul E. McKenney · 11 years ago
  17. 4102ada rcu: Move RCU-related source code to kernel/rcu directory by Paul E. McKenney · 11 years ago[Renamed from kernel/srcu.c]
  18. 7a6b55e srcu: use ACCESS_ONCE() to access sp->completed in srcu_read_lock() by Lai Jiangshan · 12 years ago
  19. 49271ca srcu: Update synchronize_srcu_expedited()'s comments by Lai Jiangshan · 12 years ago
  20. 34a64b6 srcu: Update synchronize_srcu()'s comments by Lai Jiangshan · 12 years ago
  21. ab4d298 srcu: Simple cleanup for cleanup_srcu_struct() by Lai Jiangshan · 12 years ago
  22. 6e6f1b3 srcu: Add might_sleep() annotation to synchronize_srcu() by Lai Jiangshan · 12 years ago
  23. 5a41344 srcu: Simplify __srcu_read_unlock() via this_cpu_dec() by Lai Jiangshan · 12 years ago
  24. 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
  25. f2ebfbc srcu: Export process_srcu() by Lai Jiangshan · 12 years ago
  26. 4e87b2d srcu: Credit Lai Jiangshan with SRCU rewrite by Lai Jiangshan · 12 years ago
  27. 3705b88 rcu: Add a module parameter to force use of expedited RCU primitives by Antti P Miettinen · 12 years ago
  28. 3b07e9c workqueue: deprecate system_nrt[_freezable]_wq by Tejun Heo · 12 years ago
  29. 931ea9d rcu: Implement per-domain single-threaded call_srcu() state machine by Lai Jiangshan · 13 years ago
  30. d9792ed rcu: Use single value to handle expedited SRCU grace periods by Lai Jiangshan · 13 years ago
  31. dc87917 rcu: Improve srcu_readers_active_idx()'s cache locality by Lai Jiangshan · 13 years ago
  32. b52ce06 rcu: Implement a variant of Peter's SRCU algorithm by Lai Jiangshan · 13 years ago
  33. 18108eb rcu: Improve SRCU's wait_idx() comments by Lai Jiangshan · 13 years ago
  34. 944ce9a rcu: Flip ->completed only once per SRCU grace period by Lai Jiangshan · 13 years ago
  35. 440253c rcu: Increment upper bit only for srcu_read_lock() by Lai Jiangshan · 13 years ago
  36. 4b7a3e9 rcu: Remove fast check path from __synchronize_srcu() by Lai Jiangshan · 13 years ago
  37. cef5012 rcu: Direct algorithmic SRCU implementation by Paul E. McKenney · 13 years ago
  38. 236fefa rcu: Call out dangers of expedited RCU primitives by Paul E. McKenney · 13 years ago
  39. fe15d70 rcu: Add lockdep-RCU checks for simple self-deadlock by Paul E. McKenney · 13 years ago
  40. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  41. c072a38 rcu: demote SRCU_SYNCHRONIZE_DELAY from kernel-parameter status by Paul E. McKenney · 14 years ago
  42. 46fdb09 rcu: Make synchronize_srcu_expedited() fast if running readers by Paul E. McKenney · 14 years ago
  43. 829f8ed kernel: Remove undead ifdef CONFIG_DEBUG_LOCK_ALLOC by Christian Dietrich · 14 years ago
  44. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  45. 632ee20 rcu: Introduce lockdep-based checking to RCU read-side primitives by Paul E. McKenney · 15 years ago
  46. 017c426 rcu: Fix sparse warnings by Paul E. McKenney · 15 years ago
  47. 0cd397d rcu: Add synchronize_srcu_expedited() by Paul E. McKenney · 15 years ago
  48. bb69517 make srcu_readers_active() static by Adrian Bunk · 17 years ago
  49. e6a9201 [PATCH] SRCU: report out-of-memory errors by Alan Stern · 18 years ago
  50. 621934e [PATCH] srcu-3: RCU variant permitting read-side blocking by Paul E. McKenney · 18 years ago