summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | * | rcutorture: Make synctype[] and nsynctype be static globalPaul E. McKenney2021-01-061-26/+36
| | | | | | | | * | rcutorture: Require entire stutter period be post-bootPaul E. McKenney2021-01-061-1/+3
| | | | | | | | * | refscale: Allow summarization of verbose outputPaul E. McKenney2021-01-062-5/+22
| | | | | | | | * | scftorture: Add debug output for wrong-CPU warningPaul E. McKenney2021-01-041-1/+5
| | | | | | | | * | rcutorture: Add testing for RCU's global memory orderingPaul E. McKenney2021-01-041-6/+92
| | | | | | | | * | rcutorture: Add reader-side tests of polling grace-period APIPaul E. McKenney2021-01-041-0/+10
| | | | | | | | * | rcutorture: Add writer-side tests of polling grace-period APIPaul E. McKenney2021-01-041-7/+72
| | | | | | | | * | rcutorture: Prepare for ->start_gp_poll and ->poll_gp_statePaul E. McKenney2021-01-041-5/+5
| | | | | | | | * | srcu: Add comment explaining cookie overflow/wrapPaul E. McKenney2021-01-041-0/+15
| | | | | | | | * | srcu: Document polling interfaces for Tree SRCU grace periodsPaul E. McKenney2021-01-041-0/+18
| | | | | | | | * | srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney2021-01-041-4/+63
| | | | | | | | * | srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney2021-01-044-2/+59
| | | | | | | | * | srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney2021-01-041-29/+37
| | | | | | | | * | srcu: Provide internal interface to start a Tiny SRCU grace periodPaul E. McKenney2021-01-041-6/+11
| | | | | | | | * | srcu: Make Tiny SRCU use multi-bit grace-period counterPaul E. McKenney2021-01-042-5/+6
| | | | | | | | |/
| | | | | | | * | rcu: Check and report missed fqs timer wakeup on RCU stallNeeraj Upadhyay2021-01-063-11/+69
| | | | | | | * | rcu: Do not NMI offline CPUsPaul E. McKenney2021-01-041-5/+12
| | | | | | | * | rcu: For RCU grace-period kthread starvation, dump last CPU it ran onPaul E. McKenney2021-01-041-1/+8
| | | | | | | * | rcu: Mark obtuse portion of stall warning as internal debugPaul E. McKenney2021-01-041-1/+1
| | | | | | | |/
| | | | | | * | rcu: Enable rcu_normal_after_boot unconditionally for RTJulia Cartwright2021-01-042-1/+10
| | | | | | * | rcu: Unconditionally use rcuc threads on PREEMPT_RTScott Wood2021-01-042-1/+7
| | | | | | * | rcu: Make RCU_BOOST default on CONFIG_PREEMPT_RTSebastian Andrzej Siewior2021-01-041-2/+2
| | | | | | |/
| | | | | * | rcu: Do any deferred nocb wakeups at CPU offline timePaul E. McKenney2021-01-061-0/+3
| | | | | * | rcu/nocb: Code-style nits in callback-offloading togglingPaul E. McKenney2021-01-064-37/+30
| | | | | * | rcu/nocb: Add nocb CB kthread list to show_rcu_nocb_state() outputPaul E. McKenney2021-01-061-0/+1
| | | | | * | rcu/nocb: Add grace period and task state to show_rcu_nocb_state() outputPaul E. McKenney2021-01-062-7/+43
| | | | | * | tools/rcutorture: Support nocb toggle in TREE01Frederic Weisbecker2021-01-061-1/+3
| | | | | * | rcutorture: Test runtime toggling of CPUs' callback offloadingPaul E. McKenney2021-01-062-3/+95
| | | | | * | timer: Add timer_curr_running()Frederic Weisbecker2021-01-062-0/+15
| | | | | * | cpu/hotplug: Add lockdep_is_cpus_held()Frederic Weisbecker2021-01-062-0/+9
| | | | | * | rcu/nocb: Locally accelerate callbacks as long as offloading isn't completeFrederic Weisbecker2021-01-061-4/+3
| | | | | * | rcu/nocb: Process batch locally as long as offloading isn't completeFrederic Weisbecker2021-01-062-1/+14
| | | | | * | rcu/nocb: Only cond_resched() from actual offloaded batch processingFrederic Weisbecker2021-01-061-2/+1
| | | | | * | rcu/nocb: Set SEGCBLIST_SOFTIRQ_ONLY at the very last stage of de-offloadingFrederic Weisbecker2021-01-061-1/+8
| | | | | * | rcu/nocb: Flush bypass before setting SEGCBLIST_SOFTIRQ_ONLYFrederic Weisbecker2021-01-061-1/+10
| | | | | * | rcu/nocb: Shutdown nocb timer on de-offloadingFrederic Weisbecker2021-01-062-1/+12
| | | | | * | rcu/nocb: Re-offload supportFrederic Weisbecker2021-01-062-22/+138
| | | | | * | rcu/nocb: De-offloading GP kthreadFrederic Weisbecker2021-01-061-3/+51
| | | | | * | rcu/nocb: Don't deoffload an offline CPU with pending workFrederic Weisbecker2021-01-061-0/+9
| | | | | * | rcu/nocb: De-offloading CB kthreadFrederic Weisbecker2021-01-065-22/+123
| | | | | * | rcu/nocb: Always init segcblist on CPU upFrederic Weisbecker2021-01-061-3/+9
| | | | | * | rcu/nocb: Provide basic callback offloading state machine bitsFrederic Weisbecker2021-01-064-3/+128
| | | | | * | rcu/nocb: Turn enabled/offload states into a common flagFrederic Weisbecker2021-01-063-7/+28
| | | | | * | rcu/segcblist: Add debug checks for segment lengthsJoel Fernandes (Google)2021-01-063-2/+21
| | | | | * | rcu/trace: Add tracing for how segcb list changesJoel Fernandes (Google)2021-01-062-0/+35
| | | | | * | rcu/tree: segcblist: Remove redundant smp_mb()sJoel Fernandes (Google)2021-01-062-2/+0
| | | | | * | rcu/segcblist: Add counters to segcblist datastructureJoel Fernandes (Google)2021-01-064-46/+82
| | | | | * | rcu/segcblist: Add additional comments to explain smp_mb()Joel Fernandes (Google)2021-01-061-4/+64
| | | | | * | rcu/tree: Make rcu_do_batch count how many callbacks were executedJoel Fernandes (Google)2021-01-043-7/+7
| | | | | |/
| | | | * | percpu_ref: Dump mem_dump_obj() info upon reference-count underflowPaul E. McKenney2021-01-221-3/+9