summaryrefslogtreecommitdiffstats
path: root/include/linux/rcutree.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: Remove the unused rcu_irq_exit_preempt() functionPaul E. McKenney2021-05-101-1/+0
* rcu: Provide polling interfaces for Tree RCU grace periodsPaul E. McKenney2021-03-221-0/+2
* x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney2020-11-061-0/+1
* rcu: Remove unused __rcu_is_watching() functionPaul E. McKenney2020-08-241-1/+0
* rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)2020-06-291-1/+1
* rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner2020-05-261-0/+6
* rcu: Provide __rcu_is_watching()Thomas Gleixner2020-05-191-0/+1
* rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner2020-05-191-0/+1
* rcu: Add rcu_gp_might_be_stalled()Paul E. McKenney2020-04-271-0/+1
* rcutorture: Suppress forward-progress complaints during early bootPaul E. McKenney2020-02-201-0/+1
* rcu: Remove kfree_call_rcu_nobatch()Joel Fernandes (Google)2020-01-241-1/+0
* rcu: Add basic support for kfree_rcu() batchingByungchul Park2020-01-241-0/+2
* stop_machine: Provide RCU quiescent state in multi_cpu_stop()Paul E. McKenney2019-10-051-0/+1
* rcu: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-311-1/+1
* linux/rcutree: Convert to SPDX license identifierPaul E. McKenney2019-02-091-16/+3
* rcu: Define rcu_all_qs() only in !PREEMPT buildsPaul E. McKenney2018-08-301-0/+2
* rcu: Consolidate RCU-sched update-side function definitionsPaul E. McKenney2018-08-301-9/+0
* rcu: Consolidate RCU-bh update-side function definitionsPaul E. McKenney2018-08-301-17/+0
* rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney2018-08-301-1/+0
* rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney2018-08-301-1/+6
* rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney2018-08-301-12/+2
* rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney2018-08-301-2/+6
* rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney2018-08-301-0/+1
* rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra2018-05-221-0/+1
* rcu: Declare rcu_eqs_special_set() in public headerYury Norov2018-05-151-0/+1
* rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney2017-11-271-1/+0
* rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.hPaul E. McKenney2017-06-081-0/+1
* rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.hPaul E. McKenney2017-06-081-3/+0
* rcu: Move torture-related functions out of rcutiny.h and rcutree.hPaul E. McKenney2017-06-081-16/+0
* rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney2017-06-081-0/+1
* rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney2017-04-211-2/+3
* rcu: Convert rcutree to hotplug state machineThomas Gleixner2016-07-151-0/+7
* rcutorture: Expedited-GP batch progress access to torturingPaul E. McKenney2016-03-311-0/+2
* rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney2015-12-071-0/+2
* rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney2015-12-041-1/+1
* rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng2015-10-061-1/+1
* rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney2015-07-221-0/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-1/+1
|\
| * tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-221-1/+1
| |
| \
*-. \ Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney2015-05-271-2/+5
|\ \ \ | |_|/ |/| |
| | * rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney2015-05-271-0/+5
| |/ |/|
| * rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney2015-05-271-2/+0
|/
*-. Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney2015-01-151-3/+8
|\ \
| | * rcutorture: Check from beginning to end of grace periodPaul E. McKenney2015-01-101-0/+3
| | * rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney2015-01-101-3/+3
| |/ |/|
| * rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney2015-01-151-0/+2
|/
* rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney2014-11-031-1/+1
* rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney2014-11-031-2/+2
* rcutorture: Export RCU grace-period kthread wait state to rcutorturePaul E. McKenney2014-05-141-0/+1
* rcu: Provide grace-period piggybacking APIPaul E. McKenney2014-03-201-0/+2