Staging: rar: fix various style issues in rar_driver.c
On Mon, Mar 08, 2010 at 03:04:50PM -0500, Eric Anschuetz wrote: From 4d59ee6e30f056f262948dc35c8c1967c9d1b2a5 Mon Sep 17 00:00:00 2001 From: Eric Anschuetz <gh4ever(a)Acer-laptop.(none)> Date: Sun, 7 Mar 2010 16:16:17 -0500 Subject: [PATCH 2/2] Staging: rar: fix various style issues in rar_driver.c This ... 8 Apr 2010 17:26
Staging: rt2860: Removes all errors from wpa.h.
On Sun, Mar 07, 2010 at 03:31:34AM +0000, Niadh wrote: This patch cleans up all errors but leaves all but four warnings, these are mostly typedefs and I don't know how to clean those up yet. The final warning is an 80 character limit warning, but I've yet to figure out how to clean that line up. All were dete... 8 Apr 2010 17:26
staging: frontier: fix extra spaces in alphatrack.c
On Tue, Mar 09, 2010 at 12:15:31AM -0600, Eli Lindsey wrote: This is a patch to alphatrack.c that removes three cases of unnecessary whitespace before a quoted newline found by the checkpatch.pl tool This is already in the tree. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscr... 8 Apr 2010 17:26
Staging: tm6000: Checkpatch cleanups
On Mon, Mar 08, 2010 at 11:25:26PM +0100, Benjamin Adolphi wrote: This fixes some checkpatch issues in the tm6000 driver. This patch doesn't apply :( -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://... 8 Apr 2010 17:26
staging: frontier: fix extra spaces in tranzport.c
On Tue, Mar 09, 2010 at 12:15:30AM -0600, Eli Lindsey wrote: This is a patch to tranzport.c that removes two cases of unnecessary whitespace before a quoted newline found by the checkpatch.pl tool This is already in the tree. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe... 8 Apr 2010 17:26
staging/dt3155: fix build error caused by {write|read}l change
On Wed, Mar 03, 2010 at 11:24:06AM -0700, H Hartley Sweeten wrote: This fixes a build error caused by replacing {Write | Read}MReg with {write | read}l. Ick, can you merge this with your other patch so we don't have build errors? I just hit this and I had to drop all of your patches. Can you respin all o... 8 Apr 2010 17:26
IIO: Fix adding more than one iio device eventset
On Wed, 07 Apr 2010 19:15:56 +0100 Jonathan Cameron <jic23(a)cam.ac.uk> wrote: Thanks for the patch. The first bug was fixed by a patch from Sonic Zhang. Andrew Morton picked it up so it is in the mm tree. Thanks for the report of this particularly horrible bug though as had been there quite a while before ... 9 Apr 2010 10:00
[PATCH 08/13] sparc: Preemptible mmu_gather
Rework the sparc mmu_gather usage to conform to the new world order :-) Sparc mmu_gather does two things: - tracks vaddrs to unhash - tracks pages to free Split these two things like powerpc has done and keep the vaddrs in per-cpu data structures and flush them on context switch. The remaining bits can th... 8 Apr 2010 16:18
[PATCH 00/13] mm: preemptibility -v2
Hi, This (still incomplete) patch-set makes part of the mm a lot more preemptible. It converts i_mmap_lock and anon_vma->lock to mutexes. On the way there it also makes mmu_gather preemptible. The main motivation was making mm_take_all_locks() preemptible, since it appears people are nesting hundreds of spinl... 8 Apr 2010 16:18
[PATCH 11/13] mutex: Provide mutex_is_contended
Usable for lock-breaks and such. Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- include/linux/mutex.h | 5 +++++ 1 file changed, 5 insertions(+) Index: linux-2.6/include/linux/mutex.h =================================================================== --- linux-2.6.orig/include/linux/mutex.h ... 8 Apr 2010 16:18