Current Team Memberships

Show patches with: Archived = No       |   688 patches
« 1 2 ... 4 5 6 7 »
Patch Series S/W/F Date Submitter Delegate State
[tip/core/rcu,14/28] security,rcu: Convert call_rcu(whitelist_item_free) to kfree_rcu() --- 2011-06-08 Paul E. McKenney Accepted
[tip/core/rcu,11/28] audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu() --- 2011-06-08 Paul E. McKenney Accepted
[tip/core/rcu,01/28] rcu: Simplify curing of load woes --- 2011-06-08 Paul E. McKenney Accepted
[tip/core/rcu,3/3] rcu: Avoid acquiring rcu_node locks in timer functions --- 2011-05-11 Paul E. McKenney Accepted
[tip/core/rcu,2/3] atomic: add atomic_or() --- 2011-05-11 Paul E. McKenney Accepted
[tip/core/rcu,74/86] nfs,rcu: convert call_rcu(nfs_free_delegation_callback) to kfree_rcu() --- 2011-05-01 Paul E. McKenney Accepted
[tools/memory-model,12/17] tools/memory-model: Update required version of herdtools7 Untitled series #10692 --- 2018-04-16 Paul E. McKenney Superseded
[tools/memory-model,03/17] docs/memory-barriers.txt: Fix broken DMA vs MMIO ordering example Untitled series #10692 --- 2018-04-16 Paul E. McKenney Superseded
[tip/core/rcu,4/8] rcutorture: Remove CONFIG_RCU_USER_QS from rcutorture selftest doc --- 2015-12-05 Paul E. McKenney Superseded
[tip/core/rcu,23/23] rcu: Simplify quiescent-state detection --- 2012-08-30 Paul E. McKenney Superseded
[tip/core/rcu,22/23] rcu: Reduce synchronize_rcu_expedited() latency --- 2012-08-30 Paul E. McKenney Superseded
[tip/core/rcu,21/23] rcu: Eliminate signed overflow in synchronize_rcu_expedited() --- 2012-08-30 Paul E. McKenney Superseded
[tip/core/rcu,19/23] rcu: Adjust for unconditional ->completed assignment --- 2012-08-30 Paul E. McKenney Superseded
[tip/core/rcu,15/23] rcu: Make rcutree module parameters visible in sysfs --- 2012-08-30 Paul E. McKenney Superseded
[tip/core/rcu,12/23] rcu: Prevent force_quiescent_state() memory contention --- 2012-08-30 Paul E. McKenney Superseded
[tip/core/rcu,11/23] rcu: Adjust debugfs tracing for kthread-based quiescent-state forcing --- 2012-08-30 Paul E. McKenney Superseded
[tip/core/rcu,10/23] rcu: Allow RCU quiescent-state forcing to be preempted --- 2012-08-30 Paul E. McKenney Superseded
[tip/core/rcu,08/23] rcu: Segregate rcu_state fields to improve cache locality --- 2012-08-30 Paul E. McKenney Superseded
[tip/core/rcu,05/23] rcu: Prevent offline CPUs from executing RCU core code --- 2012-08-30 Paul E. McKenney Superseded
[tip/core/rcu,22/22] rcu: Prevent offline CPUs from executing RCU core code --- 2012-06-22 Paul E. McKenney Superseded
[tip/core/rcu,15/15] rcu: RCU_SAVE_DYNTICK code no longer ever dead --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,12/15] rcu: Remove unneeded __rcu_process_callbacks() argument --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,11/15] rcu: Add rcu_barrier() statistics to debugfs tracing --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,07/15] rcu: Move rcu_barrier_completion to rcu_state structure --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,06/15] rcu: Move rcu_barrier_cpu_count to rcu_state structure --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,05/15] rcu: Move _rcu_barrier()'s rcu_head structures to rcu_data structures --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,04/15] rcu: Place pointer to call_rcu() in rcu_data structure --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,03/15] rcu: Prevent excessive line length in RCU_STATE_INITIALIZER() --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,14/14] rcu: Fix rcu_is_cpu_idle() #ifdef in TINY_RCU --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,12/14] rcu: Prevent __call_rcu() from invoking RCU core on offline CPUs --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,09/14] rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementations --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,08/14] rcu: Remove return value from rcu_assign_pointer() --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,03/14] rcu: Add ACCESS_ONCE() to ->qlen accesses --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,02/14] rcu: Consolidate duplicate callback-list initialization --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,01/14] rcu: Fix detection of abruptly-ending stall --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,3/4] rcu: stop spurious warnings from synchronize_sched_expedited --- 2012-02-21 Paul E. McKenney Superseded
[RFC,tip/core/rcu,2/3] rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sections --- 2012-02-03 Paul E. McKenney Superseded
[RFC,tip/core/rcu,41/41] rcu: Trace only after NULL-pointer check --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,40/41] rcu: Call out dangers of expedited RCU primitives --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,37/41] lockdep: Add CPU-idle/offline warning to lockdep-RCU splat --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,36/41] rcu: No interrupt disabling for rcu_prepare_for_idle() --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,35/41] rcu: Move synchronize_sched_expedited() to rcutree.c --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,34/41] rcu: Check for illegal use of RCU from offlined CPUs --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,28/41] rcu: Set RCU CPU stall times via sysfs --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,27/41] rcu: Remove #ifdef CONFIG_SMP from TREE_RCU --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,26/41] rcu: Note that rcu_access_pointer() can be used for teardown --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,25/41] rcu: Make rcu_sleep_check() also check rcu_lock_map --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,23/41] rcu: Clean up straggling rcu_preempt_needs_cpu() name --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,22/41] rcu: Simplify unboosting checks --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,21/41] rcu: Inform RCU of irq_exit() activity --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,20/41] rcu: Prevent RCU callbacks from executing before scheduler initialized --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,19/41] rcu: Streamline code produced by __rcu_read_unlock() --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,18/41] rcu: Protect __rcu_read_unlock() against scheduler-using irq handlers --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,17/41] rcu: Remove single-rcu_node optimization in rcu_start_gp() --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,16/41] rcu: Don't make callbacks go through second full grace period --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,15/41] rcu: Check for callback invocation from offline CPUs --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,13/41] rcu: Make rcutorture flag online/offline failures --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,12/41] rcu: Simplify offline processing --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,11/41] mac80211: Convert call_rcu() to kfree_rcu() --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,10/41] ipv4: Convert call_rcu() to kfree_rcu() --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,09/41] ipv4: Convert call_rcu() to kfree_rcu() --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,08/41] tcm_fc: Convert call_rcu() to kfree_rcu() --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,07/41] s390: Convert call_rcu() to kfree_rcu() --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,05/41] rcu: Avoid waking up CPUs having only kfree_rcu() callbacks --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,04/41] rcu: Add diagnostic for misaligned rcu_head structures --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,02/41] rcu: Improve synchronize_rcu() diagnostics --- 2012-02-01 Paul E. McKenney Superseded
[tip/core/urgent,1/7] rcu: decrease rcu_report_exp_rnp coupling with scheduler --- 2011-07-20 Paul E. McKenney Superseded
[tip/core/urgent,6/7] softirq,rcu: Inform RCU of irq_exit() activity --- 2011-07-20 Paul E. McKenney Superseded
[tip/core/urgent,5/7] sched: Add irq_{enter,exit}() to scheduler_ipi() --- 2011-07-20 Paul E. McKenney Superseded
[tip/core/urgent,3/7] rcu: Streamline code produced by __rcu_read_unlock() --- 2011-07-20 Paul E. McKenney Superseded
[tip/core/urgent,2/7] rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_special --- 2011-07-20 Paul E. McKenney Superseded
[tip/core/rcu,10/28] rcu: Fix RCU's NMI documentation --- 2011-06-08 Paul E. McKenney Superseded
[tip/core/rcu,06/28] rcu: Update rcutorture documentation --- 2011-06-08 Paul E. McKenney Superseded
[tip/core/rcu,03/28] rcu: Streamline code produced by __rcu_read_unlock() --- 2011-06-08 Paul E. McKenney Superseded
[tip/core/rcu,7/7] net,rcu: convert call_rcu(xt_rateest_free_rcu) to kfree_rcu() --- 2011-05-02 Paul E. McKenney Superseded
[tip/core/rcu,2/7] sysctl,rcu: convert call_rcu(free_head) to kfree --- 2011-05-02 Paul E. McKenney Superseded
[tip/core/rcu,86/86] vmalloc,rcu: convert call_rcu(rcu_free_vb) to kfree_rcu() --- 2011-05-01 Paul E. McKenney Superseded
[tip/core/rcu,85/86] vmalloc,rcu: convert call_rcu(rcu_free_va) to kfree_rcu() --- 2011-05-01 Paul E. McKenney Superseded
[tip/core/rcu,84/86] ipc,rcu: convert call_rcu(ipc_immediate_free) to kfree_rcu() --- 2011-05-01 Paul E. McKenney Superseded
[tip/core/rcu,83/86] ipc,rcu: convert call_rcu(free_un) to kfree_rcu() --- 2011-05-01 Paul E. McKenney Superseded
[tip/core/rcu,82/86] security,rcu: convert call_rcu(sel_netport_free) to kfree_rcu() --- 2011-05-01 Paul E. McKenney Superseded
[tip/core/rcu,81/86] security,rcu: convert call_rcu(sel_netnode_free) to kfree_rcu() --- 2011-05-01 Paul E. McKenney Superseded
[tip/core/rcu,80/86] md,rcu: convert call_rcu(free_conf) to kfree_rcu() --- 2011-05-01 Paul E. McKenney Superseded
[tip/core/rcu,78/86] ia64,rcu: convert call_rcu(sn_irq_info_free) to kfree_rcu() --- 2011-05-01 Paul E. McKenney Superseded
[tip/core/rcu,77/86] block,rcu: convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu() --- 2011-05-01 Paul E. McKenney Superseded
[tip/core/rcu,76/86] scsi,rcu: convert call_rcu(fc_rport_free_rcu) to kfree_rcu() --- 2011-05-01 Paul E. McKenney Superseded
[tip/core/rcu,75/86] security,rcu: convert call_rcu(whitelist_item_free) to kfree_rcu() --- 2011-05-01 Paul E. McKenney Superseded
[tip/core/rcu,72/86] audit_tree,rcu: convert call_rcu(__put_tree) to kfree_rcu() --- 2011-05-01 Paul E. McKenney Superseded
« 1 2 ... 4 5 6 7 »

Bundling

Create bundle: