|
First
|
Prev |
Next
|
Last
Pages: 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636
[PATCH] Updated: Reworked Cell OProfile: SPU mutex lock fix Carl, I applied your patch on Jeremy's latest kernel.org spufs tree. +void oprofile_add_value(unsigned long value, int cpu) { + struct oprofile_cpu_buffer * cpu_buf = &cpu_buffer[cpu]; Shouldn't it be struct oprofile_cpu_buffer *cpu_buf = &per_cpu(cpu_buffer, cpu); At least my compiler complained a... 7 May 2008 13:25
[PATCH 7/9] viafb: VIA Frame Buffer Device Driver On Wed, 7 May 2008 19:09:44 +0800 <JosephChan(a)via.com.tw> wrote: Signed-off-by: Joseph Chan <josephchan(a)via.com.tw> diff -Nur a/drivers/video/via/viafbdev.h b/drivers/video/via/viafbdev.h --- a/drivers/video/via/viafbdev.h 1969-12-31 19:00:00.000000000 -0500 +++ b/drivers/video/via/viafbdev.h 2008-04... 7 May 2008 13:25
CONFIG_HIGHMEM or CONFIG_HIGHMEM64G in illegal_highdma() Hi all, The usage of NETIF_F_HIGHDMA in drivers/net/* make me think its purpose is to declare drivers's capability to address RAM above 4GB, OK? For x86_64 CONFIG_HIGHMEM is not defined, so the function illegal_highdma() found in net/core/dev.c returns 0 because x86_64 has IOMMU mapping all RAM. For x86_... 7 May 2008 13:25
2.6.25 hald trace? Hello, I found multiple sets of the type off logging that is below this text. This is on my VIA Epia EN12000 running Fedora 8 and a custom 2.6.25 kernel. What is the trace good for? hald is polling an empty CD/DVD drive. Is this a bug? Or a feature? Normal? Is hald the cause? Or something besides hald? How ... 7 May 2008 13:25
libata updates - (improve post-reset device ready test) regression At Wed, 7 May 2008 16:56:16 +0200, Markus Trippelsdorf wrote: Tejun Heo (12): libata: improve post-reset device ready test This commit (78ab88f04f44bed566d51dce0c7cbfeff6449a06) causes a long boot delay with my onboard Promise controller. It seems like libata probes for a nonexis... 7 May 2008 12:36
[PATCH 2/7] Alchemy: dbdma: add api to delete custom ddma devices From 54c63c0bbf48673e5550b62d3ca4272dd0a1bedf Mon Sep 17 00:00:00 2001 From: Manuel Lauss <mlau(a)msc-ge.com> Date: Wed, 7 May 2008 13:45:23 +0200 Subject: [PATCH] Alchemy: dbdma: add API to delete custom DDMA device ids. Add API to delete custom DDMA device ids created with au1xxx_ddma_device_add(), to avoid fill... 7 May 2008 12:36
[PATCH 1/7] Alchemy: export get_au1x00_speed for modules From e441a70bfa420f1cef86597a5ef23dfa440ba25e Mon Sep 17 00:00:00 2001 From: Manuel Lauss <mlau(a)msc-ge.com> Date: Wed, 7 May 2008 13:42:55 +0200 Subject: [PATCH] Alchemy: export get_au1x00_speed for modules au1xmmc.c driver depends on it, so export it for modules. Signed-off-by: Manuel Lauss <mano(a)roarinelk.ho... 7 May 2008 12:36
[PATCH] Update Geode mailing list in MAINTAINERS The AMD Geode linux list has a new home (thank goodness). This patch updates MAINTAINERS accordingly. Jordan -- Jordan Crouse Systems Software Development Engineer Advanced Micro Devices, Inc. ... 7 May 2008 12:36
[PATCH 4/7] Alchemy: db1200/pb1200: register mmc platform device and board specific functions From 94bfedb777443b33abd62fde48940db0fab36d80 Mon Sep 17 00:00:00 2001 From: Manuel Lauss <mlau(a)msc-ge.com> Date: Wed, 7 May 2008 14:59:45 +0200 Subject: [PATCH] Alchemy: register mmc platform device for db1200/pb1200 boards register the mmc platform device for db1200/pb1200 boards, with board-specific card dete... 7 May 2008 12:36
[PATCH 6/7] au1xmmc: wire up SDIO interrupt From 629e40951cb1c4c6ddcdc89a69af85c30f3bea3b Mon Sep 17 00:00:00 2001 From: Manuel Lauss <mlau(a)msc-ge.com> Date: Wed, 7 May 2008 15:18:14 +0200 Subject: [PATCH] au1xmmc: wire up SDIO interrupt The silicon supports SDIO irqs. Untested since I don't have any SDIO hardware. Signed-off-by: Manuel Lauss <mano@r... 7 May 2008 12:36 |