[PATCH] xen: cleanup for xen_pv_domain()/xen_hvm_domain()
Remove unnecessary judgment in xen_pv_domain() and xen_hvm_domain() Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/include/asm/xen/hypervisor.h | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/x86/include/asm/xen/hypervisor.h b/arch/x86/include/asm/x... 30 Nov 2009 01:35
[PATCH] task_struct: reduce size on TRACE_IRQFLAGS and 64bit
From: Hiroshi Shimamoto <h-shimamoto(a)ct.jp.nec.com> Reorder task_struct field for TRACE_IRQFLAGS to remove padding on 64bit. Signed-off-by: Hiroshi Shimamoto <h-shimamoto(a)ct.jp.nec.com> --- include/linux/sched.h | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/linux/... 30 Nov 2009 01:35
kfifo: add DEFINE_KFIFO and friends, add very tiny functions
On Mon, Nov 16, 2009 at 10:04 AM, Stefani Seibold <stefani(a)seibold.net> wrote: + * INIT_KFIFO - Initialize a kfifo declared by DECLARED_KFIFO nit: DECLARE_KFIFO -- 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... 29 Nov 2009 12:22
2.6.31.5 x86-64 KVM: 'emulation failed (pagetable) rip 7fb49335da7b 66 0f 7f 07'
On 11/27/2009 11:56 PM, Nix wrote: So I installed my first KVM guest image (a prerelease of Ubuntu 9.10 that I had lying around) this morning (through virt-manager, as it happens). Everything worked fine, the install was searingly fast compared to the UML virtual machines I'm used to. I got back to it... 1 Dec 2009 06:06
What are the goals for the architecture of an in-kernel IR system?
On Sat, Nov 28, 2009 at 06:26:55PM -0500, Andy Walls wrote: Jon, On Sat, 2009-11-28 at 12:37 -0500, Jon Smirl wrote: On Sat, Nov 28, 2009 at 12:35 PM, Krzysztof Halasa <khc(a)pm.waw.pl> wrote: Jon Smirl <jonsmirl(a)gmail.com> writes: There are two very basic things that we need to reach... 15 Dec 2009 07:52
backlight: tdo24m: ensure chip select changes between transfers
On Tue, Nov 24, 2009 at 4:25 PM, Mike Rapoport <mike(a)compulab.co.il> wrote: Some SPI host drivers do not change chip select betwen transfers unless .cs_chnage field is explicitly set. The LCD spec requires chip select change between consecuitive transfers, so ensure it at the SPI driver level. Signed-... 28 Nov 2009 22:17
warn about shared irqs requesting IRQF_DISABLED registered with setup_irq
On Saturday 28 November 2009, Uwe Kleine-K�nig wrote: �I just thought that a warning that is triggered with request_irq and request_threaded_irq shouldn't be skipped when using setup_irq. Seems fair to me. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message... 30 Nov 2009 15:51
Samsung N130 ATA exception after 5min uptime -- Phoenix FailSafe issue?
On Thu, Nov 26, 2009 at 05:42:12PM +0100, Johannes Stezenbach wrote: Hi, I'm refering to http://bugzilla.kernel.org/show_bug.cgi?id=14314 and I still have this issue on a N130 with latest BIOS (05CM), running kernel 2.6.32-rc8 + wireless-testing. BIOS Information Vendor: Phoenix Tec... 28 Nov 2009 20:05
[PATCH] leds: fix the return value of ich7_lpc_probe.
In the function ich7_lpc_probe there is a 'return' that is not returning any value, but it should because the return type is int not void. Signed-off-by: Thiago Farina <tfransosi(a)gmail.com> --- drivers/leds/leds-ss4200.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/leds/le... 28 Nov 2009 11:13
writable limits
* Jiri Slaby <jirislaby(a)gmail.com> wrote: Hi, I broke the threading to not mess up with the long thread. In this version I got rid of the rlim access_only ugliness. Thanks Jiri - this series looks very clean already and the helpers make the various usage sites easier to understand as well. ... 28 Nov 2009 06:52