index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-18
rcu: Abstract sequence counting from synchronize_sched_expedited()
Paul E. McKenney
1
-10
/
+58
2015-07-18
rcu: Make expedited GP CPU stoppage asynchronous
Peter Zijlstra
1
-14
/
+17
2015-07-18
rcu: Get rid of synchronize_sched_expedited()'s polling loop
Paul E. McKenney
1
-55
/
+40
2015-07-18
rcu: Rework synchronize_sched_expedited() counter handling
Paul E. McKenney
1
-68
/
+30
2015-07-18
rcu: Switch synchronize_sched_expedited() to stop_one_cpu()
Peter Zijlstra
1
-27
/
+14
2015-07-18
rcu: Reset rcu_fanout_leaf if out of bounds
Paul E. McKenney
1
-0
/
+1
2015-07-16
rcu: Limit count of static data to the number of RCU levels
Alexander Gordeev
1
-17
/
+4
2015-07-16
rcu: Remove unnecessary fields from rcu_state structure
Alexander Gordeev
1
-12
/
+15
2015-07-16
rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS items
Alexander Gordeev
1
-6
/
+6
2015-07-16
rcu: Simplify rcu_init_geometry() capacity arithmetics
Alexander Gordeev
1
-10
/
+8
2015-07-16
rcu: Cleanup rcu_init_geometry() code and arithmetics
Alexander Gordeev
1
-14
/
+10
2015-07-16
rcu: Remove superfluous local variable in rcu_init_geometry()
Alexander Gordeev
1
-7
/
+7
2015-07-16
rcu: Panic if RCU tree can not accommodate all CPUs
Alexander Gordeev
1
-12
/
+17
2015-07-16
rcu: Provide more diagnostics for stalled GP kthread
Paul E. McKenney
1
-2
/
+8
2015-07-06
rcu: Drop RCU_USER_QS in favor of NO_HZ_FULL
Paul E. McKenney
1
-4
/
+4
2015-06-27
Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-1
/
+1
2015-05-27
Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...
Paul E. McKenney
1
-61
/
+120
2015-05-27
rcu: Conditionally compile RCU's eqs warnings
Paul E. McKenney
1
-8
/
+15
2015-05-27
rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIO
Paul E. McKenney
1
-0
/
+4
2015-05-27
rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF
Paul E. McKenney
1
-4
/
+4
2015-05-27
rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT
Paul E. McKenney
1
-2
/
+2
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
1
-2
/
+5
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: 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
1
-1
/
+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: Force wakeup of rcu_gp_kthread at grace-period end
Paul E. McKenney
1
-0
/
+1
2015-05-27
rcu: Create an immutable rcu_data_p pointer to default rcu_data structure
Paul E. McKenney
1
-0
/
+1
2015-05-27
rcu: Tell the compiler that rcu_state_p is immutable
Paul E. McKenney
1
-1
/
+1
2015-05-27
rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()
Paul E. McKenney
1
-92
/
+92
2015-05-13
tracing: Rename ftrace_event.h to trace_events.h
Steven Rostedt (Red Hat)
1
-1
/
+1
2015-04-15
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',...
Paul E. McKenney
1
-126
/
+311
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-13
rcu: Add diagnostics to grace-period cleanup
Paul E. McKenney
1
-0
/
+2
2015-03-13
rcu: Handle outgoing CPUs on exit from idle loop
Paul E. McKenney
1
-10
/
+31
2015-03-13
rcu: Eliminate ->onoff_mutex from rcu_node structure
Paul E. McKenney
1
-15
/
+0
2015-03-13
rcu: Process offlining and onlining only at grace-period start
Paul E. McKenney
1
-33
/
+121
2015-03-13
rcu: Move rcu_report_unblock_qs_rnp() to common code
Paul E. McKenney
1
-0
/
+39
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
[prev]
[next]