First  |  Prev |  Next  |  Last
Pages: 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757
[PATCH] arch/tile: avoid erroneous error return for PTRACE_POKEUSR.
Signed-off-by: Chris Metcalf <cmetcalf(a)tilera.com> --- arch/tile/kernel/ptrace.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/tile/kernel/ptrace.c b/arch/tile/kernel/ptrace.c index e5701d1..7161bd0 100644 --- a/arch/tile/kernel/ptrace.c +++ b/arch/tile/kernel/ptrace.c @@ -96,6... 2 Jul 2010 23:24
powerpc/pseries: Make query_cpu_stopped callable outside hotplug cpu
On Fri, Jul 02, 2010 at 10:15:18AM +1000, Michael Neuling wrote: Greg, This won't break ppc64, but it pointless without: aef40e87d866355ffd279ab21021de733242d0d5 powerpc/pseries: Make query_cpu_stopped callable outside hotplug cpu That patch does not apply to the .34 tree, as it seems to be already ... 5 Jul 2010 13:18
powerpc/pseries: Only call start-cpu when a CPU is stopped
On Fri, Jul 02, 2010 at 10:02:48AM +1000, Michael Neuling wrote: This is not going to work without: f8b67691828321f5c85bb853283aa101ae673130 It'll get a build failure. But that patch does not apply on the .27 series, care to provide a backported version of it? thanks, greg k-h -- To unsubscribe... 5 Jul 2010 13:18
powerpc/pseries: Only call start-cpu when a CPU is stopped
On Fri, Jul 02, 2010 at 10:03:41AM +1000, Michael Neuling wrote: This is not going to work without: f8b67691828321f5c85bb853283aa101ae673130 It'll get a build failure. That is because that patch does not apply to the .32 series. If it is needed, can you please send me a backported version to apply? ... 5 Jul 2010 13:18
[PATCH] signalfd: fill in ssi_int for posix timers and message queues
If signalfd is used to consume a signal generated by a POSIX interval timer or POSIX message queue, the ssi_int field does not reflect the data (sigevent->sigev_value) supplied to timer_create(2) or mq_notify(3). (The ssi_ptr field, however, is filled in.) This behavior differs from signalfd's treatment of sigqu... 2 Jul 2010 21:14
[PATCH -next] staging/solo: add delay.h header
From: Randy Dunlap <randy.dunlap(a)oracle.com> Several solo drivers need <linux/delay.h>, so add it to the private solo6010.h header file. drivers/staging/solo6x10/solo6010-core.c:191: error: implicit declaration of function 'mdelay' drivers/staging/solo6x10/solo6010-tw28.c:181: error: implicit declaration of fun... 2 Jul 2010 20:09
[P2020] "Processor 1 is stuck" (introduced by 8b27f0b61)
Hello, I'm working on a new board port to a P2020-based system (e500v2) and I appear to be hitting a regression which causes the second core to fail to come up at boot with a "Processor 1 is stuck" message. In the successful case (my board support patches on top of v2.6.32): smp_85xx_kick_cpu: kick CPU #1 s... 2 Jul 2010 20:09
PCI: Default PCIe ASPM control to on and require !EMBEDDED to disable
On Tue, 22 Jun 2010 17:03:03 -0400 Matthew Garrett <mjg(a)redhat.com> wrote: The CONFIG_PCIEASPM option is confusing and potentially dangerous. ASPM is a hardware mediated feature rather than one under direct OS control, and even if the config option is disabled the system firmware may have turned on ASPM ... 2 Jul 2010 20:09
Implement direct pineview backlight control.
On Tue, 22 Jun 2010 16:58:27 -0700 Bryan Freed <bfreed(a)chromium.org> wrote: drm/i915: Add a direct interface for pineview backlight support. This adds a Kconfig variable CONFIG_DRM_I915_DIRECT_BACKLIGHT to optionally include the new source file i915_backlight.c. This file registers a couple backligh... 2 Jul 2010 20:09
2.6.34 rex64 sysret instruction setup not preserving flags (r11 contents and eflags do not match)
On an AMD64 based system executing int 1 exceptions across a rex64 sysret, if the debugger sets the trap flag, r11 which holds the eflags values for the sysret return from syscall, the flags do not appear to get set resutling in the int exception nesting by calling sysret over and over again until the kernel stack... 3 Jul 2010 01:33
First  |  Prev |  Next  |  Last
Pages: 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757