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_plugin.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-26
Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2...
Paul E. McKenney
1
-383
/
+218
2013-03-26
rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()
Paul E. McKenney
1
-94
/
+10
2013-03-26
rcu: Rename n_nocb_gp_requests to need_future_gp
Paul E. McKenney
1
-9
/
+9
2013-03-26
rcu: Push lock release to rcu_start_gp()'s callers
Paul E. McKenney
1
-3
/
+2
2013-03-26
rcu: Repurpose no-CBs event tracing to future-GP events
Paul E. McKenney
1
-30
/
+32
2013-03-26
rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacks
Paul E. McKenney
1
-275
/
+99
2013-03-26
rcu: Export RCU_FAST_NO_HZ parameters to sysfs
Paul E. McKenney
1
-11
/
+20
2013-03-26
rcu: Distinguish "rcuo" kthreads by RCU flavor
Paul E. McKenney
1
-2
/
+3
2013-03-26
rcu: Add event tracing for no-CBs CPUs' grace periods
Paul E. McKenney
1
-0
/
+30
2013-03-26
rcu: Add event tracing for no-CBs CPUs' callback registration
Paul E. McKenney
1
-0
/
+7
2013-03-26
rcu: Introduce proper blocking to no-CBs kthreads GP waits
Paul E. McKenney
1
-17
/
+112
2013-03-26
rcu: Provide compile-time control for no-CBs CPUs
Paul E. McKenney
1
-0
/
+14
2013-03-13
rcu: Add softirq-stall indications to stall-warning messages
Paul E. McKenney
1
-1
/
+3
2013-03-12
rcu: Remove restrictions on no-CBs CPUs
Paul E. McKenney
1
-110
/
+46
2013-01-08
rcu: Make rcu_nocb_poll an early_param instead of module_param
Paul Gortmaker
1
-2
/
+8
2013-01-08
rcu: Prevent soft-lockup complaints about no-CBs CPUs
Paul Gortmaker
1
-1
/
+2
2012-11-16
rcu: Separate accounting of callbacks from callback-free CPUs
Paul E. McKenney
1
-1
/
+1
2012-11-16
rcu: Add callback-free CPUs
Paul E. McKenney
1
-3
/
+394
2012-11-16
Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...
Paul E. McKenney
1
-3
/
+15
2012-11-13
rcu: Clarify memory-ordering properties of grace-period primitives
Paul E. McKenney
1
-0
/
+8
2012-11-08
rcu: Rename ->onofflock to ->orphan_lock
Paul E. McKenney
1
-1
/
+2
2012-10-23
rcu: Add a module parameter to force use of expedited RCU primitives
Antti P Miettinen
1
-2
/
+5
2012-09-26
rcu: Make RCU_FAST_NO_HZ handle adaptive ticks
Paul E. McKenney
1
-0
/
+20
2012-09-25
Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b
Paul E. McKenney
1
-332
/
+71
2012-09-24
Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09....
Paul E. McKenney
1
-18
/
+29
2012-09-23
rcu: Fix CONFIG_RCU_FAST_NO_HZ stall warning message
Paul E. McKenney
1
-4
/
+8
2012-09-23
rcu: Avoid rcu_print_detail_task_stall_rnp() segfault
Paul E. McKenney
1
-2
/
+4
2012-09-23
rcu: Apply for_each_rcu_flavor() to increment_cpu_stall_ticks()
Paul E. McKenney
1
-5
/
+4
2012-09-23
rcu: Fix obsolete rcu_initiate_boost() header comment
Paul E. McKenney
1
-3
/
+3
2012-09-23
rcu: Improve boost selection when moving tasks to root rcu_node
Paul E. McKenney
1
-2
/
+7
2012-09-23
rcu: Properly initialize ->boost_tasks on CPU offline
Paul E. McKenney
1
-3
/
+4
2012-09-23
rcu: Simplify quiescent-state detection
Paul E. McKenney
1
-2
/
+0
2012-09-23
rcu: Reduce synchronize_rcu_expedited() latency
Paul E. McKenney
1
-8
/
+22
2012-09-23
rcu: Eliminate signed overflow in synchronize_rcu_expedited()
Paul E. McKenney
1
-4
/
+4
2012-09-23
rcu: Move quiescent-state forcing into kthread
Paul E. McKenney
1
-4
/
+4
2012-09-23
rcu: Provide OOM handler to motivate lazy RCU callbacks
Paul E. McKenney
1
-0
/
+83
2012-08-13
rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthread
Paul E. McKenney
1
-163
/
+40
2012-08-13
rcu: Yield simpler
Thomas Gleixner
1
-174
/
+36
2012-07-06
rcu: Fix code-style issues involving "else"
Paul E. McKenney
1
-6
/
+8
2012-07-06
Merge branches 'bigrtm.2012.07.04a', 'doctorture.2012.07.02a', 'fixes.2012.07...
Paul E. McKenney
1
-53
/
+28
2012-07-02
rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter
Paul E. McKenney
1
-0
/
+15
2012-07-02
rcu: Round FAST_NO_HZ lazy timeout to nearest second
Paul E. McKenney
1
-7
/
+11
2012-07-02
rcu: Prevent uninitialized string in RCU CPU stall info
Carsten Emde
1
-0
/
+1
2012-07-02
rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementations
Paul E. McKenney
1
-46
/
+1
2012-07-02
rcu: Introduce for_each_rcu_flavor() and use it
Paul E. McKenney
1
-116
/
+0
2012-07-02
rcu: Remove unneeded __rcu_process_callbacks() argument
Paul E. McKenney
1
-2
/
+1
2012-07-02
rcu: Place pointer to call_rcu() in rcu_data structure
Paul E. McKenney
1
-2
/
+3
2012-07-02
rcu: Size rcu_node tree from nr_cpu_ids rather than NR_CPUS
Paul E. McKenney
1
-0
/
+2
2012-07-02
rcu: Four-level hierarchy is no longer experimental
Paul E. McKenney
1
-1
/
+1
2012-07-02
rcu: Control RCU_FANOUT_LEAF from boot-time parameter
Paul E. McKenney
1
-0
/
+2
[next]