Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2019-04-07 13:48:23 to 2019-06-01 09:39:38 UTC [more...]

[PATCH RFC 1/1] doc/rcu: Add some more listRCU patterns in the kernel
 2019-06-01  9:39 UTC 

[PATCH] rcuperf: correct a example of perf_type
 2019-06-01  1:52 UTC  (3+ messages)

[PATCH] rcuperf: correct a example of perf_type
 2019-05-31 15:15 UTC  (2+ messages)

Question about cacheline bounching with percpu-rwsem and rcu-sync
 2019-05-31 14:43 UTC  (5+ messages)

[PATCH tip/core/rcu 0/21] Torture-test updates for v5.3
 2019-05-30 15:17 UTC  (22+ messages)
` [PATCH tip/core/rcu 01/21] rcutorture: Select from only online CPUs
` [PATCH tip/core/rcu 02/21] rcutorture: Add cpu0 to the set of CPUs to add jitter
` [PATCH tip/core/rcu 03/21] rcutorture: Add cond_resched() to forward-progress free-up loop
` [PATCH tip/core/rcu 04/21] rcutorture: Fix stutter_wait() return value and freelist checks
` [PATCH tip/core/rcu 05/21] torture: Allow inter-stutter interval to be specified
` [PATCH tip/core/rcu 06/21] torture: Make kvm-find-errors.sh and kvm-recheck.sh provide exit status
` [PATCH tip/core/rcu 07/21] rcutorture: Provide rudimentary Makefile
` [PATCH tip/core/rcu 08/21] rcutorture: Exempt tasks RCU from timely draining of grace periods
` [PATCH tip/core/rcu 09/21] rcutorture: Exempt TREE01 from forward-progress testing
` [PATCH tip/core/rcu 10/21] rcutorture: Give the scheduler a chance on PREEMPT && NO_HZ_FULL kernels
` [PATCH tip/core/rcu 11/21] rcutorture: Halt forward-progress checks at end of run
` [PATCH tip/core/rcu 12/21] rcutorture: Add trivial RCU implementation
` [PATCH tip/core/rcu 13/21] rcutorture: Tweak kvm options
` [PATCH tip/core/rcu 14/21] torture: Capture qemu output
` [PATCH tip/core/rcu 15/21] torture: Add function graph-tracing cheat sheet
` [PATCH tip/core/rcu 16/21] torture: Run kernel build in source directory
` [PATCH tip/core/rcu 17/21] torture: Make --cpus override idleness calculations
` [PATCH tip/core/rcu 18/21] torture: Add --trust-make to suppress "make clean"
` [PATCH tip/core/rcu 19/21] rcutorture: Dump trace buffer for callback pipe drain failures
` [PATCH tip/core/rcu 20/21] torture: Suppress propagating trace_printk() warning
` [PATCH tip/core/rcu 21/21] rcutorture: Upper case solves the case of the vanishing NULL pointer

[PATCH tip/core/rcu 0/4] RCU-sync updates for v5.3
 2019-05-30 15:08 UTC  (5+ messages)
` [PATCH tip/core/rcu 1/4] rcu/sync: Kill rcu_sync_type/gp_type
` [PATCH tip/core/rcu 2/4] uprobes: Use DEFINE_STATIC_PERCPU_RWSEM() to initialize dup_mmap_sem
` [PATCH tip/core/rcu 3/4] locking/percpu-rwsem: Add DEFINE_PERCPU_RWSEM(), use it to initialize cgroup_threadgroup_rwsem
` [PATCH tip/core/rcu 4/4] rcu/sync: Simplify the state machine

[PATCH tip/core/rcu 0/4] SRCU updates for v5.3
 2019-05-30 15:04 UTC  (5+ messages)
` [PATCH tip/core/rcu 1/4] srcu: Allocate per-CPU data for DEFINE_SRCU() in modules
` [PATCH tip/core/rcu 2/4] srcu: Remove unused vmlinux srcu linker entries
` [PATCH tip/core/rcu 3/4] module: Make srcu_struct ptr array as read-only
` [PATCH tip/core/rcu 4/4] rcu: Make __call_srcu static

[PATCH tip/core/rcu 0/9] Miscellaneous fixes for v5.3
 2019-05-30 15:00 UTC  (10+ messages)
` [PATCH tip/core/rcu 1/9] rcu: Dump specified number of blocked tasks
` [PATCH tip/core/rcu 2/9] rcu: Correctly unlock root node in rcu_check_gp_start_stall()
` [PATCH tip/core/rcu 3/9] rcu: Make kfree_rcu() ignore NULL pointers
` [PATCH tip/core/rcu 4/9] rcu: Set a maximum limit for back-to-back callback invocation
` [PATCH tip/core/rcu 5/9] doc: Remove ".vnet" from paulmck email addresses
` [PATCH tip/core/rcu 6/9] rcu: Upgrade sync_exp_work_done() to smp_mb()
` [PATCH tip/core/rcu 7/9] rcu: Fix irritating whitespace error in rcu_assign_pointer()
` [PATCH tip/core/rcu 8/9] rcu: Force inlining of rcu_read_lock()
` [PATCH tip/core/rcu 9/9] rcu: Don't return a value from rcu_assign_pointer()

[PATCH tip/core/rcu 0/2] Documentation updates for v5.3
 2019-05-30 14:55 UTC  (3+ messages)
` [PATCH tip/core/rcu 1/2] doc/rcuref: Document real world examples in kernel
` [PATCH tip/core/rcu 2/2] doc: Fixup definition of rcupdate.rcu_task_stall_timeout

[PATCH tip/core/rcu 0/12]
 2019-05-30 14:52 UTC  (13+ messages)
` [PATCH tip/core/rcu 01/12] rcu: Enable elimination of Tree-RCU softirq processing
` [PATCH tip/core/rcu 02/12] rcu: Check for wakeup-safe conditions in rcu_read_unlock_special()
` [PATCH tip/core/rcu 03/12] rcu: Only do rcu_read_unlock_special() wakeups if expedited
` [PATCH tip/core/rcu 04/12] rcu: Allow rcu_read_unlock_special() to raise_softirq() if in_irq()
` [PATCH tip/core/rcu 05/12] rcu: Use irq_work to get scheduler's attention in clean context
` [PATCH tip/core/rcu 06/12] rcu: Inline invoke_rcu_callbacks() into its sole remaining caller
` [PATCH tip/core/rcu 07/12] rcu: Avoid self-IPI in sync_rcu_exp_select_node_cpus()
` [PATCH tip/core/rcu 08/12] rcu: Avoid self-IPI in sync_sched_exp_online_cleanup()
` [PATCH tip/core/rcu 09/12] lockdep: Add assertion to check if in an interrupt
` [PATCH tip/core/rcu 10/12] rcu: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle()
` [PATCH tip/core/rcu 11/12] rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qs
` [PATCH tip/core/rcu 12/12] rcu: Remove unused rdp local from synchronize_rcu_expedited()

[PATCH RFC 0/5] Remove some notrace RCU APIs
 2019-05-28 20:00 UTC  (17+ messages)
` [PATCH RFC 1/5] powerpc: Use regular rcu_dereference_raw API
` [PATCH RFC 2/5] trace: "
` [PATCH RFC 3/5] hashtable: Use the regular hlist_for_each_entry_rcu API
` [PATCH RFC 4/5] rculist: Remove hlist_for_each_entry_rcu_notrace since no users
` [PATCH RFC 5/5] rcu: Remove rcu_dereference_raw_notrace "

[PATCH v2] rcu: Don't return a value from rcu_assign_pointer()
 2019-05-27 19:23 UTC  (6+ messages)

[PATCH] doc/rcu: Correct field_count field naming in examples
 2019-05-25 10:07 UTC  (10+ messages)

Should list_entry_rcu use rcu_dereference ?
 2019-05-24 17:33 UTC  (7+ messages)

[PATCH] rcu: Prevent evaluation of rcu_assign_pointer()
 2019-05-24 17:03 UTC  (5+ messages)

[RFC PATCH] rcu: Make 'rcu_assign_pointer(p, v)' of type 'typeof(p)'
 2019-05-23 15:23 UTC  (6+ messages)

[PATCH] rcu: Force inlining of rcu_read_lock()
 2019-05-22 18:41 UTC  (3+ messages)

[PATCH] rcu: Remove unused variable
 2019-05-17 11:57 UTC  (3+ messages)

[PATCH] rcutorture: Tweak kvm options
 2019-05-03  7:26 UTC  (13+ messages)

[PATCH v3 1/3] module: Prepare for addition of new ro_after_init sections
 2019-04-20 11:38 UTC  (15+ messages)
` [PATCH v3 2/3] module: Make srcu_struct ptr array as read-only post init
` [PATCH v3 3/3] module: Make __tracepoints_ptrs as read-only

[GIT PULL rcu/next + tools/memory-model] RCU and LKMM commits for 5.2
 2019-04-18 12:44 UTC  (2+ messages)

[PATCH] module: Make srcu_struct ptr array as read-only
 2019-04-12  2:35 UTC  (4+ messages)

[PATCH v2 1/3] module: Prepare for addition of new ro_after_init sections
 2019-04-10 19:11 UTC  (4+ messages)
` [PATCH v2 2/3] module: Make srcu_struct ptr array as read-only post init
` [PATCH v2 3/3] module: Make __tracepoints_ptrs as read-only

[PATCH 1/2] module: Prepare for addition of new ro_after_init sections
 2019-04-10 18:24 UTC  (12+ messages)
` [PATCH 2/2] module: Make srcu_struct ptr array as read-only post init

[PATCH RFC tip/core/rcu 0/4] Forbid static SRCU use in modules
 2019-04-09 19:14 UTC  (35+ messages)


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