rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-23 00:31:58 to 2020-07-31 09:28:43 UTC [more...]

[tip: core/rcu] srcu: Avoid local_irq_save() before acquiring spinlock_t
 2020-07-31  9:22 UTC 

[tip: core/rcu] mm/list_lru.c: Rename kvfree_rcu() to local variant
 2020-07-31  9:23 UTC 

[PATCH 1/2] rcu/tree: Add a warning if CPU being onlined did not report QS already
 2020-07-31  3:48 UTC  (10+ messages)
` [PATCH 2/2] rcu/tree: Clarify comments about FQS loop reporting quiescent states

[PATCH v2 1/3] rcu/tree: Add a warning if CPU being onlined did not report QS already
 2020-07-31  1:36 UTC  (4+ messages)
` [PATCH v2 2/3] rcu/tree: Clarify comments about FQS loop reporting quiescent states
` [PATCH v2 3/3] rcu/tree: Make FQS complaining about offline CPU more aggressive

[GIT PULL tip/core/rcu] RCU commits for v5.9
 2020-07-30 23:15 UTC  (11+ messages)

[PATCH v2 1/1] rcu/tree: Drop the lock before entering to page allocator
 2020-07-30 12:53 UTC  (2+ messages)

[PATCH RFC] rcu/segcblist: Add counters to segcblist datastructure
 2020-07-29 12:39 UTC  (3+ messages)

[PATCH RFC v2] rcu/segcblist: Add counters to segcblist datastructure
 2020-07-29  1:28 UTC  (8+ messages)

BUG: sleeping function called from invalid context at kernel/locking/mutex.c db410c
 2020-07-22 15:25 UTC  (4+ messages)

[PATCH 1/2] rculist : Introduce list/hlist_for_each_entry_srcu() macros
 2020-07-20 23:31 UTC  (14+ messages)
` [PATCH 2/2] kvm: mmu: page_track: Fix RCU list API usage

[PATCH][next] refperf: avoid null pointer dereference when buf fails to allocate
 2020-07-20 16:26 UTC  (2+ messages)

[PATCH 1/2] rcu: Correct kernel-doc inconsistency
 2020-07-19 21:33 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH] rculist: Silence unused-value warning
 2020-07-19 18:42 UTC  (3+ messages)

[PATCH 1/1] rcu/tree: Drop the lock before entering to page allocator
 2020-07-16 19:03 UTC  (20+ messages)

[PATCH tip/core/rcu 0/17] kfree_rcu updates for v5.9
 2020-07-15 14:20 UTC  (35+ messages)
` [PATCH tip/core/rcu 01/17] rcu: Fix a kernel-doc warnings for "count"
` [PATCH tip/core/rcu 02/17] rcu/tree: Keep kfree_rcu() awake during lock contention
` [PATCH tip/core/rcu 03/17] rcu/tree: Skip entry into the page allocator for PREEMPT_RT
` [PATCH tip/core/rcu 04/17] rcu/tree: Repeat the monitor if any free channel is busy
` [PATCH tip/core/rcu 05/17] rcu/tree: Make debug_objects logic independent of rcu_head
` [PATCH tip/core/rcu 06/17] rcu/tree: Simplify KFREE_BULK_MAX_ENTR macro
` [PATCH tip/core/rcu 07/17] rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functions
` [PATCH tip/core/rcu 08/17] rcu/tree: Use static initializer for krc.lock
` [PATCH tip/core/rcu 09/17] rcu/tree: cache specified number of objects
` [PATCH tip/core/rcu 10/17] rcu/tree: Maintain separate array for vmalloc ptrs
` [PATCH tip/core/rcu 11/17] rcu/tiny: support vmalloc in tiny-RCU
` [PATCH tip/core/rcu 12/17] rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*
` [PATCH tip/core/rcu 13/17] mm/list_lru.c: Rename kvfree_rcu() to local variant
` [PATCH tip/core/rcu 14/17] rcu: Introduce 2 arg kvfree_rcu() interface
` [PATCH tip/core/rcu 15/17] rcu: Support reclaim for head-less object
` [PATCH tip/core/rcu 16/17] rcu: Introduce single argument kvfree_rcu() interface
` [PATCH tip/core/rcu 17/17] lib/test_vmalloc.c: Add test cases for kvfree_rcu()

Null-ptr-deref due to "vfs, fsinfo: Add an RCU safe per-ns mount list"
 2020-07-14  3:46 UTC  (3+ messages)

[PATCH] rculist: Fix _list_check_srcu() macro
 2020-07-14  2:37 UTC  (6+ messages)

[PATCH] rcutorture: Replace HTTP links with HTTPS ones
 2020-07-13 19:37 UTC 

[PATCH] docs: rcu: Replace HTTP links with HTTPS ones
 2020-07-13 12:07 UTC 

[PATCH] rculist : Introduce list/hlist_for_each_entry_srcu() macros
 2020-07-09 17:06 UTC  (3+ messages)

[PATCH v2] rcu: fix kerneldoc comments in rcuupdate.h
 2020-07-09 17:03 UTC  (2+ messages)

[PATCH] rcu: fix kerneldoc comments in rcuupdate.h
 2020-07-09 13:09 UTC  (4+ messages)

[PATCH 0/2] Documentation: RCU: eliminate duplicated words
 2020-07-04 16:46 UTC  (4+ messages)
` [PATCH 1/2] Documentation: RCU: Data-Structures: drop doubled words
` [PATCH 2/2] Documentation: RCU: Requirements: "

[PATCH] docs: RCU: fix typo in function name
 2020-07-02 17:37 UTC  (2+ messages)

[PATCH v2 09/16] rcu/tree: Maintain separate array for vmalloc ptrs
 2020-06-30 17:46 UTC  (11+ messages)

[GIT RFC PULL rcu/urgent] Fix noinstr warnings for KCSAN
 2020-06-26 14:31 UTC  (2+ messages)

[RFC PATCH linux-next] refperf: __srcu_struct_srcu_refctl_scale can be static
 2020-06-24 18:28 UTC  (2+ messages)

[PATCH tip/core/rcu 0/26] Miscellaneous fixes for v5.9
 2020-06-23 21:01 UTC  (10+ messages)
` [PATCH tip/core/rcu 02/26] mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
` [PATCH tip/core/rcu 16/26] rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstr

[PATCH] rcu/tree: Force quiescent state on callback overload
 2020-06-23 16:29 UTC  (9+ messages)

[PATCH] rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp
 2020-06-23  6:21 UTC  (3+ messages)

[PATCH tip/core/rcu 0/23] Torture-test updates for v5.9
 2020-06-23  0:37 UTC  (24+ messages)
` [PATCH tip/core/rcu 01/23] torture: Remove qemu dependency on EFI firmware
` [PATCH tip/core/rcu 02/23] torture: Add script to smoke-test commits in a branch
` [PATCH tip/core/rcu 03/23] locktorture: Use true and false to assign to bool variables
` [PATCH tip/core/rcu 04/23] rcutorture: Add races with task-exit processing
` [PATCH tip/core/rcu 05/23] torture: Set configfile variable to current scenario
` [PATCH tip/core/rcu 06/23] rcutorture: Handle non-statistic bang-string error messages
` [PATCH tip/core/rcu 07/23] rcutorture: NULL rcu_torture_current earlier in cleanup code
` [PATCH tip/core/rcu 08/23] torture: Remove whitespace from identify_qemu_vcpus output
` [PATCH tip/core/rcu 09/23] torture: Add --allcpus argument to the kvm.sh script
` [PATCH tip/core/rcu 10/23] rcu/rcutorture: Replace 0 with false
` [PATCH tip/core/rcu 11/23] torture: Create qemu-cmd in --buildonly runs
` [PATCH tip/core/rcu 12/23] torture: Add a stop-run capability
` [PATCH tip/core/rcu 13/23] torture: Abstract out console-log error detection
` [PATCH tip/core/rcu 14/23] rcutorture: Check for unwatched readers
` [PATCH tip/core/rcu 15/23] torture: Pass --kmake-arg to all make invocations
` [PATCH tip/core/rcu 16/23] torture: Correctly summarize build-only runs
` [PATCH tip/core/rcu 17/23] torture: Improve diagnostic for KCSAN-incapable compilers
` [PATCH tip/core/rcu 18/23] torture: Add more tracing crib notes to kvm.sh
` [PATCH tip/core/rcu 19/23] torture: Add kvm-tranform.sh script for qemu-cmd files
` [PATCH tip/core/rcu 20/23] torture: Dump ftrace at shutdown only if requested
` [PATCH tip/core/rcu 21/23] torture: Avoid duplicate specification of qemu command
` [PATCH tip/core/rcu 22/23] torture: Remove obsolete "cd $KVM"
` [PATCH tip/core/rcu 23/23] rcutorture: Remove KCSAN stubs

[PATCH tip/core/rcu 0/3] SRCU updates for v5.9
 2020-06-23  0:33 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] srcu: Fix a typo in comment "amoritized"->"amortized"
` [PATCH tip/core/rcu 2/3] srcu: Avoid local_irq_save() before acquiring spinlock_t
` [PATCH tip/core/rcu 3/3] srcu: Remove KCSAN stubs

[PATCH tip/core/rcu 0/30] Add read-side scalability tests for v5.9
 2020-06-23  0:29 UTC  (10+ messages)
` [PATCH tip/core/rcu 02/30] refperf: Add a test to measure performance of read-side synchronization
` [PATCH tip/core/rcu 03/30] rcuperf: Add comments explaining the high reader overhead
` [PATCH tip/core/rcu 05/30] refperf: Add holdoff parameter to allow CPUs to come online
` [PATCH tip/core/rcu 06/30] refperf: Hoist function-pointer calls out of the loop
` [PATCH tip/core/rcu 07/30] refperf: Allow decimal nanoseconds
` [PATCH tip/core/rcu 08/30] refperf: Convert nreaders to a module parameter
` [PATCH tip/core/rcu 11/30] refperf: Dynamically allocate thread-summary output buffer
` [PATCH tip/core/rcu 12/30] refperf: Make functions static
` [PATCH tip/core/rcu 15/30] refperf: More closely synchronize reader start times


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