summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)Author
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-02-13x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney
2019-02-09rcu/tree: Convert to SPDX license identifierPaul E. McKenney
2019-01-25srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior
2019-01-25rcu: Repair rcu_nmi_exit() docbook headerPaul E. McKenney
2019-01-25rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCUPaul E. McKenney
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney
2019-01-25Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEADPaul E. McKenney
2019-01-25rcu: Prevent needless ->gp_seq_needed update in __note_gp_changes()Zhang, Jun
2019-01-25rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun
2019-01-25rcu: Add sysrq rcu_node-dump capabilityPaul E. McKenney
2019-01-25rcu: Protect rcu_check_gp_kthread_starvation() access to ->gp_flagsPaul E. McKenney
2019-01-25rcu: Improve diagnostics for failed RCU grace-period startPaul E. McKenney
2019-01-25rcu: Accommodate zero jiffies_till_first_fqs and kthread kickingPaul E. McKenney
2019-01-25rcu: Discard separate per-CPU callback countsPaul E. McKenney
2019-01-25rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu()Paul E. McKenney
2019-01-25rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVORPaul E. McKenney
2019-01-25rcu: Inline force_quiescent_state() into rcu_force_quiescent_state()Paul E. McKenney
2019-01-25rcu: Rename and comment changes due to only one rcuo kthread per CPUPaul E. McKenney
2018-12-01rcutorture: Print time since GP end upon forward-progress failurePaul E. McKenney
2018-12-01rcutorture: Print GP age upon forward-progress failurePaul E. McKenney
2018-12-01rcu: Print per-CPU callback counts for forward-progress failuresPaul E. McKenney
2018-12-01rcu: Account for nocb-CPU callback counts in RCU CPU stall warningsPaul E. McKenney
2018-12-01rcutorture: Dump grace-period diagnostics upon forward-progress OOMPaul E. McKenney
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney
2018-11-12rcu: Trace end of grace period before end of grace periodPaul E. McKenney
2018-11-12rcu: Adjust the comment of function rcu_is_watchingZhouyi Zhou
2018-11-12rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()Paul E. McKenney
2018-11-12rcu: Add state name to show_rcu_gp_kthreads() outputPaul E. McKenney
2018-11-12rcu: Parameterize rcu_check_gp_start_stall()Paul E. McKenney
2018-11-12rcu: Avoid double multiply by HZPaul E. McKenney
2018-11-08rcu: Eliminate BUG_ON() for kernel/rcu/tree.cPaul E. McKenney
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney
2018-08-30srcu: Make call_srcu() available during very early bootPaul E. McKenney
2018-08-30rcu: Convert rcu_state.ofl_lock to raw_spinlock_tMike Galbraith
2018-08-30rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completedPaul E. McKenney
2018-08-30rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticksPaul E. McKenney
2018-08-30rcu: Switch dyntick nesting counters to rcu_data structurePaul E. McKenney
2018-08-30rcu: Switch urgent quiescent-state requests to rcu_data structurePaul E. McKenney
2018-08-30rcu: Convert "1UL << x" to "BIT(x)"Paul E. McKenney
2018-08-30rcu: Avoid resched_cpu() when rescheduling the current CPUPaul E. McKenney
2018-08-30rcu: More aggressively enlist scheduler aid for nohz_full CPUsPaul E. McKenney
2018-08-30rcu: Compute jiffies_till_sched_qs from other kernel parametersPaul E. McKenney
2018-08-30rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structurePaul E. McKenney
2018-08-30rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks()Paul E. McKenney
2018-08-30rcu: Make need_resched() respond to urgent RCU-QS needsPaul E. McKenney
2018-08-30rcu: Inline _rcu_barrier() into its sole remaining callerPaul E. McKenney
2018-08-30rcu: Define rcu_all_qs() only in !PREEMPT buildsPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in tree.cPaul E. McKenney