1. 5cf05ad rcu: Fix broken strings in RCU's source code. by Paul E. McKenney · 13 years ago
  2. c701d5d rcu: Fix code-style issues involving "else" by Paul E. McKenney · 13 years ago
  3. 02a0677 Merge branches 'bigrtm.2012.07.04a', 'doctorture.2012.07.02a', 'fixes.2012.07.06a' and 'fnh.2012.07.02a' into HEAD by Paul E. McKenney · 13 years ago
  4. cfca927 rcu: Introduce check for callback list/count mismatch by Paul E. McKenney · 13 years ago
  5. 9d2ad24 rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter by Paul E. McKenney · 13 years ago
  6. 4fa3b6c rcu: Fix qlen_lazy breakage by Paul E. McKenney · 13 years ago
  7. e84c48a rcu: Round FAST_NO_HZ lazy timeout to nearest second by Paul E. McKenney · 13 years ago
  8. 28f8555 rcu: The rcu_needs_cpu() function is not a quiescent state by Paul E. McKenney · 13 years ago
  9. bf1304e rcu: Dump only the current CPU's buffers for idle-entry/exit warnings by Paul E. McKenney · 13 years ago
  10. cf01537 rcu: Add check for CPUs going offline with callbacks queued by Paul E. McKenney · 13 years ago
  11. 95f0c1d rcu: Disable preemption in rcu_blocking_is_gp() by Paul E. McKenney · 13 years ago
  12. 1c17e4d rcu: Prevent uninitialized string in RCU CPU stall info by Carsten Emde · 13 years ago
  13. d711817 rcu: Fix rcu_is_cpu_idle() #ifdef in TINY_RCU by Paul E. McKenney · 13 years ago
  14. 29154c5 rcu: Split RCU core processing out of __call_rcu() by Paul E. McKenney · 13 years ago
  15. a16b7a69 rcu: Prevent __call_rcu() from invoking RCU core on offline CPUs by Paul E. McKenney · 13 years ago
  16. 62fde6e rcu: Make __call_rcu() handle invocation from idle by Paul E. McKenney · 13 years ago
  17. 28f5c69 rcu: Remove function versions of __kfree_rcu and __is_kfree_rcu_offset by Paul E. McKenney · 13 years ago
  18. 2a3fa84 rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementations by Paul E. McKenney · 13 years ago
  19. e9023c4 rcu: Remove return value from rcu_assign_pointer() by Paul E. McKenney · 13 years ago
  20. e5c1f44 key: Remove extraneous parentheses from rcu_assign_keypointer() by Paul E. McKenney · 13 years ago
  21. d1b88eb rcu: Remove return value from RCU_INIT_POINTER() by Paul E. McKenney · 13 years ago
  22. d36cc70 rcu: Use new RCU_POINTER_INITIALIZER for gcc-style initializations by Paul E. McKenney · 13 years ago
  23. 172708d rcu: Add a gcc-style structure initializer for RCU pointers by Paul E. McKenney · 13 years ago
  24. 1d1fb39 rcu: Add ACCESS_ONCE() to ->qlen accesses by Paul E. McKenney · 13 years ago
  25. 3f5d3ea rcu: Consolidate duplicate callback-list initialization by Paul E. McKenney · 13 years ago
  26. 285fe29 rcu: Fix detection of abruptly-ending stall by Paul E. McKenney · 13 years ago
  27. 72472a0 rcu: Make rcutorture fakewriters invoke rcu_barrier() by Paul E. McKenney · 13 years ago
  28. 143aa67 rcu: Fix diagnostic-printk typo in rcutorture by Paul E. McKenney · 13 years ago
  29. c6ebcbb rcu: Fix bug in rcu_barrier() torture test by Paul E. McKenney · 13 years ago
  30. e3f8d37 rcu: Test srcu_barrier() from rcutorture test suite by Paul E. McKenney · 13 years ago
  31. 751a68b rcu: Rationalize ordering of torture_ops list by Paul E. McKenney · 13 years ago
  32. 74d874e rcu: Update documentation to cover call_srcu() and srcu_barrier(). by Paul E. McKenney · 13 years ago
  33. ff01503 rcu: RCU_SAVE_DYNTICK code no longer ever dead by Paul E. McKenney · 13 years ago
  34. c0cc962 rcu: Use for_each_rcu_flavor() in TREE_RCU tracing by Paul E. McKenney · 13 years ago
  35. 6ce75a2 rcu: Introduce for_each_rcu_flavor() and use it by Paul E. McKenney · 13 years ago
  36. 1bca8cf rcu: Remove unneeded __rcu_process_callbacks() argument by Paul E. McKenney · 13 years ago
  37. d7e187c8 rcu: Add rcu_barrier() statistics to debugfs tracing by Paul E. McKenney · 13 years ago
  38. a83eff0 rcu: Add tracing for _rcu_barrier() by Paul E. McKenney · 13 years ago
  39. cf3a9c4 rcu: Increase rcu_barrier() concurrency by Paul E. McKenney · 13 years ago
  40. cfed0a8 rcu: Remove needless initialization by Paul E. McKenney · 13 years ago
  41. 7be7f0b rcu: Move rcu_barrier_mutex to rcu_state structure by Paul E. McKenney · 13 years ago
  42. 7db74df rcu: Move rcu_barrier_completion to rcu_state structure by Paul E. McKenney · 13 years ago
  43. 24ebbca rcu: Move rcu_barrier_cpu_count to rcu_state structure by Paul E. McKenney · 13 years ago
  44. 06668ef rcu: Move _rcu_barrier()'s rcu_head structures to rcu_data structures by Paul E. McKenney · 13 years ago
  45. 037b64e rcu: Place pointer to call_rcu() in rcu_data structure by Paul E. McKenney · 13 years ago
  46. 6c90cc7 rcu: Prevent excessive line length in RCU_STATE_INITIALIZER() by Paul E. McKenney · 13 years ago
  47. cca6f39 rcu: Size rcu_node tree from nr_cpu_ids rather than NR_CPUS by Paul E. McKenney · 13 years ago
  48. cc5df65 rcu: Four-level hierarchy is no longer experimental by Paul E. McKenney · 13 years ago
  49. f885b7f rcu: Control RCU_FANOUT_LEAF from boot-time parameter by Paul E. McKenney · 13 years ago
  50. cba6d0d Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation" by Paul E. McKenney · 13 years ago
  51. 6887a41 Linux 3.5-rc5 by Linus Torvalds · 13 years ago
  52. c07978b Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  53. 4f0f4af printk.c: fix kernel-doc warnings by Randy Dunlap · 13 years ago
  54. 87fac28 linux/irq.h: fix kernel-doc warning by Randy Dunlap · 13 years ago
  55. 5d5474d Merge branch 'v3.5-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Olof Johansson · 13 years ago
  56. 5ae95ae ARM: imx6q: fix suspend regression caused by common clk migration by Shawn Guo · 13 years ago
  57. e5a5192 Merge tag 'omap-fixes-for-v3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 13 years ago
  58. c767609 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  59. 21f2729 Merge tag 'driver-core-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  60. 6eca954 Merge branches 'acpi_pad-bugzilla-42981', 'apei-bugzilla-43282', 'video-bugzilla-43168', 'bugzilla-40002' and 'bugfix-misc' into release by Len Brown · 13 years ago
  61. 5f16012 acpi_pad: fix power_saving thread deadlock by Stuart Hayes · 13 years ago
  62. b037384 ACPI video: Still use ACPI backlight control if _DOS doesn't exist by Zhang Rui · 13 years ago
  63. 02529ba Merge tag 'pm-for-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  64. d362082 printk: Optimize if statement logic where newline exists by Steven Rostedt · 13 years ago
  65. 15114c7 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  66. 15b7743 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  67. 62a75b9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  68. efc9def Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  69. 084681d printk: flush continuation lines immediately to console by Kay Sievers · 13 years ago
  70. bc6dc75 powerpc/pseries: Fix software invalidate TCE by Michael Neuling · 13 years ago
  71. 0b17ba7 powerpc: check_and_cede_processor() never cedes by Anton Blanchard · 13 years ago
  72. 2d773aa powerpc/ftrace: Do not trace restore_interrupts() by Steven Rostedt · 13 years ago
  73. 2cb387a powerpc: Fix Section mismatch warnings in prom_init.c by Li Zhong · 13 years ago
  74. c58ce2b ppc64: fix missing to check all bits of _TIF_USER_WORK_MASK in preempt by Tiejun Chen · 13 years ago
  75. 82b2521 powerpc: Fix uninitialised error in numa.c by Michael Neuling · 13 years ago
  76. 7784655 powerpc: Fix BPF_JIT code to link with multiple TOCs by Michael Ellerman · 13 years ago
  77. 9acc7bd Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 13 years ago
  78. ccce27c Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 13 years ago
  79. 221d3eb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
  80. 9a7c6b7 Merge tag 'upstream-3.5-rc5' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 13 years ago
  81. 8b9468d watchdog: core: fix WDIOC_GETSTATUS return value by Wim Van Sebroeck · 13 years ago
  82. a089361 watchdog: hpwdt: Unregister NMI events on exit. by Mingarelli, Thomas · 13 years ago
  83. e5de32e watchdog: iTCO_wdt: add platform driver module alias by Jan Beulich · 13 years ago
  84. 4a9c469 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  85. ef72622 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  86. f3747e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  87. 1df2ae3 udf: Fortify loading of sparing table by Jan Kara · 13 years ago
  88. adee11b udf: Avoid run away loop when partition table length is corrupted by Jan Kara · 13 years ago
  89. cb14d34 udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol() by Jan Kara · 13 years ago
  90. e9bcd47 Merge branches 'sh/urgent' and 'sh/trivial' into sh-fixes-for-linus by Paul Mundt · 13 years ago
  91. ad3337c sh: Convert sh_clk_mstp32_register to sh_clk_mstp_register by Nobuhiro Iwamatsu · 13 years ago
  92. bc404e9 sh: kfr2r09: fix compile breakage by Guennadi Liakhovetski · 13 years ago
  93. a969dd1 Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can by David S. Miller · 13 years ago
  94. d31bb4f 9p: fix min_t() casting in p9pdu_vwritef() by Dan Carpenter · 13 years ago
  95. 47b514c Merge tag 'usb-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  96. 2b25679 Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  97. 6ebfbe9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 13 years ago
  98. 843760c Merge tag 'mmc-fixes-for-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  99. e04fb02 Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 13 years ago
  100. 6b44695 chmod +x scripts/gfp-translate by Dave Jones · 13 years ago