rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-05 23:47:28 to 2020-11-23 21:07:49 UTC [more...]

[PATCH tip/core/rcu 0/5] Provide SRCU polling grace-period interfaces
 2020-11-23 21:07 UTC  (23+ messages)
` [PATCH RFC tip/core/rcu 1/5] srcu: Make Tiny SRCU use multi-bit grace-period counter
` [PATCH RFC tip/core/rcu 2/5] srcu: Provide internal interface to start a Tiny SRCU grace period
` [PATCH RFC tip/core/rcu 3/5] srcu: Provide internal interface to start a Tree "
` [PATCH RFC tip/core/rcu 4/5] srcu: Provide polling interfaces for Tiny SRCU grace periods
` [PATCH RFC tip/core/rcu 5/5] srcu: Provide polling interfaces for Tree "

[PATCH v2 tip/core/rcu 1/6] srcu: Make Tiny SRCU use multi-bit grace-period counter
 2020-11-23 19:55 UTC  (11+ messages)
` [PATCH v2 tip/core/rcu 2/6] srcu: Provide internal interface to start a Tiny SRCU grace period
` [PATCH v2 tip/core/rcu 3/6] srcu: Provide internal interface to start a Tree "
` [PATCH v2 tip/core/rcu 4/6] srcu: Provide polling interfaces for Tiny SRCU grace periods
` [PATCH v2 tip/core/rcu 5/6] srcu: Provide polling interfaces for Tree "
` [PATCH v2 tip/core/rcu 6/6] srcu: Document "

[PATCH] kfence: Avoid stalling work queue task without allocations
 2020-11-23 19:32 UTC  (44+ messages)
                                          ` linux-next: stall warnings and deadlock on Arm64 (was: [PATCH] kfence: Avoid stalling...)

SRCU: Question on srcu_advance_state
 2020-11-23  1:59 UTC  (3+ messages)
  ` 回复: "

[PATCH] rcu: kasan: record and print kvfree_call_rcu call stack
 2020-11-20 14:54 UTC  (10+ messages)

[PATCH 1/2] rcu: introduce kfree_rcu() single argument macro
 2020-11-20 11:49 UTC  (2+ messages)
` [PATCH 2/2] rcu: eliminate the __kvfree_rcu() macro

[PATCH] srcu: Remove srcu_cblist_invoking member from sdp
 2020-11-20  6:19 UTC  (3+ messages)
  ` 回复: "

[PATCH] tools/rcutorture: Make identify_qemu_vcpus() independant of local language
 2020-11-19 23:03 UTC  (3+ messages)

[PATCH v2] rcu/segcblist: Add debug checks for segment lengths
 2020-11-19 20:42 UTC  (9+ messages)

[PATCH] rcu/segcblist: Add debug check for whether seglen is 0 for empty list
 2020-11-18 16:10 UTC 

[GIT RFC PULL rcu/urgent] Fix lockdep issue in rcu_print_task_stall()
 2020-11-17 19:34 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 07/11] arm64: smp: Tell RCU about CPUs that fail to come online
 2020-11-17 12:57 UTC 

[PATCH AUTOSEL 5.9 12/21] arm64: smp: Tell RCU about CPUs that fail to come online
 2020-11-17 12:56 UTC 

[PATCH rcu-dev] rcu/trace: Add tracing for how segcb list changes
 2020-11-16 19:52 UTC  (2+ messages)

[PATCH V2] rcu: Check and report missed fqs timer wakeup on RCU stall
 2020-11-16 16:06 UTC 

[PATCH] rcu: Check and report missed fqs timer wakeup on RCU stall
 2020-11-16 16:05 UTC  (3+ messages)

SRCU question
 2020-11-16  4:14 UTC  (7+ messages)

Corporate and Personal Loan *
 2020-11-15 16:44 UTC 

[PATCH 00/19] rcu/nocb: De-offload and re-offload support v4
 2020-11-13 12:13 UTC  (20+ messages)
` [PATCH 01/19] rcu/nocb: Turn enabled/offload states into a common flag
` [PATCH 02/19] rcu/nocb: Provide basic callback offloading state machine bits
` [PATCH 03/19] rcu/nocb: Always init segcblist on CPU up
` [PATCH 04/19] rcu/nocb: De-offloading CB kthread
` [PATCH 05/19] rcu/nocb: Don't deoffload an offline CPU with pending work
` [PATCH 06/19] rcu/nocb: De-offloading GP kthread
` [PATCH 07/19] rcu/nocb: Re-offload support
` [PATCH 08/19] rcu/nocb: Shutdown nocb timer on de-offloading
` [PATCH 09/19] rcu: Flush bypass before setting SEGCBLIST_SOFTIRQ_ONLY
` [PATCH 10/19] rcu/nocb: Set SEGCBLIST_SOFTIRQ_ONLY at the very last stage of de-offloading
` [PATCH 11/19] rcu/nocb: Only cond_resched() from actual offloaded batch processing
` [PATCH 12/19] rcu/nocb: Process batch locally as long as offloading isn't complete
` [PATCH 13/19] rcu/nocb: Locally accelerate callbacks "
` [PATCH 14/19] tools/rcutorture: Support nocb toggle in TREE01
` [PATCH 15/19] rcutorture: Remove weak nocb declarations
` [PATCH 16/19] rcutorture: Export nocb (de)offloading functions
` [PATCH 17/19] cpu/hotplug: Add lockdep_is_cpus_held()
` [PATCH 18/19] timer: Add timer_curr_running()
` [PATCH 19/19] rcu/nocb: Detect unsafe checks for offloaded rdp

[PATCH v9 0/7] Add support for length of each segment in the segcblist
 2020-11-11 14:08 UTC  (27+ messages)
` [PATCH v9 2/7] rcu/segcblist: Add counters to segcblist datastructure
` [PATCH v9 4/7] rcu/trace: Add tracing for how segcb list changes
` [PATCH v9 5/7] rcu/segcblist: Remove useless rcupdate.h include
` [PATCH v9 6/7] rcu/tree: segcblist: Remove redundant smp_mb()s
` [PATCH v9 7/7] rcu/segcblist: Add additional comments to explain smp_mb()

Corporate and Personal Loan *
 2020-11-11  8:32 UTC 

[PATCH tip/core/rcu 0/4] Documentations updates for v5.11
 2020-11-11  0:20 UTC  (15+ messages)
` [PATCH tip/core/rcu 1/4] doc: Present the role of READ_ONCE()
` [PATCH tip/core/rcu 2/4] docs: Update RCU's hotplug requirements with a bit about design
` [PATCH tip/core/rcu 4/4] docs/rcu: Update the call_rcu() API

[PATCH tip/core/rcu 0/28] Torture-test updates for v5.11
 2020-11-06 19:13 UTC  (28+ messages)
` [PATCH tip/core/rcu 02/28] torture: Don't kill gdb sessions
` [PATCH tip/core/rcu 03/28] locktorture: Track time of last ->writeunlock()
` [PATCH tip/core/rcu 04/28] torture: Periodically pause in stutter_wait()
` [PATCH tip/core/rcu 05/28] torture: Make torture_stutter() use hrtimer
` [PATCH tip/core/rcu 07/28] rcuscale: Add RCU Tasks Trace
` [PATCH tip/core/rcu 09/28] torture: Exclude "NOHZ tick-stop error" from fatal errors
` [PATCH tip/core/rcu 10/28] rcuscale: Prevent hangs for invalid arguments
` [PATCH tip/core/rcu 11/28] refscale: "
` [PATCH tip/core/rcu 12/28] rcutorture: Adjust scenarios SRCU-t and SRCU-u to make kconfig happy
` [PATCH tip/core/rcu 13/28] locktorture: Ignore nreaders_stress if no readlock support
` [PATCH tip/core/rcu 14/28] locktorture: Prevent hangs for invalid arguments
` [PATCH tip/core/rcu 15/28] torture: Prevent jitter processes from delaying failed run
` [PATCH tip/core/rcu 16/28] rcutorture: Prevent hangs for invalid arguments
` [PATCH tip/core/rcu 17/28] torture: Force weak-hashed pointers on console log
` [PATCH tip/core/rcu 18/28] rcutorture: Make stutter_wait() caller restore priority
` [PATCH tip/core/rcu 19/28] torture: Accept time units on kvm.sh --duration argument
` [PATCH tip/core/rcu 20/28] rcutorture: Small code cleanups
` [PATCH tip/core/rcu 21/28] torture: Allow alternative forms of kvm.sh command-line arguments
` [PATCH tip/core/rcu 22/28] scftorture: Add full-test stutter capability
` [PATCH tip/core/rcu 23/28] locktorture: Invoke percpu_free_rwsem() to do percpu-rwsem cleanup
` [PATCH tip/core/rcu 24/28] rcutorture: Don't do need_resched() testing if ->sync is NULL
` [PATCH tip/core/rcu 25/28] rcutorture/nolibc: Fix a typo in header file
` [PATCH tip/core/rcu 26/28] torture: Make kvm-check-branches.sh use --allcpus
` [PATCH tip/core/rcu 27/28] tools/nolibc: Fix a spelling error in a comment
` [PATCH tip/core/rcu 28/28] tools/rcutorture: Fix BUG parsing of console.log

[PATCH] stop_machine: Mark functions as notrace
 2020-11-06  2:44 UTC  (12+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).