First  |  Prev |  Next  |  Last
Pages: 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482
Add trace points to mmap, munmap, and brk
> This patch adds trace points to mmap, munmap, and brk that will report relevant addresses and sizes before each function exits successfully. Signed-off-by: Eric B Munson <emunson(a)mgebm.net> I don't think this is good idea. if you need syscall result, you should use syscall tracer. IOW, This tracepoint ... 27 Jul 2010 08:24
[PATCH] mfd: Add WM8321 support
The WM8321 is a PMIC for low power, high performance applications. From a software point of view the device is identical to the WM8320, all the differences between the two devices are visible only in hardware. Signed-off-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> --- drivers/mfd/wm831x-core.c | 14 +... 21 Jul 2010 10:14
[PATCH 1/2] USB - Option.c obey reserved interface flag
--- drivers/usb/serial/option.c | 43 ++++++++++++++++++++++++++----------------- 1 files changed, 26 insertions(+), 17 deletions(-) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index e280ad8..8a1008c 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c @@ -99... 21 Jul 2010 10:14
[PATCH 2/2] USB - Option.c add Huawei K3765/K4505, ignore net interface
--- drivers/usb/serial/option.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 8a1008c..df26870 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c @@ -145,6 +145,8 @@ static void opt... 21 Jul 2010 10:14
CONFIG_SCSI_G_NCR5380_MEM dead?
Hi all! As part of the VAMOS[0] research project at the University of Erlangen we are looking at multiple integrity errors in linux' configuration system. I've been running a check on the drivers/scsi sourcetree for config Items not defined in Kconfig and found such a case. Sourcecode b... 21 Jul 2010 12:27
kernel/panic.c warn_slowpath_common printk timestamp weirdness
Seeing this on my Dell Latitude. The timestamps from the 'cut here' and WARNING lines are different even though they're issued by sequential lines in panic.c - but then the printk timestamps remain identical even through an *entire second* WARN call. Is somebody blocking clock interrupts and failing to re-enable ... 21 Jul 2010 10:14
Support MCP89 hdmi audio
At Wed, 21 Jul 2010 19:45:09 +0800, Wei Ni wrote: Hi, all I'm an Nvidia engineer, I maintain the nvidia linux hdmi audio driver. An end-user report a problem with his TV attached to an MCP89. ALSA won't send audio to it, because PD=0: HDMI hot plug event: Pin=5 Presence_Detect=1 ELD_Valid=0 ... 28 Jul 2010 08:32
Introducing the LCD-Linux project
Hi, this is to introduce the LCD-Linux project (http://lcd-linux.sourceforge.net/), a kernel level implementation of a VT102 terminal emulator, optimized for small alphanumeric and graphic displays. The possibility to connect to the computer small alphanumeric as well as graphic displays, has always attracted ... 4 Aug 2010 11:24
sound/isa/gus: Remove dead CONFIG_SND_DEBUG_ROM
At Wed, 21 Jul 2010 14:36:02 +0200, Christian Dietrich wrote: CONFIG_SND_DEBUG_ROM doesn't exist in Kconfig, therefore it is never defined and we can remove all references to it. If it should stay as a debug flag, perhaps it shouldn't be named CONFIG_ Signed-off-by: Christian Dietrich <qy03fugy(a)stu... 21 Jul 2010 09:08
sound/soc/atmel: Remove dead CONFIG_AT32_ENHANCED_PORTMUX
On Wed, Jul 21, 2010 at 02:35:41PM +0200, Christian Dietrich wrote: CONFIG_AT32_ENCHANCED_PORTMUX doesn't exist in Kconfig or somewhere else, therefore removing all references for it from the source code. Signed-off-by: Christian Dietrich <qy03fugy(a)stud.informatik.uni-erlangen.de> Please remember to CC ... 21 Jul 2010 09:08
First  |  Prev |  Next  |  Last
Pages: 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482