Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2019-04-29 14:49:32 to 2019-06-27 00:49:04 UTC [more...]

[RFC] rcu: Warn that rcu ktheads cannot be spawned
 2019-06-27  0:48 UTC  (10+ messages)

[Linux-kernel-mentees][PATCH v3 0/6] Documentation: RCU: Convert to reST
 2019-06-26 20:07 UTC  (25+ messages)
  ` [Linux-kernel-mentees][PATCH v4 0/5] "
    ` [Linux-kernel-mentees][PATCH v5 "
    ` [Linux-kernel-mentees][PATCH v5 1/5] Documentation: RCU: Convert RCU basic concepts "
    ` [Linux-kernel-mentees][PATCH v5 2/5] Documentation: RCU: Convert RCU linked list "
    ` [Linux-kernel-mentees][PATCH v5 3/5] Documentation: RCU: Convert RCU UP systems "
    ` [Linux-kernel-mentees][PATCH v5 4/5] Documentation: RCU: Rename txt files to rst
    ` [Linux-kernel-mentees][PATCH v5 5/5] Documentation: RCU: Add TOC tree hooks
  ` [Linux-kernel-mentees][PATCH v4 1/5] Documentation: RCU: Convert RCU basic concepts to reST
  ` [Linux-kernel-mentees][PATCH v4 2/5] Documentation: RCU: Convert RCU linked list "
  ` [Linux-kernel-mentees][PATCH v4 3/5] Documentation: RCU: Convert RCU UP systems "
  ` [Linux-kernel-mentees][PATCH v4 4/5] Documentation: RCU: Rename txt files to rst
  ` [Linux-kernel-mentees][PATCH v4 5/5] Documentation: RCU: Add TOC tree hooks
` [Linux-kernel-mentees][PATCH v3 1/6] Documentation: RCU: Convert RCU basic concepts to reST
` [Linux-kernel-mentees][PATCH v3 2/6] Documentation: RCU: Convert RCU linked list "
` [Linux-kernel-mentees][PATCH v3 3/6] Documentation: RCU: Convert RCU UP systems "
` [Linux-kernel-mentees][PATCH v3 4/6] Documentation: RCU: Rename txt files to rst
` [Linux-kernel-mentees][PATCH v3 5/6] Documentation: RCU: Add links to rcu.rst
` [Linux-kernel-mentees][PATCH v3 6/6] Documentation: RCU: Add TOC tree hooks

[RFC] Deadlock via recursive wakeup via RCU with threadirqs
 2019-06-26 16:25 UTC  (2+ messages)

[GIT PULL rcu/next] RCU commits for 5.3
 2019-06-20  6:59 UTC  (3+ messages)

[PATCH tip/core/rcu 0/9] Miscellaneous fixes for v5.3
 2019-06-13 22:36 UTC  (12+ 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()

Question about cacheline bounching with percpu-rwsem and rcu-sync
 2019-06-09 21:25 UTC  (8+ messages)

[PATCH RFC tip/core/rcu] Restore barrier() to rcu_read_lock() and rcu_read_unlock()
 2019-06-06 13:51 UTC  (3+ messages)

[RFC 0/6] Harden list_for_each_entry_rcu() and family
 2019-06-05 13:04 UTC  (21+ messages)
` [RFC 1/6] rcu: Add support for consolidated-RCU reader checking
` [RFC 2/6] ipv4: add lockdep condition to fix for_each_entry
` [RFC 3/6] driver/core: Convert to use built-in RCU list checking
` [RFC 4/6] workqueue: Convert for_each_wq to use built-in list check
` [RFC 5/6] x86/pci: Pass lockdep condition to pcm_mmcfg_list iterator
` [RFC 6/6] acpi: Use built-in RCU list checking for acpi_ioremaps list

[PATCH RFC 1/1] doc/rcu: Add some more listRCU patterns in the kernel
 2019-06-01  9:41 UTC  (2+ messages)

[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)

[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/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  (11+ messages)


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