summaryrefslogtreecommitdiffstats
path: root/include/linux/rcupdate.h
Commit message (Expand)AuthorAgeFilesLines
* 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-141-3/+2Star
| * rcu: Force inlining of rcu_read_lock()Waiman Long2019-06-141-1/+1
| * rcu: Fix irritating whitespace error in rcu_assign_pointer()Paul E. McKenney2019-06-141-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/+2Star
|/
* 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/+13Star
|\ \
| | * linux/rcupdate: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2Star
| |/ |/|
| * rcu: Add sparse check to rcu_assign_pointer()Joel Fernandes (Google)2019-01-261-6/+7
| * rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney2019-01-261-1/+1
| * rcu: Docbook for rcu_head_init() and rcu_head_after_call_rcu()Paul E. McKenney2019-01-261-3/+3
|/
* rcu: Remove wrapper definitions for obsolete RCU update functionsPaul E. McKenney2019-01-261-53/+0Star
* rcu: Provide functions for determining if call_rcu() has been invokedPaul E. McKenney2018-08-311-0/+40
* rcu: Remove !PREEMPT code from rcu_note_voluntary_context_switch()Paul E. McKenney2018-08-311-6/+2Star
* rcu: Clean up flavor-related definitions and comments in rcupdate.hPaul E. McKenney2018-08-311-15/+12Star
* rcu: Consolidate RCU-sched update-side function definitionsPaul E. McKenney2018-08-311-7/+31
* rcu: Consolidate RCU-bh update-side function definitionsPaul E. McKenney2018-08-311-5/+22
* rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney2018-08-311-7/+5Star
* rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney2018-08-311-10/+4Star
* rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney2018-08-311-8/+4Star
* rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney2018-08-311-4/+6
* rcu: Improve RCU-tasks naming and commentsPaul E. McKenney2018-07-131-6/+6
* rcu: rcupdate.h: Get rid of Sphinx warnings at rcu_pointer_handoff()Mauro Carvalho Chehab2018-07-131-3/+2Star
* rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park2018-07-131-2/+2
* rcu: Make rcu_read_unlock_special() staticPaul E. McKenney2018-07-131-1/+0Star
* rcu: Update documentation of rcu_read_unlock()Anna-Maria Gleixner2018-06-101-3/+1Star
* rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra2018-05-231-1/+0Star
* rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney2018-05-151-2/+2
* rcu: Fix init_rcu_head() comment.Paul E. McKenney2018-02-211-4/+6
*-. Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney2017-12-111-12/+11Star
|\ \
| | * rcu: Adjust read-side accessor comments for READ_ONCE()Paul E. McKenney2017-12-041-12/+11Star
| |/
* / rcu: Account for rcu_all_qs() in cond_resched()Paul E. McKenney2017-12-041-1/+1
|/
* locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-241-2/+2
* doc: Fix various RCU docbook comment-header problemsPaul E. McKenney2017-10-201-8/+14
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-081-0/+16
|\
| * scsi: rcu: Introduce rcu_swap_protected()Bart Van Assche2017-08-301-0/+16
| |
| \
| \
| \
*---. \ Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney2017-08-171-5/+10
|\ \ \ \ | |_|_|/ |/| | |
| | | * srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCUPaul E. McKenney2017-07-251-0/+1
| |_|/ |/| |
| | * rcu: Migrate callbacks earlier in the CPU-offline timelinePaul E. McKenney2017-07-251-0/+1
| |/ |/|
| * rcu: Create reasonable API for do_exit() TASKS_RCU processingPaul E. McKenney2017-08-171-3/+4
| * rcu: Drive TASKS_RCU directly off of PREEMPTPaul E. McKenney2017-08-171-2/+4
|/
* rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.hPaul E. McKenney2017-06-091-6/+0Star
* rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney2017-06-091-9/+0Star
* rcu: Refactor #includes from include/linux/rcupdate.hPaul E. McKenney2017-06-091-16/+6Star
* rcu: move rcupdate.h to the new true/false-function stylePaul E. McKenney2017-06-091-11/+2Star
* rcu: Move rcu_ftrace_dump() from rcupdate.h to rcu.hPaul E. McKenney2017-06-091-12/+0Star
* rcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.hPaul E. McKenney2017-06-091-9/+0Star
* rcu: Remove linux/debugobjects.h from rcupdate.hPaul E. McKenney2017-06-091-1/+0Star
* rcu: Move the RCU_SCHEDULER_ definitions from rcupdate.hPaul E. McKenney2017-06-091-4/+0Star