summaryrefslogtreecommitdiffstats
path: root/include/linux/rcupdate.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: Remove __read_mostly annotations from rcu_scheduler_active externsIngo Molnar2022-02-141-1/+1
* rcu: Fix description of kvfree_rcu()Uladzislau Rezki (Sony)2022-02-141-1/+1
* rcu: Replace ________p1 and _________p1 with __UNIQUE_ID(rcu)Chun-Hung Tseng2021-11-301-22/+28
* rcu: Avoid unneeded function call in rcu_read_unlock()Waiman Long2021-09-161-1/+2
*-. Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'n...Paul E. McKenney2021-08-101-2/+2
|\ \
| | * rcu: Fix macro name CONFIG_TASKS_RCU_TRACEZhouyi Zhou2021-07-201-1/+1
| |/ |/|
| * rcu: Mark accesses to ->rcu_read_lock_nestingPaul E. McKenney2021-08-061-1/+1
|/
* rcu: Remove obsolete rcu_read_unlock() deadlock commentaryPaul E. McKenney2021-05-131-27/+6
* rcu: Improve comments describing RCU read-side critical sectionsPaul E. McKenney2021-05-131-7/+28
* rcu: Create an unrcu_pointer() to remove __rcu from a pointerPaul E. McKenney2021-05-131-0/+14
* rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney2021-05-101-1/+1
* Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-281-1/+1
|\
| * rcu: Fix kfree_rcu() docbook errorsMauro Carvalho Chehab2021-03-081-1/+1
* | rcu: Prevent false positive softirq warning on RTThomas Gleixner2021-03-171-1/+2
|/
* Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-0/+2
|\
| * rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker2021-02-171-0/+2
| * Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2021-01-041-0/+6
| |\
| | \
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney2021-01-221-20/+28
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| | | | * srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney2021-01-041-0/+2
| |_|_|/ |/| | |
| | | * rcu/nocb: Re-offload supportFrederic Weisbecker2021-01-061-0/+2
| | | * rcu/nocb: De-offloading CB kthreadFrederic Weisbecker2021-01-061-0/+2
| |_|/ |/| |
| | * rcu: Eliminate the __kvfree_rcu() macroUladzislau Rezki (Sony)2021-01-041-12/+6
| | * rcu: Introduce kfree_rcu() single-argument macroUladzislau Rezki (Sony)2021-01-041-10/+12
| |/ |/|
| * rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)2020-12-141-0/+6
* | rcu: Prevent RCU_LOCKDEP_WARN() from swallowing the conditionJakub Kicinski2020-11-021-1/+1
* | rcu: Un-hide lockdep maps for !LOCKDEPJakub Kicinski2020-11-021-4/+5
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney2020-09-031-0/+7
|\
| * rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsPaul E. McKenney2020-08-241-0/+7
* | rcu: Fix kerneldoc comments in rcupdate.hTobias Klauser2020-08-241-6/+6
|/
* rcu: Introduce single argument kvfree_rcu() interfaceUladzislau Rezki (Sony)2020-06-291-4/+34
* rcu: Introduce 2 arg kvfree_rcu() interfaceUladzislau Rezki (Sony)2020-06-291-0/+9
* rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)2020-06-291-7/+7
* rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooksPaul E. McKenney2020-04-271-7/+37
* rcu-tasks: Add an RCU-tasks rude variantPaul E. McKenney2020-04-271-0/+3
* rcu-tasks: Refactor RCU-tasks to allow variants to be addedPaul E. McKenney2020-04-271-3/+3
*-. Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney2020-01-241-20/+8
|\ \
| | * rcu: Use CONFIG_PREEMPTION where appropriateSebastian Andrzej Siewior2019-12-091-2/+2
| | * rcu: Make PREEMPT_RCU be a modifier to TREE_RCULai Jiangshan2019-12-091-2/+2
| |/ |/|
| * rcu: Move rcu_{expedited,normal} definitions into rcupdate.hBen Dooks2020-01-241-0/+4
| * rcu: Remove rcu_swap_protected()Paul E. McKenney2019-12-121-16/+0
|/
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+1
|\
| * locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
* | rcu: Upgrade rcu_swap_protected() to rcu_replace_pointer()Paul E. McKenney2019-10-301-0/+18
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-1/+1
|\
| * rcu: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-311-1/+1
* | rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)2019-08-091-0/+7
* | treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)2019-08-011-1/+1
|/
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-06-281-9/+12
|\
| * rcu: Don't return a value from rcu_assign_pointer()Andrea Parri2019-06-131-3/+2