summaryrefslogtreecommitdiff
path: root/include/linux/rcupdate.h
AgeCommit message (Expand)Author
2018-07-12rcu: Improve RCU-tasks naming and commentsPaul E. McKenney
2018-07-12rcu: rcupdate.h: Get rid of Sphinx warnings at rcu_pointer_handoff()Mauro Carvalho Chehab
2018-07-12rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park
2018-07-12rcu: Make rcu_read_unlock_special() staticPaul E. McKenney
2018-06-10rcu: Update documentation of rcu_read_unlock()Anna-Maria Gleixner
2018-05-22rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra
2018-05-15rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney
2018-02-20rcu: Fix init_rcu_head() comment.Paul E. McKenney
2017-12-11Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney
2017-12-04rcu: Adjust read-side accessor comments for READ_ONCE()Paul E. McKenney
2017-12-04rcu: Account for rcu_all_qs() in cond_resched()Paul E. McKenney
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-10-19doc: Fix various RCU docbook comment-header problemsPaul E. McKenney
2017-09-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-08-29scsi: rcu: Introduce rcu_swap_protected()Bart Van Assche
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney
2017-08-17rcu: Create reasonable API for do_exit() TASKS_RCU processingPaul E. McKenney
2017-08-17rcu: Drive TASKS_RCU directly off of PREEMPTPaul E. McKenney
2017-07-25rcu: Migrate callbacks earlier in the CPU-offline timelinePaul E. McKenney
2017-07-24srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCUPaul E. McKenney
2017-06-08rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.hPaul E. McKenney
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney
2017-06-08rcu: Refactor #includes from include/linux/rcupdate.hPaul E. McKenney
2017-06-08rcu: move rcupdate.h to the new true/false-function stylePaul E. McKenney
2017-06-08rcu: Move rcu_ftrace_dump() from rcupdate.h to rcu.hPaul E. McKenney
2017-06-08rcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.hPaul E. McKenney
2017-06-08rcu: Remove linux/debugobjects.h from rcupdate.hPaul E. McKenney
2017-06-08rcu: Move the RCU_SCHEDULER_ definitions from rcupdate.hPaul E. McKenney
2017-06-08rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney
2017-06-08rcu: Move rcupdate.h to new empty-function stylePaul E. McKenney
2017-06-08rcu: Remove UINT_CMP_GE() and UINT_CMP_LT()Paul E. McKenney
2017-06-08rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney
2017-06-08rcu: Move expediting-related access/control out of rcupdate.hPaul E. McKenney
2017-06-08rcu: Move rcu_expedited and rcu_normal externs from rcupdate.hPaul E. McKenney
2017-06-08rcu: Move docbook comments out of rcupdate.hPaul E. McKenney
2017-06-08rcu: Print out rcupdate.c non-default boot-time settingsPaul E. McKenney
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney
2017-04-18rcu: Make arch select smp_mb__after_unlock_lock() strengthPaul E. McKenney
2017-04-10rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not workSteven Rostedt (VMware)
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar
2017-01-25srcu: Force full grace-period orderingPaul E. McKenney
2017-01-14rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney
2016-08-22rcu: Provide exact CPU-online tracking for RCUPaul E. McKenney
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-07-06rcu: Suppress sparse warnings for rcu_dereference_raw()Paul E. McKenney
2016-06-15rcu: Make call_rcu_tasks() tolerate first call with irqs disabledPaul E. McKenney
2016-06-15rcu: No ordering for rcu_assign_pointer() of NULLPaul E. McKenney
2016-06-14rcu: Document RCU_NONIDLE() restrictions in comment headerPaul E. McKenney
2016-03-31rcu: Remove superfluous versions of rcu_read_lock_sched_held()Boqun Feng