Age | Commit message (Expand) | Author |
2023-10-04 | rcu: Standardize explicit CPU-hotplug calls | Frederic Weisbecker |
2023-10-04 | rcu: Conditionally build CPU-hotplug teardown callbacks | Frederic Weisbecker |
2023-09-13 | rcu: Remove unused function declaration rcu_eqs_special_set() | Yue Haibing |
2023-07-12 | rcu: Export rcu_request_urgent_qs_task() | Paul E. McKenney |
2023-01-03 | rcu: Refactor kvfree_call_rcu() and high-level helpers | Uladzislau Rezki (Sony) |
2022-10-21 | rcu: Remove rcu_is_idle_cpu() | Yipeng Zou |
2022-10-18 | rcu: Remove unused 'cpu' in rcu_virt_note_context_switch() | Zeng Heng |
2022-08-31 | rcu: Add functions to compare grace-period state values | Paul E. McKenney |
2022-08-31 | rcu: Remove ->rgos_polled field from rcu_gp_oldstate structure | Paul E. McKenney |
2022-08-31 | rcu: Add full-sized polling for cond_sync_exp_full() | Paul E. McKenney |
2022-08-31 | rcu: Add full-sized polling for cond_sync_full() | Paul E. McKenney |
2022-08-31 | rcu: Add full-sized polling for start_poll_expedited() | Paul E. McKenney |
2022-08-31 | rcu: Add full-sized polling for start_poll() | Paul E. McKenney |
2022-08-31 | rcu: Add full-sized polling for get_state() | Paul E. McKenney |
2022-08-31 | rcu: Add full-sized polling for get_completed*() and poll_state*() | Paul E. McKenney |
2022-07-21 | Merge branch 'ctxt.2022.07.05a' into HEAD | Paul E. McKenney |
2022-07-21 | rcu: Add polled expedited grace-period primitives | Paul E. McKenney |
2022-07-05 | rcu/context-tracking: Remove unused and/or unecessary middle functions | Frederic Weisbecker |
2022-07-05 | rcu/context-tracking: Move RCU-dynticks internal functions to context_tracking | Frederic Weisbecker |
2022-07-05 | rcu/context-tracking: Remove rcu_irq_enter/exit() | Frederic Weisbecker |
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-14 | rcu: Remove __read_mostly annotations from rcu_scheduler_active externs | Ingo Molnar |
2021-05-10 | rcu: Remove the unused rcu_irq_exit_preempt() function | Paul E. McKenney |
2021-03-22 | rcu: Provide polling interfaces for Tree RCU grace periods | Paul E. McKenney |
2020-11-06 | x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUs | Paul E. McKenney |
2020-08-24 | rcu: Remove unused __rcu_is_watching() function | Paul E. McKenney |
2020-06-29 | rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_* | Uladzislau Rezki (Sony) |
2020-05-26 | rcu: Provide rcu_irq_exit_check_preempt() | Thomas Gleixner |
2020-05-19 | rcu: Provide __rcu_is_watching() | Thomas Gleixner |
2020-05-19 | rcu: Provide rcu_irq_exit_preempt() | Thomas Gleixner |
2020-04-27 | rcu: Add rcu_gp_might_be_stalled() | Paul E. McKenney |
2020-02-20 | rcutorture: Suppress forward-progress complaints during early boot | Paul E. McKenney |
2020-01-24 | rcu: Remove kfree_call_rcu_nobatch() | Joel Fernandes (Google) |
2020-01-24 | rcu: Add basic support for kfree_rcu() batching | Byungchul Park |
2019-10-05 | stop_machine: Provide RCU quiescent state in multi_cpu_stop() | Paul E. McKenney |
2019-07-31 | rcu: Use CONFIG_PREEMPTION | Thomas Gleixner |
2019-02-09 | linux/rcutree: Convert to SPDX license identifier | Paul E. McKenney |
2018-08-30 | rcu: Define rcu_all_qs() only in !PREEMPT builds | Paul E. McKenney |
2018-08-30 | rcu: Consolidate RCU-sched update-side function definitions | Paul E. McKenney |
2018-08-30 | rcu: Consolidate RCU-bh update-side function definitions | Paul E. McKenney |
2018-08-30 | rcu: Express Tiny RCU updates in terms of RCU rather than RCU-sched | 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: Update comments and help text for no more RCU-bh updaters | Paul E. McKenney |
2018-08-30 | rcu: Define RCU-bh update API in terms of RCU | Paul E. McKenney |
2018-08-30 | rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safe | Paul E. McKenney |
2018-05-22 | rcu/x86: Provide early rcu_cpu_starting() callback | Peter Zijlstra |
2018-05-15 | rcu: Declare rcu_eqs_special_set() in public header | Yury Norov |
2017-11-27 | rcu: Eliminate rcu_irq_enter_disabled() | Paul E. McKenney |
2017-06-08 | rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.h | Paul E. McKenney |