1. b8ae30e Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  2. f1d507b rcu: improve the RCU CPU-stall warning documentation by Paul E. McKenney · 14 years ago
  3. d21670a rcu: reduce the number of spurious RCU_SOFTIRQ invocations by Paul E. McKenney · 14 years ago
  4. e7858f5 Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into sched/core by Ingo Molnar · 14 years ago
  5. 969c792 sched: replace migration_thread with cpu_stop by Tejun Heo · 14 years ago
  6. 50aec00 rcu: Update docs for rcu_access_pointer and rcu_dereference_protected by Paul E. McKenney · 14 years ago
  7. 1bd22e3 rcu: Use canonical URL for Mathieu's dissertation by Paul E. McKenney · 14 years ago
  8. 998f2ac rcu: Fix citation of Mathieu's dissertation by Paul E. McKenney · 14 years ago
  9. c598a07 rcu: Documentation update for CONFIG_PROVE_RCU by Paul E. McKenney · 14 years ago
  10. 4c54005 rcu: 1Q2010 update for RCU documentation by Paul E. McKenney · 14 years ago
  11. 6417986 rcu: Add synchronize_srcu_expedited() to the documentation by Paul E. McKenney · 15 years ago
  12. 0edf1a6 rcu: Update trace.txt documentation for blocked-tasks lists by Paul E. McKenney · 15 years ago
  13. bd58b43 rcu: Update trace.txt documentation to reflect recent changes by Paul E. McKenney · 15 years ago
  14. 6b3ef48 rcu: Remove CONFIG_PREEMPT_RCU by Paul E. McKenney · 15 years ago
  15. d6714c2 rcu: Renamings to increase RCU clarity by Paul E. McKenney · 15 years ago
  16. fa08661 Merge commit 'v2.6.31-rc6' into core/rcu by Ingo Molnar · 15 years ago
  17. 941297f netfilter: nf_conntrack: nf_conntrack_alloc() fixes by Eric Dumazet · 15 years ago
  18. 240ebbf rcu: Add synchronize_sched_expedited() rcutorture doc + updates by Paul E. McKenney · 15 years ago
  19. 19f5946 trivial: Miscellaneous documentation typo fixes by Matt LaPlante · 15 years ago
  20. 6fd9b3a rcu: Update RCU tracing documentation for __rcu_pending by Paul E. McKenney · 15 years ago
  21. edd4070 Doc: Fix spelling in RCU/rculist_nulls.txt. by Jesper Dangaard Brouer · 15 years ago
  22. 3943ac5 Doc: Fix wrong API example usage of call_rcu(). by Jesper Dangaard Brouer · 15 years ago
  23. 9ba30d7 Doc: Fix missing whitespaces in RCU documentation. by Jesper Dangaard Brouer · 15 years ago
  24. 0612ea0 rcu: documentation 1Q09 update by Paul E. McKenney · 15 years ago
  25. 1df2d01 Merge branch 'docs-next' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 15 years ago
  26. 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  27. 64db4cf "Tree RCU": scalable classic RCU implementation by Paul E. McKenney · 16 years ago
  28. 1c12757 Document RCU and unloadable modules by Paul E. McKenney · 16 years ago
  29. 536533e rcu: documents rculist_nulls by Eric Dumazet · 16 years ago
  30. e8aed68 doc/RCU: fix pseudocode in rcuref.txt by Lai Jiangshan · 16 years ago
  31. 34d7c2b rcu: remove list_for_each_rcu() by Paul E. McKenney · 16 years ago
  32. 0729fbf rcu: make rcutorture even more vicious: invoke RCU readers from irq handlers (timers) by Paul E. McKenney · 16 years ago
  33. 31a72bc rcu: make rcutorture more vicious: reinstate boot-time testing by Paul E. McKenney · 16 years ago
  34. d120f65 rcu: make rcutorture more vicious: add stutter feature by Paul E. McKenney · 16 years ago
  35. 3230075 sched: 1Q08 RCU doc update, add call_rcu_sched() by Paul E. McKenney · 16 years ago
  36. b5606c2 remove final fastcall users by Harvey Harrison · 16 years ago
  37. f85d6c7 Preempt-RCU: update RCU Documentation. by Paul E. McKenney · 16 years ago
  38. e54e54a Add Documentation/RCU/00-Index by Rob Landley · 17 years ago
  39. ef48bd2 Document the fact that RCU callbacks can run in parallel by Paul E. McKenney · 17 years ago
  40. 4b6c2cc [PATCH] rcu: add sched torture type to rcutorture by Josh Triplett · 18 years ago
  41. 11a1470 [PATCH] rcu: add rcu_bh_sync torture type to rcutorture by Josh Triplett · 18 years ago
  42. 20d2e42 [PATCH] rcu: add rcu_sync torture type to rcutorture by Josh Triplett · 18 years ago
  43. b772e1d [PATCH] RCU: add fake writers to rcutorture by Josh Triplett · 18 years ago
  44. b2896d2 [PATCH] srcu-3: add SRCU operations to rcutorture by Paul E. McKenney · 18 years ago
  45. 621934e [PATCH] srcu-3: RCU variant permitting read-side blocking by Paul E. McKenney · 18 years ago
  46. 670e9f3 Documentation: remove duplicated words by Paolo Ornati · 18 years ago
  47. 53cb472 Fix typos in Documentation/: 'S' by Matt LaPlante · 18 years ago
  48. 82a854e [PATCH] RCU Documentation fix by Urs Thuermann · 18 years ago
  49. 72e9bb5 [PATCH] rcutorture: add ops vector and Classic RCU ops by Paul E. McKenney · 18 years ago
  50. 29766f1 [PATCH] rcutorture: catchup doc fixes for idle-hz tests by Paul E. McKenney · 18 years ago
  51. 165d6c7 [PATCH] RCU documentation: self-limiting updates and call_rcu() by Paul E. McKenney · 18 years ago
  52. d83015b [PATCH] Make RCU API inaccessible to non-GPL Linux kernel modules by Paul E. McKenney · 18 years ago
  53. 3c30a75 [PATCH] for_each_possible_cpu: documentaion by KAMEZAWA Hiroyuki · 18 years ago
  54. de0dfcd rcu: undeclared variable used in documentation by Baruch Even · 18 years ago
  55. d19720a [PATCH] RCU documentation fixes (January 2006 update) by Paul E. McKenney · 18 years ago
  56. 095975d [PATCH] rcu file: use atomic primitives by Nick Piggin · 18 years ago
  57. 665a758 [PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_each_entry_rcu by Paul E. McKenney · 19 years ago
  58. a241ec6 [PATCH] RCU torture-testing kernel module by Paul E. McKenney · 19 years ago
  59. dd81eca [PATCH] Yet another RCU documentation update by Paul E. McKenney · 19 years ago
  60. c0dfb29 [PATCH] files: rcuref APIs by Dipankar Sarma · 19 years ago
  61. 1930605 [PATCH] NMI: Update NMI users of RCU to use new API by Paul E. McKenney · 19 years ago
  62. a83f1fe [PATCH] Update RCU documentation by Paul E. McKenney · 19 years ago
  63. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago