[PATCH 0/8] Cleanups for mtd translation layer (broken up)
Hi, This patch series is identical to series I posted very recently, but I have broken up the patch #3 into smaller pieces. Note that I want to merge it in kernel as a single patch, to avoid bisect failures. This is for review. Best regards, Maxim Levitsky -- To unsubscribe from this list: send the line "... 22 Jan 2010 19:43
[23/29] DM: Fix device mapper topology stacking
2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ From: Martin K. Petersen <martin.petersen(a)oracle.com> commit b27d7f16d3c6c27345d4280a739809c1c2c4c0b5 upstream. Make DM use bdev_stack_limits() function so that partition offsets get taken into account when ca... 22 Jan 2010 19:43
[04/29] Staging: hv: fix smp problems in the hyperv core code
2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ From: Greg Kroah-Hartman <gregkh(a)suse.de> commit 7692fd4d441afac728cb83fdd33349d5ba07406c upstream. This fixes a number of SMP problems that were in the hyperv core code. Patch originally written by K. Y. Sr... 22 Jan 2010 19:43
[03/29] Staging: asus_oled: fix oops in 2.6.32.2
2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ From: Eugeni Dodonov <eugeni(a)mandriva.com> commit 20633bf0141c5e93e3396770d5eb7d200ee4068a upstream. After updating to 2.6.32 kernel, I started experiencing Oopses caused by the asus_oled module. After quick i... 22 Jan 2010 19:43
Dynamic power-save and pm-qos support on 802.11
Kalle Valo had long ago implemented dynamic power save, and then Johannes Berg added pm-qos support to tune power save and dynamic power save based on this. In hopes to help userspace help tune dynamic power save or use pm-qos to further save power I've added some initial docs for both. Please help revise, and exte... 22 Jan 2010 19:43
cpufreq: stats: Do not account for idle time when tracking time_in_state
On Tue, 12 Jan 2010 17:15:50 -0800 Mike Chan <mike(a)android.com> wrote: Setting ignore_idle to 1 ignores idle time from time_in_state accounting. Currently cpufreq stats accounts for idle time time_in_state for each cpu speed. For cpu's that have a low power idle state this improperly accounts for tim... 22 Jan 2010 18:35
[RFC PATCH] net: NETDEV WATCHDOG should print something every time
commit 5337407c changed NETDEV WATCHDOG messages into a message that will only print once per driver load. This removed a significant amount of information from an admin who might be missing that his system was having NETDEV WATCHDOGs, esp since there is no other global counter available to count these events. ... 22 Jan 2010 17:28
[PATCH] platform_driver_register: warn if probe is in .init.text
Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- drivers/base/platform.c | 42 ++++++++++++++++++++++++++++++++++++------ include/linux/kernel.h | 2 ++ include/linux/module.h | 12 ++++++++++++ kernel/extable.c | 12 ++++++++++++ kernel/module.c | 36 +++++++++++++... 22 Jan 2010 15:13
Hang: 2.6.32.4 sky2/DMAR (was [PATCH] sky2: Fix WARNING: at lib/dma-debug.c:902 check_sync)
Kernel 2.6.32.4 (git) with the following patches applied: af_packet.c (tpacket_snd version 3) sky2.c pskb_may_pull sky2 fix WARNING at lib/dma-debug.c check_sync Running with CONFIG_DMAR=n, system is stable. Running with the exact same source but CONFIG_DMAR=y I get the WARNING (see below) after about 36 hou... 2 Feb 2010 15:58
dw_spi_mmio depends on HAVE_CLK
On Fri, Jan 22, 2010 at 5:45 AM, Jean-Hugues Deschenes <jean-hugues.deschenes(a)octasic.com> wrote: dw_spi_mmio is dependent on the clock framework. This marks it as such in Kconfig. Signed-off-by: Jean-Hugues Deschenes <jean-hugues.deschenes(a)octasic.com> applied, thanks. g. --- �drivers/spi... 22 Jan 2010 12:56