LinuxLists
Users
About
Paul E. McKenney (
[email protected]
)
Number of posts: 9406 (2.35 per day)
First post: 2006-11-17 02:32:09
Last post: 2017-11-03 18:00:29
Previous Page
/
Next Page
Date
List
Subject
2018-08-29 22:42:38
linux-kernel
[PATCH tip/core/rcu 43/52] rcu: Remove for_each_rcu_flavor() flavor-traversal macro
2018-08-29 22:42:35
linux-kernel
[PATCH tip/core/rcu 33/52] rcu: Remove rsp parameter from rcu_init_one() and friends
2018-08-29 22:42:34
linux-kernel
[PATCH tip/core/rcu 15/52] rcu: Remove rsp parameter from rcu_gp_kthread_wake()
2018-08-29 22:42:17
linux-kernel
[PATCH tip/core/rcu 45/52] rcu: Restructure rcu_check_gp_kthread_starvation()
2018-08-29 22:42:14
linux-kernel
[PATCH tip/core/rcu 12/52] rcu: Remove rsp parameter from print_cpu_stall()
2018-08-29 22:42:11
linux-kernel
[PATCH tip/core/rcu 40/52] rcu: Remove rsp parameter from rcu_node tree accessor macros
2018-08-29 22:42:06
linux-kernel
[PATCH tip/core/rcu 36/52] rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()
2018-08-29 22:42:00
linux-kernel
[PATCH tip/core/rcu 41/52] rcu: Remove rcu_data structure's ->rsp field
2018-08-29 22:41:48
linux-kernel
[PATCH tip/core/rcu 30/52] rcu: Remove rsp parameter from __rcu_pending()
2018-08-29 22:41:33
linux-kernel
[PATCH tip/core/rcu 37/52] rcu: Remove rsp parameter from print_cpu_stall_info()
2018-08-29 22:41:26
linux-kernel
[PATCH tip/core/rcu 47/52] rcu: Eliminate grace-period management code use of rsp
2018-08-29 22:41:12
linux-kernel
[PATCH tip/core/rcu 39/52] rcu: Remove rsp parameter from expedited grace-period functions
2018-08-29 22:41:03
linux-kernel
[PATCH tip/core/rcu 52/52] rcu: Fix typo in force_qs_rnp()'s parameter's parameter
2018-08-29 22:40:56
linux-kernel
[PATCH tip/core/rcu 50/52] rcu: Eliminate RCU-barrier use of rsp
2018-08-29 22:40:48
linux-kernel
[PATCH tip/core/rcu 48/52] rcu: Eliminate callback-invocation/invocation use of rsp
2018-08-29 22:40:37
linux-kernel
[PATCH tip/core/rcu 49/52] rcu: Eliminate quiescent-state and grace-period-nonstart use of rsp
2018-08-29 22:40:33
linux-kernel
[PATCH tip/core/rcu 46/52] rcu: Eliminate stall-warning use of rsp
2018-08-29 22:40:21
linux-kernel
[PATCH tip/core/rcu 0/52] Remove rcu_state pointers for v4.20/v5.0
2018-08-29 22:33:31
linux-kernel
Re: [PATCH tip/core/rcu 0/19] RCU flavor-consolidation changes for v4.20/v5.0
2018-08-29 22:25:36
linux-kernel
[PATCH tip/core/rcu 05/19] rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special union
2018-08-29 22:25:16
linux-kernel
[PATCH tip/core/rcu 01/19] rcu: Refactor rcu_{nmi,irq}_{enter,exit}()
2018-08-29 22:25:15
linux-kernel
[PATCH tip/core/rcu 03/19] rcutorture: Test extended "rcu" read-side critical sections
2018-08-29 22:25:15
linux-kernel
[PATCH tip/core/rcu 15/19] rcu: Remove RCU_STATE_INITIALIZER()
2018-08-29 22:24:35
linux-kernel
[PATCH tip/core/rcu 04/19] rcu: Allow processing deferred QSes for exiting RCU-preempt readers
2018-08-29 22:24:17
linux-kernel
[PATCH tip/core/rcu 18/19] rcu: Remove rcu_state_p pointer to default rcu_state structure
2018-08-29 22:24:15
linux-kernel
[PATCH tip/core/rcu 07/19] rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safe
2018-08-29 22:24:00
linux-kernel
[PATCH tip/core/rcu 12/19] rcu: Fix typo in rcu_get_gp_kthreads_prio() header comment
2018-08-29 22:23:59
linux-kernel
[PATCH tip/core/rcu 08/19] rcu: Report expedited grace periods at context-switch time
2018-08-29 22:23:54
linux-kernel
[PATCH tip/core/rcu 06/19] rcu: Add warning to detect half-interrupts
2018-08-29 22:23:48
linux-kernel
[PATCH tip/core/rcu 11/19] rcu: Drop "wake" parameter from rcu_report_exp_rdp()
2018-08-29 22:23:46
linux-kernel
[PATCH tip/core/rcu 09/19] rcu: Define RCU-bh update API in terms of RCU
2018-08-29 22:23:30
linux-kernel
[PATCH tip/core/rcu 14/19] rcu: Express Tiny RCU updates in terms of RCU rather than RCU-sched
2018-08-29 22:23:09
linux-kernel
[PATCH tip/core/rcu 16/19] rcu: Eliminate rcu_state structure's ->call field
2018-08-29 22:23:04
linux-kernel
[PATCH tip/core/rcu 19/19] rcu: Remove rcu_data_p pointer to default rcu_data structure
2018-08-29 22:22:55
linux-kernel
[PATCH tip/core/rcu 17/19] rcu: Remove rcu_state structure's ->rda field
2018-08-29 22:22:45
linux-kernel
[PATCH tip/core/rcu 10/19] rcu: Update comments and help text for no more RCU-bh updaters
2018-08-29 22:22:34
linux-kernel
[PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt quiescent states when disabled
2018-08-29 22:22:24
linux-kernel
[PATCH tip/core/rcu 13/19] rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds
2018-08-29 22:21:58
linux-kernel
[PATCH tip/core/rcu 0/19] RCU flavor-consolidation changes for v4.20/v5.0
2018-08-29 21:51:38
linux-kernel
[PATCH tip/core/rcu 03/17] rcutorture: Warn on bad torture type for built-in tests
2018-08-29 21:51:34
linux-kernel
[PATCH tip/core/rcu 04/17] rcuperf: Warn on bad perf type for built-in tests
2018-08-29 21:51:24
linux-kernel
[PATCH tip/core/rcu 14/17] rcutorture: Adjust number of reader kthreads per CPU-hotplug operations
2018-08-29 21:51:20
linux-kernel
[PATCH tip/core/rcu 02/17] rcutorture: Force occasional reader waits
2018-08-29 21:51:11
linux-kernel
[PATCH tip/core/rcu 07/17] rcutorture: Also use GP sequence to judge forward progress
2018-08-29 21:51:10
linux-kernel
[PATCH tip/core/rcu 06/17] rcutorture: Add forward-progress tests for RCU grace periods
2018-08-29 21:51:04
linux-kernel
[PATCH tip/core/rcu 01/17] torture: Stop overwriting Make.out file with obsolete version
2018-08-29 21:50:43
linux-kernel
[PATCH tip/core/rcu 11/17] rcutorture: Increase rcu_read_delay() longdelay_ms
2018-08-29 21:50:30
linux-kernel
[PATCH tip/core/rcu 16/17] rcutorture: Check GP completion at stutter end
2018-08-29 21:50:24
linux-kernel
[PATCH tip/core/rcu 15/17] rcutorture: Print forward-progress test interval on error
2018-08-29 21:50:13
linux-kernel
[PATCH tip/core/rcu 13/17] rcutorture: Reduce priority of forward-progress testing
2018-08-29 21:50:08
linux-kernel
[PATCH tip/core/rcu 09/17] rcutorture: Vary forward-progress test interval