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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-28
rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qs
Paul E. McKenney
1
-1
/
+1
2019-05-25
rcu: Use irq_work to get scheduler's attention in clean context
Paul E. McKenney
1
-0
/
+2
2019-05-25
rcu: Enable elimination of Tree-RCU softirq processing
Sebastian Andrzej Siewior
1
-1
/
+1
2019-03-26
rcu: Move forward-progress checkers into tree_stall.h
Paul E. McKenney
1
-0
/
+2
2019-03-26
rcu: Move irq-disabled stall-warning checking to tree_stall.h
Paul E. McKenney
1
-0
/
+1
2019-03-26
rcu: Organize functions in tree_stall.h
Paul E. McKenney
1
-1
/
+0
2019-03-26
rcu: Move FAST_NO_HZ stall-warning code to tree_stall.h
Paul E. McKenney
1
-1
/
+0
2019-03-26
rcu: Inline RCU stall-warning info helper functions
Paul E. McKenney
1
-2
/
+0
2019-03-26
rcu: Inline RCU task stall-warning helper functions
Paul E. McKenney
1
-1
/
+0
2019-03-26
rcu: Move RCU CPU stall-warning code out of tree.c
Paul E. McKenney
1
-3
/
+7
2019-02-09
Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...
Paul E. McKenney
1
-24
/
+3
2019-02-09
rcu/tree: Convert to SPDX license identifier
Paul E. McKenney
1
-15
/
+2
2019-01-25
srcu: Remove srcu_queue_delayed_work_on()
Sebastian Andrzej Siewior
1
-8
/
+0
2019-01-25
rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()
Paul E. McKenney
1
-1
/
+1
2019-01-25
Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEAD
Paul E. McKenney
1
-8
/
+9
2019-01-25
rcu: Improve diagnostics for failed RCU grace-period start
Paul E. McKenney
1
-0
/
+2
2019-01-25
rcu: Remove unused rcu_cpu_kthread_cpu per-CPU variable
Paul E. McKenney
1
-4
/
+0
2019-01-25
rcu: Move rcu_cpu_has_work to rcu_data structure
Paul E. McKenney
1
-2
/
+1
2019-01-25
rcu: Remove unused rcu_cpu_kthread_loops per-CPU variable
Paul E. McKenney
1
-1
/
+0
2019-01-25
rcu: Move rcu_cpu_kthread_status to rcu_data structure
Paul E. McKenney
1
-1
/
+2
2019-01-25
rcu: Move rcu_cpu_kthread_task to rcu_data structure
Paul E. McKenney
1
-1
/
+5
2019-01-25
rcu: Discard separate per-CPU callback counts
Paul E. McKenney
1
-5
/
+1
2019-01-25
rcu: Determine expedited-GP IPI handler at build time
Paul E. McKenney
1
-1
/
+0
2019-01-25
rcu: Rename and comment changes due to only one rcuo kthread per CPU
Paul E. McKenney
1
-1
/
+1
2018-12-01
rcutorture: Print time since GP end upon forward-progress failure
Paul E. McKenney
1
-0
/
+2
2018-12-01
rcu: Account for nocb-CPU callback counts in RCU CPU stall warnings
Paul E. McKenney
1
-0
/
+1
2018-11-08
rcu: Fix rcu_{node,data} comments about gp_seq_needed
Joel Fernandes (Google)
1
-2
/
+2
2018-11-08
rcu: Remove unused rcu_state externs
Joel Fernandes (Google)
1
-11
/
+0
2018-08-30
rcu: Convert rcu_state.ofl_lock to raw_spinlock_t
Mike Galbraith
1
-1
/
+1
2018-08-30
rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completed
Paul E. McKenney
1
-9
/
+3
2018-08-30
rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks
Paul E. McKenney
1
-23
/
+12
2018-08-30
rcu: Switch dyntick nesting counters to rcu_data structure
Paul E. McKenney
1
-2
/
+0
2018-08-30
rcu: Switch urgent quiescent-state requests to rcu_data structure
Paul E. McKenney
1
-2
/
+0
2018-08-30
rcu: Switch lazy counts to rcu_data structure
Paul E. McKenney
1
-7
/
+0
2018-08-30
rcu: Switch last accelerate/advance to rcu_data structure
Paul E. McKenney
1
-4
/
+0
2018-08-30
rcu: Switch ->tick_nohz_enabled_snap to rcu_data structure
Paul E. McKenney
1
-1
/
+0
2018-08-30
rcu: Merge rcu_dynticks structure into rcu_data structure
Paul E. McKenney
1
-0
/
+17
2018-08-30
rcu: Convert "1UL << x" to "BIT(x)"
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: More aggressively enlist scheduler aid for nohz_full CPUs
Paul E. McKenney
1
-0
/
+1
2018-08-30
rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure
Paul E. McKenney
1
-3
/
+0
2018-08-30
rcu: Inline _rcu_barrier() into its sole remaining caller
Paul E. McKenney
1
-2
/
+2
2018-08-30
rcu: Inline increment_cpu_stall_ticks() into its sole caller
Paul E. McKenney
1
-1
/
+0
2018-08-30
rcu: Remove for_each_rcu_flavor() flavor-traversal macro
Paul E. McKenney
1
-7
/
+0
2018-08-30
rcu: Remove rcu_data structure's ->rsp field
Paul E. McKenney
1
-1
/
+0
2018-08-30
rcu: Remove rsp parameter from expedited grace-period functions
Paul E. McKenney
1
-1
/
+0
2018-08-30
rcu: Remove rsp parameter from no-CBs CPU functions
Paul E. McKenney
1
-3
/
+3
2018-08-30
rcu: Remove rsp parameter from print_cpu_stall_info()
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()
Paul E. McKenney
1
-4
/
+0
2018-08-30
rcu: Remove rsp parameter from dump_blkd_tasks() and friend
Paul E. McKenney
1
-4
/
+2
2018-08-30
rcu: Remove rsp parameter from rcu_print_detail_task_stall()
Paul E. McKenney
1
-1
/
+1
[next]