Show patches with: none      |   40068 patches
« 1 2 ... 391 392 393400 401 »
Patch Series S/W/F Date Submitter Delegate State
[tip/core/rcu,41/47] rcu: Trace only after NULL-pointer check --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,40/47] rcu: Call out dangers of expedited RCU primitives --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,39/47] rcu: Rework detection of use of RCU by offline CPUs --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,38/47] lockdep: Add CPU-idle/offline warning to lockdep-RCU splat --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,37/47] rcu: No interrupt disabling for rcu_prepare_for_idle() --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,36/47] rcu: Move synchronize_sched_expedited() to rcutree.c --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,35/47] rcu: Check for illegal use of RCU from offlined CPUs --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,34/47] rcu: Make boolean rcutorture parameters be of type "bool" --- 2012-02-04 Paul E. McKenney New
[tip/core/rcu,33/47] rcu: Update stall-warning documentation --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,32/47] rcu: Add CPU-stall capability to rcutorture --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,31/47] rcu: Make documentation give more realistic rcutorture duration --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,30/47] rcutorture: Permit holding off CPU-hotplug operations during boot --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,29/47] rcu: Print scheduling-clock information on RCU CPU stall-warning messages --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,28/47] rcu: Set RCU CPU stall times via sysfs --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,27/47] rcu: Remove #ifdef CONFIG_SMP from TREE_RCU --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,26/47] rcu: Note that rcu_access_pointer() can be used for teardown --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,25/47] rcu: Make rcu_sleep_check() also check rcu_lock_map --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,24/47] rcu: Check for idle-loop entry while in RCU read-side critical section --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,23/47] rcu: Clean up straggling rcu_preempt_needs_cpu() name --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,22/47] rcu: Simplify unboosting checks --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,21/47] rcu: Inform RCU of irq_exit() activity --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,20/47] rcu: Prevent RCU callbacks from executing before scheduler initialized --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,19/47] rcu: Streamline code produced by __rcu_read_unlock() --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,18/47] rcu: Protect __rcu_read_unlock() against scheduler-using irq handlers --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,17/47] rcu: Remove single-rcu_node optimization in rcu_start_gp() --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,16/47] rcu: Don't make callbacks go through second full grace period --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,15/47] rcu: Check for callback invocation from offline CPUs --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,14/47] rcu: Limit lazy-callback duration --- 2012-02-04 Paul E. McKenney New
[tip/core/rcu,13/47] rcu: Make rcutorture flag online/offline failures --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,12/47] rcu: Simplify offline processing --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,11/47] mac80211: Convert call_rcu() to kfree_rcu(), drop mesh_gate_node_reclaim() --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,10/47] ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,09/47] ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu() --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,08/47] tcm_fc: Convert call_rcu() to kfree_rcu(), drop ft_tport_rcu_free() --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,07/47] s390: Convert call_rcu() to kfree_rcu(), drop ext_int_hash_update() --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,06/47] rcu: Move RCU_TRACE to lib/Kconfig.debug --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,05/47] rcu: Avoid waking up CPUs having only kfree_rcu() callbacks --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,04/47] rcu: Add diagnostic for misaligned rcu_head structures --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,03/47] rcu: Add lockdep-RCU checks for simple self-deadlock --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,02/47] rcu: Improve synchronize_rcu() diagnostics --- 2012-02-04 Paul E. McKenney Accepted
[tip/core/rcu,01/47] rcu: Bring RTFP.txt up to date. --- 2012-02-04 Paul E. McKenney New
module: debugging check for runaway kthreads --- 2012-02-03 Dmitry Antipov New
[RFC,tip/core/rcu,3/3] cpuidle: Inform RCU of read-side critical sections --- 2012-02-03 Paul E. McKenney New
[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,1/3] rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit() --- 2012-02-03 Paul E. McKenney New
[4/4,SCSI] ufshcd: SCSI error handling --- 2012-02-02 Vinayak Holikatti New
[3/4,SCSI] ufshcd: UFSHCI error handling --- 2012-02-02 Vinayak Holikatti New
[2/4,SCSI] ufshcd: UFS UTP Transfer requests handling --- 2012-02-02 Vinayak Holikatti New
[RFC,idle] Make arm, sh, and x86 stop using RCU when idle --- 2012-02-02 Paul Mundt New
[RFC,idle,3/3] sh: Avoid invoking RCU when CPU is idle --- 2012-02-02 Paul E. McKenney New
[RFC,idle,2/3] arm: Avoid invoking RCU when CPU is idle --- 2012-02-02 Paul E. McKenney New
[RFC,idle,1/3] x86: Avoid invoking RCU when CPU is idle --- 2012-02-02 Paul E. McKenney New
[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,39/41] rcu: Wait at least a jiffy before declaring a CPU to be offline --- 2012-02-01 Paul E. McKenney New
[RFC,tip/core/rcu,38/41] rcu: Rework detection of use of RCU by offline CPUs --- 2012-02-01 Paul E. McKenney New
[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,33/41] rcu: Make boolean rcutorture parameters be of type "bool" --- 2012-02-01 Paul E. McKenney New
[RFC,tip/core/rcu,32/41] rcu: Update stall-warning documentation --- 2012-02-01 Paul E. McKenney New
[RFC,tip/core/rcu,31/41] rcu: Add CPU-stall capability to rcutorture --- 2012-02-01 Paul E. McKenney New
[RFC,tip/core/rcu,30/41] rcutorture: Permit holding off CPU-hotplug operations during boot --- 2012-02-01 Paul E. McKenney New
[RFC,tip/core/rcu,29/41] rcu: Print scheduling-clock information on RCU CPU stall-warning messages --- 2012-02-01 Paul E. McKenney New
[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,24/41] rcu: Check for idle-loop entry while in RCU read-side critical section --- 2012-02-01 Paul E. McKenney New
[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,14/41] rcu: Limit lazy-callback duration --- 2012-02-01 Paul E. McKenney New
[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,06/41] rcu: Move RCU_TRACE to lib/Kconfig.debug --- 2012-02-01 Paul E. McKenney New
[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,03/41] rcu: Add lockdep-RCU checks for simple self-deadlock --- 2012-02-01 Paul E. McKenney New
[RFC,tip/core/rcu,02/41] rcu: Improve synchronize_rcu() diagnostics --- 2012-02-01 Paul E. McKenney Superseded
[RFC,tip/core/rcu,01/41] rcu: Bring RTFP.txt up to date. --- 2012-02-01 Paul E. McKenney New
[v2] pinctrl: pin configuration states --- 2012-02-01 Linus Walleij Rejected
[v2] pinctrl: delete raw device pointers in pinmux maps --- 2012-02-01 Linus Walleij Accepted
pinctrl: delete raw device pointers in pinmux maps --- 2012-02-01 Linus Walleij Accepted
pinctrl: restore pin naming --- 2012-02-01 Linus Walleij Accepted
[4/4] mfd/ab8500: support AB9540 variant --- 2012-02-01 Linus Walleij Accepted
[3/4] mfd/ab8500: parametrize IRQ masks and registers --- 2012-02-01 Linus Walleij Accepted
[2/4] mfd/ab8500: add version detection and enforcing --- 2012-02-01 Linus Walleij Accepted
« 1 2 ... 391 392 393400 401 »