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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-07
Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEAD
Paul E. McKenney
1
-93
/
+364
2015-10-07
rcu: Better hotplug handling for synchronize_sched_expedited()
Paul E. McKenney
1
-6
/
+62
2015-10-07
rcu: Add tasks to expedited stall-warning messages
Paul E. McKenney
1
-1
/
+1
2015-10-07
rcu: Add online/offline info to expedited stall warning message
Paul E. McKenney
1
-1
/
+8
2015-10-07
rcu: Consolidate expedited CPU selection
Paul E. McKenney
1
-3
/
+4
2015-10-07
rcu: Prepare for consolidating expedited CPU selection
Paul E. McKenney
1
-2
/
+0
2015-10-07
rcu: Stop excluding CPU hotplug in synchronize_sched_expedited()
Paul E. McKenney
1
-13
/
+1
2015-10-07
rcu: Stop silencing lockdep false positive for expedited grace periods
Paul E. McKenney
1
-15
/
+2
2015-10-07
rcu: Switch synchronize_sched_expedited() to IPI
Paul E. McKenney
1
-12
/
+20
2015-10-06
rcu: Finish folding ->fqs_state into ->gp_state
Petr Mladek
1
-10
/
+8
2015-10-06
rcu: Eliminate panic when silly boot-time fanout specified
Paul E. McKenney
1
-9
/
+11
2015-10-06
rcu: Don't disable preemption for Tiny and Tree RCU readers
Boqun Feng
1
-0
/
+9
2015-10-06
rcu: Use rcu_callback_t in call_rcu*() and friends
Boqun Feng
1
-4
/
+4
2015-09-20
rcu: Make ->cpu_no_qs be a union for aggregate OR
Paul E. McKenney
1
-11
/
+11
2015-09-20
rcu: Invert passed_quiesce and rename to cpu_no_qs
Paul E. McKenney
1
-11
/
+11
2015-09-20
rcu: Rename qs_pending to core_needs_qs
Paul E. McKenney
1
-7
/
+7
2015-09-20
rcu: Move synchronize_sched_expedited() to combining tree
Paul E. McKenney
1
-41
/
+82
2015-09-20
rcu: Use single-stage IPI algorithm for RCU expedited grace period
Paul E. McKenney
1
-20
/
+55
2015-09-20
rcu: Consolidate tree setup for synchronize_rcu_expedited()
Paul E. McKenney
1
-1
/
+85
2015-09-20
rcu: Move rcu_report_exp_rnp() to allow consolidation
Paul E. McKenney
1
-0
/
+66
2015-09-20
rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wq
Paul E. McKenney
1
-1
/
+1
2015-09-20
rcu: Suppress lockdep false positive for rcp->exp_funnel_mutex
Paul E. McKenney
1
-0
/
+5
2015-08-04
Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEAD
Paul E. McKenney
1
-262
/
+327
2015-08-04
rcu: Silence lockdep false positive for expedited grace periods
Paul E. McKenney
1
-2
/
+10
2015-07-22
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
Paul E. McKenney
1
-14
/
+14
2015-07-22
rcu: Make rcu_is_watching() really notrace
Alexei Starovoitov
1
-2
/
+2
2015-07-22
rcu: Add RCU-sched flavors of get-state and cond-sync
Paul E. McKenney
1
-0
/
+52
2015-07-17
rcu: Add fastpath bypassing funnel locking
Paul E. McKenney
1
-0
/
+16
2015-07-17
rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS
Paul E. McKenney
1
-1
/
+1
2015-07-17
rcu: Pull out wait_event*() condition into helper function
Paul E. McKenney
1
-5
/
+21
2015-07-17
rcu: Add stall warnings to synchronize_sched_expedited()
Paul E. McKenney
1
-4
/
+54
2015-07-17
rcu: Extend expedited funnel locking to rcu_data structure
Paul E. McKenney
1
-3
/
+16
2015-07-17
rcu: Consolidate last open-coded expedited memory barrier
Paul E. McKenney
1
-1
/
+1
2015-07-17
rcu: Apply rcu_seq operations to _rcu_barrier()
Paul E. McKenney
1
-53
/
+19
2015-07-17
rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loop
Paul E. McKenney
1
-7
/
+8
2015-07-17
rcu: Fix synchronize_sched_expedited() type error for "s"
Paul E. McKenney
1
-1
/
+1
2015-07-17
rcu: Abstract funnel locking from synchronize_sched_expedited()
Paul E. McKenney
1
-33
/
+47
2015-07-17
rcu: Abstract sequence counting from synchronize_sched_expedited()
Paul E. McKenney
1
-10
/
+58
2015-07-17
rcu: Make expedited GP CPU stoppage asynchronous
Peter Zijlstra
1
-14
/
+17
2015-07-17
rcu: Get rid of synchronize_sched_expedited()'s polling loop
Paul E. McKenney
1
-55
/
+40
2015-07-17
rcu: Rework synchronize_sched_expedited() counter handling
Paul E. McKenney
1
-68
/
+30
2015-07-17
rcu: Switch synchronize_sched_expedited() to stop_one_cpu()
Peter Zijlstra
1
-27
/
+14
2015-07-17
rcu: Reset rcu_fanout_leaf if out of bounds
Paul E. McKenney
1
-0
/
+1
2015-07-15
rcu: Limit count of static data to the number of RCU levels
Alexander Gordeev
1
-17
/
+4
2015-07-15
rcu: Remove unnecessary fields from rcu_state structure
Alexander Gordeev
1
-12
/
+15
2015-07-15
rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS items
Alexander Gordeev
1
-6
/
+6
2015-07-15
rcu: Simplify rcu_init_geometry() capacity arithmetics
Alexander Gordeev
1
-10
/
+8
2015-07-15
rcu: Cleanup rcu_init_geometry() code and arithmetics
Alexander Gordeev
1
-14
/
+10
2015-07-15
rcu: Remove superfluous local variable in rcu_init_geometry()
Alexander Gordeev
1
-7
/
+7
2015-07-15
rcu: Panic if RCU tree can not accommodate all CPUs
Alexander Gordeev
1
-12
/
+17
[next]