aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rcutiny.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker1-1/+1
2023-07-12rcu: Export rcu_request_urgent_qs_task()Paul E. McKenney1-0/+2
2023-01-03rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)1-6/+6
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-4/+0
2022-11-29rcu: Make SRCU mandatoryPaul E. McKenney1-4/+0
2022-10-21rcu: Remove rcu_is_idle_cpu()Yipeng Zou1-2/+0
2022-10-18rcu: Remove unused 'cpu' in rcu_virt_note_context_switch()Zeng Heng1-1/+1
2022-08-31rcu: Add functions to compare grace-period state valuesPaul E. McKenney1-0/+14
2022-08-31rcu: Add full-sized polling for cond_sync_exp_full()Paul E. McKenney1-0/+5
2022-08-31rcu: Add full-sized polling for cond_sync_full()Paul E. McKenney1-0/+5
2022-08-31rcu: Add full-sized polling for start_poll_expedited()Paul E. McKenney1-0/+5
2022-08-31rcu: Add full-sized polling for start_poll()Paul E. McKenney1-0/+6
2022-08-31rcu: Add full-sized polling for get_state()Paul E. McKenney1-0/+6
2022-08-31rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney1-0/+9
2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney1-6/+0
2022-07-21Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney1-1/+20
2022-07-21rcu: Add polled expedited grace-period primitivesPaul E. McKenney1-0/+10
2022-07-19rcu: tiny: Record kvfree_call_rcu() call stack for KASANJohannes Berg1-1/+10
2022-07-05rcu/context-tracking: Remove unused and/or unecessary middle functionsFrederic Weisbecker1-2/+0
2022-07-05rcu/context-tracking: Remove rcu_irq_enter/exit()Frederic Weisbecker1-4/+0
2022-03-07tick/rcu: Remove obsolete rcu_needs_cpu() parametersFrederic Weisbecker1-2/+1
2021-11-30rcu: in_irq() cleanupChangbin Du1-1/+1
2021-08-06rcu: Remove special bit at the bottom of the ->dynticks counterJoel Fernandes (Google)1-3/+0
2021-05-10rcu: Remove the unused rcu_irq_exit_preempt() functionPaul E. McKenney1-1/+0
2021-03-24rcu: Provide polling interfaces for Tiny RCU grace periodsPaul E. McKenney1-4/+3
2020-11-06x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney1-0/+2
2020-08-24rcu: Remove unused __rcu_is_watching() functionPaul E. McKenney1-1/+0
2020-06-29rcu: Support reclaim for head-less objectUladzislau Rezki (Sony)1-1/+17
2020-06-29rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)1-1/+1
2020-05-26rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner1-0/+1
2020-05-19rcu: Provide __rcu_is_watching()Thomas Gleixner1-0/+1
2020-05-19rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner1-0/+1
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney1-1/+2
2020-04-27rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooksPaul E. McKenney1-1/+1
2020-04-27rcu: Add rcu_gp_might_be_stalled()Paul E. McKenney1-0/+1
2020-02-20rcutorture: Suppress forward-progress complaints during early bootPaul E. McKenney1-0/+1
2020-01-24rcu: Remove kfree_call_rcu_nobatch()Joel Fernandes (Google)1-5/+0
2020-01-24rcu: Add basic support for kfree_rcu() batchingByungchul Park1-0/+6
2019-10-05rcutorture: Emulate dyntick aspect of userspace nohz_full sojournPaul E. McKenney1-0/+1
2019-08-26rcu: Don't include <linux/ktime.h> in rcutiny.hChristoph Hellwig1-1/+1
2019-02-09linux/rcutiny: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney1-39/+14
2018-08-30rcu: Remove unused rcu_dynticks_snap() from Tiny RCUPaul E. McKenney1-6/+0
2018-08-30rcu: Consolidate RCU-sched update-side function definitionsPaul E. McKenney1-31/+1
2018-08-30rcu: Consolidate RCU-bh update-side function definitionsPaul E. McKenney1-15/+0
2018-08-30rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney1-15/+19
2018-08-30rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney1-0/+7
2018-08-30rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney1-3/+7
2018-08-30rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney1-0/+5
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney1-0/+5
2018-08-29rcutorture: Add forward-progress tests for RCU grace periodsPaul E. McKenney1-0/+1
2018-07-12rcu: Improve RCU-tasks naming and commentsPaul E. McKenney1-1/+1
2018-05-22rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra1-0/+1
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney1-1/+0
2017-07-24srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCUPaul E. McKenney1-5/+3
2017-06-08rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.hPaul E. McKenney1-1/+1
2017-06-08rcu: Refactor #includes from include/linux/rcupdate.hPaul E. McKenney1-1/+7
2017-06-08rcu: Move rcutiny.h to new empty/true/false-function stylePaul E. McKenney1-55/+16
2017-06-08rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.hPaul E. McKenney1-4/+0
2017-06-08rcu: Move torture-related functions out of rcutiny.h and rcutree.hPaul E. McKenney1-80/+0
2017-06-08rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney1-11/+0
2017-06-08rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney1-0/+5
2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney1-4/+9
2017-04-18srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney1-3/+3
2017-04-18rcu: Maintain special bits at bottom of ->dynticks counterPaul E. McKenney1-0/+5
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar1-9/+2
2017-01-23rcu: Abstract extended quiescent state determinationPaul E. McKenney1-0/+6
2016-07-15rcu: Convert rcutree to hotplug state machineThomas Gleixner1-0/+7
2016-03-31rcutorture: Expedited-GP batch progress access to torturingPaul E. McKenney1-0/+16
2015-12-07rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney1-0/+8
2015-10-06rcu: Don't disable preemption for Tiny and Tree RCU readersBoqun Feng1-0/+1
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng1-1/+1
2015-07-22rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney1-0/+10
2015-05-27rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney1-0/+16
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney1-5/+40
2015-01-15rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney1-1/+4
2015-01-10rcutorture: Check from beginning to end of grace periodPaul E. McKenney1-3/+27
2015-01-10rcu: Provide rcu_batches_completed_sched() for TINY_RCUPaul E. McKenney1-0/+8
2015-01-10rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney1-2/+2
2014-11-03rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney1-1/+1
2014-09-07rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney1-1/+1
2014-05-14rcutorture: Export RCU grace-period kthread wait state to rcutorturePaul E. McKenney1-0/+4
2014-03-20rcu: Provide grace-period piggybacking APIPaul E. McKenney1-0/+10
2014-02-26Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in...Paul E. McKenney1-8/+2
2014-02-17rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney1-6/+0
2014-02-17rcu: Stop tracking FSF's postal addressPaul E. McKenney1-2/+2
2013-12-12rcu: Remove "extern" from function declarations in include/linux/*rcu*.hTeodora Baluta1-1/+1
2013-09-25rcu: Consistent rcu_is_watching() namingPaul E. McKenney1-4/+12
2013-09-25rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney1-0/+9
2013-06-10rcu: Shrink TINY_RCU by moving exit_rcu()Paul E. McKenney1-0/+4
2013-06-10rcu: Remove rcu_preempt_note_context_switch()Paul E. McKenney1-5/+0
2013-06-10rcu: Remove the CONFIG_TINY_RCU ifdefs in rcutiny.hPaul E. McKenney1-8/+0
2013-06-10rcu: Simplify RCU_TINY RCU callback invocationPaul E. McKenney1-4/+0
2013-06-10rcu: Remove TINY_PREEMPT_RCUPaul E. McKenney1-22/+2
2012-07-02Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney1-0/+6
2012-06-06rcu: Precompute RCU_FAST_NO_HZ timer offsetsPaul E. McKenney1-2/+4
2012-05-02rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney1-5/+0
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney1-6/+0
2012-02-21rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney1-4/+0
2012-02-21rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney1-0/+6
2011-09-28rcu: Make TINY_RCU also use softirq for RCU_BOOST=nPaul E. McKenney1-0/+4
2011-09-28rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney1-1/+15
2011-05-05rcu: provide rcu_virt_note_context_switch() function.Gleb Natapov1-0/+8
2010-11-29rcu,cleanup: move synchronize_sched_expedited() out of sched.cLai Jiangshan1-0/+5
2010-11-17rcu: move TINY_RCU from softirq to kthreadPaul E. McKenney1-5/+3
2010-08-20rcu: combine duplicate code, courtesy of CONFIG_PREEMPT_RCUPaul E. McKenney1-51/+0
2010-08-20rcu: repair code-duplication FIXMEsPaul E. McKenney1-7/+0
2010-08-20rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney1-0/+4
2010-08-20rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney1-37/+89
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2010-05-10rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney1-0/+13
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney1-0/+4
2010-05-10rcu: shrink rcutiny by making synchronize_rcu_bh() be inlinePaul E. McKenney1-1/+11
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo1-2/+0
2010-02-26rcu: Make rcu_read_lock_sched_held() take boot time into accountPaul E. McKenney1-4/+0
2010-01-13rcu: Add force_quiescent_state() testing to rcutorturePaul E. McKenney1-0/+12
2009-12-17sched: Teach might_sleep() about preemptible RCUFrederic Weisbecker1-0/+5
2009-11-22rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney1-0/+11
2009-11-22rcu: Eliminate unneeded function wrappingPaul E. McKenney1-2/+0
2009-10-26rcu: Do tiny cleanups in rcutinyIngo Molnar1-4/+2
2009-10-26rcu: "Tiny RCU", The Bloatwatch EditionPaul E. McKenney1-0/+97