index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree_plugin.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-09
Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...
Paul E. McKenney
1
-228
/
+29
2019-03-26
rcu: Move FAST_NO_HZ stall-warning code to tree_stall.h
Paul E. McKenney
1
-80
/
+0
2019-03-26
rcu: Inline RCU stall-warning info helper functions
Paul E. McKenney
1
-12
/
+0
2019-03-26
rcu: Move rcu_print_task_exp_stall() to tree_exp.h
Paul E. McKenney
1
-31
/
+0
2019-03-26
rcu: Move RCU CPU stall-warning code out of tree_plugin.h
Paul E. McKenney
1
-90
/
+0
2019-03-26
rcu: Correct READ_ONCE()/WRITE_ONCE() for ->rcu_read_unlock_special
Paul E. McKenney
1
-2
/
+2
2019-03-26
rcu: Eliminate redundant NULL-pointer check
Paul E. McKenney
1
-5
/
+2
2019-03-26
rcu: Report error for bad rcu_nocbs= parameter values
Paul E. McKenney
1
-2
/
+10
2019-03-26
rcu: Allow rcu_nocbs= to specify all CPUs
Paul E. McKenney
1
-1
/
+4
2019-03-26
rcu: Make exit_rcu() handle non-preempted RCU readers
Paul E. McKenney
1
-7
/
+13
2019-02-09
Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...
Paul E. McKenney
1
-29
/
+12
2019-02-09
rcu/tree: Convert to SPDX license identifier
Paul E. McKenney
1
-15
/
+2
2019-01-25
rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()
Paul E. McKenney
1
-14
/
+10
2019-01-25
Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEAD
Paul E. McKenney
1
-40
/
+28
2019-01-25
rcu: Update NOCB comments
Paul E. McKenney
1
-17
/
+16
2019-01-25
rcu: Move rcu_cpu_has_work to rcu_data structure
Paul E. McKenney
1
-11
/
+4
2019-01-25
rcu: Remove unused rcu_cpu_kthread_loops per-CPU variable
Paul E. McKenney
1
-2
/
+0
2019-01-25
rcu: Move rcu_cpu_kthread_status to rcu_data structure
Paul E. McKenney
1
-4
/
+3
2019-01-25
rcu: Move rcu_cpu_kthread_task to rcu_data structure
Paul E. McKenney
1
-6
/
+5
2019-01-25
rcu: Discard separate per-CPU callback counts
Paul E. McKenney
1
-38
/
+12
2019-01-25
rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu()
Paul E. McKenney
1
-64
/
+0
2019-01-25
rcu: Inline rcu_kthread_do_work() into its sole remaining caller
Paul E. McKenney
1
-6
/
+1
2019-01-25
rcu: Rename and comment changes due to only one rcuo kthread per CPU
Paul E. McKenney
1
-4
/
+4
2018-12-01
rcu: Account for nocb-CPU callback counts in RCU CPU stall warnings
Paul E. McKenney
1
-5
/
+19
2018-12-01
rcutorture: Affinity forward-progress test to avoid housekeeping CPUs
Paul E. McKenney
1
-0
/
+11
2018-12-01
Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...
Paul E. McKenney
1
-12
/
+25
2018-11-12
rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()
Paul E. McKenney
1
-8
/
+13
2018-11-12
rcu: Replace this_cpu_ptr() with __this_cpu_read()
Paul E. McKenney
1
-1
/
+1
2018-11-12
rcu: Speed up expedited GPs when interrupting RCU reader
Paul E. McKenney
1
-3
/
+11
2018-11-12
rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.h
Paul E. McKenney
1
-3
/
+6
2018-08-30
rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks
Paul E. McKenney
1
-2
/
+1
2018-08-30
rcu: Switch dyntick nesting counters to rcu_data structure
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Switch urgent quiescent-state requests to rcu_data structure
Paul E. McKenney
1
-7
/
+7
2018-08-30
rcu: Switch lazy counts to rcu_data structure
Paul E. McKenney
1
-13
/
+10
2018-08-30
rcu: Switch last accelerate/advance to rcu_data structure
Paul E. McKenney
1
-9
/
+8
2018-08-30
rcu: Switch ->tick_nohz_enabled_snap to rcu_data structure
Paul E. McKenney
1
-5
/
+5
2018-08-30
rcu: Avoid resched_cpu() when rescheduling the current CPU
Paul E. McKenney
1
-2
/
+4
2018-08-30
rcu: More aggressively enlist scheduler aid for nohz_full CPUs
Paul E. McKenney
1
-0
/
+1
2018-08-30
rcu: Compute jiffies_till_sched_qs from other kernel parameters
Paul E. McKenney
1
-0
/
+2
2018-08-30
rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure
Paul E. McKenney
1
-4
/
+1
2018-08-30
rcu: Inline _rcu_barrier() into its sole remaining caller
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Define rcu_all_qs() only in !PREEMPT builds
Paul E. McKenney
1
-0
/
+39
2018-08-30
rcu: Clean up flavor-related definitions and comments in tree_plugin.h
Paul E. McKenney
1
-19
/
+17
2018-08-30
rcu: Inline increment_cpu_stall_ticks() into its sole caller
Paul E. McKenney
1
-6
/
+0
2018-08-30
rcu: Remove for_each_rcu_flavor() flavor-traversal macro
Paul E. McKenney
1
-37
/
+22
2018-08-30
rcu: Remove last non-flavor-traversal rsp local variable from tree_plugin.h
Paul E. McKenney
1
-8
/
+6
2018-08-30
rcu: Remove rcu_data structure's ->rsp field
Paul E. McKenney
1
-21
/
+21
2018-08-30
rcu: Remove rsp parameter from rcu_node tree accessor macros
Paul E. McKenney
1
-2
/
+2
2018-08-30
rcu: Remove rsp parameter from expedited grace-period functions
Paul E. McKenney
1
-7
/
+6
2018-08-30
rcu: Remove rsp parameter from no-CBs CPU functions
Paul E. McKenney
1
-9
/
+9
[next]