index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree_plugin.h
Age
Commit message (
Expand
)
Author
2018-08-30
rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks
Paul E. McKenney
2018-08-30
rcu: Switch dyntick nesting counters to rcu_data structure
Paul E. McKenney
2018-08-30
rcu: Switch urgent quiescent-state requests to rcu_data structure
Paul E. McKenney
2018-08-30
rcu: Switch lazy counts to rcu_data structure
Paul E. McKenney
2018-08-30
rcu: Switch last accelerate/advance to rcu_data structure
Paul E. McKenney
2018-08-30
rcu: Switch ->tick_nohz_enabled_snap to rcu_data structure
Paul E. McKenney
2018-08-30
rcu: Avoid resched_cpu() when rescheduling the current CPU
Paul E. McKenney
2018-08-30
rcu: More aggressively enlist scheduler aid for nohz_full CPUs
Paul E. McKenney
2018-08-30
rcu: Compute jiffies_till_sched_qs from other kernel parameters
Paul E. McKenney
2018-08-30
rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure
Paul E. McKenney
2018-08-30
rcu: Inline _rcu_barrier() into its sole remaining caller
Paul E. McKenney
2018-08-30
rcu: Define rcu_all_qs() only in !PREEMPT builds
Paul E. McKenney
2018-08-30
rcu: Clean up flavor-related definitions and comments in tree_plugin.h
Paul E. McKenney
2018-08-30
rcu: Inline increment_cpu_stall_ticks() into its sole caller
Paul E. McKenney
2018-08-30
rcu: Remove for_each_rcu_flavor() flavor-traversal macro
Paul E. McKenney
2018-08-30
rcu: Remove last non-flavor-traversal rsp local variable from tree_plugin.h
Paul E. McKenney
2018-08-30
rcu: Remove rcu_data structure's ->rsp field
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from rcu_node tree accessor macros
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from expedited grace-period functions
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from no-CBs CPU functions
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from print_cpu_stall_info()
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from dump_blkd_tasks() and friend
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from rcu_print_detail_task_stall()
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from rcu_do_batch()
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from note_gp_changes()
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from rcu_accelerate_cbs()
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from rcu_gp_kthread_wake()
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from rcu_get_root()
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from rcu_gp_in_progress()
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from rcu_report_unblock_qs_rnp()
Paul E. McKenney
2018-08-30
rcu: Remove rcu_data_p pointer to default rcu_data structure
Paul E. McKenney
2018-08-30
rcu: Remove rcu_state_p pointer to default rcu_state structure
Paul E. McKenney
2018-08-30
rcu: Remove rcu_state structure's ->rda field
Paul E. McKenney
2018-08-30
rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds
Paul E. McKenney
2018-08-30
rcu: Drop "wake" parameter from rcu_report_exp_rdp()
Paul E. McKenney
2018-08-30
rcu: Define RCU-bh update API in terms of RCU
Paul E. McKenney
2018-08-30
rcu: Report expedited grace periods at context-switch time
Paul E. McKenney
2018-08-30
rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safe
Paul E. McKenney
2018-08-30
rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special union
Paul E. McKenney
2018-08-30
rcu: Allow processing deferred QSes for exiting RCU-preempt readers
Paul E. McKenney
2018-08-30
rcu: Defer reporting RCU-preempt quiescent states when disabled
Paul E. McKenney
2018-08-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-07-12
rcu: Print stall-warning NMI dyntick state in hexadecimal
Paul E. McKenney
2018-07-12
rcu: Remove unused local variable "cpu"
Paul E. McKenney
2018-07-12
rcu: Remove unused rcu_kick_nohz_cpu() function
Paul E. McKenney
2018-07-12
rcu: Clarify and correct the rcu_preempt_qs() header comment
Paul E. McKenney
2018-07-12
rcu: Mark task as .need_qs less aggressively
Paul E. McKenney
2018-07-12
rcu: Use pr_fmt to prefix "rcu: " to logging output
Joe Perches
2018-07-12
rcu: Make rcu_read_unlock_special() static
Paul E. McKenney
[next]