summaryrefslogtreecommitdiff
path: root/include/linux/rcupdate.h
AgeCommit message (Expand)Author
2021-09-16rcu: Avoid unneeded function call in rcu_read_unlock()Waiman Long
2021-08-10Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'n...Paul E. McKenney
2021-08-06rcu: Mark accesses to ->rcu_read_lock_nestingPaul E. McKenney
2021-07-20rcu: Fix macro name CONFIG_TASKS_RCU_TRACEZhouyi Zhou
2021-05-13rcu: Remove obsolete rcu_read_unlock() deadlock commentaryPaul E. McKenney
2021-05-13rcu: Improve comments describing RCU read-side critical sectionsPaul E. McKenney
2021-05-13rcu: Create an unrcu_pointer() to remove __rcu from a pointerPaul E. McKenney
2021-05-10rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney
2021-04-28Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-03-17rcu: Prevent false positive softirq warning on RTThomas Gleixner
2021-03-08rcu: Fix kfree_rcu() docbook errorsMauro Carvalho Chehab
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-17rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney
2021-01-06rcu/nocb: Re-offload supportFrederic Weisbecker
2021-01-06rcu/nocb: De-offloading CB kthreadFrederic Weisbecker
2021-01-04srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney
2021-01-04rcu: Eliminate the __kvfree_rcu() macroUladzislau Rezki (Sony)
2021-01-04rcu: Introduce kfree_rcu() single-argument macroUladzislau Rezki (Sony)
2021-01-04Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2020-12-14rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)
2020-11-02rcu: Prevent RCU_LOCKDEP_WARN() from swallowing the conditionJakub Kicinski
2020-11-02rcu: Un-hide lockdep maps for !LOCKDEPJakub Kicinski
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-09-03Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney
2020-08-24rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsPaul E. McKenney
2020-08-24rcu: Fix kerneldoc comments in rcupdate.hTobias Klauser
2020-06-29rcu: Introduce single argument kvfree_rcu() interfaceUladzislau Rezki (Sony)
2020-06-29rcu: Introduce 2 arg kvfree_rcu() interfaceUladzislau Rezki (Sony)
2020-06-29rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)
2020-04-27rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooksPaul E. McKenney
2020-04-27rcu-tasks: Add an RCU-tasks rude variantPaul E. McKenney
2020-04-27rcu-tasks: Refactor RCU-tasks to allow variants to be addedPaul E. McKenney
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney
2020-01-24rcu: Move rcu_{expedited,normal} definitions into rcupdate.hBen Dooks
2019-12-12rcu: Remove rcu_swap_protected()Paul E. McKenney
2019-12-09rcu: Use CONFIG_PREEMPTION where appropriateSebastian Andrzej Siewior
2019-12-09rcu: Make PREEMPT_RCU be a modifier to TREE_RCULai Jiangshan
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-10-30rcu: Upgrade rcu_swap_protected() to rcu_replace_pointer()Paul E. McKenney
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-08-09rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)
2019-08-01treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)
2019-07-31rcu: Use CONFIG_PREEMPTIONThomas Gleixner
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-06-13rcu: Don't return a value from rcu_assign_pointer()Andrea Parri
2019-06-13rcu: Force inlining of rcu_read_lock()Waiman Long
2019-06-13rcu: Fix irritating whitespace error in rcu_assign_pointer()Paul E. McKenney
2019-06-03rcu: locking and unlocking need to always be at least barriersLinus Torvalds