rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-23 15:12:44 to 2023-03-02 20:02:01 UTC [more...]

[PATCH printk v1 00/18] threaded/atomic console support
 2023-03-02 19:58 UTC  (3+ messages)
` [PATCH printk v1 17/18] rcu: Add atomic write enforcement for rcu stalls
` [PATCH printk v1 00/18] serial: 8250: implement non-BKL console

[PATCH v13 00/11] Parallel CPU bringup for x86_64
 2023-03-02 11:12 UTC  (12+ messages)
` [PATCH v13 01/11] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v13 02/11] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v13 03/11] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v13 04/11] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v13 05/11] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v13 06/11] x86/smpboot: Remove initial_stack on 64-bit
` [PATCH v13 07/11] x86/smpboot: Remove early_gdt_descr "
` [PATCH v13 08/11] x86/smpboot: Remove initial_gs
` [PATCH v13 09/11] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v13 10/11] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v13 11/11] x86/smpboot: Serialize topology updates for secondary bringup

[PATCH v12 00/11] Parallel CPU bringup for x86_64
 2023-03-02  1:37 UTC  (49+ messages)
` [PATCH v12 01/11] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v12 02/11] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v12 03/11] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v12 04/11] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v12 05/11] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v12 06/11] x86/smpboot: Remove initial_stack on 64-bit
` [PATCH v12 07/11] x86/smpboot: Remove early_gdt_descr "
` [PATCH v12 08/11] x86/smpboot: Remove initial_gs
` [PATCH v12 09/11] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v12 10/11] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v12 11/11] x86/smpboot: Serialize topology updates for secondary bringup
  ` [External] Re: [PATCH v12 00/11] Parallel CPU bringup for x86_64

[PATCH RFC v2] rcu: Add a minimum time for marking boot as completed
 2023-03-02  1:19 UTC  (30+ messages)

[PATCH] rcu: use try_cmpxchg in check_cpu_stall
 2023-03-01 21:29 UTC  (25+ messages)

next: qemu-x86_64: RIP: 0010:sched_clock_cpu+0xe/0x1a0 - Kernel panic - not syncing: Fatal exception in interrupt
 2023-03-01  8:12 UTC 

BUG: unable to handle kernel NULL pointer dereference in rcu_core
 2023-02-28 23:51 UTC  (13+ messages)

[PATCH RFC] rcu: Add a minimum time for marking boot as completed
 2023-02-27 13:24 UTC  (6+ messages)

[PATCH AUTOSEL 5.15 03/36] rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks
 2023-02-26 14:48 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 04/36] rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
` [PATCH AUTOSEL 5.15 05/36] rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug

[PATCH AUTOSEL 4.19 02/13] rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
 2023-02-26 14:52 UTC 

[PATCH AUTOSEL 6.1 04/49] rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks
 2023-02-26 14:46 UTC  (5+ messages)
` [PATCH AUTOSEL 6.1 05/49] rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
` [PATCH AUTOSEL 6.1 06/49] srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL
` [PATCH AUTOSEL 6.1 07/49] rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
` [PATCH AUTOSEL 6.1 08/49] rcu-tasks: Handle queue-shrink/callback-enqueue race condition

[PATCH AUTOSEL 5.10 03/27] rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks
 2023-02-26 14:49 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 04/27] rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
` [PATCH AUTOSEL 5.10 05/27] rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug

[PATCH AUTOSEL 4.14 02/11] rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
 2023-02-26 14:52 UTC 

[PATCH AUTOSEL 5.4 02/19] rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
 2023-02-26 14:51 UTC 

[PATCH AUTOSEL 6.2 04/53] rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks
 2023-02-26 14:44 UTC  (5+ messages)
` [PATCH AUTOSEL 6.2 05/53] rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
` [PATCH AUTOSEL 6.2 06/53] srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL
` [PATCH AUTOSEL 6.2 07/53] rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
` [PATCH AUTOSEL 6.2 08/53] rcu-tasks: Handle queue-shrink/callback-enqueue race condition

[PATCH v11 00/12] Parallel CPU bringup for x86_64
 2023-02-24 19:17 UTC  (17+ messages)
` [PATCH v11 01/12] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v11 02/12] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v11 03/12] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v11 04/12] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v11 05/12] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v11 06/12] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v11 07/12] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v11 08/12] x86/smpboot: Serialize topology updates for secondary bringup
` [PATCH v11 09/12] x86/smpboot: Remove initial_stack on 64-bit
      ` [External] "
` [PATCH v11 10/12] x86/smpboot: Remove early_gdt_descr "
` [PATCH v11 11/12] x86/smpboot: Remove initial_gs
` [PATCH v11 12/12] x86/smpboot: Simplify boot CPU setup

[PATCH v10 0/8] Parallel CPU bringup for x86_64
 2023-02-24 19:16 UTC  (5+ messages)
` [PATCH v10 6/8] x86/smpboot: Support parallel startup of secondary CPUs
      ` [External] "

[PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic()
 2023-02-24  4:30 UTC  (14+ messages)

[PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep()
 2023-02-23 19:57 UTC  (13+ messages)

[PATCH v9 0/8] Parallel CPU bringup for x86_64
 2023-02-23 19:24 UTC  (7+ messages)
      ` [External] "


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).