index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree.c
Age
Commit message (
Expand
)
Author
2020-06-01
Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependencies
Ingo Molnar
2020-05-28
rcu: Allow for smp_call_function() running callbacks from idle
Peter Zijlstra
2020-05-26
rcu: Provide rcu_irq_exit_check_preempt()
Thomas Gleixner
2020-05-26
rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()
Paul E. McKenney
2020-05-19
rcu: Provide __rcu_is_watching()
Thomas Gleixner
2020-05-19
rcu: Provide rcu_irq_exit_preempt()
Thomas Gleixner
2020-05-19
rcu: Make RCU IRQ enter/exit functions rely on in_nmi()
Paul E. McKenney
2020-05-19
rcu/tree: Mark the idle relevant functions noinstr
Thomas Gleixner
2020-05-07
Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....
Paul E. McKenney
2020-05-07
rcu: Allow rcutorture to starve grace-period kthread
Paul E. McKenney
2020-04-27
rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so built
Paul E. McKenney
2020-04-27
rcu: Add comments marking transitions between RCU watching and not
Paul E. McKenney
2020-04-27
rcu/tree: Count number of batched kfree_rcu() locklessly
Joel Fernandes (Google)
2020-04-27
rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batching
Joel Fernandes (Google)
2020-04-27
rcu: Convert ULONG_CMP_GE() to time_after() for jiffy comparison
Paul E. McKenney
2020-04-27
rcu: Replace 1 by true
Jules Irenge
2020-04-27
rcu: Mark rcu_state.gp_seq to detect more concurrent writes
Paul E. McKenney
2020-04-27
rcu: Expedite first two FQS scans under callback-overload conditions
Paul E. McKenney
2020-04-27
rcu: Mark rcu_state.ncpus to detect concurrent writes
Paul E. McKenney
2020-04-27
rcu: Add KCSAN stubs
Paul E. McKenney
2020-04-14
Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2020-04-05
rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()
Paul E. McKenney
2020-03-30
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-21
Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...
Paul E. McKenney
2020-03-21
rcu: Make rcu_barrier() account for offline no-CBs CPUs
Paul E. McKenney
2020-03-21
rcu: Mark rcu_state.gp_seq to detect concurrent writes
Paul E. McKenney
2020-03-21
lockdep: Annotate irq_work
Sebastian Andrzej Siewior
2020-02-20
rcu: Update __call_rcu() comments
Paul E. McKenney
2020-02-20
rcu: React to callback overload by aggressively seeking quiescent states
Paul E. McKenney
2020-02-20
rcu: Clear ->core_needs_qs at GP end or self-reported QS
Paul E. McKenney
2020-02-20
rcu: Add a trace event for kfree_rcu() use of kfree_bulk()
Uladzislau Rezki (Sony)
2020-02-20
rcu: Support kfree_bulk() interface in kfree_rcu()
Uladzislau Rezki (Sony)
2020-02-20
rcu: Optimize and protect atomic_cmpxchg() loop
Paul E. McKenney
2020-02-20
rcu: Don't flag non-starting GPs before GP kthread is running
Paul E. McKenney
2020-02-20
rcu: Fix rcu_barrier_callback() race condition
Paul E. McKenney
2020-02-20
rcu: Add *_ONCE() to rcu_data ->rcu_forced_tick
Paul E. McKenney
2020-02-20
rcu: Add READ_ONCE() to rcu_data ->gpwrap
Paul E. McKenney
2020-02-20
rcu: Fix typos in file-header comments
SeongJae Park
2020-02-20
rcu: Add *_ONCE() for grace-period progress indicators
Paul E. McKenney
2020-02-20
rcu: Add WRITE_ONCE() to rcu_node ->qsmaskinitnext
Paul E. McKenney
2020-02-20
rcu: Add WRITE_ONCE() to rcu_state ->gp_req_activity
Paul E. McKenney
2020-02-20
rcu: Add READ_ONCE() to rcu_node ->gp_seq
Paul E. McKenney
2020-02-20
rcu: Add WRITE_ONCE() to rcu_node ->qsmask update
Paul E. McKenney
2020-01-24
Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...
Paul E. McKenney
2020-01-24
rcu: Remove unused stop-machine #include
Paul E. McKenney
2020-01-24
rcu: Switch force_qs_rnp() to for_each_leaf_node_cpu_mask()
Paul E. McKenney
2020-01-24
rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.h
Lai Jiangshan
2020-01-24
rcu: Fix tracepoint tracking RCU CPU kthread utilization
Lai Jiangshan
2020-01-24
rcu: Avoid tick_dep_set_cpu() misordering
Paul E. McKenney
2020-01-24
rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCU
Lai Jiangshan
[next]