Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-31rcu: Use CONFIG_PREEMPTIONThomas Gleixner
2019-02-09linux/rcutree: Convert to SPDX license identifierPaul E. McKenney
2018-08-31rcu: Define rcu_all_qs() only in !PREEMPT buildsPaul E. McKenney
2018-08-31rcu: Consolidate RCU-sched update-side function definitionsPaul E. McKenney
2018-08-31rcu: Consolidate RCU-bh update-side function definitionsPaul E. McKenney
2018-08-31rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney
2018-08-31rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney
2018-08-31rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney
2018-08-31rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney
2018-08-31rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney
2018-05-23rcu/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-09rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.hPaul E. McKenney
2017-06-09rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.hPaul E. McKenney
2017-06-09rcu: Move torture-related functions out of rcutiny.h and rcutree.hPaul E. McKenney
2017-06-09rcu: 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-08rcu: 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-23rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney
2015-06-23Merge 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-16Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney
2015-01-16rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney
2015-01-11rcutorture: Check from beginning to end of grace periodPaul E. McKenney
2015-01-11rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney
2014-11-04rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney
2014-11-04rcu: 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-21rcu: Provide grace-period piggybacking APIPaul E. McKenney
2014-02-26Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in...Paul E. McKenney
2014-02-18rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney
2014-02-18rcu: Stop tracking FSF's postal addressPaul E. McKenney
2013-12-13rcu: Remove "extern" from function declarations in include/linux/*rcu*.hTeodora Baluta
2013-09-25rcu: Consistent rcu_is_watching() namingPaul E. McKenney
2013-09-25rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney
2013-06-11rcu: Shrink TINY_RCU by moving exit_rcu()Paul E. McKenney
2013-06-11rcu: Simplify RCU_TINY RCU callback invocationPaul E. McKenney
2012-06-07rcu: Precompute RCU_FAST_NO_HZ timer offsetsPaul E. McKenney
2012-05-11Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney
2012-05-03rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney
2012-04-25rcu: Document why rcu_blocking_is_gp() is safePaul E. McKenney
2012-02-21rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney