aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rcupdate.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-01Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', 'nocb.2022.09.01a', 'poll.2022.08.31b', 'poll-srcu.2022.08.31b' and 'tasks.2022.08.31b' into HEADPaul E. McKenney1-5/+37
2022-08-31rcu: Add functions to compare grace-period state valuesPaul E. McKenney1-0/+21
2022-08-31rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney1-0/+3
2022-08-31rcu: Update rcu_access_pointer() header for rcu_dereference_protected()Paul E. McKenney1-5/+13
2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney1-9/+8
2022-07-21Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'poll.2022.07.21a', 'rcu-tasks.2022.06.21a' and 'torture.2022.06.21a' into HEADPaul E. McKenney1-8/+20
2022-07-05rcu/context-tracking: Remove unused and/or unecessary middle functionsFrederic Weisbecker1-8/+0
2022-07-05rcu/context-tracking: Move deferred nocb resched to context trackingFrederic Weisbecker1-0/+6
2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker1-2/+3
2022-07-05context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker1-1/+1
2022-06-20rcu-tasks: Track blocked RCU Tasks Trace readersPaul E. McKenney1-2/+9
2022-06-20rcu-tasks: Merge state into .b.need_qs and atomically updatePaul E. McKenney1-7/+11
2022-06-20rcu: Provide a get_completed_synchronize_rcu() functionPaul E. McKenney1-0/+1
2022-04-11rcu-tasks: Make Tasks RCU account for userspace executionPaul E. McKenney1-0/+1
2022-02-14rcu: Remove __read_mostly annotations from rcu_scheduler_active externsIngo Molnar1-1/+1
2022-02-14rcu: Fix description of kvfree_rcu()Uladzislau Rezki (Sony)1-1/+1
2021-11-30rcu: Replace ________p1 and _________p1 with __UNIQUE_ID(rcu)Chun-Hung Tseng1-22/+28
2021-09-16rcu: Avoid unneeded function call in rcu_read_unlock()Waiman Long1-1/+2
2021-08-10Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'nolibc.2021.07.20c', 'tasks.2021.07.20c', 'torture.2021.07.27a' and 'torturescript.2021.07.27a' into HEADPaul E. McKenney1-2/+2
2021-08-06rcu: Mark accesses to ->rcu_read_lock_nestingPaul E. McKenney1-1/+1
2021-07-20rcu: Fix macro name CONFIG_TASKS_RCU_TRACEZhouyi Zhou1-1/+1
2021-05-13rcu: Remove obsolete rcu_read_unlock() deadlock commentaryPaul E. McKenney1-27/+6
2021-05-13rcu: Improve comments describing RCU read-side critical sectionsPaul E. McKenney1-7/+28
2021-05-13rcu: Create an unrcu_pointer() to remove __rcu from a pointerPaul E. McKenney1-0/+14
2021-05-10rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney1-1/+1
2021-04-28Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-03-17rcu: Prevent false positive softirq warning on RTThomas Gleixner1-1/+2
2021-03-08rcu: 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/kernel/git/tip/tipLinus Torvalds1-0/+2
2021-02-17rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker1-0/+2
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a', 'mmdumpobj.2021.01.22a', 'nocb.2021.01.06a', 'rt.2021.01.04a', 'stall.2021.01.06a', 'torture.2021.01.12a' and 'tortureall.2021.01.06a' into HEADPaul E. McKenney1-20/+28
2021-01-06rcu/nocb: Re-offload supportFrederic Weisbecker1-0/+2
2021-01-06rcu/nocb: De-offloading CB kthreadFrederic Weisbecker1-0/+2
2021-01-04srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney1-0/+2
2021-01-04rcu: Eliminate the __kvfree_rcu() macroUladzislau Rezki (Sony)1-12/+6
2021-01-04rcu: 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/paulmck/linux-rcuLinus Torvalds1-0/+6
2020-12-14rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)1-0/+6
2020-11-02rcu: Prevent RCU_LOCKDEP_WARN() from swallowing the conditionJakub Kicinski1-1/+1
2020-11-02rcu: Un-hide lockdep maps for !LOCKDEPJakub Kicinski1-4/+5
2020-10-25treewide: 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-24rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsPaul E. McKenney1-0/+7
2020-08-24rcu: 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