rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-28 14:02:44 to 2023-04-13 12:10:48 UTC [more...]

[PATCH printk v1 00/18] threaded/atomic console support
 2023-04-13 12:10 UTC  (10+ messages)
` [PATCH printk v1 17/18] rcu: Add atomic write enforcement for rcu stalls
` [PATCH printk v1 00/18] serial: 8250: implement non-BKL console
  ` locking API: was: "
  ` [PATCH printk v1 00/18] POC: serial: 8250: implement nbcon console

[PATCH] rcu/kvfree: Make fill page cache start from krcp->nr_bkv_objs
 2023-04-13  9:07 UTC  (2+ messages)

[PATCH] mm: slub: annotate kmem_cache_node->list_lock as raw_spinlock
 2023-04-13  7:40 UTC  (19+ messages)

[GIT PULL] RCU changes for v6.4
 2023-04-12 14:35 UTC 

[PATCH v3] rcu/kvfree: Prevents cache growing when the backoff_page_cache_fill is set
 2023-04-12 14:21 UTC  (13+ messages)

[PATCH v2] rcu/kvfree: Prevents cache growing when the backoff_page_cache_fill is set
 2023-04-12 13:17 UTC  (13+ messages)

[PATCH] rcu/torture replace wait_event with wait_event_interruptible
 2023-04-12  5:09 UTC  (3+ messages)

[PATCH] docs: Fix typo in Documentation/RCU/checklist.rst
 2023-04-12  4:52 UTC  (2+ messages)

[PATCH 1/1] rcu/kvfree: Do not run a page work if a cache is disabled
 2023-04-12  4:49 UTC  (2+ messages)

[PATCHi v4] rcu/kvfree: Prevents cache growing when the backoff_page_cache_fill is set
 2023-04-12  1:14 UTC  (3+ messages)

Pozycjonowanie- informacja
 2023-04-11  8:00 UTC 

[PATCH] rcu/kvfree: Make page cache growing happen on the correct krcp
 2023-04-11  4:08 UTC  (3+ messages)

[GIT PULL] Fix too-short kfree_rcu() grace period for v6.3
 2023-04-10 21:21 UTC  (2+ messages)

[RFC bpf-next v2 0/4] Introduce BPF_MA_REUSE_AFTER_RCU_GP
 2023-04-08 14:18 UTC  (5+ messages)
` [RFC bpf-next v2 1/4] selftests/bpf: Add benchmark for bpf memory allocator
` [RFC bpf-next v2 2/4] bpf: Factor out a common helper free_all()
` [RFC bpf-next v2 3/4] bpf: Pass bitwise flags to bpf_mem_alloc_init()
` [RFC bpf-next v2 4/4] bpf: Introduce BPF_MA_REUSE_AFTER_RCU_GP

Kerneldoc fix to fold in
 2023-04-07 13:40 UTC  (3+ messages)

[PATCH V2] rcu: Make sure new krcp free business is handled after the wanted rcu grace period
 2023-04-06 14:13 UTC  (14+ messages)
  ` 答复: "

[PATCH] rcu/kvfree: Invoke debug_rcu_bhead_unqueue() with check bnode->snap is done
 2023-04-05 19:04 UTC  (3+ messages)

[PATCH] rcu/kvfree: Delay the execution of drain_page_cache()
 2023-04-05 14:41 UTC  (2+ messages)

[PATCH 1/1] rcu/kvfree: Add debug check of GP ready for ptrs in a list
 2023-04-05  9:10 UTC  (3+ messages)

Re: [PATCH V2] rcu: Make sure new krcp free business is handled after the wanted rcu grace period
 2023-04-05  9:05 UTC  (5+ messages)

[PATCH rcu 0/20] Further shrink srcu_struct to promote cache locality
 2023-04-04 17:17 UTC  (30+ messages)
` [PATCH rcu 01/20] rcu-tasks: Fix warning for unused tasks_rcu_exit_srcu
` [PATCH rcu 02/20] srcu: Add whitespace to __SRCU_STRUCT_INIT() & __DEFINE_SRCU()
` [PATCH rcu 03/20] srcu: Use static init for statically allocated in-module srcu_struct
` [PATCH rcu 04/20] srcu: Begin offloading srcu_struct fields to srcu_update
` [PATCH rcu 05/20] srcu: Move ->level from srcu_struct to srcu_usage
` [PATCH rcu 06/20] srcu: Move ->srcu_size_state "
` [PATCH rcu 07/20] srcu: Move ->srcu_cb_mutex "
` [PATCH rcu 08/20] srcu: Move ->lock initialization after srcu_usage allocation
` [PATCH rcu 09/20] srcu: Move ->lock from srcu_struct to srcu_usage
` [PATCH rcu 10/20] srcu: Move ->srcu_gp_mutex "
` [PATCH rcu 11/20] srcu: Move grace-period fields "
` [PATCH rcu 12/20] srcu: Move heuristics "
` [PATCH rcu 13/20] srcu: Move ->sda_is_static "
` [PATCH rcu 14/20] srcu: Move srcu_barrier() fields "
` [PATCH rcu 15/20] srcu: Move work-scheduling "
` [PATCH rcu 16/20] srcu: Check for readers at module-exit time
` [PATCH rcu 17/20] srcu: Fix long lines in srcu_get_delay()
` [PATCH rcu 18/20] srcu: Fix long lines in cleanup_srcu_struct()
` [PATCH rcu 19/20] srcu: Fix long lines in srcu_gp_end()
` [PATCH rcu 20/20] srcu: Fix long lines in srcu_funnel_gp_start()

Fotowoltaika- propozycja instalacji
 2023-04-04  8:08 UTC 

[PATCH 1/1] Reduce synchronize_rcu() waiting time
 2023-03-31 18:39 UTC  (14+ messages)

[PATCH v17 0/8] Parallel CPU bringup for x86_64
 2023-03-31 11:40 UTC  (18+ messages)
` [PATCH v17 1/8] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v17 2/8] cpu/hotplug: Reset task stack state in _cpu_up()
` [PATCH v17 3/8] cpu/hotplug: Add CPUHP_BP_PARALLEL_STARTUP state before CPUHP_BRINGUP_CPU
` [PATCH v17 4/8] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v17 5/8] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v17 6/8] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
        ` [External] "
` [PATCH v17 7/8] x86/smpboot: Serialize topology updates for secondary bringup
` [PATCH v17 8/8] x86/smpboot: Allow parallel bringup for SEV-ES

[PATCH RFC rcu 0/19] Further shrink srcu_struct to promote cache locality
 2023-03-30 17:05 UTC  (7+ messages)
` [PATCH RFC rcu 02/19] srcu: Use static init for statically allocated in-module srcu_struct

[PATCH v2 04/13] tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
 2023-03-30 15:49 UTC  (3+ messages)

[PATCH v2 01/14] drbd: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
 2023-03-30 15:43 UTC  (2+ messages)
      ` [PATCH v2 05/14] net/sysctl: "

[PATCH rcu v3 0/27] Unconditionally enable SRCU
 2023-03-30 15:34 UTC  (4+ messages)
` [PATCH rcu v3 2/4] kvm: Remove "select SRCU"

[PATCH] rcu: Make sure new krcp free business is handled after the wanted rcu grace period
 2023-03-30 12:07 UTC  (3+ messages)
` 答复: "

[PATCH] rcu: Make sure new krcp free business is handled after the wanted rcu grace period
 2023-03-30  9:21 UTC 

[PATCH] rcu: Make sure new krcp free business is handled after the wanted rcu grace period
 2023-03-30  8:52 UTC  (2+ messages)

[PATCH 0/4 v2] rcu/nocb: Shrinker related boring fixes
 2023-03-29 23:12 UTC  (14+ 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 0/4] rcu/nocb: Shrinker related boring fixes
 2023-03-29 20:45 UTC  (9+ messages)
` [PATCH 1/4] rcu/nocb: Protect lazy shrinker against concurrent (de-)offloading

[GIT PULL] Fix rcu_torture_read ftrace event
 2023-03-28 22:26 UTC  (3+ messages)

[tip: smp/core] kernel/smp: Make csdlock_debug= resettable
 2023-03-28 18:16 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).