summaryrefslogtreecommitdiff
path: root/include/linux/rcutree.h
AgeCommit message (Expand)Author
2021-05-10rcu: Remove the unused rcu_irq_exit_preempt() functionPaul E. McKenney
2021-03-22rcu: Provide polling interfaces for Tree RCU grace periodsPaul E. McKenney
2020-11-06x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney
2020-08-24rcu: Remove unused __rcu_is_watching() functionPaul E. McKenney
2020-06-29rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)
2020-05-26rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner
2020-05-19rcu: Provide __rcu_is_watching()Thomas Gleixner
2020-05-19rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner
2020-04-27rcu: Add rcu_gp_might_be_stalled()Paul E. McKenney
2020-02-20rcutorture: Suppress forward-progress complaints during early bootPaul E. McKenney
2020-01-24rcu: Remove kfree_call_rcu_nobatch()Joel Fernandes (Google)
2020-01-24rcu: Add basic support for kfree_rcu() batchingByungchul Park
2019-10-05stop_machine: Provide RCU quiescent state in multi_cpu_stop()Paul E. McKenney
2019-07-31rcu: Use CONFIG_PREEMPTIONThomas Gleixner
2019-02-09linux/rcutree: Convert to SPDX license identifierPaul E. McKenney
2018-08-30rcu: Define rcu_all_qs() only in !PREEMPT buildsPaul E. McKenney
2018-08-30rcu: Consolidate RCU-sched update-side function definitionsPaul E. McKenney
2018-08-30rcu: Consolidate RCU-bh update-side function definitionsPaul E. McKenney
2018-08-30rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney
2018-08-30rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney
2018-08-30rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney
2018-08-30rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney
2018-08-30rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney
2018-05-22rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra
2018-05-15rcu: Declare rcu_eqs_special_set() in public headerYury Norov
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney
2017-06-08rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.hPaul E. McKenney
2017-06-08rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.hPaul E. McKenney
2017-06-08rcu: Move torture-related functions out of rcutiny.h and rcutree.hPaul E. McKenney
2017-06-08rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney
2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney
2016-07-15rcu: Convert rcutree to hotplug state machineThomas Gleixner
2016-03-31rcutorture: Expedited-GP batch progress access to torturingPaul E. McKenney
2015-12-07rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney
2015-12-04rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng
2015-07-22rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney
2015-05-27rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney
2015-05-27rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney
2015-01-15rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney
2015-01-10rcutorture: Check from beginning to end of grace periodPaul E. McKenney
2015-01-10rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney
2014-11-03rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney
2014-11-03rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney
2014-05-14rcutorture: Export RCU grace-period kthread wait state to rcutorturePaul E. McKenney
2014-03-20rcu: Provide grace-period piggybacking APIPaul E. McKenney