summaryrefslogtreecommitdiffstats
path: root/include/linux/rcupdate.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * rcu: Force inlining of rcu_read_lock()Waiman Long2019-06-131-1/+1
| * rcu: Fix irritating whitespace error in rcu_assign_pointer()Paul E. McKenney2019-06-131-1/+1
| * rcu: Make kfree_rcu() ignore NULL pointersPaul E. McKenney2019-05-281-4/+8
* | rcu: locking and unlocking need to always be at least barriersLinus Torvalds2019-06-031-4/+2
|/
* rcu: Do a single rhp->func read in rcu_head_after_call_rcu()Neeraj Upadhyay2019-03-261-2/+4
*-. Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-091-25/+13
|\ \
| | * linux/rcupdate: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| |/ |/|
| * rcu: Add sparse check to rcu_assign_pointer()Joel Fernandes (Google)2019-01-251-6/+7
| * rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney2019-01-251-1/+1
| * rcu: Docbook for rcu_head_init() and rcu_head_after_call_rcu()Paul E. McKenney2019-01-251-3/+3
|/
* rcu: Remove wrapper definitions for obsolete RCU update functionsPaul E. McKenney2019-01-251-53/+0
* rcu: Provide functions for determining if call_rcu() has been invokedPaul E. McKenney2018-08-301-0/+40
* rcu: Remove !PREEMPT code from rcu_note_voluntary_context_switch()Paul E. McKenney2018-08-301-6/+2
* rcu: Clean up flavor-related definitions and comments in rcupdate.hPaul E. McKenney2018-08-301-15/+12
* rcu: Consolidate RCU-sched update-side function definitionsPaul E. McKenney2018-08-301-7/+31
* rcu: Consolidate RCU-bh update-side function definitionsPaul E. McKenney2018-08-301-5/+22
* rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney2018-08-301-7/+5
* rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney2018-08-301-10/+4
* rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney2018-08-301-8/+4
* rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney2018-08-301-4/+6
* rcu: Improve RCU-tasks naming and commentsPaul E. McKenney2018-07-121-6/+6
* rcu: rcupdate.h: Get rid of Sphinx warnings at rcu_pointer_handoff()Mauro Carvalho Chehab2018-07-121-3/+2
* rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park2018-07-121-2/+2
* rcu: Make rcu_read_unlock_special() staticPaul E. McKenney2018-07-121-1/+0
* rcu: Update documentation of rcu_read_unlock()Anna-Maria Gleixner2018-06-101-3/+1
* rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra2018-05-221-1/+0