0003-Staging-cx25821-fix-coding-style-issues-in-cx25821-g.patch
>From fae275cf48fd318cbd88e59e90f119c3f75dab72 Mon Sep 17 00:00:00 2001 From: Olimpiu Pascariu <olimpiu.pascariu(a)gmail.com> Date: Sun, 21 Mar 2010 19:44:01 +0200 Subject: [PATCH 3/3] Staging: cx25821: fix coding style issues in cx25821-gpio.c This is a patch to cx25821-gpio.c file that fixes up warnings and errors... 21 Mar 2010 13:51
pci/dmar: Tone down warnings about invalid BIOS DMAR tables
On Sun, 21 Mar 2010, Ben Hutchings wrote: Are you saying that these bogus tables are found on boards that do have VT-d hardware? I was working on the assumption that these tables result from the OEM building a BIOS with VT-d support for a board where the hardware is not present. Yes. Most of these boa... 21 Mar 2010 12:43
irq: Start the transition of irq_chip methods taking a desc
Eric, On Sun, 21 Mar 2010, Eric W. Biederman wrote: With SPARSE_IRQ irq_to_desc becomes an unnecessary lookup operation on the fast path of dispatching irqs to their handlers. We can avoid this cost by passing an irq_desc pointer instead of using an integer irq token to the irq_chip methods. ... 21 Mar 2010 11:35
[PATCH 4/4] x86-32: Don't set ignore_fpu_irq in simd exception
Any processor that supports simd will have an internal fpu, and the irq13 handler will not be enabled. Signed-off-by: Brian Gerst <brgerst(a)gmail.com> --- arch/x86/kernel/traps.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/x86/kernel/traps.c b/arch/x86/kernel/traps.c index... 21 Mar 2010 09:23
[PATCH 3/4] x86: Merge kernel_math_error() into math_error()
Clean up the kernel exception handling and make it more similar to the other traps. Signed-off-by: Brian Gerst <brgerst(a)gmail.com> --- arch/x86/kernel/traps.c | 44 ++++++++++++++++---------------------------- 1 files changed, 16 insertions(+), 28 deletions(-) diff --git a/arch/x86/kernel/traps.c b/arch/x8... 21 Mar 2010 09:23
BUG: unable to handle kernel paging request at 437d5ff0
[ 1134.673953] BUG: unable to handle kernel paging request at 437d5ff0 [ 1134.673965] IP: [<c01878f0>] page_referenced+0x17a/0x204 [ 1134.673979] *pdpt = 0000000035d84001 *pde = 000000007bab0067 [ 1134.673984] Oops: 0000 [#2] PREEMPT [ 1134.673988] last sysfs file: /sys/devices/system/cpu/cpu0/cpufreq/scaling_g... 21 Mar 2010 07:13
[PATCH] m68k: Fix asm constraints for atomic_sub_and_test() and atomic_add_negative() (was: Re: atomic_sub_and_test() asm constraints)
On Sun, Mar 14, 2010 at 15:30, Andreas Schwab <schwab(a)linux-m68k.org> wrote: Geert Uytterhoeven <geert(a)linux-m68k.org> writes: |   CC      mm/memcontrol.o | {standard input}: Assembler messages: | {standard input}:4076: Error: operands mismatch -- statement `subl 12(%fp),170(%a0)' ignored ... 21 Mar 2010 07:13
[PATCH 09/20] x86: set nr_irqs_gsi only in probe_nr_irqs_gsi
don't clear that in arch_early_irq_init probe_nr_irqs_gsi is always called when ioapic is selected in config. so even for mrst, print out from probe_nr_irqs_gsi is report correct nr_irqs_gsi -v2: remove io_apic_irqs assignement, setup_IO_APIC will do that. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --... 21 Mar 2010 03:50
panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I')
On 03/20/10 16:06, Ben Hutchings wrote: This taint flag will initially be used when warning about invalid ACPI DMAR tables. Signed-off-by: Ben Hutchings <ben(a)decadent.org.uk> --- include/linux/kernel.h | 1 + kernel/panic.c | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-)... 20 Mar 2010 22:10
[PATCH 4/4] pci/dmar: Tone down warnings about invalid BIOS DMAR tables
We now know how to deal with these tables so that they are harmless. Use the TAINT_FIRMWARE_WORKAROUND flag and don't say the BIOS is 'broken' as this makes users think of hardware damage. Signed-off-by: Ben Hutchings <ben(a)decadent.org.uk> --- drivers/pci/dmar.c | 13 +++++++------ 1 files changed, 7 inserti... 20 Mar 2010 19:58