First  |  Prev |  Next  |  Last
Pages: 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931
[PATCH] scripts: checkpatch.pl
From: Raffaele Recalcati <raffaele.recalcati(a)bticino.it> I've got a false positive when spaces are present at the beginning of a line. So I add this check, obviously outside comments. This patch is compatible with the actual mainline, I mean 7e27d6e778cd87b6f2415515d7127eba53fe5d02 commit. Signed-off-by: Raff... 23 Jun 2010 06:14
ext3/4: enhance fsync performance when using CFQ
On Tue, Jun 22, 2010 at 05:34:59PM -0400, Jeff Moyer wrote: Hi, Running iozone with the fsync flag, or fs_mark, the performance of CFQ is far worse than that of deadline for enterprise class storage when dealing with file sizes of 8MB or less. I used the following command line as a representative te... 29 Jun 2010 20:43
[2.6.33.4 PATCH] V4L/uvcvideo: Add support for Suyin Corp. Lenovo Webcam
From: Nils Radtke <lkml(a)Think-Future.de> This patch adds support for the Suyin Corp. Lenovo Webcam. lsusb: ID 064e:a102 Suyin Corp. Lenovo Webcam It is available as built-in webcam i.e. in ACER timeline 1810t notebooks. The note in uvc_driver.c about Logitech cameras applies the same to the Suyin web cam:... 23 Jun 2010 06:14
futex: race in lock and unlock&exit for robust futex with PI?
Hi, attached you can find a simple test case which fails quite easily on the following glibc assert: "SharedMutexTest: pthread_mutex_lock.c:289: __pthread_mutex_lock: Assertion `(-(e)) != 3 || !robust' failed." " AFAIU, this assertion says that futex syscall cannot fail with ESRCH for robust futex because ... 28 Jun 2010 13:56
[PATCH] s6e63m0: set permissions on gamma_table file to 0444
gamma_table is not writable, thus set permissions to 0444. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/video/backlight/s6e63m0.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/backlight/s6e63m0.c b/drivers/video/backlight/s6e63m0.c index a3128c9..2d83286 1... 23 Jun 2010 05:09
tty: fix switching consoles during suspend
vt_waitactive now expects to be called with the big tty mutex, which it tries to release before going to sleep. This fixes the only caller that does not hold the BTM already. --- Greg, please apply to the tty series or fold into "tty: introduce wait_event_interruptible_tty", which introduces the problem. d... 23 Jun 2010 19:31
[PATCH] Staging: memrar: Moved memrar_allocator struct into memrar_allocator.c
Forward declared memrar_allocator in memrar_allocator.h and moved it to memrar_allocator.c file. Implemented memrar_allocator_capacity(), memrar_allocator_largest_free_area(), memrar_allocoator_lock() and memrar_allocator_unlock(). Signed-off-by: Henri Häkkinen <henuxd(a)gmail.com> --- drivers/staging/memrar/me... 23 Jun 2010 04:04
sched: silence PROVE_RCU in sched_fork()
Peter Zijlstra wrote: Paul Menage, Li Zefan, any comments? --- Because cgroup_fork() is ran before sched_fork() [ from copy_process() ] and the child's pid is not yet visible the child is pinned to its cgroup. Therefore we can silence this warning. The explanation is correct. We silence... 23 Jun 2010 04:04
sched_setaffinity not working with kernel 2.6.32.15
And: if(pthread_barrier_init(&barrier2, NULL, NR_THREADS)) { should be: if(pthread_barrier_init(&barrier2, NULL, NR_THREADS+1)) { _________________________________________________________________ Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. https://signup.live.com/signup.aspx?id=... 25 Jun 2010 06:38
Staging: wl_cs.c: converted space to tabs style issues in wl_cs.c
Hi, The first patch worked, but this one failed. �Care to redo this, and the 4 others against the latest linux-next tree and resend them? Patch sent against the latest "staging-next" tree. Regards. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to ma... 23 Jun 2010 02:59
First  |  Prev |  Next  |  Last
Pages: 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931