Age | Commit message (Expand) | Author |
2021-02-21 | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-02-17 | entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling point | Frederic Weisbecker |
2021-02-17 | entry: Explicitly flush pending rcuog wakeup before last rescheduling point | Frederic Weisbecker |
2021-02-17 | rcu/nocb: Trigger self-IPI on late deferred wake up before user resume | Frederic Weisbecker |
2021-02-17 | rcu/nocb: Perform deferred wake up before last idle's need_resched() check | Frederic Weisbecker |
2021-02-17 | rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callers | Frederic Weisbecker |
2021-01-22 | Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a... | Paul E. McKenney |
2021-01-22 | rcu: Make call_rcu() print mem_dump_obj() info for double-freed callback | Paul E. McKenney |
2021-01-06 | torture: Maintain torture-specific set of CPUs-online books | Paul E. McKenney |
2021-01-06 | rcutorture: Make object_debug also double call_rcu() heap object | Paul E. McKenney |
2021-01-06 | torture: Make refscale throttle high-rate printk()s | Paul E. McKenney |
2021-01-06 | rcutorture: Use hrtimers for reader and writer delays | Paul E. McKenney |
2021-01-06 | rcutorture: Use torture_hrtimeout_jiffies() to avoid busy-waits | Paul E. McKenney |
2021-01-06 | rcutorture: Make rcu_torture_fakewriter() use blocking wait primitives | Paul E. McKenney |
2021-01-06 | rcutorture: Make synctype[] and nsynctype be static global | Paul E. McKenney |
2021-01-06 | rcutorture: Require entire stutter period be post-boot | Paul E. McKenney |
2021-01-06 | refscale: Allow summarization of verbose output | Paul E. McKenney |
2021-01-06 | rcu: Check and report missed fqs timer wakeup on RCU stall | Neeraj Upadhyay |
2021-01-06 | rcu: Do any deferred nocb wakeups at CPU offline time | Paul E. McKenney |
2021-01-06 | rcu/nocb: Code-style nits in callback-offloading toggling | Paul E. McKenney |
2021-01-06 | rcu/nocb: Add nocb CB kthread list to show_rcu_nocb_state() output | Paul E. McKenney |
2021-01-06 | rcu/nocb: Add grace period and task state to show_rcu_nocb_state() output | Paul E. McKenney |
2021-01-06 | rcutorture: Test runtime toggling of CPUs' callback offloading | Paul E. McKenney |
2021-01-06 | rcu/nocb: Locally accelerate callbacks as long as offloading isn't complete | Frederic Weisbecker |
2021-01-06 | rcu/nocb: Process batch locally as long as offloading isn't complete | Frederic Weisbecker |
2021-01-06 | rcu/nocb: Only cond_resched() from actual offloaded batch processing | Frederic Weisbecker |
2021-01-06 | rcu/nocb: Set SEGCBLIST_SOFTIRQ_ONLY at the very last stage of de-offloading | Frederic Weisbecker |
2021-01-06 | rcu/nocb: Flush bypass before setting SEGCBLIST_SOFTIRQ_ONLY | Frederic Weisbecker |
2021-01-06 | rcu/nocb: Shutdown nocb timer on de-offloading | Frederic Weisbecker |
2021-01-06 | rcu/nocb: Re-offload support | Frederic Weisbecker |
2021-01-06 | rcu/nocb: De-offloading GP kthread | Frederic Weisbecker |
2021-01-06 | rcu/nocb: Don't deoffload an offline CPU with pending work | Frederic Weisbecker |
2021-01-06 | rcu/nocb: De-offloading CB kthread | Frederic Weisbecker |
2021-01-06 | rcu/nocb: Always init segcblist on CPU up | Frederic Weisbecker |
2021-01-06 | rcu/nocb: Provide basic callback offloading state machine bits | Frederic Weisbecker |
2021-01-06 | rcu/nocb: Turn enabled/offload states into a common flag | Frederic Weisbecker |
2021-01-06 | rcu/segcblist: Add debug checks for segment lengths | Joel Fernandes (Google) |
2021-01-06 | rcu/trace: Add tracing for how segcb list changes | Joel Fernandes (Google) |
2021-01-06 | rcu/tree: segcblist: Remove redundant smp_mb()s | Joel Fernandes (Google) |
2021-01-06 | rcu/segcblist: Add counters to segcblist datastructure | Joel Fernandes (Google) |
2021-01-06 | rcu/segcblist: Add additional comments to explain smp_mb() | Joel Fernandes (Google) |
2021-01-04 | rcu: Make TASKS_TRACE_RCU select IRQ_WORK | Paul E. McKenney |
2021-01-04 | rcu-tasks: Add RCU-tasks self tests | Uladzislau Rezki (Sony) |
2021-01-04 | rcu: Add lockdep_assert_irqs_disabled() to raw_spin_unlock_rcu_node() macros | Paul E. McKenney |
2021-01-04 | rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and callees | Paul E. McKenney |
2021-01-04 | rcu: Do not NMI offline CPUs | Paul E. McKenney |
2021-01-04 | rcu: For RCU grace-period kthread starvation, dump last CPU it ran on | Paul E. McKenney |
2021-01-04 | rcu: Mark obtuse portion of stall warning as internal debug | Paul E. McKenney |
2021-01-04 | rcutorture: Add testing for RCU's global memory ordering | Paul E. McKenney |
2021-01-04 | rcutorture: Add reader-side tests of polling grace-period API | Paul E. McKenney |