Age | Commit message (Expand) | Author |
2019-08-12 | rcu: Fix spelling mistake "greate"->"great" | Mukesh Ojha |
2019-08-01 | rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK() | Paul E. McKenney |
2019-06-19 | Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1... | Paul E. McKenney |
2019-06-13 | rcu: Upgrade sync_exp_work_done() to smp_mb() | Paul E. McKenney |
2019-05-28 | rcu: Remove unused rdp local from synchronize_rcu_expedited() | Jiang Biao |
2019-05-28 | rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qs | Paul E. McKenney |
2019-05-25 | rcu: Avoid self-IPI in sync_sched_exp_online_cleanup() | Paul E. McKenney |
2019-05-25 | rcu: Avoid self-IPI in sync_rcu_exp_select_node_cpus() | Paul E. McKenney |
2019-04-09 | Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2... | Paul E. McKenney |
2019-03-26 | rcu: Move rcu_print_task_exp_stall() to tree_exp.h | Paul E. McKenney |
2019-03-26 | rcu: Correct READ_ONCE()/WRITE_ONCE() for ->rcu_read_unlock_special | Paul E. McKenney |
2019-03-26 | rcu: Fix typo in tree_exp.h comment | Paul E. McKenney |
2019-02-09 | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp... | Paul E. McKenney |
2019-02-09 | rcu/tree: Convert to SPDX license identifier | Paul E. McKenney |
2019-01-25 | rcu: Remove preemption disabling from expedited CPU selection | Paul E. McKenney |
2019-01-25 | rcu: Inline _synchronize_rcu_expedited() into synchronize_rcu_expedited() | Paul E. McKenney |
2019-01-25 | rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu() | Paul E. McKenney |
2019-01-25 | rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu_expedited() | Paul E. McKenney |
2019-01-25 | rcu: Determine expedited-GP IPI handler at build time | Paul E. McKenney |
2019-01-25 | rcu: Make expedited IPI handler return after handling critical section | Paul E. McKenney |
2018-11-12 | rcu: Speed up expedited GPs when interrupting RCU reader | Paul E. McKenney |
2018-11-11 | rcu: Stop expedited grace periods from relying on stop-machine | Paul E. McKenney |
2018-08-30 | rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks | Paul E. McKenney |
2018-08-30 | rcu: Switch urgent quiescent-state requests to rcu_data structure | Paul E. McKenney |
2018-08-30 | rcu: Avoid resched_cpu() when rescheduling the current CPU | Paul E. McKenney |
2018-08-30 | rcu: Clean up flavor-related definitions and comments in tree_exp.h | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from rcu_node tree accessor macros | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from expedited grace-period functions | Paul E. McKenney |
2018-08-30 | rcu: Remove rsp parameter from rcu_get_root() | Paul E. McKenney |
2018-08-30 | rcu: Remove rcu_state_p pointer to default rcu_state structure | Paul E. McKenney |
2018-08-30 | rcu: Remove rcu_state structure's ->rda field | Paul E. McKenney |
2018-08-30 | rcu: Eliminate rcu_state structure's ->call field | Paul E. McKenney |
2018-08-30 | rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds | Paul E. McKenney |
2018-08-30 | rcu: Drop "wake" parameter from rcu_report_exp_rdp() | Paul E. McKenney |
2018-08-30 | rcu: Defer reporting RCU-preempt quiescent states when disabled | Paul E. McKenney |
2018-08-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-07-12 | rcu: Make expedited GPs handle CPU 0 being offline | Boqun Feng |
2018-06-25 | rcu: Make expedited grace period use direct call on last leaf | Paul E. McKenney |
2018-06-20 | sched/swait: Rename to exclusive | Peter Zijlstra |
2018-05-15 | Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and... | Paul E. McKenney |
2018-05-15 | rcu: Remove deprecated RCU debugfs tracing code | Byungchul Park |
2018-05-15 | rcu: exp: Protect all sync_rcu_preempt_exp_done() with rcu_node lock | Boqun Feng |
2018-05-15 | rcu: exp: Fix "must hold exp_mutex" comments for QS reporting functions | Boqun Feng |
2018-05-15 | rcu: Parallelize expedited grace-period initialization | Paul E. McKenney |
2018-02-23 | rcu: Create RCU-specific workqueues with rescuers | Paul E. McKenney |
2018-02-20 | rcu: Make expedited RCU CPU selection avoid unnecessary stores | Paul E. McKenney |
2018-02-20 | rcu: Trace expedited GP delays due to transitioning CPUs | Paul E. McKenney |
2018-02-20 | rcu: Add more tracing of expedited grace periods | Paul E. McKenney |
2017-07-25 | rcu: Make expedited GPs correctly handle hardware CPU insertion | Paul E. McKenney |
2017-06-08 | rcu: Make sync_rcu_preempt_exp_done() return bool | Paul E. McKenney |