First
|
Prev |
Next
|
Last
Pages: 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231
Documentation: Short documentation for LP5521 and LP553 LED chips On Wed, 26 May 2010 14:29:14 +0300 Samu Onkalo wrote: Short documentation for National Semicondutor LP5521 and LP5523 LED driver chip kernel drivers. Signed-off-by: Samu Onkalo <samu.p.onkalo(a)nokia.com> --- Documentation/leds-lp5521.txt | 77 +++++++++++++++++++++++++++++++++++++++++ Document... 26 May 2010 15:48
[BUG] Cannot boot any kernel after 2.6.27 if a 256 byte sector SCSI disk is attached My application uses SCSI disks of 256, 512, 768, and 1024 sector sizes. It uses the sg_io interface to talk to these devices. As of 2.6.27 if any SCSI disk is attached that has been formatted with a 256 byte sector size, the boot process hangs when it gets to the point of discovering USB devices. 512, 768, and 1024... 26 May 2010 15:48
dynamic_debug: allow to set dynamic debug flags right at module load time On Wed, May 26, 2010 at 02:25:38PM +0200, Roman Fietze wrote: Hello Jason, hello list, If I'm not wrong one could only enable any dynamic debugging flag after a module had been completely loaded, using debugfs. This makes it impossible to use dev_dbg or pr_debug e.g. inside the module init function o... 26 May 2010 14:42
x86 efi: Fill all reserved memmap entries if add_efi_memmap specified. On 05/26/2010 10:42 AM, Mike Travis wrote: I'm open for suggestions on how to improve this, but we are shipping systems very soon and I don't think we'll get any other change into the system until the next update. You know you've been using that excuse for two years when it comes to not fixing the ... 26 May 2010 16:56
[PATCH 04/11] Fix find_unbound_irq in presence of ioapic irqs. On Mon, May 24, 2010 at 07:27:30PM +0100, Stefano Stabellini wrote: Signed-off-by: Stefano Stabellini <stefano.stabellini(a)eu.citrix.com> Can you provide a more detailed description of why this is needed? --- drivers/xen/events.c | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) ... 27 May 2010 12:36
[PATCH] Add missing extern to heap_free declaration From: Sebastien Jan <s-jan(a)ti.com> heap_free() function is defined in lib/prio_heap.c Signed-off-by: Sebastien Jan <s-jan(a)ti.com> --- include/linux/prio_heap.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/prio_heap.h b/include/linux/prio_heap.h index 0809435..fd67... 26 May 2010 14:42
net/caif: Add missing spin_unlock Julia Lawall <julia(a)diku.dk> wrote: From: Julia Lawall <julia(a)diku.dk> Add a spin_unlock missing on the error path. The spin lock is used in a balanced way elsewhere in the file. This bug is already fixed an part of net-2.6 in "[PATCH net-2.6 5/6] caif: Bugfix - missing spin_unlock". Regards Sjur ... 26 May 2010 14:42
[PATCH] fbdev: fix frame buffer devices menu Commit f601441916d1e19291d0b4f044b4a7551e2924d0 has inserted the symbol HAVE_FB_IMX, which does not depend on FB after the menuconfig FB. This breaks the menu, presenting most of the drivers outside of it, when using menuconfig. Moving the symbol to the start of the file, just like HAVE_FB_ATMEL, fixes the probl... 26 May 2010 14:42
net/rds: Add missing mutex_unlock Reviewed-by: Zach Brown <zach.brown(a)oracle.com> Acked-by: Andy Grover <andy.grover(a)oracle.com> -- Andy On 05/26/2010 08:54 AM, Julia Lawall wrote: From: Julia Lawall<julia(a)diku.dk> Add a mutex_unlock missing on the error path. In each case, whenever the label out is reached from elsewhere in the fun... 29 May 2010 03:52
[GIT PULL] ext4 update for 2.6.35 Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus to get the latest bug fixes and improvements for the 2.6.36 merge window. There are two minor quota changes that Jan has approved and were carried in the ext4 tree since there was a bigger ext4 patch... 26 May 2010 14:42 |