First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
kexec: increase max of kexec segments and use dynamic allocation
On Fri, Aug 13, 2010 at 01:38:54AM -0400, Amerigo Wang wrote: Currently KEXEC_SEGMENT_MAX is only 16 which is too small for machine with many memory ranges. When hibernate on a machine with disjoint memory we do need one segment for each memory region. Increase this hard limit to 16K which is reasonabl... 13 Aug 2010 04:54
fs, block: propagate REQ_FLUSH/FUA interface to upper layers
FYI: I've already sent a patch to kill BH_Ordered, hopefully Al will still push it in this merge window. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read... 13 Aug 2010 03:50
[PATCH] dma-mapping: fix build errors on !HAS_DMA architectures
From: Heiko Carstens <heiko.carstens(a)de.ibm.com> commit 4565f0170dfc849b3629c27d769db800467baa62 "dma-mapping: unify dma_get_cache_alignment implementations" causes build errors on !HAS_DMA architectures/platforms like s390 and sun3: include/linux/dma-mapping.h:145: error: static declaration of 'dma_get_cache_a... 13 Aug 2010 03:50
[PATCH] Fixed a mismatch between the users of radix_tree and the implementation.
This matters for the lockless page cache, in particular find_get_pages implementation. In the following case, we get can get a deadlock: 0. The radix tree contains two items, one has the index 0. 1. The reader (in this case find_get_pages) takes the rcu_read_lock. 2. The reader acquires slot(s) f... 13 Aug 2010 03:50
[PATCH] Fixed a mismatch between the users of radix_tree and the implementation.
This matters for the lockless page cache, in particular find_get_pages implementation. In the following case, we get can get a deadlock: 0. The radix tree contains two items, one has the index 0. 1. The reader (in this case find_get_pages) takes the rcu_read_lock. 2. The reader acquires slot(s) f... 13 Aug 2010 03:50
[PATCH] kvm: fix poison overwritten caused by using wrong xstate size
fpu.state is allocated from task_xstate_cachep, the size of task_xstate_cachep is xstate_size. xstate_size is set from cpuid instruction, which is often smaller than sizeof(struct xsave_struct). kvm is using sizeof(struct xsave_struct) to fill in/out fpu.state.xsave, as what we allocated for fpu.state is xstate_siz... 13 Aug 2010 03:50
uml: fix compile error in dma_get_cache_alignment()
On Thu, 12 Aug 2010 11:04:35 +0200 Miklos Szeredi <miklos(a)szeredi.hu> wrote: From: Miklos Szeredi <mszeredi(a)suse.cz> Fix uml compile error: include/linux/dma-mapping.h:145: error: redefinition of 'dma_get_cache_alignment' /store/git/linux-2.6/arch/um/include/asm/dma-mapping.h:99: note: previous d... 13 Aug 2010 03:50
ideapad-laptop: add new driver
On Fri, Aug 13, 2010 at 6:08 AM, Ike Panhc <ike.pan(a)canonical.com> wrote: ideapad-laptop is a new driver which enable hotkeys on Lenovo Ideapad laptops The driver will bind on ACPI HID:VPC2004. When hotkey pressed, the notify function will be called and query EC to tell which key pressed. Hotkeys enab... 13 Aug 2010 05:58
x86/urgent for 2.6.36-rc1
Eureka! This seems to solve my problem! My Dual P3-500MHZ is now booting with that patch. Good work guys!!!! Thank you very much, David C. Hill ----- Original Message ----- From: "H. Peter Anvin" <hpa(a)linux.intel.com> To: "Linus Torvalds" <torvalds(a)linux-foundation.org> Cc: <stable(a)kernel.org>; ... 13 Aug 2010 02:46
[Resend][Patch v2] kexec: increase max of kexec segments and use dynamic allocation
Currently KEXEC_SEGMENT_MAX is only 16 which is too small for machine with many memory ranges. When hibernate on a machine with disjoint memory we do need one segment for each memory region. Increase this hard limit to 16K which is reasonably large. And change ->segment from a static array to a dynamically all... 13 Aug 2010 01:41
First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23