1. 78e691f Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a', 'srcu.2015.01.06a', 'stall.2015.01.16a' and 'torture.2015.01.11a' into HEAD by Paul E. McKenney · 10 years ago
  2. 630181c rcu: Initialize tiny RCU stall-warning timeouts at boot by Paul E. McKenney · 10 years ago
  3. ec1fe39 rcu: Fix RCU CPU stall detection in tiny implementation by Miroslav Benes · 10 years ago
  4. fb81a44 rcu: Add GP-kthread-starvation checks to CPU stall warnings by Paul E. McKenney · 10 years ago
  5. 5cd3719 rcu: Make cond_resched_rcu_qs() apply to normal RCU flavors by Paul E. McKenney · 10 years ago
  6. a94844b rcu: Optionally run grace-period kthreads at real-time priority by Paul E. McKenney · 10 years ago
  7. 6047967 ksoftirqd: Use new cond_resched_rcu_qs() function by Paul E. McKenney · 10 years ago
  8. 28423ad ksoftirqd: Enable IRQs and call cond_resched() before poking RCU by Calvin Owens · 10 years ago
  9. 7602de4a rcutorture: Add more diagnostics in rcu_barrier() test failure case by Paul E. McKenney · 10 years ago
  10. d2f74b5 torture: Flag console.log file to prevent holdovers from earlier runs by Paul E. McKenney · 10 years ago
  11. 16c77ea torture: Add "-enable-kvm -soundhw pcspk" to qemu command line by Paul E. McKenney · 10 years ago
  12. 94162c8 rcutorture: Handle different mpstat versions by Paul E. McKenney · 10 years ago
  13. 917963d rcutorture: Check from beginning to end of grace period by Paul E. McKenney · 10 years ago
  14. f9103c3 rcu: Remove redundant rcu_batches_completed() declaration by Paul E. McKenney · 10 years ago
  15. 1e32eae rcutorture: Drop rcu_torture_completed() and friends by Paul E. McKenney · 10 years ago
  16. c1fe9cd rcu: Provide rcu_batches_completed_sched() for TINY_RCU by Paul E. McKenney · 10 years ago
  17. 6b80da4 rcutorture: Use unsigned for Reader Batch computations by Paul E. McKenney · 10 years ago
  18. 3b009c0 rcutorture: Make build-output parsing correctly flag RCU's warnings by Paul E. McKenney · 10 years ago
  19. 9733e4f rcu: Make _batches_completed() functions return unsigned long by Paul E. McKenney · 10 years ago
  20. 79619cf rcutorture: Issue warnings on close calls due to Reader Batch blows by Paul E. McKenney · 10 years ago
  21. d87510c documentation: Fix smp typo in memory-barriers.txt by Davidlohr Bueso · 10 years ago
  22. 432fbf3 documentation: Record limitations of bitfields and small variables by Paul E. McKenney · 10 years ago
  23. e3663b1 rcu: Handle gpnum/completed wrap while dyntick idle by Paul E. McKenney · 10 years ago
  24. 6ccd2ec rcu: Improve diagnostics for spurious RCU CPU stall warnings by Paul E. McKenney · 10 years ago
  25. fc908ed rcu: Make RCU_CPU_STALL_INFO include number of fqs attempts by Paul E. McKenney · 10 years ago
  26. e9408e4 rcutorture: Add checks for stall ending before dump start by Paul E. McKenney · 10 years ago
  27. 68158fe rcu: Set default to RCU_CPU_STALL_INFO=y by Paul E. McKenney · 10 years ago
  28. 83fe27e rcu: Make SRCU optional by using CONFIG_SRCU by Pranith Kumar · 10 years ago
  29. 9735af5 rcu: Combine DEFINE_SRCU() and DEFINE_STATIC_SRCU() by Paul E. McKenney · 10 years ago
  30. a5c198f rcu: Expand SRCU ->completed to 64 bits by Paul E. McKenney · 10 years ago
  31. ab954c1 rcu: Remove redundant callback-list initialization by Paul E. McKenney · 10 years ago
  32. 6cd534e rcu: Don't scan root rcu_node structure for stalled tasks by Paul E. McKenney · 10 years ago
  33. abaf3f9d rcu: Revert "Allow post-unlock reference for rt_mutex" to avoid priority-inversion by Lai Jiangshan · 10 years ago
  34. 3ba4d0e rcu: Note quiescent state when CPU goes offline by Paul E. McKenney · 10 years ago
  35. 5d0b024 rcu: Don't bother affinitying rcub kthreads away from offline CPUs by Paul E. McKenney · 10 years ago
  36. 1be0085 rcu: Don't initiate RCU priority boosting on root rcu_node by Paul E. McKenney · 10 years ago
  37. 3e9f5c7 rcu: Don't spawn rcub kthreads on root rcu_node structure by Paul E. McKenney · 10 years ago
  38. 96e9202 rcu: Make use of rcu_preempt_has_tasks() by Paul E. McKenney · 10 years ago
  39. a8f4cba rcu: Shorten irq-disable region in rcu_cleanup_dead_cpu() by Paul E. McKenney · 10 years ago
  40. d19fb8d rcu: Don't migrate blocked tasks even if all corresponding CPUs offline by Paul E. McKenney · 10 years ago
  41. b6a932d rcu: Make rcu_read_unlock_special() propagate ->qsmaskinit bit clearing by Paul E. McKenney · 10 years ago
  42. 8af3a5e rcu: Abstract rcu_cleanup_dead_rnp() from rcu_cleanup_dead_cpu() by Paul E. McKenney · 10 years ago
  43. 74e871ac rcu: Rename "empty" to "empty_norm" in preparation for boost rework by Paul E. McKenney · 10 years ago
  44. b08ea27 rcu: Protect rcu_boost() lockless accesses with ACCESS_ONCE() by Paul E. McKenney · 10 years ago
  45. 5a43b88 rcu: Remove "select IRQ_WORK" from config TREE_RCU by Lai Jiangshan · 10 years ago
  46. 41050a0 rcu: Fix rcu_barrier() race that could result in too-short wait by Paul E. McKenney · 10 years ago
  47. 87af9e7 hotplugcpu: Avoid deadlocks by waking active_writer by David Hildenbrand · 10 years ago
  48. f520c98 rculist: Fix sparse warning by Ying Xue · 10 years ago
  49. 5f6130f tiny_rcu: Directly force QS when call_rcu_[bh|sched]() on idle_task by Lai Jiangshan · 10 years ago
  50. ac59853 rcupdate: Replace smp_read_barrier_depends() with lockless_dereference() by Pranith Kumar · 10 years ago
  51. 536fa40 compiler: Allow 1- and 2-byte smp_load_acquire() and smp_store_release() by Paul E. McKenney · 10 years ago
  52. 84596ccb documentation: Update sysfs path for rcu_cpu_stall_timeout by Xie XiuQi · 10 years ago
  53. 924df8a rcu: Fix invoke_rcu_callbacks() comment by Paul E. McKenney · 10 years ago
  54. ca9558a rcu: Remove redundant rcu_is_cpu_rrupt_from_idle() from tiny RCU by Alexander Gordeev · 10 years ago
  55. 734d168 rcu: Make rcu_nmi_enter() handle nesting by Paul E. McKenney · 10 years ago
  56. 97bf6af Linux 3.19-rc1 by Linus Torvalds · 10 years ago
  57. 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  58. bfc7249 Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  59. a4e1328 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  60. cdce6ac Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  61. 5d6a546 Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  62. 787140a Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  63. d08372c Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  64. fe07ade i2c: sh_mobile: fix uninitialized var when debug is enabled by Wolfram Sang · 10 years ago
  65. ecb5ec0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  66. 298647e Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 10 years ago
  67. 5c68eac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  68. 20e471fd Merge tag 'sound-fix-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  69. ed55635 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  70. 5be95b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel by Linus Torvalds · 10 years ago
  71. 971d9e0 Merge tag 'cris-changes-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris by Linus Torvalds · 10 years ago
  72. acab1f88 Merge tag 'please-pull-misc-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 10 years ago
  73. 8bcabff CRISv32: Remove last remnants of ETRAX_SPI_MMC_BOARD by Jesper Nilsson · 10 years ago
  74. a3199ad CRISv32: ETRAXFS: Fix recursive spinlock by Jesper Nilsson · 10 years ago
  75. 9f1ad51 CRISv32: Select MTDRAM for axisflashmap by Jesper Nilsson · 10 years ago
  76. 4729d77 CRISv32: Implement early console by Jesper Nilsson · 10 years ago
  77. 421d085 CRIS: Use KALLSYMs if available in call stack dump by Jesper Nilsson · 10 years ago
  78. ca36c1f CRISv32: Fix declaration mismatch by Jesper Nilsson · 10 years ago
  79. 3f10462 CRISv32: Rewrite of synchronous serial port driver by Jesper Nilsson · 10 years ago
  80. 80d6170 CRIS: Update init memory handling by Jesper Nilsson · 10 years ago
  81. d6517c4 CRISv32: Better handling of watchdog bite by Jesper Nilsson · 10 years ago
  82. dbd3c7e CRIS: Export missing function symbols by Jesper Nilsson · 10 years ago
  83. 82e6df1 CRIS: Export ioremap_nocache by Jesper Nilsson · 10 years ago
  84. 6eb64b8 CRIS: Fix headers_install by Sam Ravnborg · 10 years ago
  85. eeda008 CRISv32: Add missing include for mm.h by Jesper Nilsson · 10 years ago
  86. f89412a CRISv32: Drop obsolete file for SPI driver by Jesper Nilsson · 10 years ago
  87. e589c9e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  88. 464ed18 PM: Eliminate CONFIG_PM_RUNTIME by Rafael J. Wysocki · 10 years ago
  89. 4bb9374 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  90. ac88ee3 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  91. a544557 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  92. 1092b59 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  93. 88a5766 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  94. 34b85e3 Merge tag 'powerpc-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  95. d5e80b4 Update/Remove soon-to-be-dead email address by Dave Jones · 10 years ago
  96. b074cf8 macintosh: therm_pm72: delete deprecated driver by Wolfram Sang · 10 years ago
  97. 71504e5 tty: 8250_omap: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  98. 45544c8 sound: sst-haswell-pcm: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  99. 47164fd spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  100. a5fd973 tick/powerclamp: Remove tick_nohz_idle abuse by Thomas Gleixner · 10 years ago