rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-06 09:45:32 to 2019-12-10 04:19:40 UTC [more...]

[PATCH tip/core/rcu 0/9] RCU list updates for v5.6
 2019-12-10  4:19 UTC 

[PATCH tip/core/rcu 0/7] kfree_rcu() updates for v5.6
 2019-12-10  4:11 UTC  (8+ messages)
` [PATCH tip/core/rcu 1/7] rcu: Add basic support for kfree_rcu() batching
` [PATCH tip/core/rcu 2/7] rcuperf: Add kfree_rcu() performance Tests
` [PATCH tip/core/rcu 3/7] rcu: Make kfree_rcu() use a non-atomic ->monitor_todo
` [PATCH tip/core/rcu 4/7] rcu: Add multiple in-flight batches of kfree_rcu() work
` [PATCH tip/core/rcu 5/7] rcu: Add support for debug_objects debugging for kfree_rcu()
` [PATCH tip/core/rcu 6/7] rcu: Remove kfree_rcu() special casing and lazy-callback handling
` [PATCH tip/core/rcu 7/7] rcu: Remove kfree_call_rcu_nobatch()

[PATCH tip/core/rcu 0/12] Miscellaneous fixes for v5.6
 2019-12-10  4:07 UTC  (13+ messages)
` [PATCH tip/core/rcu 01/12] rcu: Remove rcu_swap_protected()
` [PATCH tip/core/rcu 02/12] rcu: Mark non-global functions and variables as static
` [PATCH tip/core/rcu 03/12] rcu: Fix harmless omission of "CONFIG_" from #if condition
` [PATCH tip/core/rcu 04/12] rcu: Fix tracepoint tracking RCU CPU kthread utilization
` [PATCH tip/core/rcu 05/12] rcu: Remove the declaration of call_rcu() in tree.h
` [PATCH tip/core/rcu 06/12] rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.h
` [PATCH tip/core/rcu 07/12] rcu: Move rcu_{expedited,normal} definitions into rcupdate.h
` [PATCH tip/core/rcu 08/12] rcu: Switch force_qs_rnp() to for_each_leaf_node_cpu_mask()
` [PATCH tip/core/rcu 09/12] srcu: Apply *_ONCE() to ->srcu_last_gp_end
` [PATCH tip/core/rcu 10/12] .mailmap: Add entries for old paulmck@kernel.org addresses
` [PATCH tip/core/rcu 11/12] powerpc: Remove comment about read_barrier_depends()
` [PATCH tip/core/rcu 12/12] rcu: Remove unused stop-machine #include

[PATCH tip/core/rcu 0/10] Expedited grace-period updates for v5.6
 2019-12-10  4:01 UTC  (11+ messages)
` [PATCH tip/core/rcu 01/10] rcu: Use *_ONCE() to protect lockless ->expmask accesses
` [PATCH tip/core/rcu 02/10] rcu: Avoid modifying mask_ofl_ipi in sync_rcu_exp_select_node_cpus()
` [PATCH tip/core/rcu 03/10] rcu: Fix data-race due to atomic_t copy-by-value
` [PATCH tip/core/rcu 04/10] rcu: Substitute lookup for bit-twiddling in sync_rcu_exp_select_node_cpus()
` [PATCH tip/core/rcu 05/10] rcu: Fix missed wakeup of exp_wq waiters
` [PATCH tip/core/rcu 06/10] rcu: Allow only one expedited GP to run concurrently with wakeups
` [PATCH tip/core/rcu 07/10] rcu: Rename sync_rcu_preempt_exp_done() to sync_rcu_exp_done()
` [PATCH tip/core/rcu 08/10] rcu: Update tree_exp.h function-header comments
` [PATCH tip/core/rcu 09/10] rcu: Replace synchronize_sched_expedited_wait() "_sched" with "_rcu"
` [PATCH tip/core/rcu 10/10] rcu: Enable tick for nohz_full CPUs slow to provide expedited QS

[PATCH tip/core/rcu 0/7] Documentation updates for v5.6
 2019-12-10  3:56 UTC  (8+ messages)
` [PATCH tip/core/rcu 1/7] doc: Convert arrayRCU.txt to arrayRCU.rst
` [PATCH tip/core/rcu 2/7] doc: Converted NMI-RCU.txt to NMI-RCU.rst
` [PATCH tip/core/rcu 3/7] doc: Convert whatisRCU.txt to .rst
` [PATCH tip/core/rcu 4/7] doc: Convert to rcu_dereference.txt to rcu_dereference.rst
` [PATCH tip/core/rcu 5/7] doc: Convert to rcubarrier.txt to ReST
` [PATCH tip/core/rcu 6/7] doc: Updated full list of RCU API in whatisRCU.rst
` [PATCH tip/core/rcu 7/7] doc: Fix typo s/deference/dereference/

[PATCH tip/core/rcu 0/12] Torture-test updates for v5.6
 2019-12-10  3:42 UTC  (13+ messages)
` [PATCH tip/core/rcu 01/12] torture: Use gawk instead of awk for systime() function
` [PATCH tip/core/rcu 02/12] rcutorture: Dispense with Dracut for initrd creation
` [PATCH tip/core/rcu 03/12] torture: Handle jitter for CPUs that cannot be offlined
` [PATCH tip/core/rcu 04/12] torture: Handle systems lacking the mpstat command
` [PATCH tip/core/rcu 05/12] rcutorture: Add worst-case call_rcu() forward-progress results
` [PATCH tip/core/rcu 06/12] rcutorture: Pull callback forward-progress data into rcu_fwd struct
` [PATCH tip/core/rcu 07/12] rcutorture: Thread rcu_fwd pointer through forward-progress functions
` [PATCH tip/core/rcu 08/12] rcutorture: Move to dynamic initialization of rcu_fwds
` [PATCH tip/core/rcu 09/12] rcutorture: Complete threading rcu_fwd pointers through functions
` [PATCH tip/core/rcu 10/12] rcutorture: Dynamically allocate rcu_fwds structure
` [PATCH tip/core/rcu 11/12] torture: Allow "CFLIST" to specify default list of scenarios
` [PATCH tip/core/rcu 12/12] torture: Hoist calls to lscpu to higher-level kvm.sh script

[PATCH v5] selinux: cache the SID -> context string translation
 2019-12-09 21:18 UTC  (5+ messages)

[PATCH v9] selinux: sidtab: reverse lookup hash table
 2019-12-09 21:17 UTC  (15+ messages)

[PATCH v3] kernel: audit.c: Add __rcu annotation to RCU pointer
 2019-12-09 20:31 UTC  (6+ messages)

[PATCH] rculist.h: Add list_tail_rcu()
 2019-12-09 18:33 UTC  (2+ messages)

[PATCH 2/2] fs: nfs: dir.c: Fix sparse error
 2019-12-06 18:45 UTC  (8+ messages)

[PATCH] rculist: Add macro list_prev_rcu
 2019-12-06 15:58 UTC  (3+ messages)

[PATCH] doc: listRCU: Add some more listRCU patterns in the kernel
 2019-12-06  8:07 UTC  (10+ messages)
` [PATCH v2] "

[PATCH tip/core/rcu] Enable tick for nohz_full CPUs not responding to expedited GP
 2019-12-06  3:10 UTC  (3+ messages)

[PATCH] include: linux: rculist_nulls: Change docbook comment headers
 2019-12-06  0:04 UTC  (2+ messages)

[PATCH] Include: Linux: rculist_nulls: Add docbook comment headers
 2019-12-05 14:42 UTC  (4+ messages)

[PATCH 3/3] include: linux: rculist_nulls: Add docbook comments
 2019-12-05  6:16 UTC 

[PATCH] fs: btrfs: volumes.h: Annotate rcu_string with __rcu
 2019-12-04 20:19 UTC 

[PATCH 1/2] kernel: set taint flag 'L' at any kind of lockup
 2019-12-02 20:03 UTC  (5+ messages)
` [PATCH 2/2] kernel: add sysctl kernel.nr_taints

[PATCH] ext4: use rcu API in debug_print_tree
 2019-12-01  3:51 UTC 

[PATCH] rcu: Fix missed wakeup of exp_wq waiters
 2019-11-22  3:44 UTC  (16+ messages)

[PATCH v2] rcu: Fix missed wakeup of exp_wq waiters
 2019-11-22  3:40 UTC  (7+ messages)

[PATCH v8] selinux: sidtab: reverse lookup hash table
 2019-11-21 13:17 UTC  (2+ messages)

[PATCH V2 0/7] rcu: introduce percpu rcu_preempt_depth
 2019-11-21  4:02 UTC  (24+ messages)
` [PATCH V2 1/7] rcu: use preempt_count to test whether scheduler locks is held
` [PATCH V2 2/7] rcu: cleanup rcu_preempt_deferred_qs()
` [PATCH V2 5/7] rcu: wrap usages of rcu_read_lock_nesting
` [PATCH V2 6/7] rcu: clear the special.b.need_qs in rcu_note_context_switch()
` [PATCH V2 7/7] x86,rcu: use percpu rcu_preempt_depth

[RFC PATCH 1/2] selinux: Don't call avc_compute_av() from RCU path walk
 2019-11-20 19:13 UTC  (3+ messages)

[PATCH v7] selinux: sidtab: reverse lookup hash table
 2019-11-18 21:46 UTC  (6+ messages)

[PATCH 00/11] rcu: introduce percpu rcu_preempt_depth
 2019-11-18 14:57 UTC  (7+ messages)
` [PATCH 08/11] rcu: don't use negative ->rcu_read_lock_nesting

[PATCH v4] selinux: cache the SID -> context string translation
 2019-11-15 15:36 UTC  (6+ messages)

[PATCH] Documentation: RCU: whatisRCU: Updated full list of RCU API
 2019-11-12 13:36 UTC  (5+ messages)
  ` [Linux-kernel-mentees] "

[PATCH v3] selinux: cache the SID -> context string translation
 2019-11-11  8:32 UTC  (4+ messages)

[PATCH v2] Documentation: RCU: rcubarrier: Convert to reST
 2019-11-07 14:29 UTC  (3+ messages)

[PATCH] Documentation: RCU: rcubarrier: Convert to reST
 2019-11-07  9:55 UTC  (5+ messages)
` [Linux-kernel-mentees] "

RE:faktura cislo 207427
 2019-11-07  7:34 UTC 

[Linux-kernel-mentees] [PATCH] Doc: Improve format for whatisRCU.rst
 2019-11-06 16:59 UTC  (7+ messages)
` [PATCH] Doc: whatisRCU: Add more Markup
    ` [PATCH] doc: Convert whatisRCU.txt to .rst
    ` Re: [Linux-kernel-mentees] [PATCH] Doc: whatisRCU: Add more Markup


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