[tip:x86/mce] x86, mce: Rename MSR_IA32_MCx_CTL2 value
Commit-ID: 1f9a0bd4989fd16842ad71fc89240b48ab191446 Gitweb: http://git.kernel.org/tip/1f9a0bd4989fd16842ad71fc89240b48ab191446 Author: Huang Ying <ying.huang(a)intel.com> AuthorDate: Tue, 8 Jun 2010 14:09:08 +0800 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Thu, 10 Jun 2010 21:27:26 -0700 x86,... 11 Jun 2010 02:42
[tip:x86/mce] x86, mce: Add HW_ERR printk prefix for hardware error logging
Commit-ID: c6de9f08912311ddc1b3502b90e10fd449acd401 Gitweb: http://git.kernel.org/tip/c6de9f08912311ddc1b3502b90e10fd449acd401 Author: Huang Ying <ying.huang(a)intel.com> AuthorDate: Mon, 31 May 2010 16:48:09 +0800 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Thu, 10 Jun 2010 21:28:43 -0700 x86... 11 Jun 2010 02:42
[PATCH] xfs: Make fiemap works with sparse file.
In xfs_vn_fiemap, we set bvm_count to fi_extent_max + 1 and want to return fi_extent_max extents, but actually it won't work for a sparse file. The reason is that in xfs_getbmap we will calculate holes and set it in 'out', while out is malloced by bmv_count(fi_extent_max+1) which didn't consider holes. So in the w... 11 Jun 2010 02:42
Watchdog: Adding support for ARM Primecell SP805 Watchdog
Hi Viresh, Still need to look at it. First finishing up another project. Probably for this weekend. Kind regards, Wim. On 6/2/2010 1:33 PM, Viresh KUMAR wrote: Technical Reference Manual can be found at: http://infocenter.arm.com/help/topic/com.arm.doc.ddi0270b/DDI0270.pdf Signed-off-b... 2 Aug 2010 07:03
[PATCH]script:conf.c Fix warning: variable 'type' set but not used
Not sure if this is correct or not, but with make menuconfig HOSTCC scripts/kconfig/conf.o scripts/kconfig/conf.c: In function 'conf_sym': scripts/kconfig/conf.c:159:6: warning: variable 'type' set but not used scripts/kconfig/conf.c: In function 'conf_choice': scripts/kconfig/conf.c:231:6: warning: variable ... 11 Jun 2010 01:38
Watchdog: Adding support for ARM Primecell SP805 Watchdog
On 6/2/2010 1:33 PM, Viresh KUMAR wrote: Technical Reference Manual can be found at: http://infocenter.arm.com/help/topic/com.arm.doc.ddi0270b/DDI0270.pdf Signed-off-by: Viresh Kumar <viresh.kumar(a)st.com> --- drivers/watchdog/Kconfig | 7 + drivers/watchdog/Makefile | 1 + drivers... 11 Jun 2010 01:38
linux-next: Tree for June 11
Hi all, Changes since 20100610: My fixes tree contains: v4l-dvb: update gfp/slab.h includes arm: update gfp/slab.h includes davinci: update gfp/slab.h includes ocfs2: update gfp/slab.h includes acpi: update gfp/slab.h includes The kbuild-current tree lost its build failure. ... 25 Jun 2010 09:52
warning from gcc version 4.6.0 20100416
o.k. andi, here is the rest of the warnings that I see when compiling the kernel I can try and create some patches for this(hopefully!!) it's a bit long so hopefully it goes through make menuconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc ... 14 Jun 2010 11:45
[PATCH] drivers/usb/gadget/langwell_udc.c: printk needs a (unsigned long long) cast for a dma_t
Signed-off-by: Joe Perches <joe(a)perches.com> --- diff --git a/drivers/usb/gadget/langwell_udc.c b/drivers/usb/gadget/langwell_udc.c index a391351..d41b69c 100644 --- a/drivers/usb/gadget/langwell_udc.c +++ b/drivers/usb/gadget/langwell_udc.c @@ -842,9 +841,9 @@ static int langwell_ep_queue(struct usb_ep *_ep, str... 10 Jun 2010 23:27
Linux* is not supported on the Intel(R) Desktop Board DP55KG - Kernel still hangs upon reboot.
btw this can be automated... just needs a DMI quirk. someone needs to get dmidecode output and add it to the existing table of reboot= quirks... -- Arjan van de Ven Intel Open Source Technology Centre Note BTW that this is one of Intel's own motherboards! In fact, I also have ... 10 Jun 2010 22:21