RCU
[Prev Page][Next Page]
- [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file, (continued)
- [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file, Qi Zheng
- [PATCH v4 03/48] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations, Qi Zheng
- [PATCH v4 04/48] mm: shrinker: add infrastructure for dynamically allocating shrinker, Qi Zheng
- [PATCH v4 05/48] kvm: mmu: dynamically allocate the x86-mmu shrinker, Qi Zheng
- [PATCH v4 07/48] drm/ttm: dynamically allocate the drm-ttm_pool shrinker, Qi Zheng
- [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker, Qi Zheng
- [PATCH v4 08/48] xenbus/backend: dynamically allocate the xen-backend shrinker, Qi Zheng
- [PATCH v4 09/48] erofs: dynamically allocate the erofs-shrinker, Qi Zheng
- [PATCH v4 11/48] gfs2: dynamically allocate the gfs2-glock shrinker, Qi Zheng
- [PATCH v4 10/48] f2fs: dynamically allocate the f2fs-shrinker, Qi Zheng
- [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker, Qi Zheng
- [PATCH v4 15/48] nfsd: dynamically allocate the nfsd-filecache shrinker, Qi Zheng
- [PATCH v4 20/48] mm: thp: dynamically allocate the thp-related shrinkers, Qi Zheng
- [PATCH v4 22/48] mm: workingset: dynamically allocate the mm-shadow shrinker, Qi Zheng
- [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker, Qi Zheng
- [PATCH v4 23/48] drm/i915: dynamically allocate the i915_gem_mm shrinker, Qi Zheng
- [PATCH v4 33/48] ext4: dynamically allocate the ext4-es shrinker, Qi Zheng
- [PATCH v4 34/48] jbd2,ext4: dynamically allocate the jbd2-journal shrinker, Qi Zheng
- [PATCH v4 38/48] xfs: dynamically allocate the xfs-inodegc shrinker, Qi Zheng
- [PATCH v4 39/48] xfs: dynamically allocate the xfs-qm shrinker, Qi Zheng
- [PATCH v4 40/48] zsmalloc: dynamically allocate the mm-zspool shrinker, Qi Zheng
- [PATCH v4 42/48] mm: shrinker: remove old APIs, Qi Zheng
- [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem, Qi Zheng
- [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless, Qi Zheng
- [PATCH v4 17/48] ubifs: dynamically allocate the ubifs-slab shrinker, Qi Zheng
- [PATCH v4 47/48] mm: shrinker: hold write lock to reparent shrinker nr_deferred, Qi Zheng
- [PATCH v4 46/48] mm: shrinker: make memcg slab shrink lockless, Qi Zheng
- [PATCH v4 21/48] sunrpc: dynamically allocate the sunrpc_cred shrinker, Qi Zheng
- [PATCH v4 48/48] mm: shrinker: convert shrinker_rwsem to mutex, Qi Zheng
- [PATCH v4 25/48] drm/panfrost: dynamically allocate the drm-panfrost shrinker, Qi Zheng
- [PATCH v4 27/48] dm zoned: dynamically allocate the dm-zoned-meta shrinker, Qi Zheng
- [PATCH v4 14/48] nfs: dynamically allocate the nfs-acl shrinker, Qi Zheng
- [PATCH v4 41/48] fs: super: dynamically allocate the s_shrink, Qi Zheng
- [PATCH v4 16/48] quota: dynamically allocate the dquota-cache shrinker, Qi Zheng
- [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}, Qi Zheng
- [PATCH v4 26/48] dm: dynamically allocate the dm-bufio shrinker, Qi Zheng
- [PATCH v4 35/48] nfsd: dynamically allocate the nfsd-client shrinker, Qi Zheng
- [PATCH v4 32/48] mbcache: dynamically allocate the mbcache shrinker, Qi Zheng
- [PATCH v4 13/48] NFSv4.2: dynamically allocate the nfs-xattr shrinkers, Qi Zheng
- [PATCH v4 24/48] drm/msm: dynamically allocate the drm-msm_gem shrinker, Qi Zheng
- [PATCH v4 28/48] md/raid5: dynamically allocate the md-raid5 shrinker, Qi Zheng
- [PATCH v4 36/48] nfsd: dynamically allocate the nfsd-reply shrinker, Qi Zheng
- [PATCH v4 18/48] rcu: dynamically allocate the rcu-lazy shrinker, Qi Zheng
- [PATCH v4 29/48] bcache: dynamically allocate the md-bcache shrinker, Qi Zheng
- [PATCH v4 30/48] vmw_balloon: dynamically allocate the vmw-balloon shrinker, Qi Zheng
- [PATCH v4 37/48] xfs: dynamically allocate the xfs-buf shrinker, Qi Zheng
- [PATCH v4 31/48] virtio_balloon: dynamically allocate the virtio-balloon shrinker, Qi Zheng
- [PATCH v7 0/2] rcu: Dump memory object info if callback function is invalid,
thunder . leizhen
- [BUG] 5.15 stable: TASKS03 rcutorture writer thread hung in D state at synchronize_rcu_mult_test(), Joel Fernandes
- [PATCH v6 0/5] rcu: Dump memory object info if callback function is invalid,
thunder . leizhen
- [PATCH] rcu: include torture_sched_setaffinity() declaration,
Arnd Bergmann
- [PATCH -next] rcu: Remove unused function declaration rcu_eqs_special_set(),
Yue Haibing
- [PATCH v5 0/3] rcu: Dump memory object info if callback function is invalid,
thunder . leizhen
- [PATCH 1/2] docs: rcu: Add cautionary note on plain-accesses to requirements,
Joel Fernandes (Google)
- [PATCH v4 0/2] rcu: Dump memory object info if callback function is invalid,
thunder . leizhen
- [PATCH v3 0/2] rcu: Dump memory object info if callback function is invalid,
thunder . leizhen
- [PATCH v2 0/5] misc RCU fixes and cleanups,
Joel Fernandes (Google)
- [PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink,
Qi Zheng
- [PATCH v3 01/49] binder: fix memory leak in binder_init(), Qi Zheng
- [PATCH v3 03/49] mm: vmscan: move shrinker-related code into a separate file, Qi Zheng
- [PATCH v3 02/49] mm: move some shrinker-related function declarations to mm/internal.h, Qi Zheng
- [PATCH v3 04/49] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations, Qi Zheng
- [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker, Qi Zheng
- [PATCH v3 06/49] kvm: mmu: dynamically allocate the x86-mmu shrinker, Qi Zheng
- [PATCH v3 08/49] drm/ttm: dynamically allocate the drm-ttm_pool shrinker, Qi Zheng
- [PATCH v3 07/49] binder: dynamically allocate the android-binder shrinker, Qi Zheng
- [PATCH v3 09/49] xenbus/backend: dynamically allocate the xen-backend shrinker, Qi Zheng
- [PATCH v3 12/49] gfs2: dynamically allocate the gfs2-glock shrinker, Qi Zheng
- [PATCH v3 13/49] gfs2: dynamically allocate the gfs2-qd shrinker, Qi Zheng
- [PATCH v3 11/49] f2fs: dynamically allocate the f2fs-shrinker, Qi Zheng
- [PATCH v3 17/49] quota: dynamically allocate the dquota-cache shrinker, Qi Zheng
- [PATCH v3 16/49] nfsd: dynamically allocate the nfsd-filecache shrinker, Qi Zheng
- [PATCH v3 14/49] NFSv4.2: dynamically allocate the nfs-xattr shrinkers, Qi Zheng
- [PATCH v3 18/49] ubifs: dynamically allocate the ubifs-slab shrinker, Qi Zheng
- [PATCH v3 19/49] rcu: dynamically allocate the rcu-lazy shrinker, Qi Zheng
- [PATCH v3 21/49] mm: thp: dynamically allocate the thp-related shrinkers, Qi Zheng
- [PATCH v3 24/49] drm/i915: dynamically allocate the i915_gem_mm shrinker, Qi Zheng
- [PATCH v3 20/49] rcu: dynamically allocate the rcu-kfree shrinker, Qi Zheng
- [PATCH v3 22/49] sunrpc: dynamically allocate the sunrpc_cred shrinker, Qi Zheng
- [PATCH v3 23/49] mm: workingset: dynamically allocate the mm-shadow shrinker, Qi Zheng
- [PATCH v3 28/49] dm zoned: dynamically allocate the dm-zoned-meta shrinker, Qi Zheng
- [PATCH v3 27/49] dm: dynamically allocate the dm-bufio shrinker, Qi Zheng
- [PATCH v3 26/49] drm/panfrost: dynamically allocate the drm-panfrost shrinker, Qi Zheng
- [PATCH v3 25/49] drm/msm: dynamically allocate the drm-msm_gem shrinker, Qi Zheng
- [PATCH v3 30/49] bcache: dynamically allocate the md-bcache shrinker, Qi Zheng
- [PATCH v3 31/49] vmw_balloon: dynamically allocate the vmw-balloon shrinker, Qi Zheng
- [PATCH v3 29/49] md/raid5: dynamically allocate the md-raid5 shrinker, Qi Zheng
- [PATCH v3 34/49] ext4: dynamically allocate the ext4-es shrinker, Qi Zheng
- [PATCH v3 10/49] erofs: dynamically allocate the erofs-shrinker, Qi Zheng
- [PATCH v3 38/49] xfs: dynamically allocate the xfs-buf shrinker, Qi Zheng
- [PATCH v3 37/49] nfsd: dynamically allocate the nfsd-reply shrinker, Qi Zheng
- [PATCH v3 36/49] nfsd: dynamically allocate the nfsd-client shrinker, Qi Zheng
- [PATCH v3 47/49] mm: shrinker: make memcg slab shrink lockless, Qi Zheng
- [PATCH v3 43/49] mm: shrinker: remove old APIs, Qi Zheng
- [PATCH v3 39/49] xfs: dynamically allocate the xfs-inodegc shrinker, Qi Zheng
- [PATCH v3 15/49] nfs: dynamically allocate the nfs-acl shrinker, Qi Zheng
- [PATCH v3 44/49] drm/ttm: introduce pool_shrink_rwsem, Qi Zheng
- [PATCH v3 40/49] xfs: dynamically allocate the xfs-qm shrinker, Qi Zheng
- [PATCH v3 33/49] mbcache: dynamically allocate the mbcache shrinker, Qi Zheng
- [PATCH v3 42/49] fs: super: dynamically allocate the s_shrink, Qi Zheng
- [PATCH v3 41/49] zsmalloc: dynamically allocate the mm-zspool shrinker, Qi Zheng
- [PATCH v3 48/49] mm: shrinker: hold write lock to reparent shrinker nr_deferred, Qi Zheng
- [PATCH v3 49/49] mm: shrinker: convert shrinker_rwsem to mutex, Qi Zheng
- [PATCH v3 32/49] virtio_balloon: dynamically allocate the virtio-balloon shrinker, Qi Zheng
- [PATCH v3 46/49] mm: shrinker: make global slab shrink lockless, Qi Zheng
- [PATCH v3 35/49] jbd2,ext4: dynamically allocate the jbd2-journal shrinker, Qi Zheng
- [PATCH v3 45/49] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}, Qi Zheng
- Re: [PATCH 6.4 000/227] 6.4.7-rc1 review,
Joel Fernandes
- Re: [PATCH 6.4 000/227] 6.4.7-rc1 review, Pavel Machek
- Re: [PATCH 6.4 000/227] 6.4.7-rc1 review, Joel Fernandes
- Re: [PATCH 6.4 000/227] 6.4.7-rc1 review, Paul E. McKenney
- Re: [PATCH 6.4 000/227] 6.4.7-rc1 review, Guenter Roeck
- Re: [PATCH 6.4 000/227] 6.4.7-rc1 review, Paul E. McKenney
- Re: [PATCH 6.4 000/227] 6.4.7-rc1 review, Guenter Roeck
- Re: [PATCH 6.4 000/227] 6.4.7-rc1 review, Paul E. McKenney
- Re: [PATCH 6.4 000/227] 6.4.7-rc1 review, Joel Fernandes
- scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Guenter Roeck
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Peter Zijlstra
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Guenter Roeck
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Peter Zijlstra
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Guenter Roeck
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Peter Zijlstra
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Roy Hopkins
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Peter Zijlstra
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Roy Hopkins
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Guenter Roeck
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Peter Zijlstra
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Guenter Roeck
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Peter Zijlstra
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Paul E. McKenney
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Paul E. McKenney
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Paul E. McKenney
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Roy Hopkins
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Paul E. McKenney
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Roy Hopkins
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Paul E. McKenney
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Guenter Roeck
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Paul E. McKenney
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Linus Torvalds
- Re: scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review), Paul E. McKenney
- Re: [PATCH 6.4 000/227] 6.4.7-rc1 review, Guenter Roeck
[PATCH 0/5] misc RCU fixes and cleanups,
Joel Fernandes (Google)
[PATCH 0/2] softirq: redefine the type of kernel_stat.softirqs[] as unsigned long,
thunder . leizhen
[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink,
Qi Zheng
- [PATCH v2 01/47] mm: vmscan: move shrinker-related code into a separate file, Qi Zheng
- [PATCH v2 02/47] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations, Qi Zheng
- [PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker, Qi Zheng
- [PATCH v2 04/47] kvm: mmu: dynamically allocate the x86-mmu shrinker, Qi Zheng
- [PATCH v2 05/47] binder: dynamically allocate the android-binder shrinker, Qi Zheng
- [PATCH v2 06/47] drm/ttm: dynamically allocate the drm-ttm_pool shrinker, Qi Zheng
- [PATCH v2 07/47] xenbus/backend: dynamically allocate the xen-backend shrinker, Qi Zheng
- [PATCH v2 08/47] erofs: dynamically allocate the erofs-shrinker, Qi Zheng
- [PATCH v2 10/47] gfs2: dynamically allocate the gfs2-glock shrinker, Qi Zheng
- [PATCH v2 09/47] f2fs: dynamically allocate the f2fs-shrinker, Qi Zheng
- [PATCH v2 11/47] gfs2: dynamically allocate the gfs2-qd shrinker, Qi Zheng
- [PATCH v2 12/47] NFSv4.2: dynamically allocate the nfs-xattr shrinkers, Qi Zheng
- [PATCH v2 13/47] nfs: dynamically allocate the nfs-acl shrinker, Qi Zheng
- [PATCH v2 14/47] nfsd: dynamically allocate the nfsd-filecache shrinker, Qi Zheng
- [PATCH v2 15/47] quota: dynamically allocate the dquota-cache shrinker, Qi Zheng
- [PATCH v2 16/47] ubifs: dynamically allocate the ubifs-slab shrinker, Qi Zheng
- [PATCH v2 18/47] rcu: dynamically allocate the rcu-kfree shrinker, Qi Zheng
- [PATCH v2 19/47] mm: thp: dynamically allocate the thp-related shrinkers, Qi Zheng
- [PATCH v2 21/47] mm: workingset: dynamically allocate the mm-shadow shrinker, Qi Zheng
- [PATCH v2 20/47] sunrpc: dynamically allocate the sunrpc_cred shrinker, Qi Zheng
- [PATCH v2 17/47] rcu: dynamically allocate the rcu-lazy shrinker, Qi Zheng
- [PATCH v2 22/47] drm/i915: dynamically allocate the i915_gem_mm shrinker, Qi Zheng
- [PATCH v2 24/47] drm/panfrost: dynamically allocate the drm-panfrost shrinker, Qi Zheng
- [PATCH v2 25/47] dm: dynamically allocate the dm-bufio shrinker, Qi Zheng
- [PATCH v2 26/47] dm zoned: dynamically allocate the dm-zoned-meta shrinker, Qi Zheng
- [PATCH v2 27/47] md/raid5: dynamically allocate the md-raid5 shrinker, Qi Zheng
- [PATCH v2 28/47] bcache: dynamically allocate the md-bcache shrinker, Qi Zheng
- [PATCH v2 37/47] xfs: dynamically allocate the xfs-inodegc shrinker, Qi Zheng
- [PATCH v2 36/47] xfs: dynamically allocate the xfs-buf shrinker, Qi Zheng
- [PATCH v2 41/47] mm: shrinker: remove old APIs, Qi Zheng
- [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless, Qi Zheng
- [PATCH v2 42/47] drm/ttm: introduce pool_shrink_rwsem, Qi Zheng
- [PATCH v2 43/47] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}, Qi Zheng
- [PATCH v2 45/47] mm: shrinker: make memcg slab shrink lockless, Qi Zheng
- [PATCH v2 46/47] mm: shrinker: hold write lock to reparent shrinker nr_deferred, Qi Zheng
- [PATCH v2 32/47] ext4: dynamically allocate the ext4-es shrinker, Qi Zheng
- [PATCH v2 35/47] nfsd: dynamically allocate the nfsd-reply shrinker, Qi Zheng
- [PATCH v2 40/47] fs: super: dynamically allocate the s_shrink, Qi Zheng
- [PATCH v2 33/47] jbd2,ext4: dynamically allocate the jbd2-journal shrinker, Qi Zheng
- [PATCH v2 47/47] mm: shrinker: convert shrinker_rwsem to mutex, Qi Zheng
- [PATCH v2 38/47] xfs: dynamically allocate the xfs-qm shrinker, Qi Zheng
- [PATCH v2 23/47] drm/msm: dynamically allocate the drm-msm_gem shrinker, Qi Zheng
- [PATCH v2 29/47] vmw_balloon: dynamically allocate the vmw-balloon shrinker, Qi Zheng
- [PATCH v2 39/47] zsmalloc: dynamically allocate the mm-zspool shrinker, Qi Zheng
- [PATCH v2 31/47] mbcache: dynamically allocate the mbcache shrinker, Qi Zheng
- [PATCH v2 34/47] nfsd: dynamically allocate the nfsd-client shrinker, Qi Zheng
- [PATCH v2 30/47] virtio_balloon: dynamically allocate the virtio-balloon shrinker, Qi Zheng
[PATCH v2 0/1] rcu: Simplify check_cpu_stall(),
thunder . leizhen
[PATCH] rcu: remove unnecessary check cpu_no_qs.norm on rcu_report_qs_rdp,
Levi Yun
[PATCH 0/2] rcu: Simplify check_cpu_stall(),
thunder . leizhen
Question about the barrier() in hlist_nulls_for_each_entry_rcu(),
Alan Huang
[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition,
Valentin Schneider
- [RFC PATCH v2 01/20] tracing/filters: Dynamically allocate filter_pred.regex, Valentin Schneider
- [RFC PATCH v2 03/20] tracing/filters: Enable filtering a scalar field by a cpumask, Valentin Schneider
- [RFC PATCH v2 04/20] tracing/filters: Enable filtering the CPU common field by a cpumask, Valentin Schneider
- [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask, Valentin Schneider
- [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU, Valentin Schneider
- [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a single CPU, Valentin Schneider
- [RFC PATCH v2 07/20] tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a single CPU, Valentin Schneider
- [RFC PATCH v2 08/20] tracing/filters: Further optimise scalar vs cpumask comparison, Valentin Schneider
- [RFC PATCH v2 09/20] tracing/filters: Document cpumask filtering, Valentin Schneider
- [RFC PATCH v2 10/20] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys, Valentin Schneider
- [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls, Valentin Schneider
- [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr, Valentin Schneider
- [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init, Valentin Schneider
- [RFC PATCH v2 14/20] x86/kvm: Make kvm_async_pf_enabled __ro_after_init, Valentin Schneider
- [RFC PATCH v2 15/20] context-tracking: Introduce work deferral infrastructure, Valentin Schneider
- [RFC PATCH v2 19/20] context_tracking,x86: Add infrastructure to defer kernel TLBI, Valentin Schneider
- [RFC PATCH v2 20/20] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs, Valentin Schneider
- [RFC PATCH v2 17/20] rcutorture: Add a test config to torture test low RCU_DYNTICKS width, Valentin Schneider
- [RFC PATCH v2 16/20] rcu: Make RCU dynticks counter size configurable, Valentin Schneider
- [RFC PATCH v2 18/20] context_tracking,x86: Defer kernel text patching IPIs, Valentin Schneider
[BUG] Re: Linux 6.4.4,
Joel Fernandes
[BUG] unable to handle page fault for address,
Paul E. McKenney
[PATCH rcu 0/18] Torture-test scripting updates for v6.6,
Paul E. McKenney
- [PATCH rcu 01/18] rcutorture: Remove obsolete BOOTPARAM_HOTPLUG_CPU0 Kconfig option, Paul E. McKenney
- [PATCH rcu 04/18] rcutorture: Remove contradictory Kconfig constraint, Paul E. McKenney
- [PATCH rcu 05/18] torture: Allow #CHECK# in --kconfig argument to kvm.sh, Paul E. McKenney
- [PATCH rcu 03/18] torture: Add "--no-" as synonym for "--do-no-" in torture.sh, Paul E. McKenney
- [PATCH rcu 02/18] rcu: Remove formal-verification tests, Paul E. McKenney
- [PATCH rcu 11/18] torture: Make torture.sh summarize config and build errors, Paul E. McKenney
- [PATCH rcu 12/18] torture: Loosen .config checks for KCSAN kernels, Paul E. McKenney
- [PATCH rcu 17/18] torture: Make init program dump command-line arguments, Paul E. McKenney
- [PATCH rcu 07/18] torture: Add RCU Tasks individual-flavor build tests, Paul E. McKenney
- [PATCH rcu 09/18] rcutorture: Remove obsolete parameter check from mkinitrd.sh, Paul E. McKenney
- [PATCH rcu 10/18] torture: Place --bootargs parameters at end of -append list, Paul E. McKenney
- [PATCH rcu 08/18] torture: Make kvm-remote print diagnostics on initial ssh failure, Paul E. McKenney
- [PATCH rcu 06/18] torture: Make kvm-recheck.sh report .config errors, Paul E. McKenney
- [PATCH rcu 13/18] torture: Add srcu_lockdep.sh to torture.sh, Paul E. McKenney
- [PATCH rcu 14/18] torture: Avoid torture-test reboot loops, Paul E. McKenney
- [PATCH rcu 18/18] torture: Cause mkinitrd.sh to indicate failure on compile errors, Paul E. McKenney
- [PATCH rcu 15/18] torture: Add init-program support for loongarch, Paul E. McKenney
- [PATCH rcu 16/18] torture: Switch qemu from -nographic to -display none, Paul E. McKenney
[PATCH rcu 0/9] Torture-test updates for v6.6,
Paul E. McKenney
[PATCH rcu 0/4] Torture-test updates for smp_call_function(),
Paul E. McKenney
[PATCH rcu 0/13] RCU update-side scalability test updates for v6.6,
Paul E. McKenney
- [PATCH rcu 02/13] rcuscale: Fix gp_async_max typo: s/reader/writer/, Paul E. McKenney
- [PATCH rcu 01/13] rcuscale: Permit blocking delays between writers, Paul E. McKenney
- [PATCH rcu 04/13] rcuscale: Print out full set of module parameters, Paul E. McKenney
- [PATCH rcu 03/13] rcuscale: Add minruntime module parameter, Paul E. McKenney
- [PATCH rcu 09/13] rcuscale: Measure RCU Tasks Trace grace-period kthread CPU time, Paul E. McKenney
- [PATCH rcu 06/13] rcuscale: Measure grace-period kthread CPU time, Paul E. McKenney
- [PATCH rcu 10/13] rcuscale: Add RCU Tasks Rude testing, Paul E. McKenney
- [PATCH rcu 08/13] rcuscale: Print grace-period kthread CPU time, if recorded, Paul E. McKenney
- [PATCH rcu 13/13] rcuscale: Add CONFIG_PREEMPT_DYNAMIC=n to TRACE01 scenario, Paul E. McKenney
- [PATCH rcu 05/13] rcuscale: Print out full set of kfree_rcu parameters, Paul E. McKenney
- [PATCH rcu 11/13] rcuscale: fix building with RCU_TINY, Paul E. McKenney
- [PATCH rcu 12/13] rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle(), Paul E. McKenney
- [PATCH rcu 07/13] rcuscale: Add kfree_by_call_rcu and kfree_mult to documentation, Paul E. McKenney
[PATCH rcu 0/3] Reference-side scalability test updates for v6.6,
Paul E. McKenney
[PATCH rcu 0/5] Tasks RCU updates for v6.6,
Paul E. McKenney
[PATCH rcu 0/6] Miscellaneous fixes for v6.6,
Paul E. McKenney
[PATCH rcu 0/7] Documentation updates for v6.6,
Paul E. McKenney
[PATCH v3] docs/RCU: Bring back smp_wmb(), Alan Huang
[PATCH v2 0/2] rcu: Don't dump the stalled CPU on where RCU GP kthread last ran twice,
Zhen Lei
[PATCH v1] rcu: Fix and improve RCU read lock checks when !CONFIG_DEBUG_LOCK_ALLOC,
Sandeep Dhavale
[Index of Archives]
[Linux Samsung SoC]
[Linux Actions SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]