messages from 2023-02-09 10:20:11 to 2023-02-24 19:17:37 UTC [more...]
[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 (62+ 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
` [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
[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 (26+ 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)
[PATCH v4] srcu: Clarify comments on memory barrier "E"
2023-02-18 19:36 UTC (7+ 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 (2+ messages)
` (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 (13+ messages)
` [External] "
[BUG] run rcutorture BUG: unable to handle page fault for address: ffffffff84d05000
2023-02-09 15:20 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox