messages from 2021-12-02 00:33:27 to 2021-12-17 16:43:51 UTC [more...]
Possible nohz-full/RCU issue in arm64 KVM
2021-12-17 16:43 UTC (10+ messages)
[PATCH v3 0/9] Parallel CPU bringup for x86_64
2021-12-17 15:40 UTC (23+ messages)
` [PATCH v3 1/9] x86/apic/x2apic: Fix parallel handling of cluster_mask
` [PATCH v3 2/9] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v3 3/9] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v3 4/9] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v3 5/9] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v3 6/9] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v3 7/9] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v3 8/9] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
` [PATCH v3 9/9] x86/smpboot: Serialize topology updates for secondary bringup
[PATCH] drdb: Switch to kvfree_rcu() API
2021-12-17 15:06 UTC (23+ messages)
` [PATCH RESEND] ext4: Replace ext4_kvfree_array_rcu() by "
` [PATCH RESEND] ext4: Switch to "
` [PATCH] fs: nfs: sysfs: "
` [PATCH] mfd: dln2: "
` [PATCH] misc: vmw_vmci: "
` [PATCH] mlxsw: core: "
` [PATCH] RDMA/hfi1: "
` [PATCH] scsi: core: "
[PATCH v3 1/2] Documentation: Fill the gaps about entry/noinstr constraints
2021-12-17 10:57 UTC (2+ messages)
` [PATCH v3 2/2] Documentation: core-api: entry: Add comments about nesting
[PATCH] rcu/nocb: clean up some inconsistent indenting
2021-12-16 15:26 UTC (2+ messages)
[PATCH v2 0/7] Parallel CPU bringup for x86_64
2021-12-15 15:16 UTC (14+ messages)
` [PATCH v2 1/7] x86/apic/x2apic: Fix parallel handling of cluster_mask
` [PATCH v2 2/7] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v2 3/7] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v2 4/7] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v2 5/7] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v2 6/7] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v2 7/7] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
FYI, a few new KCSAN splats
2021-12-14 17:59 UTC (6+ messages)
KCSAN report from rcu_nocb_cb_kthread()
2021-12-14 14:49 UTC (3+ messages)
[PATCH 00/11] Parallel CPU bringup for x86_64
2021-12-14 11:33 UTC (26+ messages)
` [PATCH 01/11] x86/apic/x2apic: Fix parallel handling of cluster_mask
` [PATCH 02/11] rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion
` [PATCH v1.1 "
` [PATCH 03/11] rcu: Add mutex for rcu boost kthread spawning and affinity setting
` [PATCH 04/11] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH 05/11] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH 06/11] x86/smpboot: Split up native_cpu_up into separate phases
` [PATCH 07/11] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH 08/11] x86/tsc: Avoid synchronizing TSCs with multiple CPUs in parallel
` [PATCH 09/11] x86/boot: Support parallel startup of secondary CPUs
` [PATCH 10/11] x86/smp: Bring up secondary CPUs in parallel
` [PATCH 11/11] x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal time
[PATCH] rcu: Make rcu_state.n_online_cpus updates atomic
2021-12-13 21:21 UTC (5+ messages)
[PATCH] rcu: Remove unused rcu_state.boost
2021-12-13 19:41 UTC (2+ messages)
[PATCH] rcu/exp: Fix check for idle context in rcu_exp_handler
2021-12-13 19:20 UTC (3+ messages)
[PATCH v2] rcu/nocb: Handle concurrent nocb kthreads creation
2021-12-13 19:00 UTC (7+ messages)
` [EXTERNAL] "
Question WRT early IRQ/NMI entry code
2021-12-13 16:41 UTC (18+ messages)
` [PATCH] Documentation: Fill the gaps about entry/noinstr constraints
` [PATCH v2] "
[PATCH] rcu/nocb: Handle concurrent nocb kthreads creation
2021-12-11 16:55 UTC
[PATCH 0/9] Switch to single argument kvfree_rcu() API
2021-12-08 15:24 UTC (7+ messages)
` [PATCH 1/9] ext4: Switch to "
` [PATCH 2/9] ext4: Replace ext4_kvfree_array_rcu() by "
` [PATCH 4/9] drivers: Switch to "
[syzbot] WARNING in trc_read_check_handler
2021-12-04 15:07 UTC (4+ messages)
[PATCH 0/6] rcu/nocb: Last prep work before cpuset interface v2
2021-12-02 18:10 UTC (7+ messages)
` [PATCH 3/6] rcu/nocb: Optimize kthreads and rdp initialization
` [PATCH 4/6] rcu/nocb: Create kthreads on all CPUs if "rcu_nocb=" or "nohz_full=" are passed
[PATCH rcu 0/18] RCU no-CBs CPU updates for v5.17
2021-12-02 18:01 UTC (6+ messages)
` [PATCH rcu 01/18] rcu: Tighten rcu_advance_cbs_nowake() checks
[PATCH rcu 0/8] Torture-script updates for v5.17
2021-12-02 0:46 UTC (9+ messages)
` [PATCH rcu 1/8] rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to tiny scenarios
` [PATCH rcu 2/8] torture: Catch kvm.sh help text up with actual options
` [PATCH rcu 3/8] torture: Make kvm-find-errors.sh report link-time undefined symbols
` [PATCH rcu 4/8] torture: Retry download once before giving up
` [PATCH rcu 5/8] rcutorture: Cause TREE02 and TREE10 scenarios to do more callback flooding
` [PATCH rcu 6/8] rcutorture: Test RCU Tasks lock-contention detection
` [PATCH rcu 7/8] torture: Fix incorrectly redirected "exit" in kvm-remote.sh
` [PATCH rcu 8/8] torture: Properly redirect kvm-remote.sh "echo" commands
[PATCH rcu 0/17] Torture-test updates for v5.17
2021-12-02 0:43 UTC (18+ messages)
` [PATCH rcu 01/17] rcutorture: Sanitize RCUTORTURE_RDR_MASK
` [PATCH rcu 02/17] rcutorture: More thoroughly test nested readers
` [PATCH rcu 03/17] rcutorture: Suppress pi-lock-across read-unlock testing for Tiny SRCU
` [PATCH rcu 04/17] refscale: Simplify the errexit checkpoint
` [PATCH rcu 05/17] refscale: Prevent buffer to pr_alert() being too long
` [PATCH rcu 06/17] refscale: Always log the error message
` [PATCH rcu 07/17] refscale: Add missing '\n' to flush message
` [PATCH rcu 08/17] scftorture: "
` [PATCH rcu 09/17] scftorture: Remove unused SCFTORTOUT
` [PATCH rcu 10/17] rcuscale: Always log error message
` [PATCH rcu 11/17] scftorture: "
` [PATCH rcu 12/17] locktorture,rcutorture,torture: "
` [PATCH rcu 13/17] rcutorture: Avoid soft lockup during cpu stall
` [PATCH rcu 14/17] rcutorture: Test RCU-tasks multiqueue callback queueing
` [PATCH rcu 15/17] rcutorture: Enable multiple concurrent callback-flood kthreads
` [PATCH rcu 16/17] rcutorture: Add ability to limit callback-flood intensity
` [PATCH rcu 17/17] rcutorture: Combine n_max_cbs from all kthreads in a callback flood
[PATCH rcu 0/18] RCU Tasks updates for v5.17
2021-12-02 0:38 UTC (19+ messages)
` [PATCH rcu 01/18] rcu-tasks: Don't remove tasks with pending IPIs from holdout list
` [PATCH rcu 02/18] rcu-tasks: Create per-CPU callback lists
` [PATCH rcu 03/18] rcu-tasks: Introduce ->percpu_enqueue_shift for dynamic queue selection
` [PATCH rcu 04/18] rcu-tasks: Convert grace-period counter to grace-period sequence number
` [PATCH rcu 05/18] rcu_tasks: Convert bespoke callback list to rcu_segcblist structure
` [PATCH rcu 06/18] rcu-tasks: Use spin_lock_rcu_node() and friends
` [PATCH rcu 07/18] rcu-tasks: Inspect stalled task's trc state in locked state
` [PATCH rcu 08/18] rcu-tasks: Add a ->percpu_enqueue_lim to the rcu_tasks structure
` [PATCH rcu 09/18] rcu-tasks: Abstract checking of callback lists
` [PATCH rcu 10/18] rcu-tasks: Abstract invocations of callbacks
` [PATCH rcu 11/18] rcu-tasks: Use workqueues for multiple rcu_tasks_invoke_cbs() invocations
` [PATCH rcu 12/18] rcu-tasks: Make rcu_barrier_tasks*() handle multiple callback queues
` [PATCH rcu 13/18] rcu-tasks: Add rcupdate.rcu_task_enqueue_lim to set initial queueing
` [PATCH rcu 14/18] rcu-tasks: Count trylocks to estimate call_rcu_tasks() contention
` [PATCH rcu 15/18] rcu-tasks: Avoid raw-spinlocked wakeups from call_rcu_tasks_generic()
` [PATCH rcu 16/18] rcu-tasks: Use more callback queues if contention encountered
` [PATCH rcu 17/18] rcu-tasks: Use separate ->percpu_dequeue_lim for callback dequeueing
` [PATCH rcu 18/18] rcu-tasks: Use fewer callbacks queues if callback flood ends
[PATCH rcu 0/6] nolibc updates for v5.17
2021-12-02 0:33 UTC (7+ messages)
` [PATCH rcu 1/6] tools/nolibc: x86-64: Fix startup code bug
` [PATCH rcu 2/6] tools/nolibc: i386: fix initial stack alignment
` [PATCH rcu 3/6] tools/nolibc: fix incorrect truncation of exit code
` [PATCH rcu 4/6] tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber list
` [PATCH rcu 5/6] tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`
` [PATCH rcu 6/6] tools/nolibc: Implement gettid()
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