Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2023-07-31 16:15:26 to 2023-08-15 08:59:42 UTC [more...]

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-15  8:56 UTC  (63+ messages)
` [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v4 03/48] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v4 04/48] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v4 05/48] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker
` [PATCH v4 07/48] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v4 08/48] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v4 09/48] erofs: dynamically allocate the erofs-shrinker
` [PATCH v4 10/48] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v4 11/48] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v4 13/48] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v4 14/48] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v4 15/48] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v4 16/48] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v4 17/48] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v4 18/48] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v4 20/48] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v4 21/48] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v4 22/48] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v4 23/48] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v4 24/48] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v4 25/48] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v4 26/48] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v4 27/48] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v4 28/48] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v4 29/48] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v4 30/48] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v4 31/48] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v4 32/48] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v4 33/48] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v4 34/48] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v4 35/48] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v4 36/48] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v4 37/48] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v4 38/48] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v4 39/48] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v4 40/48] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v4 41/48] fs: super: dynamically allocate the s_shrink
` [PATCH v4 42/48] mm: shrinker: remove old APIs
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [PATCH v4 46/48] mm: shrinker: make memcg "
` [PATCH v4 47/48] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v4 48/48] mm: shrinker: convert shrinker_rwsem to mutex

[PATCH V4 1/2] tick: Rename tick_do_update_jiffies64() and allow external usage
 2023-08-15  6:05 UTC  (4+ messages)
` [PATCH V4 2/2] rcu: Update jiffies in rcu_cpu_stall_reset()

rcutorture: Sleeping function called from invalid context
 2023-08-15  5:41 UTC 

[PATCH v2] rcutorture: Copy out ftrace into its own console file
 2023-08-15  2:14 UTC  (5+ messages)

[PATCH v3 00/57] Scope-based Resource Management
 2023-08-14  7:24 UTC  (3+ messages)
` [PATCH v3 03/57] locking: Introduce __cleanup() based infrastructure

[PATCH] rcutorture: Copy out ftrace into its own console file
 2023-08-13 14:41 UTC  (3+ messages)

[PATCH V3 1/2] tick: Rename tick_do_update_jiffies64() and allow external usage
 2023-08-13 13:22 UTC  (6+ messages)
` [PATCH V3 2/2] rcu: Update jiffies in rcu_cpu_stall_reset()

[PATCH v7 0/2] rcu: Dump memory object info if callback function is invalid
 2023-08-11 16:07 UTC  (4+ messages)
` [PATCH v7 1/2] mm: Remove kmem_valid_obj()
` [PATCH v7 2/2] rcu: Dump memory object info if callback function is invalid

[PATCH V2 1/2] tick: Rename tick_do_update_jiffies64() and allow external usage
 2023-08-10 10:30 UTC  (3+ messages)
` [PATCH V2 2/2] rcu: Update jiffies in rcu_cpu_stall_reset()

[PATCH 1/2] tick: Rename tick_do_update_jiffies64() and allow external usage
 2023-08-10  5:37 UTC  (3+ messages)
` [PATCH 2/2] rcu: Update jiffies in rcu_cpu_stall_reset()

Pozycjonowanie- informacja
 2023-08-09  7:40 UTC 

[PATCH] rcu: Set jiffies_stall to two periods later in rcu_cpu_stall_reset()
 2023-08-08 15:58 UTC  (5+ messages)

[PATCH rcu 3/9] torture: Add lock_torture_writer_fifo module param
 2023-08-08  4:00 UTC  (7+ messages)
` [PATCH rcu 1/2] torture: Add a kthread-creation callback to _torture_create_kthread()
` [PATCH rcu 2/2] torture: Add lock_torture writer_fifo module parameter

TREE04 and TREE07 failures on 5.15 stable
 2023-08-08  3:34 UTC  (8+ messages)

[PATCH v6 0/5] rcu: Dump memory object info if callback function is invalid
 2023-08-05  2:30 UTC  (8+ messages)
` [PATCH v6 1/5] hexdump: add a new dump prefix DUMP_PREFIX_ADDRESS_LOW16
` [PATCH v6 2/5] hexdump: minimize the output width of the offset
` [PATCH v6 3/5] mm: Remove kmem_valid_obj()
` [PATCH v6 4/5] mm: Dump the memory of slab object in kmem_dump_obj()
` [PATCH v6 5/5] rcu: Dump memory object info if callback function is invalid

[BUG] 5.15 stable: TASKS03 rcutorture writer thread hung in D state at synchronize_rcu_mult_test()
 2023-08-05  1:52 UTC 

[PATCH 1/2] docs: rcu: Add cautionary note on plain-accesses to requirements
 2023-08-04 18:02 UTC  (22+ messages)
` [PATCH 2/2] docs: memory-barriers: Add note on plain-accesses to address-dependency barriers

[PATCH -next] rcu: Remove unused function declaration rcu_eqs_special_set()
 2023-08-04 13:55 UTC  (2+ messages)

[PATCH v5 0/3] rcu: Dump memory object info if callback function is invalid
 2023-08-04  1:44 UTC  (6+ messages)
` [PATCH v5 1/3] mm: Remove kmem_valid_obj()
` [PATCH v5 2/3] rcu: Dump memory object info if callback function is invalid
` [PATCH v5 3/3] mm: Dump the memory of slab object in kmem_dump_obj()

[PATCH] rcu: include torture_sched_setaffinity() declaration
 2023-08-03 16:32 UTC  (3+ messages)

Question about the barrier() in hlist_nulls_for_each_entry_rcu()
 2023-08-03 14:39 UTC  (7+ messages)

[PATCH v2] docs/RCU: Bring back smp_wmb()
 2023-08-03 13:54 UTC  (13+ messages)

[PATCH v4 0/2] rcu: Dump memory object info if callback function is invalid
 2023-08-03  9:36 UTC  (8+ messages)
` [PATCH v4 1/2] mm: Remove kmem_valid_obj()
` [PATCH v4 2/2] rcu: Dump memory object info if callback function is invalid

[PATCH 6.4 000/227] 6.4.7-rc1 review
 2023-08-02 17:48 UTC  (25+ messages)
  ` scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review)

[PATCH v3 0/2] rcu: Dump memory object info if callback function is invalid
 2023-08-02 11:12 UTC  (7+ messages)
` [PATCH v3 1/2] mm: Provide empty function for kmem_dump_obj() when CONFIG_PRINTK=n
` [PATCH v3 2/2] rcu: Dump memory object info if callback function is invalid

Instalacja pv
 2023-08-02  8:10 UTC 

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-08-01 18:12 UTC  (15+ messages)
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a single CPU
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls

[PATCH rcu 0/5] Tasks RCU updates for v6.6
 2023-07-31 23:11 UTC  (2+ messages)
` [PATCH rcu 6/5] rcu-tasks: Permit use of debug-objects with RCU Tasks flavors


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