Remote kgdb target debugging via the Cyclades TS-3000 Terminal Server
Folks, In case anyone else is interested in my writeup. http://www.jonmasters.org/blog/2010/02/12/remote-kgdb-target-debugging-via-the-cyclades-ts-3000-terminal-server/ Jon. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org ... 12 Feb 2010 05:28
[PATCH -mm 7/7] pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pci-dma-compat.h
We can use pci-dma-compat.h to implement pci_set_dma_mask and pci_set_consistent_dma_mask as we do with the other PCI DMA API. We can remove HAVE_ARCH_PCI_SET_DMA_MASK too. Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Cc: Jesse Barnes <jbarnes(a)virtuousgeek.org> --- drivers/pci/pci.c ... 12 Feb 2010 05:28
Warn about flush_scheduled_work()
On 12/21/2009 05:26 PM, Tejun Heo wrote: On 12/17/2009 12:52 AM, Alan Stern wrote: This patch (as1319) adds kerneldoc and a pointed warning to flush_scheduled_work(). Signed-off-by: Alan Stern <stern(a)rowland.harvard.edu> applied to wq tree. will push out when merge window opens. Thanks. -- ... 12 Feb 2010 04:23
[PATCH 0/4] enhanced reimplemention of the kfifo API
This is a complete reimplementation of the new kfifo API, which is now really generic, type save and type definable. The API is still stable, no code which use the current kfifo API must be modified! Here are the results of the text section usage: Example 1: kfifo_put/_get kfifo_in/out current kfifo ... 12 Feb 2010 03:18
fix kfifo miss use of nozami.c
User of the kernel fifo should never bypass the API and directly access the fifo structure. Otherwise it will be very hard to maintain the API. Signed-off-by: Stefani Seibold <stefani(a)seibold.net> --- drivers/char/nozomi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -u -N -r... 12 Feb 2010 03:18
Emulates PWM hardware using a high-resolution timer and a GPIO pin
11.02.2010, � 23:58, Pavel Machek �������(�): On Thu 2010-02-11 14:35:14, Bill Gatliff wrote: Pavel Machek wrote: +static void +gpio_pwm_work (struct work_struct *work) +{ + struct gpio_pwm *gp = container_of(work, struct gpio_pwm, work); + + if (gp->active) + gpio_... 17 Feb 2010 00:18
OMAP: DSS2: Add Innolux 7" display for DEVKIT8000
-----Original Message----- From: linux-omap-owner(a)vger.kernel.org [mailto:linux-omap- owner(a)vger.kernel.org] On Behalf Of Thomas Weber Sent: Friday, February 12, 2010 1:11 AM Cc: Thomas Weber; Tomi Valkeinen; Thomas Weber; linux- omap(a)vger.kernel.org; linux-fbdev(a)vger.kernel.org; linux- kernel(a)vge... 23 Feb 2010 07:55
Driver crash on kernel 2.6.32.7. Interaction between cx8800 (DVB-S) and USB HVR Hauppauge 950q
On Wed, Feb 10, 2010 at 10:34:56AM -0500, Andy Walls wrote: On Tue, 2010-02-09 at 22:12 -0500, Devin Heitmueller wrote: On Tue, Feb 9, 2010 at 10:05 PM, Richard Lemieux <rlemieu(a)cooptel.qc.ca> wrote: Andy, This is a great answer! Thanks very much. When I get into this situation aga... 12 Feb 2010 00:03
[PATCH] atl1c: Add support for Atheros AR8152 and AR8152
AR8151 is a Gigabit Ethernet device. AR8152 devices are Fast Ethernet devices, there are two revisions, a 1.0 and a 2.0 revision. This has been tested against these devices: Driver Model-name vendor:device Type atl1c AR8131 1969:1063 Gigabit Ethernet atl1c AR8132 1969:1062 Fast Ethernet atl1c AR8151(v1.0)... 11 Feb 2010 20:44
oom: replace sysctls with quick mode
On Wed, 10 Feb 2010 08:32:17 -0800 (PST) David Rientjes <rientjes(a)google.com> wrote: Two VM sysctls, oom dump_tasks and oom_kill_allocating_task, were implemented for very large systems to avoid excessively long tasklist scans. The former suppresses helpful diagnostic messages that are emitted for each ... 17 Feb 2010 00:15