messages from 2023-03-16 14:57:24 to 2023-03-23 08:51:53 UTC [more...]
[PATCH v16 0/8] Parallel CPU bringup for x86_64
2023-03-23 8:51 UTC (13+ messages)
` [PATCH v16 1/8] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v16 2/8] cpu/hotplug: Reset task stack state in _cpu_up()
` [PATCH v16 3/8] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v16 4/8] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v16 5/8] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v16 6/8] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v16 7/8] x86/smpboot: Serialize topology updates for secondary bringup
` [PATCH v16 8/8] x86/smpboot: Allow parallel bringup for SEV-ES
[PATCH] srcu: Fix flush sup work warning in cleanup_srcu_struct()
2023-03-23 6:21 UTC (16+ messages)
[PATCH rcu v2 00/10] RCU torture test and tool updates for v6.4
2023-03-23 4:39 UTC (11+ messages)
` [PATCH rcu v2 01/10] rcutorture: Add test_nmis module parameter
` [PATCH rcu v2 02/10] rcutorture: Set CONFIG_BOOTPARAM_HOTPLUG_CPU0 to offline CPU 0
` [PATCH rcu v2 03/10] rcutorture: Make scenario TREE04 enable lazy call_rcu()
` [PATCH rcu v2 04/10] tools: rcu: Add usage function and check for argument
` [PATCH rcu v2 05/10] torture: Permit kvm-again.sh --duration to default to previous run
` [PATCH rcu v2 06/10] rcutorture: Eliminate variable n_rcu_torture_boost_rterror
` [PATCH rcu v2 07/10] torture: Enable clocksource watchdog with "tsc=watchdog"
` [PATCH rcu v2 08/10] rcutorture: Create nocb kthreads only when testing rcu in CONFIG_RCU_NOCB_CPU=y kernels
` [PATCH rcu v2 09/10] rcuscale: Move shutdown from wait_event() to wait_event_idle()
` [PATCH rcu v2 10/10] refscale: "
[PATCH rcu v2 0/7] RCU-related lockdep changes for v6.4
2023-03-23 4:26 UTC (8+ messages)
` [PATCH rcu v2 1/7] locking/lockdep: Introduce lock_sync()
` [PATCH rcu v2 2/7] rcu: Annotate SRCU's update-side lockdep dependencies
` [PATCH rcu v2 3/7] locking: Reduce the number of locks in ww_mutex stress tests
` [PATCH rcu v2 4/7] locking/lockdep: Improve the deadlock scenario print for sync and read lock
` [PATCH rcu v2 5/7] rcutorture: Add SRCU deadlock scenarios
` [PATCH rcu v2 6/7] rcutorture: Add RCU Tasks Trace and "
` [PATCH rcu v2 7/7] rcutorture: Add srcu_lockdep.sh
[PATCH] MAINTAINERS: Add Zqiang as a RCU reviewer
2023-03-23 4:07 UTC
[PATCH] rcu-tasks: Make pr_info() output more clearly in cblist_init_generic()
2023-03-23 4:00 UTC
[PATCH] rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()
2023-03-23 3:32 UTC (6+ messages)
[PATCH v3] doc/rcutorture: Add description of rcutorture.stall_cpu_block
2023-03-22 23:57 UTC (2+ messages)
[PATCH 0/4] rcu/nocb: Shrinker related boring fixes
2023-03-22 23:21 UTC (8+ messages)
` [PATCH 1/4] rcu/nocb: Protect lazy shrinker against concurrent (de-)offloading
` [PATCH 2/4] rcu/nocb: Fix shrinker race against callback enqueuer
` [PATCH 3/4] rcu/nocb: Recheck lazy callbacks under the ->nocb_lock from shrinker
` [PATCH 4/4] rcu/nocb: Make shrinker to iterate only NOCB CPUs
[PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep()
2023-03-22 23:10 UTC (14+ messages)
` [PATCH 04/13] tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
[PATCH 1/1] rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale
2023-03-22 18:24 UTC (21+ messages)
` [PATCH v2 "
` [PATCH v3 1/2] rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()
` [PATCH v3 2/2] rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale
` [PATCH v4 0/2] "
` [PATCH v4 1/2] rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()
` [PATCH v4 2/2] rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale
[PATCH 1/1] Reduce synchronize_rcu() waiting time
2023-03-22 11:21 UTC (6+ messages)
[Syzkaller & bisect] There is "sys_perf_event_open" soft lockup BUG in v6.3-rc2 kernel
2023-03-22 7:19 UTC (6+ messages)
[PATCH v15 00/12] Parallel CPU bringup for x86_64
2023-03-21 21:02 UTC (24+ messages)
` [PATCH v15 01/12] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v15 02/12] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v15 03/12] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v15 04/12] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v15 05/12] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v15 06/12] x86/smpboot: Remove initial_stack on 64-bit
` [PATCH v15 07/12] x86/smpboot: Remove early_gdt_descr "
` [PATCH v15 08/12] x86/smpboot: Remove initial_gs
` [PATCH v15 09/12] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v15 10/12] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v15 11/12] x86/smpboot: Serialize topology updates for secondary bringup
` [PATCH v15 12/12] x86/smpboot: Allow parallel bringup for SEV-ES
[linux-next:master] BUILD REGRESSION f3594f0204b756638267242e26d9de611435c3ba
2023-03-21 16:00 UTC
[PATCH v2] rcutorture: Convert schedule_timeout_uninterruptible() to mdelay() in rcu_torture_stall()
2023-03-21 12:27 UTC (7+ messages)
[PATCH rcu 0/5] locktorture updates for v6.4
2023-03-21 1:08 UTC (6+ messages)
` [PATCH locktorture 1/5] locktorture: Add nested_[un]lock() hooks and nlocks parameter
` [PATCH locktorture 2/5] locktorture: Add nested locking to mutex torture tests
` [PATCH locktorture 3/5] locktorture: Add nested locking to rtmutex "
` [PATCH locktorture 4/5] locktorture: With nested locks, occasionally skip main lock
` [PATCH locktorture 5/5] locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels
[PATCH rcu 0/7] RCU-related lockdep changes for v6.4
2023-03-20 20:36 UTC (20+ messages)
` [PATCH rcu 1/7] locking/lockdep: Introduce lock_sync()
` [PATCH rcu 2/7] rcu: Annotate SRCU's update-side lockdep dependencies
` [PATCH rcu 3/7] locking: Reduce the number of locks in ww_mutex stress tests
` [PATCH rcu 4/7] locking/lockdep: Improve the deadlock scenario print for sync and read lock
` [PATCH rcu 5/7] rcutorture: Add SRCU deadlock scenarios
` [PATCH rcu 6/7] rcutorture: Add RCU Tasks Trace and "
` [PATCH rcu 7/7] rcutorture: Add srcu_lockdep.sh
[PATCH] rcu: Remove RCU_NONIDLE()
2023-03-20 18:56 UTC (3+ messages)
[PATCH] rcu: Fix rcu_torture_read ftrace event
2023-03-20 18:49 UTC (4+ messages)
[linux-next:master] BUILD REGRESSION 73f2c2a7e1d2b31fdd5faa6dfa151c437a6c0a5a
2023-03-20 17:05 UTC
[PATCH] srcu: Fix srcu structure's->srcu_sup memory leak in init_srcu_struct_fields()
2023-03-20 16:35 UTC (2+ messages)
[PATCH v2] rcu: Fix some incorrect trace log in rcu_boost and rcuc kthreads
2023-03-20 3:15 UTC (3+ messages)
[PATCH] rcutorture: Convert schedule_timeout_uninterruptible() to mdelay() in rcu_torture_stall()
2023-03-20 2:58 UTC (2+ messages)
[PATCH 1/1] ext4: Replace ext4_kvfree_array_rcu() by kvfree_rcu_mightsleep()
2023-03-19 10:53 UTC (3+ messages)
[PATCH] rcu: Fix incorrect trace string in rcu_boost_kthread()
2023-03-19 2:03 UTC (4+ messages)
[linux-next:master] BUILD REGRESSION 6f08c1de13a9403341c18b66638a05588b2663ce
2023-03-17 15:25 UTC
[PATCH v2 0/6] remove SLOB and allow kfree() with kmem_cache_alloc()
2023-03-17 11:52 UTC (13+ messages)
` [PATCH v2 1/6] mm/slob: remove CONFIG_SLOB
` [PATCH v2 2/6] mm, page_flags: remove PG_slob_free
` [PATCH v2 3/6] mm, pagemap: remove SLOB and SLQB from comments and documentation
` [PATCH v2 4/6] mm/slab: remove CONFIG_SLOB code from slab common code
` [PATCH v2 5/6] mm/slob: remove slob.c
` [PATCH v2 6/6] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects
[PATCH] MAINTAINERS: Add myself to RCU entry
2023-03-17 4:10 UTC (2+ messages)
[PATCH 1/1] docs: RCU: typo fix
2023-03-17 1:15 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