1. adf5091 rcu: New rcu_user_enter() and rcu_user_exit() APIs by Frederic Weisbecker · 12 years ago
  2. 593d100 Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b by Paul E. McKenney · 12 years ago
  3. 5217192 Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b by Paul E. McKenney · 12 years ago
  4. 9b20aa6 Merge tag 'v3.6-rc7' into core/rcu by Ingo Molnar · 12 years ago
  5. bda4ec9 Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09.23a', 'hotplug.2012.09.23a' and 'idlechop.2012.09.23a' into HEAD by Paul E. McKenney · 12 years ago
  6. 979570e Linux 3.6-rc7 by Linus Torvalds · 12 years ago
  7. 56bae80 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  8. 0737c8d Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 12 years ago
  9. 0bf7a70 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  10. faa2ad0 edac_mc: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs. by Shaun Ruffell · 12 years ago
  11. ef6e781 edac_mc: fix messy kfree calls in the error path by Fengguang Wu · 12 years ago
  12. 5f0ecb9 hwmon: (fam15h_power) Tweak runavg_range on resume by Andreas Herrmann · 12 years ago
  13. 641f145 hwmon: (coretemp) Use get_online_cpus to avoid races involving CPU hotplug by Silas Boyd-Wickizer · 12 years ago
  14. 1ec3ddf hwmon: (via-cputemp) Use get_online_cpus to avoid races involving CPU hotplug by Silas Boyd-Wickizer · 12 years ago
  15. 93482f4 ia64: Add missing RCU idle APIs on idle loop by Paul E. McKenney · 12 years ago
  16. 11ad47a xtensa: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  17. 0ee23fd score: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  18. fbe7521 parisc: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  19. 5b0753a mn10300: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  20. 5b57ba3 m68k: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  21. 48ae077 m32r: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  22. b2fe143 h8300: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  23. 41d8fe5 frv: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  24. c633f9e cris: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  25. 4c94cad alpha: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  26. 6a6c027 alpha: Fix preemption handling in idle loop by Frederic Weisbecker · 12 years ago
  27. 429227b Use get_online_cpus to avoid races involving CPU hotplug by Silas Boyd-Wickizer · 12 years ago
  28. a2db672 Use get_online_cpus to avoid races involving CPU hotplug by Silas Boyd-Wickizer · 12 years ago
  29. 5d18023 sched: Fix load avg vs cpu-hotplug by Peter Zijlstra · 12 years ago
  30. 0d8ee37 rcu: Disallow callback registry on offline CPUs by Paul E. McKenney · 12 years ago
  31. 1331e7a rcu: Remove _rcu_barrier() dependency on __stop_machine() by Paul E. McKenney · 12 years ago
  32. 86f343b rcu: Fix CONFIG_RCU_FAST_NO_HZ stall warning message by Paul E. McKenney · 12 years ago
  33. 22a7672 rcu: Move TINY_RCU quiescent state out of extended quiescent state by Li Zhong · 12 years ago
  34. 58fac09 kmemleak: Replace list_for_each_continue_rcu with new interface by Michael Wang · 12 years ago
  35. 803b0eb time: RCU permitted to stop idle entry via softirq by Paul E. McKenney · 12 years ago
  36. 7a11e20 rcu: Move TINY_PREEMPT_RCU away from raw_local_irq_save() by Paul E. McKenney · 12 years ago
  37. fdab649 rcu: Remove redundant memory barrier from __call_rcu() by Paul E. McKenney · 12 years ago
  38. c96ea7c rcu: Avoid spurious RCU CPU stall warnings by Paul E. McKenney · 12 years ago
  39. c8020a6 rcu: Protect rcu_node accesses during CPU stall warnings by Paul E. McKenney · 12 years ago
  40. 5fd4dc0 rcu: Avoid rcu_print_detail_task_stall_rnp() segfault by Paul E. McKenney · 12 years ago
  41. 115f7a7 rcu: Apply for_each_rcu_flavor() to increment_cpu_stall_ticks() by Paul E. McKenney · 12 years ago
  42. b065a85 rcu: Fix obsolete rcu_initiate_boost() header comment by Paul E. McKenney · 12 years ago
  43. a82dcc7 rcu: Make offline-CPU checking allow for indefinite delays by Paul E. McKenney · 12 years ago
  44. 5cc900c rcu: Improve boost selection when moving tasks to root rcu_node by Paul E. McKenney · 12 years ago
  45. b4270ee rcu: Permit RCU_NONIDLE() to be used from interrupt context by Paul E. McKenney · 12 years ago
  46. 1e3fd2b rcu: Properly initialize ->boost_tasks on CPU offline by Paul E. McKenney · 12 years ago
  47. 818615c rcu: Pull TINY_RCU dyntick-idle tracing into non-idle region by Paul E. McKenney · 12 years ago
  48. e3ebfb9 rcu: Add PROVE_RCU_DELAY to provoke difficult races by Paul E. McKenney · 12 years ago
  49. 60f5378 rcu: Prevent initialization race in rcutorture kthreads by Paul E. McKenney · 12 years ago
  50. 2caa1e4 rcu: Switch rcutorture to pr_alert() and friends by Paul E. McKenney · 12 years ago
  51. 2aef619 rcu: Document SRCU dead-CPU capabilities, emphasize read-side limits by Paul E. McKenney · 12 years ago
  52. 13dbf91 rcu: Track CPU-hotplug duration statistics by Paul E. McKenney · 12 years ago
  53. ab840f7 rcu: Update rcutorture defaults by Paul E. McKenney · 12 years ago
  54. b17c703 rcu: Shrink RCU based on number of CPUs by Paul E. McKenney · 12 years ago
  55. 4dbd6bb rcu: Handle unbalanced rcu_node configurations with few CPUs by Paul E. McKenney · 12 years ago
  56. d7d6a11 rcu: Simplify quiescent-state detection by Paul E. McKenney · 12 years ago
  57. 1943c89 rcu: Reduce synchronize_rcu_expedited() latency by Paul E. McKenney · 12 years ago
  58. bcfa57c rcu: Eliminate signed overflow in synchronize_rcu_expedited() by Paul E. McKenney · 12 years ago
  59. 25d30cf rcu: Adjust for unconditional ->completed assignment by Paul E. McKenney · 12 years ago
  60. 661a85d rcu: Add random PROVE_RCU_DELAY to grace-period initialization by Paul E. McKenney · 12 years ago
  61. 5d4b865 rcu: Fix day-zero grace-period initialization/cleanup race by Paul E. McKenney · 12 years ago
  62. 7e5c2df rcu: Make rcutree module parameters visible in sysfs by Paul E. McKenney · 12 years ago
  63. d40011f rcu: Control grace-period duration from sysfs by Paul E. McKenney · 12 years ago
  64. 394f276 rcu: Prevent force_quiescent_state() memory contention by Paul E. McKenney · 12 years ago
  65. 4605c01 rcu: Adjust debugfs tracing for kthread-based quiescent-state forcing by Paul E. McKenney · 12 years ago
  66. b4be093f rcu: Allow RCU quiescent-state forcing to be preempted by Paul E. McKenney · 12 years ago
  67. 4cdfc17 rcu: Move quiescent-state forcing into kthread by Paul E. McKenney · 12 years ago
  68. b402b73 rcu: Segregate rcu_state fields to improve cache locality by Dimitri Sivanich · 12 years ago
  69. b626c1b rcu: Provide OOM handler to motivate lazy RCU callbacks by Paul E. McKenney · 12 years ago
  70. bfa00b4 rcu: Prevent offline CPUs from executing RCU core code by Paul E. McKenney · 12 years ago
  71. 7fdefc1 rcu: Break up rcu_gp_kthread() into subfunctions by Paul E. McKenney · 12 years ago
  72. c856baf rcu: Allow RCU grace-period cleanup to be preempted by Paul E. McKenney · 12 years ago
  73. cabc49c rcu: Move RCU grace-period cleanup into kthread by Paul E. McKenney · 12 years ago
  74. 755609a rcu: Allow RCU grace-period initialization to be preempted by Paul E. McKenney · 12 years ago
  75. 79bce67 rcu: Prevent initialization-time quiescent-state race by Paul E. McKenney · 12 years ago
  76. b3dbec7 rcu: Move RCU grace-period initialization into a kthread by Paul E. McKenney · 12 years ago
  77. a10d206 rcu: Fix day-one dyntick-idle stall-warning bug by Paul E. McKenney · 12 years ago
  78. e5e77cf Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  79. b3a297d Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  80. cead24c Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  81. a4be6c7 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  82. 5962640 HID: Fix logitech-dj: missing Unifying device issue by Nestor Lopez Casado · 12 years ago
  83. 3914998 HID: lenovo-tpkbd: Fix memory leak in tpkbd_remove_tp() by Axel Lin · 12 years ago
  84. abef3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  85. 6219844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  86. 9d10890 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  87. 519b3b7 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  88. 18f5600 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  89. 789f95b Merge tag 'for-linus-v3.6-rc7' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  90. 36a21fe Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  91. 6551d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  92. 868f480 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 12 years ago
  93. 6d77987 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  94. 06b050e Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  95. 6336501 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  96. a9e8d1a sparc: fix the return value of module_alloc() by Wei Yongjun · 12 years ago
  97. dfa520a sparc32: Enable the relocation target R_SPARC_DISP32 for sparc32 by Andreas Larsson · 12 years ago
  98. 267b50f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  99. 8ca7de9 Merge tag 'stable/for-linus-3.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  100. a630844 net/stmmac: Use clk_prepare_enable and clk_disable_unprepare by Stefan Roese · 12 years ago