Show patches with: State = Action Required       |    Archived = No       |   17344 patches
« 1 2 3 4173 174 »
Patch Series S/W/F Date Submitter Delegate State
[tip/core/rcu,50/55] rcu: Inform the user about dynticks-idle mode on PROVE_RCU warning --- 2011-09-06 Paul E. McKenney New
[tip/core/rcu,51/55] rcu: Warn when rcu_read_lock() is used in extended quiescent state --- 2011-09-06 Paul E. McKenney New
[tip/core/rcu,52/55] rcu: Remove one layer of abstraction from PROVE_RCU checking --- 2011-09-06 Paul E. McKenney New
[tip/core/rcu,53/55] rcu: Warn when srcu_read_lock() is used in an extended quiescent state --- 2011-09-06 Paul E. McKenney New
[tip/core/rcu,54/55] rcu: Make srcu_read_lock_held() call common lockdep-enabled function --- 2011-09-06 Paul E. McKenney New
[tip/core/rcu,55/55] powerpc: Work around tracing from dyntick-idle mode --- 2011-09-06 Paul E. McKenney New
[tip/core/rcu,44/55] rcu: wire up RCU_BOOST_PRIO for rcutree --- 2011-09-13 Mike Galbraith New
[tip/core/rcu,55/55] powerpc: Work around tracing from dyntick-idle mode --- 2011-09-16 Frederic Weisbecker New
[tip/core/rcu,41/55] rcu: Permit rt_mutex_unlock() with irqs disabled --- 2011-09-19 Yong Zhang New
gpio/mxc: make it work with imx6q --- 2011-09-19 Shawn Guo New
[v2,1/7] clk: Add a generic clock infrastructure --- 2011-09-22 Mike Turquette New
[v2,2/7] clk: Implement clk_set_rate --- 2011-09-22 Mike Turquette New
[v2,3/7] clk: Add fixed-rate clock --- 2011-09-22 Mike Turquette New
[v2,4/7] clk: Add simple gated clock --- 2011-09-22 Mike Turquette New
[v2,5/7] clk: Add Kconfig option to build all generic clk drivers --- 2011-09-22 Mike Turquette New
[v2,6/7] clk: Add initial WM831x clock driver --- 2011-09-22 Mike Turquette New
[v2,7/7] x86: Enable generic clk API on x86 --- 2011-09-22 Mike Turquette New
[6/8] clocksource: m86knommu: Convert to clocksource_register_hz/khz --- 2011-10-25 y@kernel.beaverton.ibm.com New
[7/8] clocksource: Convert m68k to use clocksource_register_hz/khz --- 2011-10-25 y@kernel.beaverton.ibm.com New
[8/8] clocksource: hyperv: Convert to clocksource_register_khz --- 2011-10-25 y@kernel.beaverton.ibm.com New
[RFC,tip/core/rcu,01/28] powerpc: Strengthen value-returning-atomics memory barriers --- 2011-11-02 Paul E. McKenney New
[RFC,tip/core/rcu,05/28] lockdep: Update documentation for lock-class leak detection --- 2011-11-02 Paul E. McKenney New
[RFC,tip/core/rcu,11/28] rcu: Omit self-awaken when setting up expedited grace period --- 2011-11-02 Paul E. McKenney New
[RFC,tip/core/rcu,24/28] rcu: Introduce bulk reference count --- 2011-11-02 Paul E. McKenney New
[RFC,tip/core/rcu,27/28] rcu: Allow dyntick-idle mode for CPUs with callbacks --- 2011-11-02 Paul E. McKenney New
[RFC,tip/core/rcu,28/28] rcu: Fix idle-task checks --- 2011-11-02 Paul E. McKenney New
pm: remove useless array definition in cpuidle_structure --- 2011-11-03 Rob New
ath9k: rename ath9k_platform.h to ath_platform.h --- 2011-11-15 Sangwook New
[tip/core/rcu,2/9] rcu: Add rcutorture system-shutdown capability --- 2011-11-15 Paul E. McKenney New
[tip/core/rcu,4/9] sched: add is_idle_task() to handle invalidated uses of idle_cpu() --- 2011-11-15 Paul E. McKenney New
[v3,1/5] clk: Kconfig: add entry for HAVE_CLK_PREPARE --- 2011-11-22 Mike Turquette New
[v3,2/5] Documentation: common clk API --- 2011-11-22 Mike Turquette New
[v3,3/5] clk: introduce the common clock framework --- 2011-11-22 Mike Turquette New
[v3,4/5] clk: basic gateable and fixed-rate clks --- 2011-11-22 Mike Turquette New
[v3,5/5] clk: export tree topology and clk data via sysfs --- 2011-11-22 Mike Turquette New
thermal: Add a new trip type to use cooling device instance number --- 2011-12-01 Amit Daniel Kachhap New
[RFC,tip/core/rcu,6/7] driver-core/cpu: Add cpu_is_hotpluggable() for rcutorture error analysis --- 2011-12-03 Paul E. McKenney New
[RFC,tip/core/rcu,7/7] rcu: Quiet RCU-lockdep warnings involving interrupt disabling --- 2011-12-03 Paul E. McKenney New
[1/3] kernel.h: sched: introduce might_sleep_disabled() --- 2011-12-06 Yong Zhang New
[2/3] rtmutex: introduce rt_mutex_lock_irqdisabled() --- 2011-12-06 Yong Zhang New
[3/3] rcu: use rt_mutex_lock_irqdisabled() in rcu_boost() --- 2011-12-06 Yong Zhang New
[RFC,1/2] thermal: Add a new trip type to use cooling device instance number --- 2011-12-13 Amit Daniel Kachhap New
[RFC,2/2] thermal: Add generic cpu cooling implementation --- 2011-12-13 Amit Daniel Kachhap New
[v4,1/6] clk: Kconfig: add entry for HAVE_CLK_PREPARE --- 2011-12-14 Mike Turquette New
[v4,2/6] Documentation: common clk API --- 2011-12-14 Mike Turquette New
[v4,3/6] clk: introduce the common clock framework --- 2011-12-14 Mike Turquette New
[v4,4/6] clk: introduce rate change notifiers --- 2011-12-14 Mike Turquette New
[v4,5/6] clk: basic gateable and fixed-rate clks --- 2011-12-14 Mike Turquette New
[v4,6/6] clk: export the clk tree topology to debugfs --- 2011-12-14 Mike Turquette New
regulator: use usleep_range() instead of mdelay()/udelay() --- 2011-12-21 Dmitry Antipov New
[RFC,1/4] lcd: platform-lcd: Eliminate need for platform data --- 2012-01-02 thomas.abraham@linaro.org New
[RFC,2/4] lcd: platform-lcd: Add support for Hydis hv070wsa lcd panel --- 2012-01-02 thomas.abraham@linaro.org New
[RFC,3/4] ARM: Exynos: Remove platform data of platform-lcd driver --- 2012-01-02 thomas.abraham@linaro.org New
[RFC,4/4] lcd: platform-lcd: Add device tree support --- 2012-01-02 thomas.abraham@linaro.org New
backlight: lcd: add driver for raster-type lcd's with gpio controlled panel reset --- 2012-01-05 thomas.abraham@linaro.org New
[GIT,PULL,00/11] arm-soc changes --- 2012-01-09 Arnd Bergmann New
[GIT,PULL,01/11] Non-critical bug fixes --- 2012-01-09 Arnd Bergmann New
[GIT,PULL,02/11] Cleanups on various subarchitectures --- 2012-01-09 Arnd Bergmann New
[GIT,PULL,03/11] Device tree conversions for samsung and tegra --- 2012-01-09 Arnd Bergmann New
[GIT,PULL,04/11] Cleanups for the Samsung platforms --- 2012-01-09 Arnd Bergmann New
[GIT,PULL,05/11] SoC-level changes for tegra and omap --- 2012-01-09 Arnd Bergmann New
[GIT,PULL,06/11] Board-level changes --- 2012-01-09 Arnd Bergmann New
[GIT,PULL,07/11] New feature development --- 2012-01-09 Arnd Bergmann New
[GIT,PULL,08/11] Driver specific changes --- 2012-01-09 Arnd Bergmann New
[GIT,PULL,09/11] power management changes for omap and imx --- 2012-01-09 Arnd Bergmann New
[GIT,PULL,10/11] timer changes for msm --- 2012-01-09 Arnd Bergmann New
[GIT,PULL,11/11] clock management changes for i.MX --- 2012-01-09 Arnd Bergmann New
[v2,1/2] backlight: lcd: add driver for raster-type lcd's with gpio controlled panel reset --- 2012-01-12 thomas.abraham@linaro.org New
[v2,2/2] ARM: Exynos: Use lcd power control driver for lcd panel --- 2012-01-12 thomas.abraham@linaro.org New
hrtimers: teach usleep_range() to return how many usecs was slept --- 2012-01-16 Dmitry Antipov New
[1/3] hrtimers: teach usleep_range() to return how many usecs was slept --- 2012-01-17 Dmitry Antipov New
[linux-pm,RFC] thermal: Add support to report cooling statistics achieved by cooling devices --- 2012-01-18 Amit Daniel Kachhap New
hrtimers, timers: eliminate some jiffies-backed code --- 2012-01-23 Dmitry Antipov New
module: avoid call vmalloc if init size is zero --- 2012-01-27 Dmitry Antipov New
hrtimers: move default_timer_slack_ns to system-wide sysctl --- 2012-01-27 Dmitry Antipov New
[1/3] percpu: use ZERO_SIZE_PTR / ZERO_OR_NULL_PTR --- 2012-01-30 Dmitry Antipov New
[2/3] vmalloc: use ZERO_SIZE_PTR / ZERO_OR_NULL_PTR --- 2012-01-30 Dmitry Antipov New
[3/3] module: use ZERO_OR_NULL_PTR allocation pointer checking --- 2012-01-30 Dmitry Antipov New
sched: move CONFIG_IRQ_TIME_ACCOUNTING to common code --- 2012-02-01 Dmitry Antipov New
[RFC,1/2] thermal: Add a new trip type to use cooling device instance number --- 2012-02-01 Matthew Garrett New
[RFC,tip/core/rcu,01/41] rcu: Bring RTFP.txt up to date. --- 2012-02-01 Paul E. McKenney New
[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,06/41] rcu: Move RCU_TRACE to lib/Kconfig.debug --- 2012-02-01 Paul E. McKenney New
[RFC,tip/core/rcu,14/41] rcu: Limit lazy-callback duration --- 2012-02-01 Paul E. McKenney New
[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,29/41] rcu: Print scheduling-clock information on RCU CPU stall-warning messages --- 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,31/41] rcu: Add CPU-stall capability to rcutorture --- 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,33/41] rcu: Make boolean rcutorture parameters be of type "bool" --- 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,39/41] rcu: Wait at least a jiffy before declaring a CPU to be offline --- 2012-02-01 Paul E. McKenney New
[RFC,idle,1/3] x86: 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,3/3] sh: Avoid invoking RCU when CPU is idle --- 2012-02-02 Paul E. McKenney New
[RFC,idle] Make arm, sh, and x86 stop using RCU when idle --- 2012-02-02 Paul Mundt New
[2/4,SCSI] ufshcd: UFS UTP Transfer requests handling --- 2012-02-02 Vinayak Holikatti New
[3/4,SCSI] ufshcd: UFSHCI error handling --- 2012-02-02 Vinayak Holikatti New
[4/4,SCSI] ufshcd: SCSI error handling --- 2012-02-02 Vinayak Holikatti New
[RFC,tip/core/rcu,1/3] rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit() --- 2012-02-03 Paul E. McKenney New
« 1 2 3 4173 174 »