x86/pci: print ioh resources only
On Thu, 28 Jan 2010, Yinghai Lu wrote: @@ -43,7 +43,7 @@ static void __devinit pci_root_bus_res(s { u16 word; u32 dword; - struct pci_root_info *info; + struct pci_root_info info; That structure is something like a kilobyte in size, please don't put those things on the stack (sixteen "st... 2 Feb 2010 15:58
[kernel build bug]
Hi: I am hacking TPS65930 codec driver for my OMAP3 based board, start at git tag v2.6.31. I can not find option to build the twl4030 codec driver (CONFIG_SND_SOC_TWL4030) in menuconfig interface, after I set the CONFIG_SND_SOC as "M", the CONFIG_SND_SOC_TWL4030 will be set as module automatically. while I run... 2 Feb 2010 15:57
Narrowing the VIA DAC blacklist
Your e-mail ended here. Did you want to write more? Yep, I mean that right now there is a broad blacklist preventing all VIA chipsets from doing DAC.I was thinking that it should be narrowed now that VIA just released the VN1000 with support for more than 4GB of RAM. Yuhong Bao ____________________... 2 Feb 2010 15:57
[PATCH 3/7] Set block size to PAGE_SIZE
ramzswap block size needs to be set equal to PAGE_SIZE to avoid receiving any unaligned block I/O requests (happens due to readahead logic during swapon). These unaligned accesses produce unnecessary I/O errors, scaring users. Signed-off-by: Nitin Gupta <ngupta(a)vflare.org> --- drivers/staging/ramzswap/ramzswap... 2 Feb 2010 15:57
[PATCH 0/7][linux-next v2] ramzswap: bug fixes and some cleanups
* Changelog v2 - replace stat_*() with rzs_stat*() to avoid conflict with core kernel - split changes across separate patches ramzswap driver creates virtual block devices which can be used (only) as swap disks. Pages swapped to these disks are compressed and stored in memory itself. Project home: http://cod... 2 Feb 2010 15:57
[PATCH 05/06] sh: Let INTC set IRQF_VALID on ARM platforms
From: Magnus Damm <damm(a)opensource.se> Reuse the SuperH INTC code on ARM by using set_irq_flags() to set IRQF_VALID on ARM platforms. Reworking the shared ARM interrupt code and removing IRQF_VALID is another option. Signed-off-by: Magnus Damm <damm(a)opensource.se> --- drivers/sh/intc.c | 5 +++++ 1 fil... 2 Feb 2010 15:56
[GIT PULL] UBI changes for 2.6.33-rc6
Hi Linus, please pull one more UBI bugfix. Sorry for sending you 2 pull requests during one week, but this fix is just a very important one. The following changes since commit 92dcffb916d309aa01778bf8963a6932e4014d07: Linus Torvalds (1): Linux 2.6.33-rc5 are available in the git repository at: ... 2 Feb 2010 15:56
Improvements for hw_breakpoint_handler()
On Thu, Jan 28, 2010 at 04:43:47PM +0530, K.Prasad wrote: Hi Frederic, Can you please pull the second version of the patch which perform the following. Ok, looks good. I'm queueing these. Thanks Prasad! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo... 2 Feb 2010 15:56
[PATCH 04/11] VT-d: Change {un}map_range functions to implement {un}map interface
This patch changes the iommu-api functions for mapping and unmapping page ranges to use the new page-size based interface. This allows to remove the range based functions later. Signed-off-by: Joerg Roedel <joerg.roedel(a)amd.com> --- drivers/pci/intel-iommu.c | 22 ++++++++++++---------- 1 files changed, 12 ... 2 Feb 2010 15:56
[PATCH 07/11] x86/amd-iommu: Make iommu_map_page and alloc_pte aware of page sizes
This patch changes the old map_size parameter of alloc_pte to a page_size parameter which can be used more easily to alloc a pte for intermediate page sizes. Signed-off-by: Joerg Roedel <joerg.roedel(a)amd.com> --- arch/x86/include/asm/amd_iommu_types.h | 28 +++++++++++++++++ arch/x86/kernel/amd_iommu.c ... 2 Feb 2010 15:56