Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2022-11-17 02:03:24 to 2022-11-28 08:28:52 UTC [more...]

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

[PATCH v3] mm: Make vmalloc_dump_obj() call in clean context
 2022-11-28  7:59 UTC  (3+ messages)

[PATCHv2 0/2] srcu: Optimize when srcu_gp_start_if_needed() holds read lock
 2022-11-28  7:59 UTC  (18+ 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] "

[PATCH v3] doc: Fix htmldocs build warnings of stallwarn.rst
 2022-11-28  7:05 UTC  (6+ messages)

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

[PATCH rcu 0/16 Lazy call_rcu() updates for v6.2
 2022-11-26  2:42 UTC  (27+ 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

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

[PATCH 0/3] rcu-tasks: Fix race against exiting pid_ns
 2022-11-25 13:55 UTC  (4+ 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()

SRCU use from different contexts
 2022-11-25 12:45 UTC  (9+ messages)

[PATCH] srcu: Add detection of boot CPU srcu_data structure's->srcu_cblist
 2022-11-24  5:59 UTC  (8+ 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  (15+ 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  (12+ messages)
` [PATCH v8 1/6] genirq: Fix the return type of kstat_cpu_irqs_sum()
` [PATCH v8 2/6] sched: Add helper kstat_cpu_softirqs_sum()
` [PATCH v8 3/6] sched: Add helper nr_context_switches_cpu()
` [PATCH v8 4/6] rcu: Add RCU stall diagnosis information
` [PATCH v8 5/6] doc: Document CONFIG_RCU_CPU_STALL_CPUTIME=y stall information
` [PATCH v8 6/6] rcu: Align the output of RCU stall

[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  (9+ 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  (16+ messages)

[PATCH 1/2] torture: use for_each_present() loop in torture_online_all()
 2022-11-18 23:23 UTC  (7+ messages)

[PATCH v2 1/2] net: Use call_rcu_flush() for dst_destroy_rcu
 2022-11-18 22:23 UTC  (4+ messages)
` [PATCH v2 2/2] net: devinet: Reduce refcount before grace period

[PATCH v7 0/6] rcu: Add RCU stall diagnosis information
 2022-11-18  2:03 UTC  (12+ messages)
` [PATCH v7 4/6] "
` [PATCH v7 5/6] doc: Document CONFIG_RCU_CPU_STALL_CPUTIME=y stall information

[PATCH rcu/dev 1/3] net: Use call_rcu_flush() for qdisc_free_cb
 2022-11-18  1:12 UTC  (24+ messages)
` [PATCH rcu/dev 2/3] net: Use call_rcu_flush() for in_dev_rcu_put
` [PATCH rcu/dev 3/3] net: Use call_rcu_flush() for dst_destroy_rcu

[PATCH v2] mm: Make vmalloc_dump_obj() call in a preemptible context
 2022-11-17 20:33 UTC  (2+ messages)

[PATCH v2] rcu/kfree: Do not request RCU when not needed
 2022-11-17 13:43 UTC  (14+ messages)

[PATCH] rcu: Make vmalloc_dump_obj() call in a preemptible context
 2022-11-17  7:04 UTC  (4+ messages)

[PATCH 1/2] srcu: Fix a misspelling in note
 2022-11-17  2:34 UTC  (5+ messages)
` [PATCH 2/2] srcu: Fix the comparision in srcu_invl_snp_seq()


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