First  |  Prev |  Next  |  Last
Pages: 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371
[PATCH 02/10] s390: sysinfo: check return value of create_proc_read_entry()
create_proc_read_entry() may fail, if so return -ENOMEM. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- arch/s390/kernel/sysinfo.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/s390/kernel/sysinfo.c b/arch/s390/kernel/sysinfo.c index a0ffc77..db358e6 100644 --- a/a... 28 Jul 2010 12:58
x86: Add memory modify constraints to xchg() and cmpxchg()
On 07/28/2010 08:45 AM, Linus Torvalds wrote: On Tue, Jul 27, 2010 at 10:33 PM, tip-bot for H. Peter Anvin <hpa(a)zytor.com> wrote: x86: Add memory modify constraints to xchg() and cmpxchg() Ack. I assume this doesn't really change the code generated? At least not with a gcc that honors the whole ... 28 Jul 2010 19:34
random: reorder struct entropy_store to remove padding on 64bits
On Wed, 2010-07-28 at 10:32 +0100, Richard Kennedy wrote: Re-order structure entropy_store to remove 8 bytes of padding on 64 bit builds, so shrinking this structure from 72 to 64 bytes and allowing it to fit into one cache line. I have a vague memory that we reordered things so that the r/w bits would be ... 31 Jul 2010 10:42
mmotm 2010-07-27-14-56 uploaded (staging/iio)
On Tue, 27 Jul 2010 14:56:50 -0700 akpm(a)linux-foundation.org wrote: The mm-of-the-moment snapshot 2010-07-27-14-56 has been uploaded to http://userweb.kernel.org/~akpm/mmotm/ and will soon be available at git://zen-kernel.org/kernel/mmotm.git (from linux-next.patch ?) In file inc... 28 Jul 2010 15:09
x86: Add memory modify constraints to xchg() and cmpxchg()
On Tue, Jul 27, 2010 at 10:33 PM, tip-bot for H. Peter Anvin <hpa(a)zytor.com> wrote: x86: Add memory modify constraints to xchg() and cmpxchg() Ack. I assume this doesn't really change the code generated? At least not with a gcc that honors the whole memory clobber thing properly? I also suspect that we ca... 28 Jul 2010 11:52
Regression 2.6.35-rc6: ALSA Intel HDA/Realtek: missing Beep
At Wed, 28 Jul 2010 16:49:03 +0200, Mario 'BitKoenig' Holbe wrote: Hello, My PC-Speaker Beep control worked in 2.6.34, but is gone in 2.6.35-rc6. The sound device is an Asus P5E-V HDMI (Intel G35) onboard Intel HDA w/ Realtek ALC883 codec. The driver does still register a PCBeep input, but t... 29 Jul 2010 09:41
linux-next: please pull in from lost-spurious-irq branch
Hi Tejun, On Wed, 28 Jul 2010 15:50:55 +0200 Tejun Heo <tj(a)kernel.org> wrote: If possible, can you please pull the following branch into linux-next? git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc.git lost-spurious-irq It's scheduled to go through tip/genirq, so once it shows up in tip, ... 28 Jul 2010 11:52
[PATCH] Make sure abs() works as expected with both ints and longs
The abs() macro is commonly used to calculate the modulus of a difference of two numbers. With the introduction of "long" inside the definition of abs() in the commit a49c59c042c63b432307c1bbf7dac5a104c786e6, some of the abs() calls in the kernel started returning unexpected values (for instance, see abs() usage i... 28 Jul 2010 11:52
staging:ti dspbridge: replace simple_strtoul by strict_strtoul
On Wed, Jul 28, 2010 at 09:40:52AM -0500, Ernesto Ramos wrote: Replace simple_strtoul by strict_strtoul in atoi function. Why not use the built-in kernel function instead of having your own atoi function? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the ... 28 Jul 2010 16:16
staging:ti dspbridge: remove unnecessary volatile variables
Ramos Falcon, Ernesto had written, on 07/28/2010 09:40 AM, the following: Remove unnecessary volatile variables; use accessor functions __raw_readl/__raw_writel instead when applicable. Signed-off-by: Ernesto Ramos <ernesto(a)ti.com> --- drivers/staging/tidspbridge/core/tiomap3430.c | 8 ++++---- ... 2 Aug 2010 15:52
First  |  Prev |  Next  |  Last
Pages: 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371