1. add0d37 rcu: Correct READ_ONCE()/WRITE_ONCE() for ->rcu_read_unlock_special by Paul E. McKenney · 6 years ago
  2. f1a9804 rcu: Fix typo in tree_exp.h comment by Paul E. McKenney · 6 years ago
  3. e7ffb4e Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'spdx.2019.02.09a', 'srcu.2019.01.26a' and 'torture.2019.01.26a' into HEAD by Paul E. McKenney · 6 years ago
  4. 22e4092 rcu/tree: Convert to SPDX license identifier by Paul E. McKenney · 6 years ago
  5. 5a0874c rcu: Remove preemption disabling from expedited CPU selection by Paul E. McKenney · 6 years ago
  6. 8923072 rcu: Inline _synchronize_rcu_expedited() into synchronize_rcu_expedited() by Paul E. McKenney · 6 years ago
  7. e5bc3af rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu() by Paul E. McKenney · 6 years ago
  8. 3cd4ca4 rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu_expedited() by Paul E. McKenney · 6 years ago
  9. 142d106 rcu: Determine expedited-GP IPI handler at build time by Paul E. McKenney · 6 years ago
  10. 1de462e rcu: Make expedited IPI handler return after handling critical section by Paul E. McKenney · 6 years ago
  11. 05f4157 rcu: Speed up expedited GPs when interrupting RCU reader by Paul E. McKenney · 6 years ago
  12. 9cac83a rcu: Stop expedited grace periods from relying on stop-machine by Paul E. McKenney · 6 years ago
  13. dc5a4f2 rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks by Paul E. McKenney · 6 years ago
  14. 2dba13f rcu: Switch urgent quiescent-state requests to rcu_data structure by Paul E. McKenney · 6 years ago
  15. fced9c8 rcu: Avoid resched_cpu() when rescheduling the current CPU by Paul E. McKenney · 6 years ago
  16. 8fa946d rcu: Clean up flavor-related definitions and comments in tree_exp.h by Paul E. McKenney · 7 years ago
  17. aedf4ba rcu: Remove rsp parameter from rcu_node tree accessor macros by Paul E. McKenney · 7 years ago
  18. 63d4c8c rcu: Remove rsp parameter from expedited grace-period functions by Paul E. McKenney · 7 years ago
  19. 336a4f6 rcu: Remove rsp parameter from rcu_get_root() by Paul E. McKenney · 7 years ago
  20. 16fc9c6 rcu: Remove rcu_state_p pointer to default rcu_state structure by Paul E. McKenney · 7 years ago
  21. da1df50 rcu: Remove rcu_state structure's ->rda field by Paul E. McKenney · 7 years ago
  22. ec5dd44 rcu: Eliminate rcu_state structure's ->call field by Paul E. McKenney · 7 years ago
  23. 45975c7 rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds by Paul E. McKenney · 7 years ago
  24. 2bbfc25b rcu: Drop "wake" parameter from rcu_report_exp_rdp() by Paul E. McKenney · 7 years ago
  25. 3e31009 rcu: Defer reporting RCU-preempt quiescent states when disabled by Paul E. McKenney · 7 years ago
  26. f7951c3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  27. fcc6354 rcu: Make expedited GPs handle CPU 0 being offline by Boqun Feng · 7 years ago
  28. 5257514 rcu: Make expedited grace period use direct call on last leaf by Paul E. McKenney · 7 years ago
  29. b3dae10 sched/swait: Rename to exclusive by Peter Zijlstra · 7 years ago
  30. 22df731 Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and 'torture.2018.05.15a' into HEAD by Paul E. McKenney · 7 years ago
  31. 6fba2b3 rcu: Remove deprecated RCU debugfs tracing code by Byungchul Park · 7 years ago
  32. 55ebfce rcu: exp: Protect all sync_rcu_preempt_exp_done() with rcu_node lock by Boqun Feng · 7 years ago
  33. 7be8c56 rcu: exp: Fix "must hold exp_mutex" comments for QS reporting functions by Boqun Feng · 7 years ago
  34. 25f3d7e rcu: Parallelize expedited grace-period initialization by Paul E. McKenney · 7 years ago
  35. ad7c946 rcu: Create RCU-specific workqueues with rescuers by Paul E. McKenney · 7 years ago
  36. 65963d2 rcu: Make expedited RCU CPU selection avoid unnecessary stores by Paul E. McKenney · 7 years ago
  37. 7f5d42d rcu: Trace expedited GP delays due to transitioning CPUs by Paul E. McKenney · 7 years ago
  38. 9a41420 rcu: Add more tracing of expedited grace periods by Paul E. McKenney · 7 years ago
  39. 313517fc rcu: Make expedited GPs correctly handle hardware CPU insertion by Paul E. McKenney · 8 years ago
  40. dcfc315 rcu: Make sync_rcu_preempt_exp_done() return bool by Paul E. McKenney · 8 years ago
  41. 031aeee srcu: Improve rcu_seq grace-period-counter abstraction by Paul E. McKenney · 8 years ago
  42. 3c345825c8 rcu: Expedited wakeups need to be fully ordered by Paul E. McKenney · 8 years ago
  43. 900b102 srcu: Allow SRCU to access rcu_scheduler_active by Paul E. McKenney · 8 years ago
  44. 9226b10 rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actions by Paul E. McKenney · 8 years ago
  45. 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
  46. 02a5c550 rcu: Abstract extended quiescent state determination by Paul E. McKenney · 8 years ago
  47. 8dc7988 rcu: Add lockdep checks to synchronous expedited primitives by Paul E. McKenney · 8 years ago
  48. 09e2db3 rcu: Add comment headers to expedited-grace-period counter functions by Paul E. McKenney · 8 years ago
  49. 8b2f63a rcu: Abstract the dynticks snapshot operation by Paul E. McKenney · 8 years ago
  50. 52d7e48 rcu: Narrow early boot window of illegal synchronous grace periods by Paul E. McKenney · 8 years ago
  51. 0742ac3 rcu: Make expedited grace periods recheck dyntick idle state by Paul E. McKenney · 8 years ago
  52. 385c859 rcu: Use RCU's online-CPU state for expedited IPI retry by Paul E. McKenney · 9 years ago
  53. 98834b8 rcu: Exclude RCU-offline CPUs from expedited grace periods by Paul E. McKenney · 9 years ago
  54. 24a6cff rcu: Make expedited RCU CPU stall warnings respond to controls by Paul E. McKenney · 9 years ago
  55. 908d2c1 rcu: Stop disabling expedited RCU CPU stall warnings by Paul E. McKenney · 9 years ago
  56. 8b355e3 rcu: Drive expedited grace periods from workqueue by Paul E. McKenney · 9 years ago
  57. f7b8eb8 rcu: Consolidate expedited grace period machinery by Paul E. McKenney · 9 years ago
  58. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  59. bc75e99 rcu: Correctly handle sparse possible cpus by Mark Rutland · 9 years ago
  60. 40e0a6c rcu: Move expedited code from tree_plugin.h to tree_exp.h by Paul E. McKenney · 9 years ago
  61. 3549c2b rcu: Move expedited code from tree.c to tree_exp.h by Paul E. McKenney · 9 years ago