index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-27
rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF
Paul E. McKenney
3
-8
/
+18
2015-05-27
rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT
Paul E. McKenney
3
-8
/
+20
2015-05-27
rcu: Enable diagnostic dump of rcu_node combining tree
Paul E. McKenney
1
-0
/
+27
2015-05-27
rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameter
Paul E. McKenney
2
-3
/
+6
2015-05-27
rcu: Provide diagnostic option to slow down grace-period scans
Paul E. McKenney
1
-4
/
+25
2015-05-27
rcu: Shut up spurious gcc uninitialized-variable warning
Paul E. McKenney
1
-3
/
+3
2015-05-27
rcu: Modulate grace-period slow init to normalize delay
Paul E. McKenney
1
-2
/
+13
2015-05-27
rcu: Correctly initialize ->rcu_qs_ctr_snap at online time
Paul E. McKenney
1
-1
/
+1
2015-05-27
rcu: Remove redundant offline check
Paul E. McKenney
1
-2
/
+0
2015-05-27
rcu: Remove dead code from force_qs_rnp()
Paul E. McKenney
1
-4
/
+0
2015-05-27
rcu: Adjust ->lock acquisition for tasks no longer migrating
Paul E. McKenney
1
-3
/
+6
2015-05-27
rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED()
Paul E. McKenney
1
-25
/
+14
2015-05-27
rcu: Change function declaration to bool
Nicholas Mc Guire
1
-1
/
+1
2015-05-27
rcu: Make rcu_*_data variables static
Nicolas Iooss
2
-4
/
+1
2015-05-27
rcu: Make synchronize_sched_expedited() call wait_rcu_gp()
Paul E. McKenney
1
-1
/
+1
2015-05-27
rcu: Add more debug info on "kthread starved" RCU CPU stall warnings
Paul E. McKenney
1
-2
/
+3
2015-05-27
rcu: Fix missing task information during rcu-preempt stall
Patrick Daly
1
-2
/
+2
2015-05-27
rcu: tree_plugin: Use bool function return values of true/false not 1/0
Joe Perches
1
-2
/
+2
2015-05-27
rcu: Force wakeup of rcu_gp_kthread at grace-period end
Paul E. McKenney
1
-0
/
+1
2015-05-27
rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefs
Paul E. McKenney
1
-10
/
+12
2015-05-27
rcu: Create an immutable rcu_data_p pointer to default rcu_data structure
Paul E. McKenney
2
-7
/
+10
2015-05-27
rcu: Tell the compiler that rcu_state_p is immutable
Paul E. McKenney
2
-3
/
+3
2015-05-27
rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED()
Paul E. McKenney
2
-17
/
+20
2015-05-27
rcu: Convert from rcu_preempt_state to *rcu_state_p
Paul E. McKenney
1
-10
/
+9
2015-05-27
rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()
Paul E. McKenney
7
-168
/
+169
2015-05-19
Merge branch 'linus' into timers/core
Thomas Gleixner
1
-7
/
+9
2015-05-13
tracing: Rename ftrace_event.h to trace_events.h
Steven Rostedt (Red Hat)
2
-2
/
+2
2015-04-22
tick: Nohz: Rework next timer evaluation
Thomas Gleixner
1
-6
/
+8
2015-04-14
rcu: Control grace-period delays directly from value
Paul E. McKenney
1
-7
/
+9
2015-03-20
Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a', 'gpexp.2015.02.26a', 'hotplug.2015.03.20a', 'sysidle.2015.02.26b' and 'tiny.2015.02.26a' into HEAD
Paul E. McKenney
8
-305
/
+544
2015-03-20
rcu: Associate quiescent-state reports with grace period
Paul E. McKenney
1
-12
/
+22
2015-03-20
rcu: Yet another fix for preemption and CPU hotplug
Paul E. McKenney
1
-16
/
+27
2015-03-12
rcu: Add diagnostics to grace-period cleanup
Paul E. McKenney
1
-0
/
+2
2015-03-12
rcu: Handle outgoing CPUs on exit from idle loop
Paul E. McKenney
1
-10
/
+31
2015-03-12
rcu: Eliminate ->onoff_mutex from rcu_node structure
Paul E. McKenney
2
-17
/
+0
2015-03-12
rcu: Process offlining and onlining only at grace-period start
Paul E. McKenney
4
-53
/
+136
2015-03-12
rcu: Move rcu_report_unblock_qs_rnp() to common code
Paul E. McKenney
2
-38
/
+41
2015-03-12
rcu: Rework preemptible expedited bitmask handling
Paul E. McKenney
1
-23
/
+75
2015-03-11
rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUs
Paul E. McKenney
1
-2
/
+0
2015-03-11
rcu: Provide diagnostic option to slow down grace-period initialization
Paul E. McKenney
1
-0
/
+10
2015-03-11
rcu: Detect stalls caused by failure to propagate up rcu_node tree
Paul E. McKenney
1
-2
/
+3
2015-03-11
rcu: Eliminate empty HOTPLUG_CPU ifdef
Paul E. McKenney
1
-4
/
+0
2015-03-11
rcu: Simplify sync_rcu_preempt_exp_init()
Paul E. McKenney
1
-4
/
+1
2015-03-11
rcu: Put all orphan-callback-related code under same comment
Paul E. McKenney
1
-1
/
+1
2015-03-11
rcu: Consolidate offline-CPU callback initialization
Paul E. McKenney
1
-4
/
+5
2015-03-03
rcu: Remove redundant check of cpu_online()
Yao Dongdong
1
-1
/
+1
2015-03-03
rcu: Get rcu_sched_force_quiescent_state() where it belongs
Paul E. McKenney
1
-9
/
+9
2015-03-03
rcu: Add boot-up check for non-default CONFIG_RCU_FANOUT_LEAF values
Paul E. McKenney
1
-0
/
+3
2015-03-03
rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness()
Paul E. McKenney
1
-28
/
+20
2015-03-03
rcu: Improve diagnostics for blocked critical sections in irq
Paul E. McKenney
1
-1
/
+7
[prev]
[next]