Age | Commit message (Expand) | Author | Files | Lines |
2018-08-31 | Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ... | Paul E. McKenney | 1 | -26/+24 |
2018-08-31 | rcu: Defer reporting RCU-preempt quiescent states when disabled | Paul E. McKenney | 1 | -26/+24 |
2018-08-30 | doc: Fix broken HTML directive | Paul E. McKenney | 1 | -1/+1 |
2018-08-30 | doc: Update removal of RCU-bh/sched update machinery | Paul E. McKenney | 3 | -134/+45 |
2018-08-29 | doc: Improve rcu_dynticks::dynticks documentation | Joel Fernandes (Google) | 1 | -3/+5 |
2018-08-29 | doc: Fix broken RCU-requirements link to LKML archive | Joel Fernandes (Google) | 1 | -2/+2 |
2018-08-29 | doc: Add design documentation on interruption of NMI handlers | Paul E. McKenney | 1 | -0/+11 |
2018-07-13 | doc: Update memory-ordering documentation for ->gp-seq | Paul E. McKenney | 6 | -223/+243 |
2018-07-13 | doc: Update data-structure documentation for ->gp_seq | Paul E. McKenney | 1 | -55/+63 |
2017-12-11 | Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017... | Paul E. McKenney | 2 | -15/+34 |
2017-12-05 | doc: De-emphasize smp_read_barrier_depends | Paul E. McKenney | 1 | -1/+2 |
2017-12-04 | doc: Eliminate cond_resched_rcu_qs() in favor of cond_resched() | Paul E. McKenney | 2 | -3/+4 |
2017-11-29 | doc: Update dyntick-idle design documentation for NMI/irq consolidation | Paul E. McKenney | 1 | -14/+32 |
2017-11-13 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 14 | -0/+14170 |
2017-10-19 | Documentation: fix ref to workqueue content | Tom Saeger | 1 | -1/+1 |
2017-10-10 | documentation: RCU grace-period memory ordering guarantees | Paul E. McKenney | 14 | -0/+14170 |
2017-08-17 | doc: Set down RCU's scheduling-clock-interrupt needs | Paul E. McKenney | 1 | -0/+130 |
2017-06-09 | rcu: Remove debugfs tracing | Paul E. McKenney | 1 | -1/+1 |
2017-06-09 | rcu: Remove SPARSE_RCU_POINTER Kconfig option | Paul E. McKenney | 1 | -6/+3 |
2017-06-09 | rcu: Remove nohz_full full-system-idle state machine | Paul E. McKenney | 1 | -5/+1 |
2017-06-08 | doc: Take tail recursion into account in RCU requirements | Paul E. McKenney | 1 | -1/+2 |
2017-06-08 | srcu: Document auto-expediting requirement | Paul E. McKenney | 1 | -0/+14 |
2017-04-21 | Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ... | Paul E. McKenney | 1 | -1/+25 |
2017-04-18 | rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actions | Paul E. McKenney | 1 | -1/+10 |
2017-04-18 | rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle() | Paul E. McKenney | 1 | -2/+2 |
2017-04-18 | rcu: Pull rcu_qs_ctr into rcu_dynticks structure | Paul E. McKenney | 1 | -2/+10 |
2017-04-18 | rcu: Pull rcu_sched_qs_mask into rcu_dynticks structure | Paul E. McKenney | 1 | -1/+8 |
2017-04-12 | doc: Update requirements based on recent changes | Paul E. McKenney | 1 | -26/+94 |
2017-04-12 | doc: Update RCU data-structure documentation for rcu_segcblist | Paul E. McKenney | 2 | -85/+156 |
2017-04-12 | doc: Add mid-boot operation to expedited grace periods | Paul E. McKenney | 1 | -3/+44 |
2017-04-12 | doc: Synchronous RCU grace periods are now legal throughout boot | Paul E. McKenney | 1 | -34/+47 |
2017-01-15 | doc: Quick-Quiz answers are now inline | Paul E. McKenney | 1 | -4/+1 |
2017-01-15 | doc: Fix RCU requirements typos | Tetsuo Handa | 1 | -6/+6 |
2017-01-15 | rcu: Design documentation for expedited grace periods | Paul E. McKenney | 12 | -0/+5093 |
2016-11-14 | documentation: Present updated RCU guarantee | Paul E. McKenney | 1 | -1/+24 |
2016-08-22 | documentation: Record reason for rcu_head two-byte alignment | Paul E. McKenney | 1 | -0/+22 |
2016-06-15 | documentation: Add RCU_NONIDLE() restrictions to requirements | Paul E. McKenney | 1 | -0/+35 |
2016-04-20 | documentation: Add documentation for RCU's major data structures | Paul E. McKenney | 12 | -0/+8291 |
2016-03-31 | documentation: Emphasize the call_rcu() is illegal from idle | Paul E. McKenney | 1 | -1/+1 |
2016-03-31 | documentation: Sharpen up the no-readers quick quiz | Paul E. McKenney | 1 | -5/+8 |
2016-03-31 | documentation: Get rid of duplicate .htmlx file | Paul E. McKenney | 3 | -3441/+428 |
2016-03-31 | documentation: Remove unnecessary images from requirements | Paul E. McKenney | 4 | -253/+40 |
2016-03-31 | documentation: Document illegality of call_rcu() from offline CPUs | Paul E. McKenney | 2 | -2/+4 |
2016-03-31 | documentation: Explain why rcu_read_lock() needs no barrier() | Paul E. McKenney | 2 | -43/+115 |
2016-03-31 | documentation: Add synchronize_rcu_mult() to the requirements | Paul E. McKenney | 2 | -0/+174 |
2016-03-31 | documentation: Add real-time requirements from CPU-bound workloads | Paul E. McKenney | 2 | -1/+17 |
2015-12-05 | documentation: Update RCU requirements based on expedited changes | Paul E. McKenney | 2 | -3/+19 |
2015-12-05 | documentation: Clarify RCU memory barriers and requirements | Paul E. McKenney | 2 | -54/+78 |
2015-12-05 | documentation: Expand on scheduler/RCU deadlock requirements | Paul E. McKenney | 2 | -10/+18 |
2015-12-05 | documentation: Composability analogies | Paul E. McKenney | 2 | -0/+16 |