summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree_plugin.h
AgeCommit message (Expand)Author
2018-08-30rcu: Remove rsp parameter from print_cpu_stall_info()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from dump_blkd_tasks() and friendPaul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_print_detail_task_stall()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_do_batch()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from note_gp_changes()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_accelerate_cbs()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_gp_kthread_wake()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_get_root()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_gp_in_progress()Paul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_report_unblock_qs_rnp()Paul E. McKenney
2018-08-30rcu: Remove rcu_data_p pointer to default rcu_data structurePaul E. McKenney
2018-08-30rcu: Remove rcu_state_p pointer to default rcu_state structurePaul E. McKenney
2018-08-30rcu: Remove rcu_state structure's ->rda fieldPaul E. McKenney
2018-08-30rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney
2018-08-30rcu: Drop "wake" parameter from rcu_report_exp_rdp()Paul E. McKenney
2018-08-30rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney
2018-08-30rcu: Report expedited grace periods at context-switch timePaul E. McKenney
2018-08-30rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney
2018-08-30rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special unionPaul E. McKenney
2018-08-30rcu: Allow processing deferred QSes for exiting RCU-preempt readersPaul E. McKenney
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-07-12rcu: Print stall-warning NMI dyntick state in hexadecimalPaul E. McKenney
2018-07-12rcu: Remove unused local variable "cpu"Paul E. McKenney
2018-07-12rcu: Remove unused rcu_kick_nohz_cpu() functionPaul E. McKenney
2018-07-12rcu: Clarify and correct the rcu_preempt_qs() header commentPaul E. McKenney
2018-07-12rcu: Mark task as .need_qs less aggressivelyPaul E. McKenney
2018-07-12rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches
2018-07-12rcu: Make rcu_read_unlock_special() staticPaul E. McKenney
2018-07-12rcu: Add CPU online/offline state to dump_blkd_tasks()Paul E. McKenney
2018-07-12rcu: Add up-tree information to dump_blkd_tasks() diagnosticsPaul E. McKenney
2018-07-12rcu: Add RCU-preempt check for waiting on newly onlined CPUPaul E. McKenney
2018-07-12rcu: Suppress false-positive splats from mid-init task resumePaul E. McKenney
2018-07-12rcu: Fix typo and add additional debugPaul E. McKenney
2018-07-12rcu: Remove ->gpnum and ->completedPaul E. McKenney
2018-07-12rcu: Convert rcu_quiescent_state_report tracepoint to ->gp_seqPaul E. McKenney
2018-07-12rcu: Convert rcu_unlock_preempted_task tracepoint to ->gp_seqPaul E. McKenney
2018-07-12rcu: Convert rcu_preempt_task tracepoint to ->gp_seqPaul E. McKenney
2018-07-12rcu: Convert rcu_grace_period tracepoint to gp_seqPaul E. McKenney
2018-07-12rcu: Make rcu_nocb_wait_gp() check if GP already requestedPaul E. McKenney
2018-07-12rcu: Make RCU CPU stall warnings use ->gp_seqPaul E. McKenney
2018-07-12rcu: Convert grace-period requests to ->gp_seqPaul E. McKenney
2018-07-12rcu: Convert ->completedqs to ->gp_seqPaul E. McKenney
2018-07-12rcu: Convert ->rcu_iw_gpnum to ->gp_seqPaul E. McKenney
2018-07-12rcu: Move rcu_nocb_gp_get() to ->gp_seqPaul E. McKenney
2018-07-12rcu: Move rcu_try_advance_all_cbs() to ->gp_seqPaul E. McKenney
2018-06-26rcu: Use the proper lockdep annotation in dump_blkd_tasks()Boqun Feng
2018-06-26rcu: Add debugging info to assertionPaul E. McKenney
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra