Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2023-02-20 21:23:48 to 2023-02-28 20:44:57 UTC [more...]

[PATCH v12 00/11] Parallel CPU bringup for x86_64
 2023-02-28 20:43 UTC  (29+ 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] rcu: use try_cmpxchg in check_cpu_stall
 2023-02-28 20:39 UTC  (2+ messages)

[PATCH RFC v2] rcu: Add a minimum time for marking boot as completed
 2023-02-28 20:09 UTC  (23+ messages)

BUG: unable to handle kernel NULL pointer dereference in rcu_core
 2023-02-28  8:55 UTC  (12+ 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  (12+ messages)
` [PATCH v10 1/8] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v10 2/8] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v10 3/8] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v10 4/8] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v10 5/8] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v10 6/8] x86/smpboot: Support parallel startup of secondary CPUs
      ` [External] "
` [PATCH v10 7/8] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v10 8/8] x86/smpboot: Serialize topology updates for secondary bringup

[PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic()
 2023-02-24  4:30 UTC  (15+ 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  (52+ messages)
                                    ` [External] "

[PATCH v2] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic()
 2023-02-23  8:57 UTC 

[RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
 2023-02-22 19:30 UTC  (17+ messages)

Pozycjonowanie- informacja
 2023-02-22  8:56 UTC 

[PATCH] rcu-tasks: Allow RCU-Task trace stall warning dump late IPI CPU stacks
 2023-02-22  5:44 UTC  (2+ messages)

[GIT PULL] RCU changes for v6.3
 2023-02-21 19:29 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox