Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2022-11-21 15:07:15 to 2022-11-30 18:20:03 UTC [more...]

[PATCH v3 rcu 0/16] Lazy call_rcu() updates for v6.2
 2022-11-30 18:16 UTC  (19+ messages)
` [PATCH rcu 01/16] rcu: Simplify rcu_init_nohz() cpumask handling
` [PATCH rcu 02/16] rcu: Fix late wakeup when flush of bypass cblist happens
` [PATCH rcu 03/16] rcu: Fix missing nocb gp wake on rcu_barrier()
` [PATCH rcu 04/16] rcu: Make call_rcu() lazy to save power
` [PATCH rcu 05/16] rcu: Refactor code a bit in rcu_nocb_do_flush_bypass()
` [PATCH rcu 06/16] rcu: Shrinker for lazy rcu
` [PATCH rcu 07/16] rcuscale: Add laziness and kfree tests
` [PATCH rcu 08/16] rcu/sync: Use call_rcu_hurry() instead of call_rcu
` [PATCH rcu 09/16] rcu/rcuscale: Use call_rcu_hurry() for async reader test
` [PATCH rcu 10/16] rcu/rcutorture: Use call_rcu_hurry() where needed
` [PATCH rcu 11/16] scsi/scsi_error: Use call_rcu_hurry() instead of call_rcu()
` [PATCH rcu 12/16] percpu-refcount: Use call_rcu_hurry() for atomic switch
` [PATCH rcu 13/16] workqueue: Make queue_rcu_work() use call_rcu_hurry()
` [PATCH rcu 14/16] rxrpc: Use call_rcu_hurry() instead of call_rcu()
` [PATCH rcu 15/16] net: Use call_rcu_hurry() for dst_release()
` [PATCH rcu 16/16] net: devinet: Reduce refcount before grace period

[PATCH] srcu: switch work func to allow concurrent gp
 2022-11-30 17:39 UTC  (3+ messages)

[PATCH v3] rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
 2022-11-30 17:11 UTC  (2+ messages)

arm64: allmodconfig: BUG: KCSAN: data-race in p9_client_cb / p9_client_rpc
 2022-11-30 16:04 UTC  (3+ messages)

[PATCH v2 0/4] kvfree_rcu() updates related to polled API
 2022-11-30 12:56 UTC  (8+ messages)
` [PATCH v2 1/4] rcu/kvfree: Switch to a generic linked list API
` [PATCH v2 2/4] rcu/kvfree: Move bulk/list reclaim to separate functions
` [PATCH v2 3/4] rcu/kvfree: Move need_offload_krc() out of krcp->lock
` [PATCH v2 4/4] rcu/kvfree: Use a polled API to speedup a reclaim process

[PATCH] rcu-tasks: Make shrink down to a single callback queue safely
 2022-11-30  5:12 UTC 

[PATCH 0/3] srcu: shrink the num of srcu_size_state
 2022-11-30  3:36 UTC  (12+ messages)
` [PATCH 1/3] srcu: Eliminate the requirement of SRCU_SIZE_WAIT_CALL
  ` [PATCHv2] "
` [PATCH 2/3] srcu: protect against concurrent srcu_gp_end()
` [PATCH 3/3] srcu: Decrease the srcu size state numbers

[PATCH v2] rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
 2022-11-30  1:02 UTC  (16+ messages)

[PATCH 0/3] rcu-tasks: Fix race against exiting pid_ns
 2022-11-29 14:48 UTC  (7+ messages)
` [PATCH 1/3] rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purpose
` [PATCH 2/3] rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() calls
` [PATCH 3/3] rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()

Projekt na wizerunek marki
 2022-11-29  9:00 UTC 

[PATCH v3] doc: Fix htmldocs build warnings of stallwarn.rst
 2022-11-29  1:07 UTC  (7+ messages)

[PATCHv2 0/2] srcu: Optimize when srcu_gp_start_if_needed() holds read lock
 2022-11-29  0:37 UTC  (20+ messages)
` [PATCHv2 1/2] srcu: Remove needless rcu_seq_done() check while holding "
` [PATCHv2 2/2] srcu: Eliminate the case that snp_seq bigger than snap in srcu_funnel_gp_start()
  ` [PATCHv3] "

SRCU use from different contexts
 2022-11-29  0:12 UTC  (10+ messages)

[PATCH rcu 0/16 Lazy call_rcu() updates for v6.2
 2022-11-28 21:39 UTC  (28+ messages)
` [PATCH v2 rcu 01/16] rcu: Simplify rcu_init_nohz() cpumask handling
` [PATCH v2 rcu 02/16] rcu: Fix late wakeup when flush of bypass cblist happens
` [PATCH v2 rcu 03/16] rcu: Fix missing nocb gp wake on rcu_barrier()
` [PATCH v2 rcu 04/16] rcu: Make call_rcu() lazy to save power
` [PATCH v2 rcu 05/16] rcu: Refactor code a bit in rcu_nocb_do_flush_bypass()
` [PATCH v2 rcu 06/16] rcu: Shrinker for lazy rcu
` [PATCH v2 rcu 07/16] rcuscale: Add laziness and kfree tests
` [PATCH v2 rcu 08/16] percpu-refcount: Use call_rcu_flush() for atomic switch
` [PATCH v2 rcu 09/16] rcu/sync: Use call_rcu_flush() instead of call_rcu
` [PATCH v2 rcu 10/16] rcu/rcuscale: Use call_rcu_flush() for async reader test
` [PATCH v2 rcu 11/16] rcu/rcutorture: Use call_rcu_flush() where needed
` [PATCH v2 rcu 12/16] scsi/scsi_error: Use call_rcu_flush() instead of call_rcu()
` [PATCH v2 rcu 13/16] workqueue: Make queue_rcu_work() use call_rcu_flush()
` [PATCH v2 rcu 14/16] rxrpc: Use call_rcu_flush() instead of call_rcu()
` [PATCH v2 rcu 15/16] net: Use call_rcu_flush() for dst_release()
` [PATCH v2 rcu 16/16] net: devinet: Reduce refcount before grace period

[PATCH 1/4] rcu/kvfree: Switch to a generic linked list API
 2022-11-28 15:36 UTC  (4+ messages)
` [PATCH 2/4] rcu/kvfree: Move bulk/list reclaim to separate functions
` [PATCH 3/4] rcu/kvfree: Move need_offload_krc() out of krcp->lock
` [PATCH 4/4] rcu/kvfree: Use a polled API to speedup a reclaim process

[PATCH v3] mm: Make vmalloc_dump_obj() call in clean context
 2022-11-28  9:13 UTC  (5+ messages)

[PATCH] srcu: Add detection of boot CPU srcu_data structure's->srcu_cblist
 2022-11-28  8:32 UTC  (9+ messages)

[PATCH] rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
 2022-11-27  9:48 UTC  (9+ messages)

get_state_synchronize_rcu() at boot time
 2022-11-26  2:25 UTC  (6+ messages)

[PATCH v2] doc: Fix htmldocs build warnings of stallwarn.rst
 2022-11-24  3:57 UTC  (4+ messages)

PID_NS unshare VS synchronize_rcu_tasks() (was: Re: [Syzkaller & bisect] There is task hung in "synchronize_rcu" in v6.1-rc5 kernel)
 2022-11-23 22:17 UTC  (4+ messages)

[PATCH 0/2] srcu: Optimize when srcu_gp_start_if_needed() holds
 2022-11-23 18:40 UTC  (13+ messages)
` [PATCH 1/2] srcu: Remove needless rcu_seq_done() check while holding read lock
` [PATCH 2/2] srcu: Remove needless updating of srcu_have_cbs in srcu_gp_end()
` [PATCH] srcu: Eliminate the case that snp_seq bigger than snap in srcu_funnel_gp_start()

[PATCH 1/2] docs/RCU/rcubarrier: Adjust 'Answer' parts of QQs as definition-lists
 2022-11-23 18:32 UTC  (3+ messages)
` [PATCH 2/2] docs/RCU/rcubarrier: Right-adjust line numbers in code snippets

[PATCH] doc: Fix htmldocs build warnings of stallwarn.rst
 2022-11-23 11:41 UTC  (2+ messages)

[PATCH v8 0/6] rcu: Add RCU stall diagnosis information
 2022-11-23  0:27 UTC  (6+ messages)

[PATCH] ftrace: Prevent RCU stall on PREEMPT_VOLUNTARY kernels
 2022-11-22 17:21 UTC  (5+ messages)

[PATCH] srcu: Move updating of segcblist from srcu_gp_start() to srcu_might_be_idle()
 2022-11-22  1:33 UTC  (6+ messages)

[PATCH] rcu-tasks: Use accurate runstart time for RCU Tasks boot-time testing
 2022-11-22  1:30 UTC  (2+ messages)

[PATCH] rcu: Fix kernel stack overflow caused by kprobe on rcu_irq_enter_check_tick()
 2022-11-21 19:57 UTC  (2+ messages)

[PATCHv2 3/3] rcu: coordinate tick dependency during concurrent offlining
 2022-11-21 17:14 UTC  (10+ messages)


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