x86/pci: amd one chain system to use pci read out res
On Tue, 09 Feb 2010 11:32:15 -0800 Yinghai Lu <yinghai(a)kernel.org> wrote: --- a/arch/x86/pci/amd_bus.c +++ b/arch/x86/pci/amd_bus.c @@ -87,11 +87,12 @@ static int __init early_fill_mp_bus_info(void) struct range range[RANGE_NUM]; u64 val; u32 address; + int found; It'd be clearer to giv... 9 Feb 2010 15:08
sparc: use asm-generic/pci-dma-common.h
From: e(a)lab.ntt.co.jp Date: Tue, 9 Feb 2010 22:35:23 +0900 From: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Acked-by: David S. Miller <davem(a)davemloft.net> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in... 9 Feb 2010 15:08
drivers/video/mbx: Correct NULL test
From: Julia Lawall <julia(a)diku.dk> Test the value that was just allocated rather than the previously tested one. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r@ expression *x; expression e; identifier l;... 9 Feb 2010 15:08
of platforms: Move common static initialization to of_node_init()
On Fri, Feb 5, 2010 at 1:50 PM, Anton Vorontsov <avorontsov(a)ru.mvista.com> wrote: So far of_node_init() just initializes a kref, later we'll have to initialize other fields (for example node->data_lock). Signed-off-by: Anton Vorontsov <avorontsov(a)ru.mvista.com> --- �arch/microblaze/kernel/prom.c � � ... 9 Feb 2010 12:50
[PATCH 09/17] MTD: nand: make MTD_OOB_PLACE work correctly.
MTD_OOB_PLACE is supposed to read/write raw oob data similiar to MTD_OOB_RAW however due to a bug, currently its not possible to read more data that specified in oob 'free' regions Signed-off-by: Maxim Levitsky <maximlevitsky(a)gmail.com> --- drivers/mtd/nand/nand_base.c | 6 +++++- 1 files changed, 5 inserti... 9 Feb 2010 12:50
[PATCH 11/17] MTD: nand: make suspend work if device is accessed by kernel threads.
Since all userspace threads are frozen at the time the nand_suspend is called, they aren't inside any nand function. We don't call try_to_freeze in nand ether. Thus the only user that can be insize the nand functions is an non freezeable kernel thread. Thus we can safely wait for it to finish. Signed-off-by: M... 9 Feb 2010 12:50
[PATCH 0/17 V7] Work to enable SmartMedia/xD support in mtd subsystem
This is next version of my work. Patches #1-#8 fix hotplug in mtd block translation layer (Patch #7 adds minor feature for FTL drivers to be able to export sysfs attributes) Patches #9-#13 fix several issues in NAND subsystem Patch #16 adds a driver for my xD card reader. I hope that writing drivers for ot... 9 Feb 2010 12:50
[PATCH] sched: cleanup pre_schedule_rt
Since [commit 9a897c5a: sched: RT-balance, replace hooks with pre/post schedule and wakeup methods] we must call pre_schedule_rt if prev is rt task. So condition rt_task(prev) is always true and the 'unlikely' declaration is odd. Signed-off-by: Yong Zhang <yong.zhang0(a)gmail.com> Cc: Peter Zijlstra <peterz(a)infra... 9 Feb 2010 10:34
(none)
Are you in Debt? Do you seek fast loan?........Then Contact YES LOANS NOW or send a mail to our representative @ fredrickroland(a)msn.com or send us your name, age, occupation, amount you want to borrow to yesloans.customer(a)gmail.com ---------------------------------------------------------------- This m... 9 Feb 2010 10:34
[patch] Documentation typo - Table 1-2 should refer to "status", not "statm"
Fixes a typo in proc.txt documentation. Table 1-2 should refer to "status", not "statm" Signed-off-by: Mulyadi Santosa <mulyadi.santosa(a)gmail.com> --- Documentation/filesystems/proc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Documentation/filesystems/proc.txt.bak 2009-12-10 21:08:25.0... 9 Feb 2010 10:34