Age | Commit message (Expand) | Author |
2021-02-21 | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-02-17 | rcu/nocb: Perform deferred wake up before last idle's need_resched() check | Frederic Weisbecker |
2021-01-22 | Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a... | Paul E. McKenney |
2021-01-06 | rcu/nocb: Re-offload support | Frederic Weisbecker |
2021-01-06 | rcu/nocb: De-offloading CB kthread | Frederic Weisbecker |
2021-01-04 | srcu: Provide polling interfaces for Tiny SRCU grace periods | Paul E. McKenney |
2021-01-04 | rcu: Eliminate the __kvfree_rcu() macro | Uladzislau Rezki (Sony) |
2021-01-04 | rcu: Introduce kfree_rcu() single-argument macro | Uladzislau Rezki (Sony) |
2021-01-04 | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Linus Torvalds |
2020-12-14 | rcu-tasks: Move RCU-tasks initialization to before early_initcall() | Uladzislau Rezki (Sony) |
2020-11-02 | rcu: Prevent RCU_LOCKDEP_WARN() from swallowing the condition | Jakub Kicinski |
2020-11-02 | rcu: Un-hide lockdep maps for !LOCKDEP | Jakub Kicinski |
2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches |
2020-09-03 | Merge branch 'strictgp.2020.08.24a' into HEAD | Paul E. McKenney |
2020-08-24 | rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPs | Paul E. McKenney |
2020-08-24 | rcu: Fix kerneldoc comments in rcupdate.h | Tobias Klauser |
2020-06-29 | rcu: Introduce single argument kvfree_rcu() interface | Uladzislau Rezki (Sony) |
2020-06-29 | rcu: Introduce 2 arg kvfree_rcu() interface | Uladzislau Rezki (Sony) |
2020-06-29 | rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_* | Uladzislau Rezki (Sony) |
2020-04-27 | rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooks | Paul E. McKenney |
2020-04-27 | rcu-tasks: Add an RCU-tasks rude variant | Paul E. McKenney |
2020-04-27 | rcu-tasks: Refactor RCU-tasks to allow variants to be added | 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: Move rcu_{expedited,normal} definitions into rcupdate.h | Ben Dooks |
2019-12-12 | rcu: Remove rcu_swap_protected() | Paul E. McKenney |
2019-12-09 | rcu: Use CONFIG_PREEMPTION where appropriate | Sebastian Andrzej Siewior |
2019-12-09 | rcu: Make PREEMPT_RCU be a modifier to TREE_RCU | Lai Jiangshan |
2019-11-26 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2019-10-30 | rcu: Upgrade rcu_swap_protected() to rcu_replace_pointer() | Paul E. McKenney |
2019-10-09 | locking/lockdep: Remove unused @nested argument from lock_release() | Qian Cai |
2019-09-16 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2019-08-09 | rcu: Add support for consolidated-RCU reader checking | Joel Fernandes (Google) |
2019-08-01 | treewide: Rename rcu_dereference_raw_notrace() to _check() | Joel Fernandes (Google) |
2019-07-31 | rcu: Use CONFIG_PREEMPTION | Thomas Gleixner |
2019-06-28 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2019-06-13 | rcu: Don't return a value from rcu_assign_pointer() | Andrea Parri |
2019-06-13 | rcu: Force inlining of rcu_read_lock() | Waiman Long |
2019-06-13 | rcu: Fix irritating whitespace error in rcu_assign_pointer() | Paul E. McKenney |
2019-06-03 | rcu: locking and unlocking need to always be at least barriers | Linus Torvalds |
2019-05-28 | rcu: Make kfree_rcu() ignore NULL pointers | Paul E. McKenney |
2019-03-26 | rcu: Do a single rhp->func read in rcu_head_after_call_rcu() | Neeraj Upadhyay |
2019-02-09 | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp... | Paul E. McKenney |
2019-02-09 | linux/rcupdate: Convert to SPDX license identifier | Paul E. McKenney |
2019-01-25 | rcu: Add sparse check to rcu_assign_pointer() | Joel Fernandes (Google) |
2019-01-25 | rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq() | Paul E. McKenney |
2019-01-25 | rcu: Docbook for rcu_head_init() and rcu_head_after_call_rcu() | Paul E. McKenney |
2019-01-25 | rcu: Remove wrapper definitions for obsolete RCU update functions | Paul E. McKenney |
2018-08-30 | rcu: Provide functions for determining if call_rcu() has been invoked | Paul E. McKenney |
2018-08-30 | rcu: Remove !PREEMPT code from rcu_note_voluntary_context_switch() | Paul E. McKenney |
2018-08-30 | rcu: Clean up flavor-related definitions and comments in rcupdate.h | Paul E. McKenney |