messages from 2022-08-19 07:12:34 to 2022-09-01 16:49:35 UTC [more...]
[PATCH v4 00/14] Implement call_rcu_lazy() and miscellaneous fixes
2022-09-01 16:49 UTC (51+ messages)
` [PATCH v4 01/14] rcu: Introduce call_rcu_lazy() API implementation
` [PATCH v4 02/14] rcu: shrinker for lazy rcu
` [PATCH v4 03/14] rcuscale: Add laziness and kfree tests
` [PATCH v4 04/14] fs: Move call_rcu() to call_rcu_lazy() in some paths
` [PATCH v4 05/14] rcutorture: Add test code for call_rcu_lazy()
` [PATCH v4 06/14] debug: Toggle lazy at runtime and change flush jiffies
` [PATCH v4 07/14] cred: Move call_rcu() to call_rcu_lazy()
` [PATCH v4 08/14] security: "
` [PATCH v4 09/14] net/core: "
` [PATCH v4 10/14] kernel: Move various core kernel usages "
` [PATCH v4 11/14] lib: Move call_rcu() "
` [PATCH v4 12/14] i915: "
` [PATCH v4 13/14] fork: Move thread_stack_free_rcu to call_rcu_lazy
` [PATCH v4 14/14] rcu/tree: Move trace_rcu_callback() before bypassing
[PATCH 0/2] fs: fix capable() call in simple_xattr_list()
2022-09-01 15:26 UTC (3+ messages)
` [PATCH 1/2] fs: convert simple_xattrs to RCU list
` [PATCH 2/2] fs: don't call capable() prematurely in simple_xattr_list()
[PATCH rcu 0/7] Callback-offload (nocb) updates for v6.1
2022-09-01 13:31 UTC (9+ messages)
` [PATCH rcu 1/3] rcu/nocb: Choose the right rcuog/rcuop kthreads to output
` [PATCH rcu 2/3] rcu/nocb: Add CPU number to CPU-{,de}offload failure messages
` [PATCH rcu 3/3] rcu: Simplify rcu_init_nohz() cpumask handling
[PATCH v6 0/2] rcu/nocb: Delete local variable 'need_rcu_nocb_mask' in rcu_init_nohz()
2022-09-01 13:25 UTC (4+ messages)
` [PATCH v6 1/2] rcu: Simplify rcu_init_nohz() cpumask handling
` [PATCH v6 2/2] rcu: Offload callback processing from all CPUs in the absence of rcu_nocbs=
[PATCH rcu 0/32] RCU Tasks updates for v5.20
2022-09-01 10:36 UTC (3+ messages)
` [PATCH rcu 04/32] rcu-tasks: Drive synchronous grace periods from calling task
[RFC PATCH 1/2] mm/slub: perform free consistency checks before call_rcu
2022-09-01 9:55 UTC (5+ messages)
` [RFC PATCH 2/2] mm/sl[au]b: rearrange struct slab fields to allow larger rcu_head
[PATCH rcu 0/7] RCU Tasks updates for v6.1
2022-08-31 18:15 UTC (4+ messages)
` [PATCH rcu 1/3] rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()
` [PATCH rcu 2/3] rcu-tasks: Ensure RCU Tasks Trace loops have quiescent states
` [PATCH rcu 3/3] rcu-tasks: Make RCU Tasks Trace check for userspace execution
[PATCH rcu 0/7] SRCU polled grace-period updates for v6.1
2022-08-31 18:14 UTC (5+ messages)
` [PATCH rcu 1/4] rcutorture: Make "srcud" option also test polled grace-period API
` [PATCH rcu 2/4] srcu: Add GP and maximum requested GP to Tiny SRCU rcutorture output
` [PATCH rcu 3/4] srcu: Make Tiny SRCU poll_state_synchronize_srcu() more precise
` [PATCH rcu 4/4] srcu: Make Tiny SRCU use full-sized grace-period counters
[PATCH rcu 0/7] Torture-test updates for v6.1
2022-08-31 18:17 UTC
[PATCH rcu 0/7] Polled grace-period updates for v6.1
2022-08-31 18:12 UTC (26+ messages)
` [PATCH rcu 01/25] rcu: Add full-sized polling for get_completed*() and poll_state*()
` [PATCH rcu 02/25] rcu: Add full-sized polling for get_state()
` [PATCH rcu 03/25] rcutorture: Abstract synchronous and polled API testing
` [PATCH rcu 04/25] rcutorture: Allow per-RCU-flavor polled double-GP check
` [PATCH rcu 05/25] rcutorture: Verify RCU reader prevents full polling from completing
` [PATCH rcu 06/25] rcutorture: Remove redundant RTWS_DEF_FREE check
` [PATCH rcu 07/25] rcutorture: Verify long-running reader prevents full polling from completing
` [PATCH rcu 08/25] rcu: Add full-sized polling for start_poll()
` [PATCH rcu 09/25] rcu: Add full-sized polling for start_poll_expedited()
` [PATCH rcu 10/25] rcu: Remove blank line from poll_state_synchronize_rcu() docbook header
` [PATCH rcu 11/25] rcu: Add full-sized polling for cond_sync_full()
` [PATCH rcu 12/25] rcu: Add full-sized polling for cond_sync_exp_full()
` [PATCH rcu 13/25] rcu: Disable run-time single-CPU grace-period optimization
` [PATCH rcu 14/25] rcu: Set rcu_data structures' initial ->gpwrap value to true
` [PATCH rcu 15/25] rcu-tasks: Remove grace-period fast-path rcu-tasks helper
` [PATCH rcu 16/25] rcu: Make synchronize_rcu() fast path update ->gp_seq counters
` [PATCH rcu 17/25] rcu: Remove expedited grace-period fast-path forward-progress helper
` [PATCH rcu 18/25] rcu: Make synchronize_rcu_expedited() fast path update .expedited_sequence
` [PATCH rcu 19/25] rcu: Remove ->rgos_polled field from rcu_gp_oldstate structure
` [PATCH rcu 20/25] rcutorture: Adjust rcu_poll_need_2gp() for rcu_gp_oldstate field removal
` [PATCH rcu 21/25] rcu: Make synchronize_rcu() fastpath update only boot-CPU counters
` [PATCH rcu 22/25] rcutorture: Use 1-suffixed variable in rcu_torture_write_types() check
` [PATCH rcu 23/25] rcutorture: Expand rcu_torture_write_types() first "if" statement
` [PATCH rcu 24/25] rcu: Add functions to compare grace-period state values
` [PATCH rcu 25/25] rcutorture: Limit read-side polling-API testing
[PATCH rcu 0/7] kvfree_rcu updates for v6.1
2022-08-31 18:09 UTC (4+ messages)
` [PATCH rcu 1/3] rcu: Back off upon fill_page_cache_func() allocation failure
` [PATCH rcu 2/3] rcu/kfree: Fix kfree_rcu_shrink_count() return value
` [PATCH rcu 3/3] rcu/kvfree: Update KFREE_DRAIN_JIFFIES interval
[PATCH rcu 0/7] Miscellaneous fixes for v6.1
2022-08-31 18:08 UTC (11+ messages)
` [PATCH rcu 01/10] rcu: Fix rcu_read_unlock_strict() strict QS reporting
` [PATCH rcu 02/10] rcu: Update rcu_preempt_deferred_qs() comments for !PREEMPT kernels
` [PATCH rcu 03/10] rcu: Add QS check in rcu_exp_handler() for non-preemptible kernels
` [PATCH rcu 04/10] rcu: Make tiny RCU support leak callbacks for debug-object errors
` [PATCH rcu 05/10] rcu: Document reason for rcu_all_qs() call to preempt_disable()
` [PATCH rcu 06/10] rcu: Update rcu_access_pointer() header for rcu_dereference_protected()
` [PATCH rcu 07/10] sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()
` [PATCH rcu 08/10] sched/debug: Show the registers of 'current' "
` [PATCH rcu 09/10] rcu: Avoid triggering strict-GP irq-work when RCU is idle
` [PATCH rcu 10/10] rcu: Exclude outgoing CPU when it is the last to leave
[PATCH rcu 0/7] RCU documentation updates for v6.1
2022-08-31 18:06 UTC (8+ messages)
` [PATCH rcu 1/7] doc: Emphasize the need for explicit RCU read-side markers
` [PATCH rcu 2/7] doc: Call out queue_rcu_work() for blocking RCU callbacks
` [PATCH rcu 3/7] doc: Use rcu_barrier() to rate-limit "
` [PATCH rcu 4/7] doc: Fix list: rcu_access_pointer() is not lockdep-checked
` [PATCH rcu 5/7] doc: Update rcu_access_pointer() advice in rcu_dereference.rst
` [PATCH rcu 6/7] doc: SLAB_TYPESAFE_BY_RCU uses cannot rely on spinlocks
` [PATCH rcu 7/7] doc/rcu: Update LWN article URLs and add 2019 article
[PATCH] rcu: Remove duplicate RCU exp QS report from rcu_report_dead()
2022-08-31 17:00 UTC (4+ messages)
[RFC 06/10] rcu/hotplug: Make rcutree_dead_cpu() parallel
2022-08-31 16:15 UTC (16+ messages)
大久保アリサ Official Website "Telegram: Ein wichtiges Leck aus dem geschlossenen Club der Kryptomillionare"
2022-08-29 4:31 UTC
[PATCH v5 0/1] rcu/nocb: Delete local variable 'need_rcu_nocb_mask' in rcu_init_nohz()
2022-08-26 13:45 UTC (7+ messages)
` [PATCH v5 1/1] rcu: Simplify the code logic of rcu_init_nohz()
How to increase rcu_head size without breaking -mm ?
2022-08-26 8:50 UTC (9+ messages)
[PATCH v4 0/2] rcu/nocb: Delete local variable 'need_rcu_nocb_mask' in rcu_init_nohz()
2022-08-25 16:19 UTC (8+ messages)
` [PATCH v4 1/2] rcu: Eliminate rcu_state.nocb_is_setup
` [PATCH v4 2/2] rcu: Simplify the code logic of rcu_init_nohz()
[PATCH linux-next] powerpc: disable sanitizer in irq_soft_mask_set
2022-08-24 1:25 UTC (8+ messages)
[PATCH v3 0/5] Implement call_rcu_lazy() and miscellaneous fixes
2022-08-23 17:19 UTC (3+ messages)
CNBC: Sie mochten bequem wohnen und ab 1500 Euro pro Tag ein passives Einkommen erzielen?
2022-08-23 2:51 UTC
[PATCH] doc/rcu: Update LWN articles at the beginning
2022-08-22 16:44 UTC (3+ messages)
6.0-rc1 regression block (blk_mq) / RCU task stuck errors + block-io hang
2022-08-20 15:37 UTC (3+ messages)
[PATCH v3 resend 0/6] Implement call_rcu_lazy() and miscellaneous fixes
2022-08-19 20:13 UTC (16+ messages)
` [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths
[PATCH 0/4] rcu/cpuset: Control RCU_NOCB offloading through cpusets
2022-08-19 7:12 UTC (3+ messages)
` [PATCH 3/4] sched/isolation: Infrastructure to support rcu nocb cpumask changes
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox