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
/
rcutree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-28
Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....
Paul E. McKenney
1
-77
/
+183
2013-01-28
rcu: Provide RCU CPU stall warnings for tiny RCU
Paul E. McKenney
1
-43
/
+3
2013-01-26
rcu: Remove unused code originally used for context tracking
Li Zhong
1
-3
/
+0
2013-01-26
rcu: Correct 'optimized' to 'optimize' in header comment
Cody P Schafer
1
-1
/
+1
2013-01-08
rcu: Trace callback acceleration
Paul E. McKenney
1
-0
/
+6
2013-01-08
rcu: Tag callback lists with corresponding grace-period number
Paul E. McKenney
1
-28
/
+167
2013-01-08
rcu: Silence compiler array out-of-bounds false positive
Paul E. McKenney
1
-0
/
+4
2013-01-08
rcu: Use new nesting value for rcu_dyntick trace in rcu_eqs_enter_common
Li Zhong
1
-1
/
+1
2013-01-08
rcu: Make rcu_is_cpu_rrupt_from_idle helper functions static
Josh Triplett
1
-1
/
+1
2012-11-30
context_tracking: New context tracking susbsystem
Frederic Weisbecker
1
-62
/
+2
2012-11-16
rcu: Add callback-free CPUs
Paul E. McKenney
1
-12
/
+51
2012-11-16
Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...
Paul E. McKenney
1
-52
/
+170
2012-11-13
rcu: Clarify memory-ordering properties of grace-period primitives
Paul E. McKenney
1
-4
/
+25
2012-11-13
rcu: Fix batch-limit size problem
Eric Dumazet
1
-7
/
+8
2012-11-08
rcu: Fix tracing formatting
Paul E. McKenney
1
-2
/
+2
2012-11-08
rcu: Instrument synchronize_rcu_expedited() for debugfs tracing
Paul E. McKenney
1
-3
/
+15
2012-11-08
rcu: Move synchronize_sched_expedited() state to rcu_state
Paul E. McKenney
1
-11
/
+9
2012-11-08
rcu: Avoid counter wrap in synchronize_sched_expedited()
Paul E. McKenney
1
-18
/
+44
2012-11-08
rcu: Rename ->onofflock to ->orphan_lock
Paul E. McKenney
1
-6
/
+6
2012-10-23
rcu: Dump number of callbacks in stall warning messages
Paul E. McKenney
1
-4
/
+11
2012-10-23
rcu: Add grace-period information to RCU CPU stall warnings
Paul E. McKenney
1
-3
/
+5
2012-10-23
rcu: Print remote CPU's stacks in stall warnings
Paul E. McKenney
1
-1
/
+24
2012-10-23
rcu: Fix precedence error in cpu_needs_another_gp()
Paul E. McKenney
1
-1
/
+1
2012-10-23
rcu: Add a module parameter to force use of expedited RCU primitives
Antti P Miettinen
1
-3
/
+9
2012-10-23
rcu: Fix comment about _rcu_barrier()/orphanage exclusion
Paul E. McKenney
1
-2
/
+2
2012-10-20
rcu: Accelerate callbacks for CPU initiating a grace period
Paul E. McKenney
1
-2
/
+24
2012-10-08
rcu: Grace-period initialization excludes only RCU notifier
Paul E. McKenney
1
-11
/
+10
2012-09-26
rcu: Apply micro-optimization and int/bool fixes to RCU's idle handling
Paul E. McKenney
1
-8
/
+8
2012-09-26
rcu: Userspace RCU extended QS selftest
Frederic Weisbecker
1
-1
/
+1
2012-09-26
rcu: Switch task's syscall hooks on context switch
Frederic Weisbecker
1
-0
/
+15
2012-09-26
rcu: Ignore userspace extended quiescent state by default
Frederic Weisbecker
1
-1
/
+4
2012-09-26
rcu: Allow rcu_user_enter()/exit() to nest
Frederic Weisbecker
1
-8
/
+33
2012-09-26
rcu: Settle config for userspace extended quiescent state
Frederic Weisbecker
1
-1
/
+4
2012-09-26
rcu: New rcu_user_enter_after_irq() and rcu_user_exit_after_irq() APIs
Frederic Weisbecker
1
-0
/
+43
2012-09-26
rcu: New rcu_user_enter() and rcu_user_exit() APIs
Frederic Weisbecker
1
-34
/
+101
2012-09-25
Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b
Paul E. McKenney
1
-8
/
+4
2012-09-24
Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09....
Paul E. McKenney
1
-114
/
+52
2012-09-23
rcu: Disallow callback registry on offline CPUs
Paul E. McKenney
1
-0
/
+10
2012-09-23
rcu: Remove _rcu_barrier() dependency on __stop_machine()
Paul E. McKenney
1
-72
/
+11
2012-09-23
rcu: Remove redundant memory barrier from __call_rcu()
Paul E. McKenney
1
-2
/
+0
2012-09-23
rcu: Avoid spurious RCU CPU stall warnings
Paul E. McKenney
1
-1
/
+2
2012-09-23
rcu: Protect rcu_node accesses during CPU stall warnings
Paul E. McKenney
1
-7
/
+8
2012-09-23
rcu: Make offline-CPU checking allow for indefinite delays
Paul E. McKenney
1
-32
/
+21
2012-09-23
rcu: Shrink RCU based on number of CPUs
Paul E. McKenney
1
-1
/
+2
2012-09-23
rcu: Handle unbalanced rcu_node configurations with few CPUs
Paul E. McKenney
1
-1
/
+1
2012-09-23
rcu: Simplify quiescent-state detection
Paul E. McKenney
1
-16
/
+11
2012-09-23
rcu: Adjust for unconditional ->completed assignment
Paul E. McKenney
1
-1
/
+3
2012-09-23
rcu: Add random PROVE_RCU_DELAY to grace-period initialization
Paul E. McKenney
1
-0
/
+5
2012-09-23
rcu: Fix day-zero grace-period initialization/cleanup race
Paul E. McKenney
1
-23
/
+17
2012-09-23
rcu: Make rcutree module parameters visible in sysfs
Paul E. McKenney
1
-4
/
+4
[next]