Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2023-07-27 08:27:07 to 2023-08-07 11:17:32 UTC [more...]

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-07 11:09 UTC  (16+ 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 15/48] nfsd: dynamically allocate the nfsd-filecache 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 rcu 0/9] Torture-test updates for v6.6
 2023-08-05 22:44 UTC  (6+ messages)
` [PATCH rcu 3/9] torture: Add lock_torture_writer_fifo module param
    ` [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

[PATCH v7 0/2] rcu: Dump memory object info if callback function is invalid
 2023-08-05  3:17 UTC  (3+ 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 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  (15+ 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  (42+ 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  (35+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the "
` [RFC PATCH v2 10/20] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init

[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

[PATCH v2 0/5] misc RCU fixes and cleanups
 2023-07-29 22:19 UTC  (9+ messages)
` [PATCH v2 1/5] rcutorture: Fix stuttering races and other issues
` [PATCH v2 2/5] srcu: Fix error handling in init_srcu_struct_fields()
` [PATCH v2 3/5] tree/nocb: Adjust RCU_NOCB_WAKE_* macros from weaker to stronger
` [PATCH v2 4/5] tree/nocb: Improve readability of nocb_gp_wait()
` [PATCH 5/5] Revert "checkpatch: Error out if deprecated RCU API used"
` [PATCH v2 5/5] rcu/tree: Remove superfluous return from void call_rcu* functions

[PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink
 2023-07-29  8:47 UTC  (43+ messages)
` [PATCH v3 04/49] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v3 15/49] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v3 16/49] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v3 22/49] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v3 27/49] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v3 28/49] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v3 29/49] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v3 32/49] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v3 33/49] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v3 34/49] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v3 35/49] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v3 37/49] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v3 38/49] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v3 39/49] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v3 40/49] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v3 41/49] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v3 42/49] fs: super: dynamically allocate the s_shrink
` [PATCH v3 43/49] mm: shrinker: remove old APIs
` [PATCH v3 44/49] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v3 45/49] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v3 46/49] mm: shrinker: make global slab shrink lockless
` [PATCH v3 47/49] mm: shrinker: make memcg "
` [PATCH v3 48/49] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v3 49/49] mm: shrinker: convert shrinker_rwsem to mutex


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