First  |  Prev |  Next  |  Last
Pages: 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424
[PATCH 2/7] MIPS: Add BBIT0 and BBIT1 instructions to uasm
These are OCTEON specific instructions. Signed-off-by: David Daney <ddaney(a)caviumnetworks.com> --- arch/mips/include/asm/uasm.h | 4 ++++ arch/mips/mm/uasm.c | 22 +++++++++++++++++++++- 2 files changed, 25 insertions(+), 1 deletions(-) diff --git a/arch/mips/include/asm/uasm.h b/arch/mips/incl... 23 Jul 2010 22:24
[PATCH 6/7] MIPS: Define ST0_NMI in asm/mipsregs.h
This is used by the forthcoming OCTEON watchdog patch. Signed-off-by: David Daney <ddaney(a)caviumnetworks.com> --- arch/mips/include/asm/mipsregs.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/mips/include/asm/mipsregs.h b/arch/mips/include/asm/mipsregs.h index c6e3c93..335474c... 23 Jul 2010 22:24
[PATCH v2 2/2] of/irq: Fix endian issues in parsing interrupt specifiers
This patch fixes some instances where interrupt specifiers are dereferenced directly instead of doing a be32_to_cpu() conversion first. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/of/irq.c | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/of/i... 23 Jul 2010 20:13
[PATCH v2 1/2] of: Fix phandle endian issues
The flat tree code wasn't fixing the endianness on phandle values when unflattening the tree, and the code in drivers/of wasn't always doing a be32_to_cpu before trying to dereference the phandle values. This patch fixes them. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- changed in v2: fixed up ... 23 Jul 2010 20:13
[PATCH] ioat2: catch and recover from broken vtd configurations v6
On some platforms (MacPro3,1) the BIOS assigns the ioatdma device to the incorrect iommu causing faults when the driver initializes. Add a quirk to catch this misconfiguration and try falling back to untranslated operation (which works in the MacPro3,1 case). Assuming there are other platforms with misconfigured... 23 Jul 2010 19:07
[2.6.35-rc6] quiesce EDAC initialisation on desktop/mobile i7
Hi Linus, A small fixlet for 2.6.35-rc7/final. --- Don't print failure to detect Core i7 EDAC facilities to the console at boot time, most often occurring on Core i7 desktops and laptops. Signed-off-by: Daniel J Blueman <daniel.blueman(a)gmail.com> diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7... 23 Jul 2010 19:07
[PATCH] ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAM
From: Rafael J. Wysocki <rjw(a)sisk.pl> Commit 2a6b69765ad794389f2fc3e14a0afa1a995221c2 (ACPI: Store NVS state even when entering suspend to RAM) caused the ACPI suspend code save the NVS area during suspend and restore it during resume unconditionally, although it is known that some systems need to use acpi_sleep... 23 Jul 2010 18:02
ARM: sa1111: move __sa1111_probe() to .devinit.text
you beat me to it :) Acked-by: Kristoffer Ericson <kristoffer.ericson(a)gmail.com> On Fri, Jul 23, 2010 at 09:58:26PM +0200, Uwe Kleine-König wrote: __sa1111_probe is only called by sa1111_probe that lives in .devinit.text. So it's save to move the former to .devinit.text, too. Signed-off-by: Uwe Kle... 23 Jul 2010 16:55
[PATCH] PCI: Do not run NVidia quirks related to MSI with MSI disabled
From: Rafael J. Wysocki <rjw(a)sisk.pl> There is no reason to run NVidia-specific quirks related to HT MSI mappings with MSI disabled via pci=nomsi, so make __nv_msi_ht_cap_quirk() return immediately in that case. This allows at least one machine to boot 100% of the time with pci=nomsi (it still doesn't boot rel... 23 Jul 2010 16:55
dm9601 driver won't init device properly
On Fri, Jul 23, 2010 at 02:57:36PM -0500, Bob Tracy wrote: (...) Jul 23 13:57:26 no1nozit kernel: [ 1182.910095] eth2: register 'dm9601' at usb-0000:00:1d.0-2, Davicom DM9601 USB Ethernet, 04:00:06:04:06:e0 (...) ... the reported MAC address may not be correct -- I need to check against the value reporte... 24 Jul 2010 13:24
First  |  Prev |  Next  |  Last
Pages: 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424