Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2023-01-31 12:10:26 to 2023-02-10 21:07:09 UTC [more...]

[RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
 2023-02-10 21:06 UTC  (10+ messages)

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

[PATCH v8 0/9] Parallel CPU bringup for x86_64
 2023-02-10  9:02 UTC  (19+ 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

[PATCH v2] rcu: Keeping rcu-related kthreads running on housekeeping CPUS
 2023-02-10  5:26 UTC  (6+ messages)

[PATCH v2] sched/isolation: Fix illegal CPU value by housekeeping_any_cpu() return
 2023-02-10  0:39 UTC  (2+ messages)

[PATCH v3] sched/isolation: Fix illegal CPU value by housekeeping_any_cpu() return
 2023-02-10  0:39 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 v4] srcu: Clarify comments on memory barrier "E"
 2023-02-08  3:48 UTC  (6+ 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] rcu/tree: Improve comments in rcu_report_qs_rdp()
 2023-02-07 13:24 UTC  (6+ messages)

[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  (12+ messages)
` [PATCH 1/9] x86/apic/x2apic: Fix parallel handling of cluster_mask
` [PATCH 2/9] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH 3/9] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH 4/9] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH 5/9] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH 6/9] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH 7/9] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH 8/9] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
` [PATCH 9/9] x86/smpboot: Serialize topology updates for secondary bringup

[PATCH 0/9] Documentation: correct lots of spelling errors (series 2)
 2023-02-02 18:54 UTC  (8+ messages)
    ` [dm-devel] "

[PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep()
 2023-02-02 16:35 UTC  (15+ messages)
` [PATCH 01/13] rcu/kvfree: Add kvfree_rcu_mightsleep() and kfree_rcu_mightsleep()
` [PATCH 02/13] drbd: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
` [PATCH 03/13] misc: vmw_vmci: "
` [PATCH 04/13] tracing: "
` [PATCH 05/13] lib/test_vmalloc.c: "
` [PATCH 06/13] net/sysctl: "
` [PATCH 07/13] RDMA/rxe: Rename kfree_rcu() to kfree_rcu_mightsleep()
` [PATCH 08/13] net/mlx5: "
` [PATCH 09/13] ext4/super: "

[PATCH v4 0/9] Parallel CPU bringup for x86_64
 2023-02-02 10:06 UTC  (7+ messages)
    ` [External] "

[PATCH] rcutorture: Create nocb tasks only for CONFIG_RCU_NOCB_CPU=y kernels
 2023-02-02  6:54 UTC  (2+ messages)

[PATCH 10/13] ipvs: Rename kfree_rcu() to kfree_rcu_mightsleep()
 2023-02-01 17:19 UTC  (9+ messages)
` [PATCH 11/13] rcuscale: "
` [PATCH 12/13] doc: Update whatisRCU.rst
` [PATCH 13/13] rcu/kvfree: Eliminate k[v]free_rcu() single argument macro

LSFMMBPF proposal [MM]: Lazy RCU memory reclaim
 2023-02-01 10:25 UTC 


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