index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
-
.
Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...
Paul E. McKenney
2018-08-31
1
-1319
/
+894
|
\
\
|
|
*
srcu: Make call_srcu() available during very early boot
Paul E. McKenney
2018-08-31
1
-0
/
+1
|
|
/
|
/
|
|
*
rcu: Convert rcu_state.ofl_lock to raw_spinlock_t
Mike Galbraith
2018-08-31
1
-6
/
+6
|
*
rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completed
Paul E. McKenney
2018-08-31
1
-1
/
+0
|
*
rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks
Paul E. McKenney
2018-08-31
1
-51
/
+41
|
*
rcu: Switch dyntick nesting counters to rcu_data structure
Paul E. McKenney
2018-08-31
1
-37
/
+42
|
*
rcu: Switch urgent quiescent-state requests to rcu_data structure
Paul E. McKenney
2018-08-31
1
-6
/
+6
|
*
rcu: Convert "1UL << x" to "BIT(x)"
Paul E. McKenney
2018-08-31
1
-1
/
+1
|
*
rcu: Avoid resched_cpu() when rescheduling the current CPU
Paul E. McKenney
2018-08-31
1
-4
/
+7
|
*
rcu: More aggressively enlist scheduler aid for nohz_full CPUs
Paul E. McKenney
2018-08-31
1
-6
/
+26
|
*
rcu: Compute jiffies_till_sched_qs from other kernel parameters
Paul E. McKenney
2018-08-31
1
-16
/
+47
|
*
rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure
Paul E. McKenney
2018-08-31
1
-38
/
+14
|
*
rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks()
Paul E. McKenney
2018-08-31
1
-1
/
+1
|
*
rcu: Make need_resched() respond to urgent RCU-QS needs
Paul E. McKenney
2018-08-31
1
-0
/
+9
|
*
rcu: Inline _rcu_barrier() into its sole remaining caller
Paul E. McKenney
2018-08-31
1
-32
/
+26
|
*
rcu: Define rcu_all_qs() only in !PREEMPT builds
Paul E. McKenney
2018-08-31
1
-40
/
+1
|
*
rcu: Clean up flavor-related definitions and comments in tree.c
Paul E. McKenney
2018-08-31
1
-42
/
+32
|
*
rcu: Remove now-unused rcutorture APIs
Paul E. McKenney
2018-08-31
1
-47
/
+0
|
*
rcu: Consolidate RCU-sched update-side function definitions
Paul E. McKenney
2018-08-31
1
-58
/
+0
|
*
rcu: Consolidate RCU-bh update-side function definitions
Paul E. McKenney
2018-08-31
1
-9
/
+0
|
*
rcu: Pull rcu_gp_kthread() FQS loop into separate function
Paul E. McKenney
2018-08-31
1
-59
/
+66
|
*
rcu: Inline increment_cpu_stall_ticks() into its sole caller
Paul E. McKenney
2018-08-31
1
-1
/
+1
|
*
rcu: Fix typo in force_qs_rnp()'s parameter's parameter
Paul E. McKenney
2018-08-31
1
-2
/
+2
|
*
rcu: Eliminate initialization-time use of rsp
Paul E. McKenney
2018-08-31
1
-13
/
+12
|
*
rcu: Eliminate RCU-barrier use of rsp
Paul E. McKenney
2018-08-31
1
-33
/
+32
|
*
rcu: Eliminate quiescent-state and grace-period-nonstart use of rsp
Paul E. McKenney
2018-08-31
1
-17
/
+15
|
*
rcu: Eliminate callback-invocation/invocation use of rsp
Paul E. McKenney
2018-08-31
1
-13
/
+11
|
*
rcu: Eliminate grace-period management code use of rsp
Paul E. McKenney
2018-08-31
1
-86
/
+82
|
*
rcu: Eliminate stall-warning use of rsp
Paul E. McKenney
2018-08-31
1
-41
/
+39
|
*
rcu: Restructure rcu_check_gp_kthread_starvation()
Paul E. McKenney
2018-08-31
1
-14
/
+11
|
*
rcu: Simplify rcutorture_get_gp_data()
Paul E. McKenney
2018-08-31
1
-7
/
+2
|
*
rcu: Remove for_each_rcu_flavor() flavor-traversal macro
Paul E. McKenney
2018-08-31
1
-102
/
+70
|
*
rcu: Remove rcu_data structure's ->rsp field
Paul E. McKenney
2018-08-31
1
-15
/
+13
|
*
rcu: Remove rsp parameter from rcu_node tree accessor macros
Paul E. McKenney
2018-08-31
1
-10
/
+9
|
*
rcu: Remove rsp parameter from expedited grace-period functions
Paul E. McKenney
2018-08-31
1
-2
/
+2
|
*
rcu: Remove rsp parameter from no-CBs CPU functions
Paul E. McKenney
2018-08-31
1
-2
/
+2
|
*
rcu: Remove rsp parameter from print_cpu_stall_info()
Paul E. McKenney
2018-08-31
1
-2
/
+2
|
*
rcu: Remove rsp parameter from dump_blkd_tasks() and friend
Paul E. McKenney
2018-08-31
1
-2
/
+2
|
*
rcu: Remove rsp parameter from rcu_print_detail_task_stall()
Paul E. McKenney
2018-08-31
1
-1
/
+1
|
*
rcu: Remove rsp parameter from rcu_init_one() and friends
Paul E. McKenney
2018-08-31
1
-5
/
+6
|
*
rcu: Remove rsp parameter from rcu_boot_init_percpu_data() and friends
Paul E. McKenney
2018-08-31
1
-67
/
+35
|
*
rcu: Remove rsp parameter from _rcu_barrier() and friends
Paul E. McKenney
2018-08-31
1
-22
/
+19
|
*
rcu: Remove rsp parameter from __rcu_pending()
Paul E. McKenney
2018-08-31
1
-24
/
+10
|
*
rcu: Remove rsp parameter from __call_rcu() and friend
Paul E. McKenney
2018-08-31
1
-10
/
+10
|
*
rcu: Remove rsp parameter from __rcu_process_callbacks()
Paul E. McKenney
2018-08-31
1
-19
/
+7
|
*
rcu: Remove rsp parameter from rcu_check_gp_start_stall()
Paul E. McKenney
2018-08-31
1
-3
/
+3
|
*
rcu: Remove rsp parameter from force-quiescent-state functions
Paul E. McKenney
2018-08-31
1
-10
/
+12
|
*
rcu: Remove rsp parameter from rcu_do_batch()
Paul E. McKenney
2018-08-31
1
-2
/
+3
|
*
rcu: Remove rsp parameter from CPU hotplug functions
Paul E. McKenney
2018-08-31
1
-32
/
+11
|
*
rcu: Remove rsp parameter from rcu_check_quiescent_state()
Paul E. McKenney
2018-08-31
1
-2
/
+2
[next]