summaryrefslogtreecommitdiff
path: root/include/linux/rcupdate.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-03-17rcu: Prevent false positive softirq warning on RTThomas Gleixner1-1/+2
2021-03-09rcu: Fix kfree_rcu() docbook errorsMauro Carvalho Chehab1-1/+1
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2021-02-17rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker1-0/+2
2021-01-23Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney1-20/+28
2021-01-07rcu/nocb: Re-offload supportFrederic Weisbecker1-0/+2
2021-01-07rcu/nocb: De-offloading CB kthreadFrederic Weisbecker1-0/+2
2021-01-05srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney1-0/+2
2021-01-05rcu: Eliminate the __kvfree_rcu() macroUladzislau Rezki (Sony)1-12/+6
2021-01-05rcu: Introduce kfree_rcu() single-argument macroUladzislau Rezki (Sony)1-10/+12
2021-01-04Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-0/+6
2020-12-15rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)1-0/+6
2020-11-03rcu: Prevent RCU_LOCKDEP_WARN() from swallowing the conditionJakub Kicinski1-1/+1
2020-11-03rcu: Un-hide lockdep maps for !LOCKDEPJakub Kicinski1-4/+5
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-09-03Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney1-0/+7
2020-08-25rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsPaul E. McKenney1-0/+7
2020-08-25rcu: Fix kerneldoc comments in rcupdate.hTobias Klauser1-6/+6
2020-06-29rcu: Introduce single argument kvfree_rcu() interfaceUladzislau Rezki (Sony)1-4/+34
2020-06-29rcu: Introduce 2 arg kvfree_rcu() interfaceUladzislau Rezki (Sony)1-0/+9
2020-06-29rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)1-7/+7
2020-04-27rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooksPaul E. McKenney1-7/+37
2020-04-27rcu-tasks: Add an RCU-tasks rude variantPaul E. McKenney1-0/+3
2020-04-27rcu-tasks: Refactor RCU-tasks to allow variants to be addedPaul E. McKenney1-3/+3
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney1-20/+8
2020-01-24rcu: Move rcu_{expedited,normal} definitions into rcupdate.hBen Dooks1-0/+4
2019-12-12rcu: Remove rcu_swap_protected()Paul E. McKenney1-16/+0
2019-12-09rcu: Use CONFIG_PREEMPTION where appropriateSebastian Andrzej Siewior1-2/+2
2019-12-09rcu: Make PREEMPT_RCU be a modifier to TREE_RCULai Jiangshan1-2/+2
2019-11-27Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-10-30rcu: Upgrade rcu_swap_protected() to rcu_replace_pointer()Paul E. McKenney1-0/+18
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-1/+1
2019-09-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2019-08-09rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)1-0/+7
2019-08-02treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)1-1/+1
2019-07-31rcu: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-9/+12
2019-06-14rcu: Don't return a value from rcu_assign_pointer()Andrea Parri1-3/+2
2019-06-14rcu: Force inlining of rcu_read_lock()Waiman Long1-1/+1
2019-06-14rcu: Fix irritating whitespace error in rcu_assign_pointer()Paul E. McKenney1-1/+1
2019-06-03rcu: locking and unlocking need to always be at least barriersLinus Torvalds1-4/+2
2019-05-28rcu: Make kfree_rcu() ignore NULL pointersPaul E. McKenney1-4/+8
2019-03-27rcu: Do a single rhp->func read in rcu_head_after_call_rcu()Neeraj Upadhyay1-2/+4
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney1-25/+13
2019-02-09linux/rcupdate: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2019-01-26rcu: Add sparse check to rcu_assign_pointer()Joel Fernandes (Google)1-6/+7
2019-01-26rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney1-1/+1
2019-01-26rcu: Docbook for rcu_head_init() and rcu_head_after_call_rcu()Paul E. McKenney1-3/+3
2019-01-26rcu: Remove wrapper definitions for obsolete RCU update functionsPaul E. McKenney1-53/+0