First  |  Prev |  Next  |  Last
Pages: 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483
[PATCH 1/3] sound/oss: Remove dead CONFIG_SOFTOSS*
CONFIG_SOFTOSS* 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> --- sound/oss/vidc.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/sound/oss/vidc... 21 Jul 2010 09:08
i915 boot regression on Q35 chipset with 2.6.35-rc4
Dave, http://lkml.org/lkml/2010/7/9/287 What's up with this patch? I haven't received any comment, nor has it appeared in your git repository. rtg -- Tim Gardner tim.gardner(a)canonical.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vg... 22 Jul 2010 20:14
[PATCH 0/3] Removing dead code
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 sound/ sourcetree for config Items not defined in Kconfig and found 3 such cases. Sourcecode blocks... 21 Jul 2010 09:08
[PATCH 3/3] sound/isa/gus: Remove dead CONFIG_SND_DEBUG_ROM
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)stud.informatik.uni-erlangen.de> --- sound/isa/gus/interwave.c | 8 --------... 21 Jul 2010 09:08
[PATCH 2/3] sound/soc/atmel: Remove dead CONFIG_AT32_ENHANCED_PORTMUX
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> --- sound/soc/atmel/playpaq_wm8510.c | 9 --------- 1 files changed, 0 insertions(+), 9 deletio... 21 Jul 2010 09:08
writeback: do not remove bdi from bdi_list
Looks good, Reviewed-by: Christoph Hellwig <hch(a)lst.de> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 21 Jul 2010 09:08
Documentation/blockdev/paride.txt update web address.
Justin P. Mattock wrote: The patch below removes a web address due to me being unable to locate this at all. If anybody knows the location let me know and I'll resend. Signed-off-by: Justin P. Mattock <justinmattock(a)gmail.com> --- Documentation/blockdev/paride.txt | 5 ----- 1 files cha... 21 Jul 2010 10:14
writeback: restructure bdi forker loop a little
On Wed, Jul 21, 2010 at 12:31:44PM +0300, Artem Bityutskiy wrote: From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> This patch re-structures the loop which walks bdi a little. This is just a micro-step towards the coming change where the forker thread will kill the bdi threads. It should simplify revi... 21 Jul 2010 09:08
Remove dead CONFIG_PCMCIA_IOCTL
Hey, On Wed, Jul 21, 2010 at 01:37:10PM +0200, Christian Dietrich wrote: CONFIG_PCMCIA_IOCTL doesn't exist in Kconfig, therefore removing all references for it from the source code. PCMCIA_IOCTL was removed partly in a3f916f2c84f2b9e1d32cc0dbfe326a9e380dbfb, but there were a few pieces scattered over the... 21 Jul 2010 08:03
clock drift in set_task_cpu()
Hi Peter/Ingo, I have a query with the kernel code that was changed not too long time back in v2.6.33-rc1 commit id 5afcdab706d6002cb02b567ba46e650215e694e8 [tip:sched/urgent] sched: Remove rq->clock coupling from set_task_cpu() void set_task_cpu(struct task_struct *p, unsigned int new_cpu) { int old_cpu = t... 9 Aug 2010 11:13
First  |  Prev |  Next  |  Last
Pages: 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483