rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-30 15:35:29 to 2023-04-24 19:49:50 UTC [more...]

[GIT PULL] RCU changes for v6.4
 2023-04-24 19:48 UTC  (2+ messages)

BUG : PowerPC RCU: torture test failed with __stack_chk_fail
 2023-04-24 19:25 UTC  (13+ messages)

[PATCH] MAINTAINERS: Update qiang1.zhang@intel.com to qiang.zhang1211@gmail.com
 2023-04-24 18:04 UTC  (2+ messages)

[PATCH v2] rcu/kvfree: Make drain_page_cache() call return directly if cache is disabled
 2023-04-24 17:35 UTC  (3+ messages)

[PATCH 0/4 v2] rcu/nocb: Shrinker related boring fixes
 2023-04-24 17:35 UTC  (2+ messages)

Napływ Klientów ze strony
 2023-04-24  7:57 UTC 

[RFC bpf-next v2 0/4] Introduce BPF_MA_REUSE_AFTER_RCU_GP
 2023-04-23  8:03 UTC  (11+ 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

clangd cannot handle tree_nocb.h
 2023-04-20 11:50 UTC  (13+ messages)

[PATCH] rcu/kvfree: Make drain_page_cache() call return directly if cache is disabled
 2023-04-18 12:25 UTC  (3+ messages)

[PATCH 1/1] linux-5.10/rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period
 2023-04-18 10:42 UTC  (4+ messages)
` [PATCH 1/1] linux-5.15/rcu/kvfree: "
` [PATCH 1/1] linux-6.1/rcu/kvfree: "

Question: Why the definition of ULONG_CMP_LE is different with time_before?
 2023-04-17 10:10 UTC  (3+ messages)

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

[PATCH] mm: slub: annotate kmem_cache_node->list_lock as raw_spinlock
 2023-04-13 14:49 UTC  (20+ messages)

[PATCH printk v1 00/18] threaded/atomic console support
 2023-04-13 12:10 UTC  (3+ messages)
` [PATCH printk v1 17/18] rcu: Add atomic write enforcement for rcu stalls

[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)

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  (6+ messages)
` [PATCH v17 6/8] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
        ` [External] "

[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"


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).