commit 205e9a2106b934ea39049bab28f0896c17a2cb30 Author: James Bottomley Date: Fri Jul 29 18:37:02 2011 +0400 [PARISC] wire up sendmmsg syscall Cc: stable@kernel.org Signed-off-by: James Bottomley commit 548c210fbffdb008a80fa41ff0cb3965f185583d Author: John David Anglin Date: Sat Jun 11 14:42:06 2011 -0400 [PARISC] fix return type of __atomic64_add_return The return type of __atomic64_add_return of should be s64 or long, not int. This fixes the atomic64 test failure that I previously reported. Signed-off-by: John David Anglin Cc: stable@kernel.org Signed-off-by: James Bottomley commit d9ba5fe76d604514444b1ea0a19f38c6196a46e3 Author: Carlos O'Donell Date: Fri Jul 8 17:27:00 2011 -0400 [PARISC] Fix futex support Implements futex op support and makes futex cmpxchg atomic. Tested on 64-bit SMP kernel running on 2 x PA8700s. [jejb: checkpatch fixes] Signed-off-by: Carlos O'Donell Tested-by: John David Anglin Cc: stable@kernel.org Signed-off-by: James Bottomley