Age | Commit message (Expand) | Author | Files | Lines |
2019-02-09 | linux/rcutiny: Convert to SPDX license identifier | Paul E. McKenney | 1 | -15/+2 |
2018-08-31 | Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ... | Paul E. McKenney | 1 | -39/+14 |
2018-08-31 | rcu: Remove unused rcu_dynticks_snap() from Tiny RCU | Paul E. McKenney | 1 | -6/+0 |
2018-08-31 | rcu: Consolidate RCU-sched update-side function definitions | Paul E. McKenney | 1 | -31/+1 |
2018-08-31 | rcu: Consolidate RCU-bh update-side function definitions | Paul E. McKenney | 1 | -15/+0 |
2018-08-31 | rcu: Express Tiny RCU updates in terms of RCU rather than RCU-sched | Paul E. McKenney | 1 | -15/+19 |
2018-08-31 | rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds | Paul E. McKenney | 1 | -0/+7 |
2018-08-31 | rcu: Define RCU-bh update API in terms of RCU | Paul E. McKenney | 1 | -3/+7 |
2018-08-31 | rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safe | Paul E. McKenney | 1 | -0/+5 |
2018-08-31 | rcu: Defer reporting RCU-preempt quiescent states when disabled | Paul E. McKenney | 1 | -0/+5 |
2018-08-29 | rcutorture: Add forward-progress tests for RCU grace periods | Paul E. McKenney | 1 | -0/+1 |
2018-07-13 | rcu: Improve RCU-tasks naming and comments | Paul E. McKenney | 1 | -1/+1 |
2018-05-23 | rcu/x86: Provide early rcu_cpu_starting() callback | Peter Zijlstra | 1 | -0/+1 |
2017-11-27 | rcu: Eliminate rcu_irq_enter_disabled() | Paul E. McKenney | 1 | -1/+0 |
2017-07-25 | srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCU | Paul E. McKenney | 1 | -5/+3 |
2017-06-09 | rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.h | Paul E. McKenney | 1 | -1/+1 |
2017-06-09 | rcu: Refactor #includes from include/linux/rcupdate.h | Paul E. McKenney | 1 | -1/+7 |
2017-06-09 | rcu: Move rcutiny.h to new empty/true/false-function style | Paul E. McKenney | 1 | -55/+16 |
2017-06-09 | rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.h | Paul E. McKenney | 1 | -4/+0 |
2017-06-09 | rcu: Move torture-related functions out of rcutiny.h and rcutree.h | Paul E. McKenney | 1 | -80/+0 |
2017-06-09 | rcu: Eliminate the unused __rcu_is_watching() function | Paul E. McKenney | 1 | -11/+0 |
2017-06-09 | rcu: Move torture-related definitions from rcupdate.h to rcu.h | Paul E. McKenney | 1 | -0/+5 |
2017-04-21 | rcu: Make non-preemptive schedule be Tasks RCU quiescent state | Paul E. McKenney | 1 | -4/+9 |
2017-04-18 | srcu: Allow SRCU to access rcu_scheduler_active | Paul E. McKenney | 1 | -3/+3 |
2017-04-18 | rcu: Maintain special bits at bottom of ->dynticks counter | Paul E. McKenney | 1 | -0/+5 |
2017-03-02 | rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai... | Ingo Molnar | 1 | -9/+2 |
2017-01-23 | rcu: Abstract extended quiescent state determination | Paul E. McKenney | 1 | -0/+6 |
2016-07-15 | rcu: Convert rcutree to hotplug state machine | Thomas Gleixner | 1 | -0/+7 |
2016-03-31 | rcutorture: Expedited-GP batch progress access to torturing | Paul E. McKenney | 1 | -0/+16 |
2015-12-08 | rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}() | Paul E. McKenney | 1 | -0/+8 |
2015-10-06 | rcu: Don't disable preemption for Tiny and Tree RCU readers | Boqun Feng | 1 | -0/+1 |
2015-10-06 | rcu: Use rcu_callback_t in call_rcu*() and friends | Boqun Feng | 1 | -1/+1 |
2015-07-23 | rcu: Add RCU-sched flavors of get-state and cond-sync | Paul E. McKenney | 1 | -0/+10 |
2015-05-27 | rcu: Further shrink Tiny RCU by making empty functions static inlines | Paul E. McKenney | 1 | -0/+16 |
2015-01-16 | Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',... | Paul E. McKenney | 1 | -5/+40 |
2015-01-16 | rcu: Make cond_resched_rcu_qs() apply to normal RCU flavors | Paul E. McKenney | 1 | -1/+4 |
2015-01-11 | rcutorture: Check from beginning to end of grace period | Paul E. McKenney | 1 | -3/+27 |
2015-01-11 | rcu: Provide rcu_batches_completed_sched() for TINY_RCU | Paul E. McKenney | 1 | -0/+8 |
2015-01-11 | rcu: Make _batches_completed() functions return unsigned long | Paul E. McKenney | 1 | -2/+2 |
2014-11-04 | rcu: Remove "cpu" argument to rcu_note_context_switch() | Paul E. McKenney | 1 | -1/+1 |
2014-09-08 | rcu: Per-CPU operation cleanups to rcu_*_qs() functions | Paul E. McKenney | 1 | -1/+1 |
2014-05-14 | rcutorture: Export RCU grace-period kthread wait state to rcutorture | Paul E. McKenney | 1 | -0/+4 |
2014-03-21 | rcu: Provide grace-period piggybacking API | Paul E. McKenney | 1 | -0/+10 |
2014-02-26 | Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in... | Paul E. McKenney | 1 | -8/+2 |
2014-02-18 | rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALL | Paul E. McKenney | 1 | -6/+0 |
2014-02-18 | rcu: Stop tracking FSF's postal address | Paul E. McKenney | 1 | -2/+2 |
2013-12-13 | rcu: Remove "extern" from function declarations in include/linux/*rcu*.h | Teodora Baluta | 1 | -1/+1 |
2013-09-25 | rcu: Consistent rcu_is_watching() naming | Paul E. McKenney | 1 | -4/+12 |
2013-09-25 | rcu: Is it safe to enter an RCU read-side critical section? | Paul E. McKenney | 1 | -0/+9 |
2013-06-11 | rcu: Shrink TINY_RCU by moving exit_rcu() | Paul E. McKenney | 1 | -0/+4 |