| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/atomic, arch/sparc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 3 | -27/+80 |
* | sparc64: fix FP corruption in user copy functions | Rob Gardner | 2015-12-24 | 12 | -134/+222 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2015-11-05 | 1 | -5/+5 |
|\ |
|
| * | sparc64: use ENTRY/ENDPROC in VISsave | Sam Ravnborg | 2015-08-07 | 1 | -5/+5 |
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-03 | 3 | -3/+28 |
|\ \
| |/
|/| |
|
| * | sparc: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 3 | -3/+28 |
* | | sparc64: Fix userspace FPU register corruptions. | David S. Miller | 2015-08-06 | 3 | -70/+6 |
|/ |
|
* | sparc64: Fix several bugs in memmove(). | David S. Miller | 2015-03-23 | 1 | -3/+32 |
* | sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locks | Andreas Larsson | 2014-11-07 | 1 | -0/+27 |
* | sparc64: Fix FPU register corruption with AES crypto offload. | David S. Miller | 2014-10-14 | 1 | -1/+13 |
* | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-10-13 | 3 | -116/+101 |
|\ |
|
| * | locking, sparc64: Fix atomics | Peter Zijlstra | 2014-09-10 | 1 | -2/+2 |
| * | locking,arch,sparc: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 3 | -116/+101 |
* | | sparc: Let memset return the address argument | Andreas Larsson | 2014-09-09 | 1 | -4/+14 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 2014-08-06 | 1 | -18/+18 |
|\ \
| |/
|/| |
|
| * | sparc64: update IO access functions in PeeCeeI | Sam Ravnborg | 2014-07-21 | 1 | -18/+18 |
* | | sparc64,ftrace: Remove check of obsolete variable function_trace_stop | Steven Rostedt (Red Hat) | 2014-07-18 | 1 | -8/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 2014-06-19 | 1 | -1/+1 |
|\ |
|
| * | sparc32: introduce asm-generic/io.h | Sam Ravnborg | 2014-05-02 | 1 | -1/+1 |
* | | sparc64: Add membar to Niagara2 memcpy code. | David S. Miller | 2014-05-17 | 1 | -0/+1 |
|/ |
|
* | sparc64: Make PAGE_OFFSET variable. | David S. Miller | 2013-11-12 | 2 | -4/+4 |
* | sparc64: Remove RWSEM export leftovers | Kirill Tkhai | 2013-09-05 | 1 | -9/+0 |
* | Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS | Stephen Boyd | 2013-04-30 | 2 | -10/+0 |
* | sparc/srmmu: clear trailing edge of bitmap properly | Akinobu Mita | 2013-03-31 | 1 | -5/+1 |
* | sparc: Support atomic64_dec_if_positive properly. | David S. Miller | 2012-11-09 | 2 | -1/+16 |
* | sparc64: Niagara-4 bzero/memset, plus use MRU stores in page copy. | David S. Miller | 2012-10-05 | 5 | -11/+156 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 2012-10-02 | 8 | -0/+538 |
|\ |
|
| * | sparc64: Fix trailing whitespace in NG4 memcpy. | David S. Miller | 2012-09-28 | 1 | -3/+3 |
| * | sparc64: Fix comment type in NG4 copy from user. | David S. Miller | 2012-09-27 | 1 | -1/+1 |
| * | sparc64: Add SPARC-T4 optimized memcpy. | David S. Miller | 2012-09-27 | 7 | -0/+534 |
| * | sparc64: Add SHA1 driver making use of the 'sha1' instruction. | David S. Miller | 2012-08-20 | 1 | -0/+4 |
* | | sparc64: Fix return value of Niagara-2 memcpy. | David S. Miller | 2012-09-27 | 1 | -23/+23 |
|/ |
|
* | sparc64: Consistently use fsrc2 rather than fmovd in optimized asm. | David S. Miller | 2012-06-27 | 3 | -66/+66 |
* | sparc: use the new generic strnlen_user() function | David Miller | 2012-05-26 | 4 | -209/+0 |
* | lib: Sparc's strncpy_from_user is generic enough, move under lib/ | David S. Miller | 2012-05-24 | 1 | -144/+0 |
* | kernel: Move REPEAT_BYTE definition into linux/kernel.h | David S. Miller | 2012-05-24 | 1 | -2/+1 |
* | sparc: Increase portability of strncpy_from_user() implementation. | David S. Miller | 2012-05-24 | 1 | -5/+27 |
* | sparc: Optimize strncpy_from_user() zero byte search. | David S. Miller | 2012-05-23 | 1 | -29/+21 |
* | sparc: Add full proper error handling to strncpy_from_user(). | David S. Miller | 2012-05-22 | 5 | -184/+133 |
* | sparc32: Add ucmpdi2.o to obj-y instead of lib-y. | David S. Miller | 2012-05-19 | 1 | -2/+2 |
* | sparc32: add ucmpdi2 | Sam Ravnborg | 2012-05-19 | 2 | -1/+20 |
* | sparc32: Kill off software 32-bit multiply/divide routines. | David S. Miller | 2012-05-15 | 11 | -1810/+7 |
* | sparc32: Kill btfixup for xchg()'s 'swap' instruction. | David S. Miller | 2012-05-13 | 2 | -25/+1 |
* | sparc: Convert some assembler over to linakge.h's ENTRY/ENDPROC | David S. Miller | 2012-05-11 | 15 | -143/+97 |
* | sparc32: Remove inline strncmp "optimization" for constant counts. | David S. Miller | 2012-05-11 | 2 | -7/+1 |
* | sparc32: drop sun4c specific ___xchg32 implementation | Sam Ravnborg | 2012-05-11 | 1 | -20/+0 |
* | lib: Fix multiple definitions of clz_tab | David Miller | 2012-02-02 | 1 | -15/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2012-01-10 | 1 | -23/+0 |
|\ |
|
| * | sparc: switch to GENERIC_PCI_IOMAP | Michael S. Tsirkin | 2011-12-04 | 1 | -23/+0 |
* | | sparc32: drop unused atomic24 support | Sam Ravnborg | 2011-12-27 | 2 | -61/+0 |
|/ |
|