(none)
From 46eda5101dd303feac7f8353023f78bf4f7fd2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Miros=C5=82aw?= <mirq-linux(a)rere.qmqm.pl> Date: Sat, 5 Jun 2010 19:04:01 +0200 Subject: [PATCH 0/2] mmc: Add support for SD combo cards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-En... 5 Jun 2010 13:36
pxa300 - DDRAM base value
Dne Út 1. června 2010 07:44:18 balakrishnan napsal(a): I am working on pxa300 based development board and using Linux 2.6.34. This Linux kernel already has support for following boards 1. zylonite_pxa300 2. cm-x300 3. colibri-pxa300 4. littleton My doubt is that pxa300 based boards are using "0... 8 Jun 2010 02:34
[STAGING] Cleanup xgifb driver
Corrected the subject, sorry. Il 05/06/2010 18:04, Riccardo Magliocchetti ha scritto: Hello Arnaud, here you can find a few patches that remove unused code, please review. thanks, riccardo Riccardo Magliocchetti (7): Remove linux version ifdef. Remove WIN* specific code. Rem... 5 Jun 2010 13:36
[PATCH] kmmio/mmiotrace: fix double free of kmmio_fault_pages
After every iounmap mmiotrace has to free kmmio_fault_pages, but it can't do it directly, so it defers freeing by RCU. It usually works, but when mmiotraced code calls ioremap-iounmap multiple times without sleeping between (so RCU won't kick in and start freeing) it can be given the same virtual address, so at ... 5 Jun 2010 13:36
[PATCH 5/7] Remove linux kernel specific ifdefery since it is now the only platform supported.
Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti(a)gmail.com> --- drivers/staging/xgifb/XGI_main_26.c | 3 --- drivers/staging/xgifb/osdef.h | 25 ------------------------- drivers/staging/xgifb/vb_def.h | 2 -- drivers/staging/xgifb/vb_ext.c | 4 ---- drivers/staging/xgifb/... 5 Jun 2010 12:30
[PATCH 1/7] Remove linux version ifdef.
Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti(a)gmail.com> --- drivers/staging/xgifb/XGI_accel.c | 215 ----------------------------------- drivers/staging/xgifb/XGI_accel.h | 13 -- drivers/staging/xgifb/XGI_main.h | 116 +------------------ drivers/staging/xgifb/XGI_main_26.c | 28 ---... 5 Jun 2010 12:30
[PATCH 0/7] *** SUBJECT HERE ***
Hello Arnaud, here you can find a few patches that remove unused code, please review. thanks, riccardo Riccardo Magliocchetti (7): Remove linux version ifdef. Remove WIN* specific code. Remove TC specific code. Remove X specific code. Remove linux kernel specific ifdefery since it is now the on... 5 Jun 2010 12:30
[PATCH 7/7] Fixup compile warnings on x86-64.
Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti(a)gmail.com> --- drivers/staging/xgifb/XGI_main.h | 2 ++ drivers/staging/xgifb/XGI_main_26.c | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/staging/xgifb/XGI_main.h b/drivers/staging/xgifb/XGI_main.h index... 5 Jun 2010 12:30
drm-intel changes for 2.6.35-rc1
Eric - I want to do an -rc2 later today, and the current intel graphics code has the known problems with cursors not changing right. Can you send me the patch/pull request so that we can get that particular regression fixed before I release -rc2? Linus -- To unsubscribe from this list: send the line "u... 6 Jun 2010 19:27
[PATCH] x86: use __ASSEMBLY__ rather than __ASSEMBLER__
As Ingo pointed out in a separate patch, we should be using __ASSEMBLY__. Make that the case in pgtable headers. Signed-off-by: Andres Salomon <dilinger(a)queued.net> --- arch/x86/include/asm/pgtable_32_types.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/include/asm/pgta... 5 Jun 2010 12:30