index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
Age
Commit message (
Expand
)
Author
2022-03-22
Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-03-21
Merge tag 'rcu.2022.03.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-07
tick/rcu: Remove obsolete rcu_needs_cpu() parameters
Frederic Weisbecker
2022-02-24
Merge branches 'exp.2022.02.24a', 'fixes.2022.02.14a', 'rcu_barrier.2022.02.0...
Paul E. McKenney
2022-02-21
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
2022-02-16
sched/isolation: Use single feature type while referring to housekeeping cpumask
Frederic Weisbecker
2022-02-14
rcu: Replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
2022-02-14
rcu: Uninline multi-use function: finish_rcuwait()
Ingo Molnar
2022-02-14
rcu: Mark writes to the rcu_segcblist structure's ->flags field
Paul E. McKenney
2022-02-14
kasan: Record work creation stack trace with interrupts enabled
Zqiang
2022-02-14
rcu: Inline __call_rcu() into call_rcu()
Paul E. McKenney
2022-02-14
rcu: Add mutex for rcu boost kthread spawning and affinity setting
David Woodhouse
2022-02-08
rcu-tasks: Set ->percpu_enqueue_shift to zero upon contention
Paul E. McKenney
2022-02-08
rcu-tasks: Use order_base_2() instead of ilog2()
Paul E. McKenney
2022-02-08
rcu: Create and use an rcu_rdp_cpu_online()
Paul E. McKenney
2022-02-08
rcu: Make rcu_barrier() no longer block CPU-hotplug operations
Paul E. McKenney
2022-02-08
rcu: Rework rcu_barrier() and callback-migration logic
Paul E. McKenney
2022-02-08
rcu: Refactor rcu_barrier() empty-list handling
Paul E. McKenney
2022-02-08
rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion
David Woodhouse
2022-02-01
rcutorture: Enable limited callback-flooding tests of SRCU
Paul E. McKenney
2022-02-01
rcutorture: Fix rcu_fwd_mutex deadlock
Paul E. McKenney
2022-02-01
rcutorture: Add end-of-test check to rcu_torture_fwd_prog() loop
Paul E. McKenney
2022-02-01
rcutorture: Make rcu_fwd_cb_nodelay be a counter
Paul E. McKenney
2022-02-01
rcutorture: Increase visibility of forward-progress hangs
Paul E. McKenney
2022-02-01
rcutorture: Print message before invoking ->cb_barrier()
Paul E. McKenney
2022-02-01
rcu: Add per-CPU rcuc task dumps to RCU CPU stall warnings
Zqiang
2022-02-01
rcu: Don't deboost before reporting expedited quiescent state
Paul E. McKenney
2022-02-01
rcu: Elevate priority of offloaded callback threads
Alison Chaiken
2022-02-01
rcu: Make priority of grace-period thread consistent
Alison Chaiken
2022-02-01
rcu: Move kthread_prio bounds-check to a separate function
Alison Chaiken
2022-02-01
rcu: Create per-cpu rcuc kthreads only when rcutree.use_softirq=0
Zqiang
2022-02-01
rcu: Remove unused rcu_state.boost
Neeraj Upadhyay
2022-02-01
rcu/nocb: Handle concurrent nocb kthreads creation
Neeraj Upadhyay
2022-02-01
rcu: Mark accesses to boost_starttime
Paul E. McKenney
2022-02-01
rcu: Mark ->expmask access in synchronize_rcu_expedited_wait()
Paul E. McKenney
2022-02-01
rcu/exp: Fix check for idle context in rcu_exp_handler
Neeraj Upadhyay
2022-01-26
rcu-tasks: Fix computation of CPU-to-list shift counts
Paul E. McKenney
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
rcutorture: make use of the helper function kthread_run_on_cpu()
Cai Huoqing
2021-12-09
Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', ...
Paul E. McKenney
2021-12-09
rcu/nocb: Merge rcu_spawn_cpu_nocb_kthread() and rcu_spawn_one_nocb_kthread()
Frederic Weisbecker
2021-12-09
rcu/nocb: Allow empty "rcu_nocbs" kernel parameter
Frederic Weisbecker
2021-12-09
rcu/nocb: Create kthreads on all CPUs if "rcu_nocbs=" or "nohz_full=" are passed
Frederic Weisbecker
2021-12-09
rcu/nocb: Optimize kthreads and rdp initialization
Frederic Weisbecker
2021-12-09
rcu/nocb: Prepare nocb_cb_wait() to start with a non-offloaded rdp
Frederic Weisbecker
2021-12-09
rcu/nocb: Remove rcu_node structure from nocb list when de-offloaded
Frederic Weisbecker
2021-12-09
rcu-tasks: Use fewer callbacks queues if callback flood ends
Paul E. McKenney
2021-12-09
rcu-tasks: Use separate ->percpu_dequeue_lim for callback dequeueing
Paul E. McKenney
2021-12-09
rcu-tasks: Use more callback queues if contention encountered
Paul E. McKenney
2021-12-09
rcu-tasks: Avoid raw-spinlocked wakeups from call_rcu_tasks_generic()
Paul E. McKenney
[next]