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-08-02srcu: Avoid srcutorture security-based pointer obfuscationPaul E. McKenney
2019-05-28rcu: Make __call_srcu staticJiang Biao
2019-05-28srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney
2019-03-27srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney
2019-03-27srcu: Check for in-flight callbacks in _cleanup_srcu_struct()Paul E. McKenney
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney
2019-02-09rcu/srcu: Convert to SPDX license identifierPaul E. McKenney
2019-01-26srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior
2018-11-27srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney
2018-11-27srcu: Lock srcu_data structure in srcu_gp_start()Dennis Krein
2018-11-09srcu: Prevent __call_srcu() counter wrap with read-side critical sectionPaul E. McKenney
2018-08-31Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney
2018-08-31srcu: Make early-boot call_srcu() reuse workqueue listsPaul E. McKenney
2018-08-31srcu: Make call_srcu() available during very early bootPaul E. McKenney
2018-08-31rcu: Clean up flavor-related definitions and comments in srcutree.hPaul E. McKenney
2018-08-31rcu: Remove rsp parameter from rcu_node tree accessor macrosPaul E. McKenney
2018-07-13srcu: Add grace-period number to rcutorture statistics printoutPaul E. McKenney
2018-07-13rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches
2018-07-13rcutorture: Convert rcutorture_get_gp_data() to ->gp_seqPaul E. McKenney
2018-06-25srcu: Add address of first callback to rcutorture outputPaul E. McKenney
2018-06-25srcu: Document that srcu_funnel_gp_start() implies srcu_funnel_exp_start()Paul E. McKenney
2018-06-25srcu: Fix typos in __call_srcu() header commentPaul E. McKenney
2018-05-15srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney
2018-02-24Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.2...Paul E. McKenney
2018-02-24rcu: Create RCU-specific workqueues with rescuersPaul E. McKenney
2018-02-21rcu: Remove SRCU throttlingPaul E. McKenney
2018-02-21srcu: Remove dead code in srcu_gp_end()Byungchul Park
2018-02-21srcu: Reduce scans of srcu_data in counter wrap checkIldar Ismagilov
2018-02-21srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrapIldar Ismagilov
2018-02-21srcu: Abstract function namePaul E. McKenney
2018-02-21rcu: Fix misprint in srcu_funnel_exp_startIldar Ismagilov
2018-02-21rcu: Use wrapper for lockdep assertsMatthew Wilcox
2017-11-29srcu: Prohibit call_srcu() use under raw spinlocksPaul E. McKenney
2017-10-20doc: Fix various RCU docbook comment-header problemsPaul E. McKenney
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney
2017-07-28srcu: Provide ordering for CPU not involved in grace periodPaul E. McKenney
2017-07-25rcutorture: Print SRCU lock/unlock totalsPaul E. McKenney
2017-07-25rcutorture: Move SRCU status printing to SRCU implementationsPaul E. McKenney
2017-07-25srcu: Make process_srcu() be staticPaul E. McKenney
2017-06-09srcu: Use rnp->lock wrappers to replace explicit memory barriersPaul E. McKenney
2017-06-09srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney
2017-06-09srcu: Prevent sdp->srcu_gp_seq_needed counter wrapPaul E. McKenney
2017-06-08srcu: Add DEBUG_OBJECTS_RCU_HEAD functionalityPaul E. McKenney
2017-06-08srcu: Print non-default exp_holdoff values at boot timePaul E. McKenney
2017-06-08srcu: Make exp_holdoff module parameter be staticPaul E. McKenney
2017-06-08srcu: Make Classic and Tree SRCU announce themselves at bootupPaul E. McKenney
2017-06-08srcu: Eliminate possibility of destructive counter overflowPaul E. McKenney
2017-06-08srcu: Allow use of Tiny/Tree SRCU from both process and interrupt contextPaolo Bonzini
2017-05-02srcu: Debloat the <linux/rcu_segcblist.h> headerIngo Molnar
2017-04-27srcu: Adjust default auto-expediting holdoffPaul E. McKenney