index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
rcu: Upgrade sync_exp_work_done() to smp_mb()
Paul E. McKenney
2019-06-13
1
-2
/
+1
|
|
|
*
rcu: Set a maximum limit for back-to-back callback invocation
Paul E. McKenney
2019-05-28
1
-3
/
+4
|
|
|
*
rcu: Correctly unlock root node in rcu_check_gp_start_stall()
Neeraj Upadhyay
2019-05-28
1
-1
/
+3
|
|
|
*
rcu: Dump specified number of blocked tasks
Neeraj Upadhyay
2019-05-28
1
-1
/
+1
|
|
|
/
|
*
|
rcu: Remove unused rdp local from synchronize_rcu_expedited()
Jiang Biao
2019-05-28
1
-2
/
+0
|
*
|
rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qs
Paul E. McKenney
2019-05-28
3
-12
/
+12
|
*
|
rcu: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle()
Joel Fernandes (Google)
2019-05-28
1
-4
/
+17
|
*
|
rcu: Avoid self-IPI in sync_sched_exp_online_cleanup()
Paul E. McKenney
2019-05-25
1
-6
/
+29
|
*
|
rcu: Avoid self-IPI in sync_rcu_exp_select_node_cpus()
Paul E. McKenney
2019-05-25
1
-0
/
+5
|
*
|
rcu: Inline invoke_rcu_callbacks() into its sole remaining caller
Paul E. McKenney
2019-05-25
1
-17
/
+3
|
*
|
rcu: Use irq_work to get scheduler's attention in clean context
Paul E. McKenney
2019-05-25
2
-0
/
+22
|
*
|
rcu: Allow rcu_read_unlock_special() to raise_softirq() if in_irq()
Paul E. McKenney
2019-05-25
1
-1
/
+1
|
*
|
rcu: Only do rcu_read_unlock_special() wakeups if expedited
Paul E. McKenney
2019-05-25
1
-2
/
+10
|
*
|
rcu: Check for wakeup-safe conditions in rcu_read_unlock_special()
Paul E. McKenney
2019-05-25
1
-5
/
+14
|
*
|
rcu: Enable elimination of Tree-RCU softirq processing
Sebastian Andrzej Siewior
2019-05-25
3
-134
/
+140
|
|
/
*
/
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
|
/
*
Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-05-15
2
-11
/
+6
|
\
|
*
rcu: validate arguments for rcu tracepoints
Yafang Shao
2019-04-08
2
-11
/
+6
*
|
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-05-07
1
-1
/
+1
|
\
\
|
*
|
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2019-04-09
1
-1
/
+1
|
|
/
|
|
|
\
|
\
|
\
|
\
|
\
*
-
-
-
-
-
.
\
Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...
Paul E. McKenney
2019-04-09
12
-826
/
+827
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
rcuperf: Fix cleanup path for invalid perf_type strings
Paul E. McKenney
2019-03-26
1
-0
/
+5
|
|
|
|
*
rcutorture: Fix cleanup path for invalid torture_type strings
Paul E. McKenney
2019-03-26
1
-0
/
+5
|
|
|
|
*
rcutorture: Fix expected forward progress duration in OOM notifier
Neeraj Upadhyay
2019-03-26
1
-1
/
+1
|
|
|
|
*
rcutorture: Remove ->ext_irq_conflict field
Paul E. McKenney
2019-03-26
1
-5
/
+0
|
|
|
|
*
rcutorture: Make rcutorture_extend_mask() comment match the code
Paul E. McKenney
2019-03-26
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
rcu: Fix nohz status in stall warning
Neeraj Upadhyay
2019-03-26
1
-1
/
+1
|
|
|
*
rcu: Move forward-progress checkers into tree_stall.h
Paul E. McKenney
2019-03-26
3
-166
/
+173
|
|
|
*
rcu: Move irq-disabled stall-warning checking to tree_stall.h
Paul E. McKenney
2019-03-26
3
-21
/
+21
|
|
|
*
rcu: Organize functions in tree_stall.h
Paul E. McKenney
2019-03-26
2
-84
/
+97
|
|
|
*
rcu: Move FAST_NO_HZ stall-warning code to tree_stall.h
Paul E. McKenney
2019-03-26
3
-81
/
+80
|
|
|
*
rcu: Inline RCU stall-warning info helper functions
Paul E. McKenney
2019-03-26
3
-22
/
+4
|
|
|
*
rcu: Move rcu_print_task_exp_stall() to tree_exp.h
Paul E. McKenney
2019-03-26
2
-31
/
+32
|
|
|
*
rcu: Inline RCU task stall-warning helper functions
Paul E. McKenney
2019-03-26
2
-30
/
+7
|
|
|
*
rcu: Move RCU CPU stall-warning code out of tree.c
Paul E. McKenney
2019-03-26
3
-294
/
+299
|
|
|
*
rcu: Move RCU CPU stall-warning code out of tree_plugin.h
Paul E. McKenney
2019-03-26
2
-90
/
+95
|
|
|
*
rcu: Move RCU CPU stall-warning code out of update.c
Paul E. McKenney
2019-03-26
4
-58
/
+66
|
|
_
|
/
|
/
|
|
|
|
*
srcu: Remove cleanup_srcu_struct_quiesced()
Paul E. McKenney
2019-03-26
3
-30
/
+16
|
|
*
srcu: Check for in-flight callbacks in _cleanup_srcu_struct()
Paul E. McKenney
2019-03-26
1
-0
/
+2
|
|
/
|
/
|
|
*
rcu: Correct READ_ONCE()/WRITE_ONCE() for ->rcu_read_unlock_special
Paul E. McKenney
2019-03-26
2
-3
/
+3
|
*
rcu: Fix typo in tree_exp.h comment
Paul E. McKenney
2019-03-26
1
-1
/
+1
|
*
rcu: Eliminate redundant NULL-pointer check
Paul E. McKenney
2019-03-26
1
-5
/
+2
|
*
rcu: Fix force_qs_rnp() header comment
Zhouyi Zhou
2019-03-26
1
-5
/
+5
|
*
rcu: Update jiffies_to_sched_qs and adjust_jiffies_till_sched_qs() comments
Paul E. McKenney
2019-03-26
1
-1
/
+2
|
*
rcu: Default jiffies_to_sched_qs to jiffies_till_sched_qs
Neeraj Upadhyay
2019-03-26
1
-2
/
+1
|
*
rcu: Fix self-wakeups for grace-period kthread
Neeraj Upadhyay
2019-03-26
1
-1
/
+1
|
*
rcu: Report error for bad rcu_nocbs= parameter values
Paul E. McKenney
2019-03-26
1
-2
/
+10
|
*
rcu: Allow rcu_nocbs= to specify all CPUs
Paul E. McKenney
2019-03-26
1
-1
/
+4
|
*
rcu: Move common code out of if-else block
Akira Yokosawa
2019-03-26
1
-3
/
+1
|
*
rcu: Set rcutree.kthread_prio sysfs access to read-only
Liu Song
2019-03-26
1
-1
/
+1
[prev]
[next]