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

[PATCH v9 0/8] Parallel CPU bringup for x86_64
 2023-02-20 21:23 UTC  (16+ messages)
` [PATCH v9 1/8] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v9 2/8] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v9 3/8] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v9 4/8] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v9 5/8] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v9 6/8] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v9 7/8] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v9 8/8] x86/smpboot: Serialize topology updates for secondary bringup

[PATCH v4] srcu: Clarify comments on memory barrier "E"
 2023-02-18 19:36 UTC  (7+ messages)

[GIT PULL] RCU changes for v6.3
 2023-02-18 19:06 UTC 

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

[PATCH v2] sched/isolation: Fix illegal CPU value by housekeeping_any_cpu() return
 2023-02-16  6:07 UTC  (4+ messages)

[PATCH v2] rcu: Keeping rcu-related kthreads running on housekeeping CPUS
 2023-02-15 14:51 UTC  (7+ messages)

[PATCH 0/9] Documentation: correct lots of spelling errors (series 2)
 2023-02-14 16:57 UTC  (7+ messages)
    ` [dm-devel] "
` (subset) "

[PATCH] rcu/tree: Improve comments in rcu_report_qs_rdp()
 2023-02-14  8:17 UTC  (12+ messages)

[PATCH v8 0/9] Parallel CPU bringup for x86_64
 2023-02-14  6:57 UTC  (25+ messages)
` [PATCH v8 1/9] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v8 2/9] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v8 3/9] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v8 4/9] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v8 5/9] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v8 6/9] x86/smpboot: Support parallel startup of secondary CPUs
    ` [External] "
` [PATCH v8 7/9] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v8 8/9] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
    ` [External] "
` [PATCH v8 9/9] x86/smpboot: Serialize topology updates for secondary bringup
      ` [External] "

[PATCH v3] sched/isolation: Fix illegal CPU value by housekeeping_any_cpu() return
 2023-02-11 11:21 UTC  (3+ messages)

Pozycjonowanie- informacja
 2023-02-10  8:55 UTC 

[PATCH v7 0/9] Parallel CPU bringup for x86_64
 2023-02-09 15:48 UTC  (30+ messages)
` [PATCH v7 1/9] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v7 2/9] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v7 3/9] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v7 4/9] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v7 5/9] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v7 6/9] x86/smpboot: Support parallel startup of secondary CPUs
    ` [External] "
` [PATCH v7 7/9] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v7 8/9] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
` [PATCH v7 9/9] x86/smpboot: Serialize topology updates for secondary bringup
  ` [External] Re: [PATCH v7 0/9] Parallel CPU bringup for x86_64

[BUG] run rcutorture BUG: unable to handle page fault for address: ffffffff84d05000
 2023-02-09 15:20 UTC  (3+ messages)

[PATCH] rcu: Fix bind rcu related kthreads to housekeeping CPUs
 2023-02-09  2:46 UTC  (3+ messages)

[PATCH v6 00/11] Parallel CPU bringup for x86_64
 2023-02-07 23:55 UTC  (59+ messages)
` [PATCH v6 01/11] x86/apic/x2apic: Fix parallel handling of cluster_mask
` [PATCH v6 02/11] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v6 03/11] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v6 04/11] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
        ` [EXTERNAL][PATCH "
` [PATCH v6 05/11] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v6 06/11] x86/smpboot: Support parallel startup of secondary CPUs
    ` [External] "
` [PATCH v6 07/11] x86/smpboot: Disable parallel boot for AMD CPUs
        ` [EXTERNAL][PATCH "
          ` [External] Re: [PATCH "
` [PATCH v6 08/11] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v6 09/11] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
` [PATCH v6 10/11] x86/smpboot: Serialize topology updates for secondary bringup
` [PATCH v6 11/11] x86/smpboot: reuse timer calibration
    ` [External] Re: [PATCH v6 00/11] Parallel CPU bringup for x86_64

[PATCH 0/3] Detect SRCU related deadlocks
 2023-02-04  2:34 UTC  (5+ messages)
` [PATCH 0/3] KVM: Make use of SRCU deadlock detection support
  ` [PATCH 3/3] KVM: selftests: Add EVTCHNOP_send slow path test to xen_shinfo_test

[PATCH v4] rcutorture: Create nocb tasks only for rcu testing and CONFIG_RCU_NOCB_CPU=y kernel
 2023-02-03 17:51 UTC  (3+ messages)

[PATCH v3] rcutorture: Create nocb tasks only for CONFIG_RCU_NOCB_CPU=y kernels
 2023-02-03 17:28 UTC  (3+ messages)

[PATCH rcu 0/8] kvfree_rcu updates for v6.3
 2023-02-03  1:43 UTC  (2+ messages)
` [PATCH rcu 9/8] Add kvfree_rcu_mightsleep() and kfree_rcu_mightsleep()

[PATCH v2] rcutorture: Create nocb tasks only for CONFIG_RCU_NOCB_CPU=y kernels
 2023-02-03  1:20 UTC  (5+ messages)

[PATCH 0/9] Parallel CPU bringup for x86_64
 2023-02-02 21:59 UTC  (3+ messages)


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