rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-21 01:11:39 to 2023-03-28 15:12:37 UTC [more...]

[PATCH printk v1 00/18] threaded/atomic console support
 2023-03-28 15:10 UTC  (6+ messages)
` [PATCH printk v1 00/18] serial: 8250: implement non-BKL console
  ` locking API: was: "
  ` [PATCH printk v1 00/18] POC: serial: 8250: implement nbcon console

[PATCH rcu 0/27] Unconditionally enable SRCU
 2023-03-28  4:56 UTC  (8+ messages)
  ` [PATCH rcu v3 "
    ` [PATCH rcu v3 1/4] arch/x86: Remove "select SRCU"
    ` [PATCH rcu v3 2/4] kvm: "
    ` [PATCH rcu v3 3/4] mm: "
    ` [PATCH rcu v3 4/4] rcu: Remove CONFIG_SRCU

[PATCH] MAINTAINERS: Add Zqiang as a RCU reviewer
 2023-03-28  2:38 UTC  (4+ messages)

[PATCH 1/1] Reduce synchronize_rcu() waiting time
 2023-03-28  2:29 UTC  (18+ messages)

[PATCH v16 0/8] Parallel CPU bringup for x86_64
 2023-03-27 19:32 UTC  (37+ messages)
` [PATCH v16 1/8] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v16 2/8] cpu/hotplug: Reset task stack state in _cpu_up()
` [PATCH v16 3/8] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v16 4/8] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v16 5/8] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v16 6/8] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v16 7/8] x86/smpboot: Serialize topology updates for secondary bringup
` [PATCH v16 8/8] x86/smpboot: Allow parallel bringup for SEV-ES
            ` [EXTERNAL][PATCH "

[PATCH rcu v2 0/7] RCU-related lockdep changes for v6.4
 2023-03-27 15:14 UTC  (9+ messages)
` [PATCH rcu v2 1/7] locking/lockdep: Introduce lock_sync()
` [PATCH rcu v2 2/7] rcu: Annotate SRCU's update-side lockdep dependencies
` [PATCH rcu v2 3/7] locking: Reduce the number of locks in ww_mutex stress tests
` [PATCH rcu v2 4/7] locking/lockdep: Improve the deadlock scenario print for sync and read lock
` [PATCH rcu v2 5/7] rcutorture: Add SRCU deadlock scenarios
` [PATCH rcu v2 6/7] rcutorture: Add RCU Tasks Trace and "
` [PATCH rcu v2 7/7] rcutorture: Add srcu_lockdep.sh

[PATCH RFC rcu 0/19] Further shrink srcu_struct to promote cache locality
 2023-03-27  3:29 UTC  (24+ messages)
` [PATCH RFC rcu 01/19] srcu: Add whitespace to __SRCU_STRUCT_INIT() & __DEFINE_SRCU()
` [PATCH RFC rcu 02/19] srcu: Use static init for statically allocated in-module srcu_struct
` [PATCH RFC rcu 03/19] srcu: Begin offloading srcu_struct fields to srcu_update
` [PATCH RFC rcu 04/19] srcu: Move ->level from srcu_struct to srcu_usage
` [PATCH RFC rcu 05/19] srcu: Move ->srcu_size_state "
` [PATCH RFC rcu 06/19] srcu: Move ->srcu_cb_mutex "
` [PATCH RFC rcu 07/19] srcu: Move ->lock initialization after srcu_usage allocation
` [PATCH RFC rcu 08/19] srcu: Move ->lock from srcu_struct to srcu_usage
` [PATCH RFC rcu 09/19] srcu: Move ->srcu_gp_mutex "
` [PATCH RFC rcu 10/19] srcu: Move grace-period fields "
` [PATCH RFC rcu 11/19] srcu: Move heuristics "
` [PATCH RFC rcu 12/19] srcu: Move ->sda_is_static "
` [PATCH RFC rcu 13/19] srcu: Move srcu_barrier() fields "
` [PATCH RFC rcu 14/19] srcu: Move work-scheduling "
` [PATCH RFC rcu 15/19] srcu: Fix long lines in srcu_get_delay()
` [PATCH RFC rcu 16/19] srcu: Fix long lines in cleanup_srcu_struct()
` [PATCH RFC rcu 17/19] srcu: Fix long lines in srcu_gp_end()
` [PATCH RFC rcu 18/19] srcu: Fix long lines in srcu_funnel_gp_start()
` [PATCH RFC rcu 19/19] srcu: Remove extraneous parentheses from srcu_read_lock() etc

[PATCH 0/4] rcu/nocb: Shrinker related boring fixes
 2023-03-26 21:45 UTC  (15+ messages)
` [PATCH 1/4] rcu/nocb: Protect lazy shrinker against concurrent (de-)offloading
` [PATCH 2/4] rcu/nocb: Fix shrinker race against callback enqueuer
` [PATCH 3/4] rcu/nocb: Recheck lazy callbacks under the ->nocb_lock from shrinker
` [PATCH 4/4] rcu/nocb: Make shrinker to iterate only NOCB CPUs

[PATCH v2 04/13] tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
 2023-03-26 19:53 UTC  (10+ messages)
` [PATCH v2 06/13] rcu: Fix set/clear TICK_DEP_BIT_RCU_EXP bitmask race
` [PATCH v2 08/13] rcu: Register rcu-lazy shrinker only for CONFIG_RCU_LAZY=y kernels
` [PATCH v2 09/13] rcu: Remove never-set needwake assignment from rcu_report_qs_rdp()
` [PATCH v2 10/13] rcu: Permit start_poll_synchronize_rcu_expedited() to be invoked early
` [PATCH v2 11/13] rcu-tasks: Report stalls during synchronize_srcu() in rcu_tasks_postscan()
` [PATCH v2 12/13] rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-ed
` [PATCH v2 13/13] rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access

[PATCH] rcu: torture: ppc: Remove duplicated argument --enable-kvm
 2023-03-26 15:08 UTC  (2+ messages)

[PATCH] rcu: Remove RCU_NONIDLE()
 2023-03-24 22:37 UTC  (3+ messages)

[PATCH v2] srcu: Fix flush srcu structure's->sup work warning in cleanup_srcu_struct()
 2023-03-24 14:02 UTC  (6+ messages)

[PATCH] rcu-tasks: Make pr_info() output more clearly in cblist_init_generic()
 2023-03-23 18:56 UTC  (2+ messages)

[PATCH] srcu: Fix flush sup work warning in cleanup_srcu_struct()
 2023-03-23  6:21 UTC  (16+ messages)

[PATCH rcu v2 00/10] RCU torture test and tool updates for v6.4
 2023-03-23  4:39 UTC  (11+ messages)
` [PATCH rcu v2 01/10] rcutorture: Add test_nmis module parameter
` [PATCH rcu v2 02/10] rcutorture: Set CONFIG_BOOTPARAM_HOTPLUG_CPU0 to offline CPU 0
` [PATCH rcu v2 03/10] rcutorture: Make scenario TREE04 enable lazy call_rcu()
` [PATCH rcu v2 04/10] tools: rcu: Add usage function and check for argument
` [PATCH rcu v2 05/10] torture: Permit kvm-again.sh --duration to default to previous run
` [PATCH rcu v2 06/10] rcutorture: Eliminate variable n_rcu_torture_boost_rterror
` [PATCH rcu v2 07/10] torture: Enable clocksource watchdog with "tsc=watchdog"
` [PATCH rcu v2 08/10] rcutorture: Create nocb kthreads only when testing rcu in CONFIG_RCU_NOCB_CPU=y kernels
` [PATCH rcu v2 09/10] rcuscale: Move shutdown from wait_event() to wait_event_idle()
` [PATCH rcu v2 10/10] refscale: "

[PATCH] rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()
 2023-03-23  3:32 UTC  (6+ messages)

[PATCH v3] doc/rcutorture: Add description of rcutorture.stall_cpu_block
 2023-03-22 23:57 UTC  (2+ messages)

[PATCH 04/13] tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
 2023-03-22 23:10 UTC  (4+ messages)

[PATCH 1/1] rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale
 2023-03-22 18:24 UTC  (16+ messages)
` [PATCH v2 "
        ` [PATCH v3 1/2] rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()
          ` [PATCH v3 2/2] rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale
                ` [PATCH v4 0/2] "
                  ` [PATCH v4 1/2] rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()
                  ` [PATCH v4 2/2] rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale

[Syzkaller & bisect] There is "sys_perf_event_open" soft lockup BUG in v6.3-rc2 kernel
 2023-03-22  7:19 UTC  (6+ messages)

[PATCH v15 00/12] Parallel CPU bringup for x86_64
 2023-03-21 21:02 UTC  (15+ messages)
` [PATCH v15 02/12] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v15 03/12] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v15 04/12] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v15 09/12] x86/smpboot: Support parallel startup of secondary CPUs

[linux-next:master] BUILD REGRESSION f3594f0204b756638267242e26d9de611435c3ba
 2023-03-21 16:00 UTC 

[PATCH v2] rcutorture: Convert schedule_timeout_uninterruptible() to mdelay() in rcu_torture_stall()
 2023-03-21 12:27 UTC  (5+ messages)

[PATCH rcu 0/5] locktorture updates for v6.4
 2023-03-21  1:08 UTC  (4+ messages)
` [PATCH locktorture 1/5] locktorture: Add nested_[un]lock() hooks and nlocks parameter
` [PATCH locktorture 2/5] locktorture: Add nested locking to mutex torture tests
` [PATCH locktorture 5/5] locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).