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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-27
Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...
Paul E. McKenney
49
-342
/
+582
2015-05-27
rcutorture: Allow repetition factors in Kconfig-fragment lists
Paul E. McKenney
1
-6
/
+19
2015-05-27
rcutorture: Display "make oldconfig" errors
Paul E. McKenney
2
-1
/
+5
2015-05-27
rcutorture: Update TREE_RCU-kconfig.txt
Paul E. McKenney
8
-30
/
+21
2015-05-27
rcutorture: Make rcutorture scripts force RCU_EXPERT
Paul E. McKenney
13
-0
/
+13
2015-05-27
rcutorture: Update configuration fragments for rcutree.rcu_fanout_exact
Paul E. McKenney
12
-9
/
+3
2015-05-27
rcutorture: TASKS_RCU set directly, so don't explicitly set it
Paul E. McKenney
3
-3
/
+0
2015-05-27
rcutorture: Test SRCU cleanup code path
Paul E. McKenney
2
-20
/
+59
2015-05-27
rcutorture: Replace barriers with smp_store_release() and smp_load_acquire()
Paul E. McKenney
1
-11
/
+13
2015-05-27
locktorture: Change longdelay_us to longdelay_ms
Paul E. McKenney
1
-6
/
+6
2015-05-27
rcutorture: Allow negative values of nreaders to oversubscribe
Paul E. McKenney
2
-2
/
+6
2015-05-27
rcutorture: Exchange TREE03 and TREE08 NR_CPUS, speed up CPU hotplug
Paul E. McKenney
3
-2
/
+3
2015-05-27
rcutorture: Exchange TREE03 and TREE04 geometries
Paul E. McKenney
2
-4
/
+4
2015-05-27
locktorture: fix deadlock in 'rw_lock_irq' type
Alexey Kodanev
1
-1
/
+1
2015-05-27
rcu: Correctly handle non-empty Tiny RCU callback list with none ready
Paul E. McKenney
1
-0
/
+5
2015-05-27
rcutorture: Test both RCU-sched and RCU-bh for Tiny RCU
Paul E. McKenney
1
-0
/
+1
2015-05-27
rcu: Further shrink Tiny RCU by making empty functions static inlines
Paul E. McKenney
4
-37
/
+21
2015-05-27
rcu: Conditionally compile RCU's eqs warnings
Paul E. McKenney
2
-8
/
+26
2015-05-27
rcu: Remove prompt for RCU implementation
Pranith Kumar
1
-12
/
+6
2015-05-27
rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIO
Paul E. McKenney
2
-0
/
+5
2015-05-27
rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF
Paul E. McKenney
4
-9
/
+19
2015-05-27
rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT
Paul E. McKenney
4
-9
/
+21
2015-05-27
rcu: Break dependency of RCU_FANOUT_LEAF on RCU_FANOUT
Paul E. McKenney
1
-2
/
+2
2015-05-27
rcu: Create RCU_EXPERT Kconfig and hide booleans behind it
Paul E. McKenney
1
-2
/
+17
2015-05-27
rcu: Enable diagnostic dump of rcu_node combining tree
Paul E. McKenney
2
-0
/
+32
2015-05-27
rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameter
Paul E. McKenney
4
-17
/
+12
2015-05-27
rcu: Directly drive RCU_USER_QS from Kconfig
Paul E. McKenney
1
-9
/
+1
2015-05-27
rcu: Directly drive TASKS_RCU from Kconfig
Paul E. McKenney
2
-3
/
+2
2015-05-27
rcu: Provide diagnostic option to slow down grace-period scans
Paul E. McKenney
4
-8
/
+93
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
cpu: Remove new instance of __cpuinit that crept back in
Paul Gortmaker
1
-1
/
+1
2015-05-27
cpu: Handle smpboot_unpark_threads() uniformly
Paul E. McKenney
1
-1
/
+1
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
rculist: Fix another sparse warning
Ying Xue
1
-2
/
+2
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
smp: Make control dependencies work on Alpha, improve documentation
Paul E. McKenney
3
-23
/
+50
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
powerpc: Fix smp_mb__before_spinlock()
Paul E. McKenney
1
-0
/
+1
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
3
-14
/
+14
2015-05-27
rcu: Create an immutable rcu_data_p pointer to default rcu_data structure
Paul E. McKenney
2
-7
/
+10
[next]