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
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
2018-08-30
rcu: Remove rcu_state structure's ->rda field
Paul E. McKenney
1
-1
/
+0
2018-08-30
rcu: Eliminate rcu_state structure's ->call field
Paul E. McKenney
1
-1
/
+0
2018-08-30
rcu: Remove RCU_STATE_INITIALIZER()
Paul E. McKenney
1
-6
/
+23
2018-08-30
rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds
Paul E. McKenney
1
-7
/
+2
2018-08-30
rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safe
Paul E. McKenney
1
-0
/
+1
2018-08-30
rcu: Defer reporting RCU-preempt quiescent states when disabled
Paul E. McKenney
1
-0
/
+3
2018-07-12
rcu: Remove unused rcu_kick_nohz_cpu() function
Paul E. McKenney
1
-1
/
+0
2018-07-12
rcu: Add diagnostics for offline CPUs failing to report QS
Paul E. McKenney
1
-0
/
+1
2018-07-12
rcu: Record ->gp_state for both phases of grace-period initialization
Paul E. McKenney
1
-4
/
+8
2018-07-12
rcu: Add CPU online/offline state to dump_blkd_tasks()
Paul E. McKenney
1
-3
/
+9
2018-07-12
rcu: Remove CPU-hotplug failsafe from force-quiescent-state code path
Paul E. McKenney
1
-1
/
+0
2018-07-12
rcu: Fix grace-period hangs due to race with CPU offline
Paul E. McKenney
1
-0
/
+4
2018-07-12
rcu: Remove ->gpnum and ->completed
Paul E. McKenney
1
-13
/
+1
2018-07-12
rcu: Move from ->need_future_gp[] to ->gp_seq_needed
Paul E. McKenney
1
-17
/
+2
2018-07-12
rcu: Convert grace-period requests to ->gp_seq
Paul E. McKenney
1
-1
/
+1
2018-07-12
rcu: Convert ->rcu_iw_gpnum to ->gp_seq
Paul E. McKenney
1
-1
/
+1
2018-07-12
rcu: Introduce grace-period sequence numbers
Paul E. McKenney
1
-0
/
+3
2018-07-12
rcu: Diagnostics for grace-period startup hangs
Paul E. McKenney
1
-0
/
+2
2018-06-26
rcu: Add debugging info to assertion
Paul E. McKenney
1
-0
/
+2
2018-05-15
Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and...
Paul E. McKenney
1
-9
/
+17
2018-05-15
rcu: Convert ->need_future_gp[] array to boolean
Paul E. McKenney
1
-1
/
+1
2018-05-15
rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elements
Paul E. McKenney
1
-1
/
+2
2018-05-15
rcu: Avoid losing ->need_future_gp[] values due to GP start/end races
Paul E. McKenney
1
-2
/
+1
2018-05-15
rcu: Make rcu_gp_cleanup() more accurately predict need for new GP
Paul E. McKenney
1
-1
/
+0
[next]