index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree.h
Age
Commit message (
Expand
)
Author
2018-08-30
rcu: Convert rcu_state.ofl_lock to raw_spinlock_t
Mike Galbraith
2018-08-30
rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completed
Paul E. McKenney
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: Merge rcu_dynticks structure into rcu_data structure
Paul E. McKenney
2018-08-30
rcu: Convert "1UL << x" to "BIT(x)"
Paul E. McKenney
2018-08-30
rcu: More aggressively enlist scheduler aid for nohz_full CPUs
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: 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 rcu_data structure's ->rsp field
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 rcu_state structure's ->rda field
Paul E. McKenney
2018-08-30
rcu: Eliminate rcu_state structure's ->call field
Paul E. McKenney
2018-08-30
rcu: Remove RCU_STATE_INITIALIZER()
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: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safe
Paul E. McKenney
2018-08-30
rcu: Defer reporting RCU-preempt quiescent states when disabled
Paul E. McKenney
2018-07-12
rcu: Remove unused rcu_kick_nohz_cpu() function
Paul E. McKenney
2018-07-12
rcu: Add diagnostics for offline CPUs failing to report QS
Paul E. McKenney
2018-07-12
rcu: Record ->gp_state for both phases of grace-period initialization
Paul E. McKenney
2018-07-12
rcu: Add CPU online/offline state to dump_blkd_tasks()
Paul E. McKenney
2018-07-12
rcu: Remove CPU-hotplug failsafe from force-quiescent-state code path
Paul E. McKenney
2018-07-12
rcu: Fix grace-period hangs due to race with CPU offline
Paul E. McKenney
2018-07-12
rcu: Remove ->gpnum and ->completed
Paul E. McKenney
2018-07-12
rcu: Move from ->need_future_gp[] to ->gp_seq_needed
Paul E. McKenney
2018-07-12
rcu: Convert grace-period requests to ->gp_seq
Paul E. McKenney
2018-07-12
rcu: Convert ->rcu_iw_gpnum to ->gp_seq
Paul E. McKenney
2018-07-12
rcu: Introduce grace-period sequence numbers
Paul E. McKenney
2018-07-12
rcu: Diagnostics for grace-period startup hangs
Paul E. McKenney
2018-06-26
rcu: Add debugging info to assertion
Paul E. McKenney
2018-05-15
Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and...
Paul E. McKenney
2018-05-15
rcu: Convert ->need_future_gp[] array to boolean
Paul E. McKenney
2018-05-15
rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elements
Paul E. McKenney
2018-05-15
rcu: Avoid losing ->need_future_gp[] values due to GP start/end races
Paul E. McKenney
2018-05-15
rcu: Make rcu_gp_cleanup() more accurately predict need for new GP
Paul E. McKenney
2018-05-15
rcu: Add accessor macros for the ->need_future_gp[] array
Paul E. McKenney
2018-05-15
rcu: Declare rcu_eqs_special_set() in public header
Yury Norov
2018-05-15
rcu: Remove deprecated RCU debugfs tracing code
Byungchul Park
2018-05-15
rcu: Inline rcu_preempt_do_callback() into its sole caller
Byungchul Park
[next]