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-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
2020-01-24
rcu: Remove kfree_call_rcu_nobatch()
Joel Fernandes (Google)
2020-01-24
rcu: Remove kfree_rcu() special casing and lazy-callback handling
Joel Fernandes (Google)
2020-01-24
rcu: Add support for debug_objects debugging for kfree_rcu()
Joel Fernandes (Google)
2020-01-24
rcu: Add multiple in-flight batches of kfree_rcu() work
Joel Fernandes (Google)
2020-01-24
rcu: Make kfree_rcu() use a non-atomic ->monitor_todo
Joel Fernandes
2020-01-24
rcu: Add basic support for kfree_rcu() batching
Byungchul Park
2019-12-12
rcu: Mark non-global functions and variables as static
Paul E. McKenney
2019-12-09
rcu: Use CONFIG_PREEMPTION where appropriate
Sebastian Andrzej Siewior
2019-12-09
rcu: Fix data-race due to atomic_t copy-by-value
Marco Elver
2019-10-30
Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...
Paul E. McKenney
2019-10-30
rcu: Ensure that ->rcu_urgent_qs is set before resched IPI
Joel Fernandes (Google)
2019-10-28
rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processing
Paul E. McKenney
2019-10-28
rcu: Confine ->core_needs_qs accesses to the corresponding CPU
Paul E. McKenney
2019-10-28
rcu: Reset CPU hints when reporting a quiescent state
Joel Fernandes (Google)
2019-10-28
rcu: Force nohz_full tick on upon irq enter instead of exit
Paul E. McKenney
2019-10-28
rcu: Force tick on for nohz_full CPUs not reaching quiescent states
Paul E. McKenney
2019-10-05
rcutorture: Emulate dyntick aspect of userspace nohz_full sojourn
Paul E. McKenney
2019-10-05
rcu: Make CPU-hotplug removal operations enable tick
Paul E. McKenney
2019-10-05
stop_machine: Provide RCU quiescent state in multi_cpu_stop()
Paul E. McKenney
2019-10-05
rcu: Force on tick when invoking lots of callbacks
Paul E. McKenney
2019-09-16
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-09-16
Merge branch 'sched/rt' into sched/core, to pick up -rt changes
Ingo Molnar
[next]