Show patches with: Archived = No       |   1537 patches
« 1 2 ... 3 4 515 16 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/8] rcu/nocb: Make IRQs disablement symmetric rcu: Fix expedited GP deadlock (and cleanup some nocb stuff) - 1 - --- 2023-12-19 Frederic Weisbecker Accepted
[3/3] rcu/exp: Remove full barrier upon main thread wakeup timers & RCU: Fix TREE03 stalls - - - --- 2023-12-18 Frederic Weisbecker Accepted
[2/3] rcu: Defer RCU kthreads wakeup when CPU is dying timers & RCU: Fix TREE03 stalls - - - --- 2023-12-18 Frederic Weisbecker Accepted
[1/3] hrtimer: Report offline hrtimer enqueue timers & RCU: Fix TREE03 stalls - - - --- 2023-12-18 Frederic Weisbecker Accepted
[4/3] srcu: Use try-lock lockdep annotation for NMI-safe access. SRCU updates for v6.8 - 1 - --- 2023-12-13 Neeraj Upadhyay (AMD) Accepted
[3/3] srcu: Explain why callbacks invocations can't run concurrently SRCU updates for v6.8 - 1 - --- 2023-12-12 Neeraj Upadhyay (AMD) Mainlined
[2/3] srcu: No need to advance/accelerate if no callback enqueued SRCU updates for v6.8 - 1 - --- 2023-12-12 Neeraj Upadhyay (AMD) Mainlined
[1/3] srcu: Remove superfluous callbacks advancing from srcu_gp_start() SRCU updates for v6.8 - - - --- 2023-12-12 Neeraj Upadhyay (AMD) Mainlined
[1/1] rcu-tasks: Mark RCU Tasks accesses to current->rcu_tasks_idle_cpu RCU tasks updates for v6.8 - 1 - --- 2023-12-12 Neeraj Upadhyay (AMD) Mainlined
[3/3] rcu: Force quiescent states only for ongoing grace period RCU misc fixes for v6.8 - 1 - --- 2023-12-12 Neeraj Upadhyay (AMD) Accepted
[2/3] rcu: Remove unused macros from rcupdate.h RCU misc fixes for v6.8 - - - --- 2023-12-12 Neeraj Upadhyay (AMD) Mainlined
[1/3] rcu: Restrict access to RCU CPU stall notifiers RCU misc fixes for v6.8 - 1 - --- 2023-12-12 Neeraj Upadhyay (AMD) Mainlined
[4/4] rcutorture: Add fqs_holdoff check before fqs_task is created RCU/lock torture updates for v6.8 - - - --- 2023-12-12 Neeraj Upadhyay (AMD) Mainlined
[3/4] rcutorture: Add mid-sized stall to TREE07 RCU/lock torture updates for v6.8 - - - --- 2023-12-12 Neeraj Upadhyay (AMD) Mainlined
[2/4] rcutorture: add nolibc init support for mips, ppc and rv64 RCU/lock torture updates for v6.8 - - - --- 2023-12-12 Neeraj Upadhyay (AMD) Mainlined
[1/4] locktorture: Increase Hamming distance between call_rcu_chain and rcu_call_chains RCU/lock torture updates for v6.8 - - - --- 2023-12-12 Neeraj Upadhyay (AMD) Mainlined
[5/5] doc: Clarify historical disclaimers in memory-barriers.txt Documentation updates for v6.8 - - - --- 2023-12-12 Neeraj Upadhyay (AMD) Accepted
[4/5] doc: Mention address and data dependencies in rcu_dereference.rst Documentation updates for v6.8 - - - --- 2023-12-12 Neeraj Upadhyay (AMD) Accepted
[2/5] rculist.h: docs: Fix wrong function summary Documentation updates for v6.8 - - - --- 2023-12-12 Neeraj Upadhyay (AMD) Accepted
[1/5] Documentation: RCU: Remove repeated word in comments Documentation updates for v6.8 - - - --- 2023-12-12 Neeraj Upadhyay (AMD) Accepted
[v2] srcu: Improve comments about acceleration leak [v2] srcu: Improve comments about acceleration leak - - - --- 2023-12-11 Joel Fernandes Superseded
[8/8] rcu/exp: Remove rcu_par_gp_wq rcu: Fix expedited GP deadlock (and cleanup some nocb stuff) - - - --- 2023-12-08 Frederic Weisbecker Superseded
[7/8] rcu/exp: Handle parallel exp gp kworkers affinity rcu: Fix expedited GP deadlock (and cleanup some nocb stuff) - - - --- 2023-12-08 Frederic Weisbecker Superseded
[6/8] rcu/exp: Make parallel exp gp kworker per rcu node rcu: Fix expedited GP deadlock (and cleanup some nocb stuff) - - - --- 2023-12-08 Frederic Weisbecker Superseded
[5/8] rcu: s/boost_kthread_mutex/kthread_mutex rcu: Fix expedited GP deadlock (and cleanup some nocb stuff) - - - --- 2023-12-08 Frederic Weisbecker Superseded
[4/8] rcu/exp: Handle RCU expedited grace period kworker allocation failure rcu: Fix expedited GP deadlock (and cleanup some nocb stuff) - 1 - --- 2023-12-08 Frederic Weisbecker Superseded
[3/8] rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure recovery rcu: Fix expedited GP deadlock (and cleanup some nocb stuff) - 1 - --- 2023-12-08 Frederic Weisbecker Superseded
[2/8] rcu/nocb: Re-arrange call_rcu() NOCB specific code rcu: Fix expedited GP deadlock (and cleanup some nocb stuff) - - - --- 2023-12-08 Frederic Weisbecker Superseded
[1/8] rcu/nocb: Make IRQs disablement symetric rcu: Fix expedited GP deadlock (and cleanup some nocb stuff) - 1 - --- 2023-12-08 Frederic Weisbecker Superseded
[v2] rcu: Provide a boot time parameter to control lazy RCU [v2] rcu: Provide a boot time parameter to control lazy RCU - 2 1 --- 2023-12-03 Qais Yousef Accepted
[v2] srcu: Use try-lock lockdep annotation for NMI-safe access. [v2] srcu: Use try-lock lockdep annotation for NMI-safe access. - 1 - --- 2023-11-30 Sebastian Andrzej Siewior Accepted
[v3,2/7] rcu: Add a trace event for synchronize_rcu_normal() Reduce synchronize_rcu() latency(V3) - - - --- 2023-11-28 Uladzislau Rezki Accepted
[REPOST] srcu: Use try-lock lockdep annotation for NMI-safe access. [REPOST] srcu: Use try-lock lockdep annotation for NMI-safe access. - 1 - --- 2023-11-21 Sebastian Andrzej Siewior Superseded
[3/3] rcu/nocb: Remove needless full barrier after callback advancing rcu/nocb updates v2 - - - --- 2023-11-15 Frederic Weisbecker Accepted
[2/3] rcu/nocb: Remove needless LOAD-ACQUIRE rcu/nocb updates v2 - - - --- 2023-11-15 Frederic Weisbecker Accepted
[1/3] rcu: Rename jiffies_till_flush to jiffies_lazy_flush rcu/nocb updates v2 - 1 - --- 2023-11-15 Frederic Weisbecker Accepted
rcutorture: Add fqs_holdoff check before the fqs_task is created rcutorture: Add fqs_holdoff check before the fqs_task is created - - - --- 2023-11-03 Z qiang Accepted
rcu: Force quiescent states only for ongoing grace period rcu: Force quiescent states only for ongoing grace period - - - --- 2023-11-01 Z qiang Accepted
refscale: Optimize process_durations() refscale: Optimize process_durations() - 2 - --- 2023-10-28 Marion & Christophe JAILLET Accepted
[3/4] rcu/tasks-trace: Handle new PF_IDLE semantics rcu: Fix PF_IDLE related issues v2 - - - --- 2023-10-24 Frederic Weisbecker Accepted
rcu: Remove unused macros from rcupdate.h rcu: Remove unused macros from rcupdate.h - - - --- 2023-10-20 Pedro Falcato Accepted
[3/4] rcu: Make tiny RCU use ksoftirqd to trigger a QS from idle rcu: Fix PF_IDLE related issues, part. 1 - 1 - --- 2023-10-19 Frederic Weisbecker Accepted
[1/4] softirq: Rename __raise_softirq_irqoff() to raise_softirq_no_wake() rcu: Fix PF_IDLE related issues, part. 1 - - - --- 2023-10-19 Frederic Weisbecker Accepted
[6/6] rcu/tree: Defer setting of jiffies during stall reset RCU stall detection updates for v6.7 - - 1 --- 2023-10-19 Frederic Weisbecker Mainlined
[5/6] rcutorture: Add test of RCU CPU stall notifiers RCU stall detection updates for v6.7 - - - --- 2023-10-19 Frederic Weisbecker Mainlined
[4/6] rcu: Add RCU CPU stall notifier RCU stall detection updates for v6.7 - - - --- 2023-10-19 Frederic Weisbecker Mainlined
[2/6] rcu: Don't redump the stalled CPU where RCU GP kthread last ran RCU stall detection updates for v6.7 - 1 - --- 2023-10-19 Frederic Weisbecker Mainlined
[1/6] rcu: Delete a redundant check in rcu_check_gp_kthread_starvation() RCU stall detection updates for v6.7 - - - --- 2023-10-19 Frederic Weisbecker Mainlined
[3/3] doc: Add refscale.lookup_instances to kernel-parameters.txt RCU refscale update for v6.7 - - - --- 2023-10-19 Frederic Weisbecker Mainlined
[2/3] refscale: Print out additional module parameters RCU refscale update for v6.7 - - - --- 2023-10-19 Frederic Weisbecker Mainlined
[1/3] refscale: Fix misplaced data re-read RCU refscale update for v6.7 - - - --- 2023-10-19 Frederic Weisbecker Mainlined
[3/3] rcu-tasks: Make rcu_tasks_lazy_ms static RCU tasks for v6.7 - 1 - --- 2023-10-17 Frederic Weisbecker Mainlined
[2/3] rcu-tasks: Pull sampling of ->percpu_dequeue_lim out of loop RCU tasks for v6.7 - - - --- 2023-10-17 Frederic Weisbecker Mainlined
[1/3] rcu-tasks: Add printk()s to localize boot-time self-test hang RCU tasks for v6.7 - - - --- 2023-10-17 Frederic Weisbecker Mainlined
[v3,1/1] rcu: Reduce synchronize_rcu() waiting time [v3,1/1] rcu: Reduce synchronize_rcu() waiting time - - - --- 2023-10-16 Uladzislau Rezki Superseded
rcutorture: add nolibc init support for mips, ppc and rv64 rcutorture: add nolibc init support for mips, ppc and rv64 - - - --- 2023-10-15 Thomas Weißschuh Accepted
[18/18] srcu: Only accelerate on enqueue time RCU fixes for v6.7 - 1 - --- 2023-10-13 Frederic Weisbecker Accepted
[16/18] rcu: Comment why callbacks migration can't wait for CPUHP_RCUTREE_PREP RCU fixes for v6.7 - 1 - --- 2023-10-13 Frederic Weisbecker Mainlined
[15/18] rcu: Standardize explicit CPU-hotplug calls RCU fixes for v6.7 - 1 - --- 2023-10-13 Frederic Weisbecker Mainlined
[14/18] rcu: Conditionally build CPU-hotplug teardown callbacks RCU fixes for v6.7 - 1 - --- 2023-10-13 Frederic Weisbecker Mainlined
[13/18] rcu: Assume rcu_report_dead() is always called locally RCU fixes for v6.7 - 1 - --- 2023-10-13 Frederic Weisbecker Mainlined
[12/18] rcu: Assume IRQS disabled from rcu_report_dead() RCU fixes for v6.7 - 2 - --- 2023-10-13 Frederic Weisbecker Mainlined
[11/18] rcu: Use rcu_segcblist_segempty() instead of open coding it RCU fixes for v6.7 - 3 - --- 2023-10-13 Frederic Weisbecker Mainlined
[10/18] rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objects RCU fixes for v6.7 - 1 1 --- 2023-10-13 Frederic Weisbecker Mainlined
[09/18] srcu: Fix srcu_struct node grpmask overflow on 64-bit systems RCU fixes for v6.7 - 2 - --- 2023-10-13 Frederic Weisbecker Mainlined
[08/18] rcu: Eliminate rcu_gp_slow_unregister() false positive RCU fixes for v6.7 - - - --- 2023-10-13 Frederic Weisbecker Mainlined
[07/18] rcu: Dump memory object info if callback function is invalid RCU fixes for v6.7 - - - --- 2023-10-13 Frederic Weisbecker Mainlined
[06/18] mm: Remove kmem_valid_obj() RCU fixes for v6.7 1 1 - --- 2023-10-13 Frederic Weisbecker Mainlined
[05/18] rcu: Remove unused function declaration rcu_eqs_special_set() RCU fixes for v6.7 - - - --- 2023-10-13 Frederic Weisbecker Mainlined
[04/18] rcu: Add sysfs to provide throttled access to rcu_barrier() RCU fixes for v6.7 - - - --- 2023-10-13 Frederic Weisbecker Mainlined
[03/18] rcu/tree: Remove superfluous return from void call_rcu* functions RCU fixes for v6.7 - - - --- 2023-10-13 Frederic Weisbecker Mainlined
[02/18] srcu: Fix error handling in init_srcu_struct_fields() RCU fixes for v6.7 - - - --- 2023-10-13 Frederic Weisbecker Mainlined
[01/18] Revert "checkpatch: Error out if deprecated RCU API used" RCU fixes for v6.7 - - - --- 2023-10-13 Frederic Weisbecker Mainlined
[23/23] locktorture: Check the correct variable for allocation failure RCU/lock torture updates for v6.7 - 1 - --- 2023-10-10 Frederic Weisbecker Accepted
[22/23] torture: Convert parse-console.sh to mktemp RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[21/23] rcutorture: Traverse possible cpu to set maxcpu in rcu_nocb_toggle() RCU/lock torture updates for v6.7 - 1 - --- 2023-10-10 Frederic Weisbecker Mainlined
[20/23] rcutorture: Replace schedule_timeout*() 1-jiffy waits with HZ/20 RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[19/23] torture: Add kvm.sh --debug-info argument RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[18/23] locktorture: Rename readers_bind/writers_bind to bind_readers/bind_writers RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[17/23] doc: Catch-up update for locktorture module parameters RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[16/23] locktorture: Add call_rcu_chains module parameter RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[15/23] locktorture: Add new module parameters to lock_torture_print_module_parms() RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[14/23] torture: Make torture.sh refscale testing qualify verbose_batched RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[13/23] torture: Print out torture module parameters RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[12/23] rcutorture: Copy out ftrace into its own console file RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[11/23] locktorture: Add acq_writer_lim to complain about long acquistion times RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[10/23] locktorture: Consolidate "if" statements in lock_torture_writer() RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[09/23] locktorture: Alphabetize torture_param() entries RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[08/23] rcutorture: Fix stuttering races and other issues RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[07/23] rcutorture: Add CONFIG_DEBUG_OBJECTS to RCU Tasks testing RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[06/23] locktorture: Add readers_bind and writers_bind module parameters RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[05/23] torture: Move rcutorture_sched_setaffinity() out of rcutorture RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[04/23] rcu: Include torture_sched_setaffinity() declaration RCU/lock torture updates for v6.7 - 1 - --- 2023-10-10 Frederic Weisbecker Mainlined
[03/23] torture: Make torture_hrtimeout_ns() take an hrtimer mode parameter RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[02/23] torture: Make kvm-recheck.sh use mktemp RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[01/23] torture: Share torture_random_state with torture_shuffle_tasks() RCU/lock torture updates for v6.7 - - - --- 2023-10-10 Frederic Weisbecker Mainlined
[3/3] rcu: Remove references to rcu_migrate_callbacks() from diagrams RCU docs updates for v6.7 - 1 - --- 2023-10-10 Frederic Weisbecker Mainlined
[2/3] rcu: Describe listRCU read-side guarantees RCU docs updates for v6.7 - 1 - --- 2023-10-10 Frederic Weisbecker Mainlined
[1/3] Documentation: RCU: Fix section numbers after adding Section 7 in whatisRCU.rst RCU docs updates for v6.7 - 1 - --- 2023-10-10 Frederic Weisbecker Mainlined
[5/5] srcu: Explain why callbacks invocations can't run concurrently srcu fixes - - - --- 2023-10-03 Frederic Weisbecker Accepted
« 1 2 ... 3 4 515 16 »