index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree.c
Age
Commit message (
Expand
)
Author
2018-08-30
Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...
Paul E. McKenney
2018-08-30
srcu: Make call_srcu() available during very early boot
Paul E. McKenney
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: Convert "1UL << x" to "BIT(x)"
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: Provide improved interrupt-from-idle check in rcu_check_callbacks()
Paul E. McKenney
2018-08-30
rcu: Make need_resched() respond to urgent RCU-QS needs
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.c
Paul E. McKenney
2018-08-30
rcu: Remove now-unused rcutorture APIs
Paul E. McKenney
2018-08-30
rcu: Consolidate RCU-sched update-side function definitions
Paul E. McKenney
2018-08-30
rcu: Consolidate RCU-bh update-side function definitions
Paul E. McKenney
2018-08-30
rcu: Pull rcu_gp_kthread() FQS loop into separate function
Paul E. McKenney
2018-08-30
rcu: Inline increment_cpu_stall_ticks() into its sole caller
Paul E. McKenney
2018-08-30
rcu: Fix typo in force_qs_rnp()'s parameter's parameter
Paul E. McKenney
2018-08-30
rcu: Eliminate initialization-time use of rsp
Paul E. McKenney
2018-08-30
rcu: Eliminate RCU-barrier use of rsp
Paul E. McKenney
2018-08-30
rcu: Eliminate quiescent-state and grace-period-nonstart use of rsp
Paul E. McKenney
2018-08-30
rcu: Eliminate callback-invocation/invocation use of rsp
Paul E. McKenney
2018-08-30
rcu: Eliminate grace-period management code use of rsp
Paul E. McKenney
2018-08-30
rcu: Eliminate stall-warning use of rsp
Paul E. McKenney
2018-08-30
rcu: Restructure rcu_check_gp_kthread_starvation()
Paul E. McKenney
2018-08-30
rcu: Simplify rcutorture_get_gp_data()
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 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 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_init_one() and friends
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from rcu_boot_init_percpu_data() and friends
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from _rcu_barrier() and friends
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from __rcu_pending()
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from __call_rcu() and friend
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from __rcu_process_callbacks()
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from rcu_check_gp_start_stall()
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from force-quiescent-state functions
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 CPU hotplug functions
Paul E. McKenney
2018-08-30
rcu: Remove rsp parameter from rcu_check_quiescent_state()
Paul E. McKenney
[next]