Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / kernel / rcu / tree.c
2018-08-13 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2018-08-13 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2018-08-13 Linus TorvaldsMerge branch 'ras-core-for-linus' of git://git./linux...
2018-08-13 Linus TorvaldsMerge branch 'core-rcu-for-linus' of git://git./linux...
2018-08-09 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2018-08-03 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2018-07-31 Linus TorvaldsMerge tag 'audit-pr-20180731' of git://git./linux/kerne...
2018-07-29 Rafael J. WysockiMerge branch 'turbostat' of git://git./linux/kernel...
2018-07-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2018-07-25 Ingo MolnarMerge branch 'sched/urgent' into sched/core, to pick...
2018-07-21 Linus TorvaldsMerge tag 'for-4.18-rc5-tag' of git://git./linux/kernel...
2018-07-20 Linus TorvaldsMerge tag 'arc-4.18-rc6' of git://git./linux/kernel...
2018-07-20 Dave AirlieMerge branch 'linux-4.18' of git://github.com/skeggsb...
2018-07-19 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2018-07-18 Linus TorvaldsMerge tag 'for-4.18-rc5-tag' of git://git./linux/kernel...
2018-07-18 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2018-07-17 Ingo MolnarMerge branch 'for-mingo' of git://git./linux/kernel...
2018-07-15 Dave AirlieMerge branch 'drm-armada-fixes' of git://git.armlinux...
2018-07-15 Ingo MolnarMerge tag 'v4.18-rc5' into sched/core, to pick up fixes
2018-07-14 Linus TorvaldsMerge tag 'for-linus-4.18-rc5-tag' of git://git./linux...
2018-07-12 Paul E. McKenneyMerge branches 'fixes1.2018.07.12b' and 'torture1.2018...
2018-07-12 Joel Fernandes ... rcutorture: Add support to detect if boost kthread...
2018-07-12 Paul E. McKenneyrcu: Remove rcutorture test version and sequence number
2018-07-12 Joel Fernandes ... rcu: Assign higher prio to RCU threads if rcutorture...
2018-07-12 Byungchul Parkrcu: Check the range of jiffies_till_{first,next}_fqs...
2018-07-12 Paul E. McKenneyrcu: Add diagnostics for rcutorture writer stall warning
2018-07-12 Paul E. McKenneyrcu: Use RCU CPU stall timeout for rcu_check_gp_start_s...
2018-07-12 Paul E. McKenneyrcu: Remove __maybe_unused from rcu_cpu_has_callbacks()
2018-07-12 Paul E. McKenneyrcu: Remove "inline" from panic_on_rcu_stall() and...
2018-07-12 Paul E. McKenneyrcu: Inline rcu_dynticks_momentary_idle() into its...
2018-07-12 Paul E. McKenneyrcu: Improve RCU-tasks naming and comments
2018-07-12 Joe Perchesrcu: Use pr_fmt to prefix "rcu: " to logging output
2018-07-12 Byungchul Parkrcu: Improve rcu_note_voluntary_context_switch() reporting
2018-07-12 Paul E. McKenneyrcu: Add diagnostics for offline CPUs failing to report QS
2018-07-12 Paul E. McKenneyrcu: Record ->gp_state for both phases of grace-period...
2018-07-12 Paul E. McKenneyrcu: Add CPU online/offline state to dump_blkd_tasks()
2018-07-12 Paul E. McKenneyrcu: Remove CPU-hotplug failsafe from force-quiescent...
2018-07-12 Paul E. McKenneyrcu: Remove failsafe check for lost quiescent state
2018-07-12 Paul E. McKenneyrcu: Move grace-period pre-init delay after pre-init
2018-07-12 Paul E. McKenneyrcu: Fix grace-period hangs due to race with CPU offline
2018-07-12 Paul E. McKenneyrcu: Fix grace-period hangs from mid-init task resume
2018-07-12 Paul E. McKenneyrcu: Suppress more involved false-positive preempted...
2018-07-12 Paul E. McKenneyrcu: Suppress false-positive preempted-task splats
2018-07-12 Paul E. McKenneyrcu: Suppress false-positive offline-CPU lockdep-RCU...
2018-07-12 Paul E. McKenneyrcu: Prevent useless FQS scan after all CPUs have check...
2018-07-12 Paul E. McKenneyrcu: Replace smp_wmb() with smp_store_release() for...
2018-07-12 Paul E. McKenneyrcu: Fix typo and add additional debug
2018-07-12 Paul E. McKenneyrcu: Make rcu_report_unblock_qs_rnp() warn on violated...
2018-07-12 Paul E. McKenneyrcu: Make rcu_init_new_rnp() stop upon already-set bit
2018-07-12 Paul E. McKenneyrcu: Fix an obsolete ->qsmaskinit comment
2018-07-12 Paul E. McKenneyrcu: Clean up handling of tasks blocked across full...
2018-07-12 Joel Fernandes ... rcu: Identify grace period is in progress as we advance...
2018-07-12 Joel Fernandes ... rcu: Use better variable names in funnel locking loop
2018-07-12 Joel Fernandesrcu: Rename the grace-period-request variables and...
2018-07-12 Paul E. McKenneyrcu: Regularize resetting of rcu_data wrap indicator
2018-07-12 Paul E. McKenneyrcutorture: Correctly handle grace-period sequence...
2018-07-12 Paul E. McKenneyrcu: Make rcu_start_this_gp() check for grace period...
2018-07-12 Joel Fernandes ... rcu: Fix cpustart tracepoint gp_seq number
2018-07-12 Joel Fernandes ... rcu: Produce last "CleanupMore" trace only if late...
2018-07-12 Paul E. McKenneyrcu: Don't funnel-lock above leaf node if GP in progress
2018-07-12 Paul E. McKenneyrcu: Make simple callback acceleration refer to rdp...
2018-07-12 Paul E. McKenneyrcu: Remove ->gpnum and ->completed
2018-07-12 Paul E. McKenneyrcu: Convert rcu_fqs tracepoint to ->gp_seq
2018-07-12 Paul E. McKenneyrcu: Convert rcu_quiescent_state_report tracepoint...
2018-07-12 Paul E. McKenneyrcu: Convert rcu_future_grace_period tracepoint to...
2018-07-12 Paul E. McKenneyrcu: Convert rcu_grace_period tracepoint to gp_seq
2018-07-12 Paul E. McKenneyrcu: Make rcu_nocb_wait_gp() check if GP already requested
2018-07-12 Paul E. McKenneyrcu: Move from ->need_future_gp[] to ->gp_seq_needed
2018-07-12 Paul E. McKenneyrcutorture: Convert rcutorture_get_gp_data() to ->gp_seq
2018-07-12 Paul E. McKenneyrcu: Make RCU CPU stall warnings use ->gp_seq
2018-07-12 Paul E. McKenneyrcu: Convert grace-period requests to ->gp_seq
2018-07-12 Paul E. McKenneyrcu: Convert ->completedqs to ->gp_seq
2018-07-12 Paul E. McKenneyrcu: Convert ->rcu_iw_gpnum to ->gp_seq
2018-07-12 Paul E. McKenneyrcu: Move rcu_gp_in_progress() to ->gp_seq
2018-07-12 Paul E. McKenneyrcu: Move rcu_implicit_dynticks_qs() to ->gp_seq
2018-07-12 Paul E. McKenneyrcu: Convert rcu_gpnum_ovf() to ->gp_seq
2018-07-12 Paul E. McKenneyrcu: Move RCU's grace-period-change code to ->gp_seq
2018-07-12 Paul E. McKenneyrcu: Convert conditional grace-period primitives to...
2018-07-12 Paul E. McKenneyrcu: Make quiescent-state reporting use ->gp_seq
2018-07-12 Paul E. McKenneyrcu: Convert rcu_check_gp_kthread_starvation() to GP...
2018-07-12 Paul E. McKenneyrcu: Make rcutorture's batches-completed API use -...
2018-07-12 Paul E. McKenneyrcu: Move rcu_gp_slow() to ->gp_seq
2018-07-12 Paul E. McKenneyrcu: Introduce grace-period sequence numbers
2018-07-12 Paul E. McKenneyMerge branches 'expedited.2018.07.12a', 'fixes.2018...
2018-07-12 Paul E. McKenneyrcu: Make rcu_gp_cleanup() write only once to ->gp_flags
2018-07-12 Paul E. McKenneyrcu: Diagnostics for grace-period startup hangs
2018-07-08 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2018-07-08 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2018-07-03 Ingo MolnarMerge branch 'sched/urgent' into sched/core, to pick...
2018-07-01 Linus TorvaldsMerge tag 'for-4.18-rc2-tag' of git://git./linux/kernel...
2018-06-30 Linus TorvaldsMerge tag 'selinux-pr-20180629' of git://git./linux...
2018-06-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2018-06-26 Paul E. McKenneyrcu: Exclude near-simultaneous RCU CPU stall warnings
2018-06-26 Paul E. McKenneyrcu: Add debugging info to assertion
2018-06-26 Linus TorvaldsMerge tag 'for-4.18-rc1-tag' of git://git./linux/kernel...
2018-06-23 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2018-06-23 Olof JohanssonMerge tag 'socfpga_nand_fix_v4.17' of git://git./linux...
2018-06-23 Olof JohanssonMerge tag 'renesas-fixes-for-v4.18' of https://git...
2018-06-23 Olof JohanssonMerge tag 'mvebu-fixes-4.17-2' of git://git.infradead...
2018-06-23 Linus TorvaldsMerge tag 'for-linus-4.18-rc2-tag' of git://git./linux...
next