| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-15 | sparc: Export mcount for Clang-built modules | Rosen Penev | 1 | -0/+1 |
| 2026-04-02 | sparc: move the XOR code to lib/raid/ | Christoph Hellwig | 2 | -647/+1 |
| 2025-09-26 | sparc: Drop the "-ansi" from the asflags | Thomas Huth | 1 | -1/+1 |
| 2025-09-19 | sparc: fix accurate exception reporting in copy_{from,to}_user for M7 | Michael Karcher | 2 | -10/+19 |
| 2025-09-19 | sparc: fix accurate exception reporting in copy_to_user for Niagara 4 | Michael Karcher | 1 | -1/+1 |
| 2025-09-19 | sparc: fix accurate exception reporting in copy_{from_to}_user for Niagara | Michael Karcher | 1 | -11/+18 |
| 2025-09-19 | sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC... | Michael Karcher | 1 | -1/+1 |
| 2025-09-19 | sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC | Michael Karcher | 1 | -9/+10 |
| 2025-07-28 | Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 5 | -155/+0 |
| 2025-06-30 | lib/crc: sparc: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 3 | -115/+0 |
| 2025-06-30 | lib/crypto: sparc: Move arch/sparc/lib/crypto/ into lib/crypto/ | Eric Biggers | 5 | -155/+0 |
| 2025-05-26 | Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 6 | -2/+156 |
| 2025-05-09 | lib/crc: make arch-optimized code use subsys_initcall | Eric Biggers | 1 | -1/+1 |
| 2025-05-05 | crypto: arch/sha256 - Export block functions as GPL only | Herbert Xu | 1 | -2/+2 |
| 2025-05-05 | Revert "crypto: run initcalls for generic implementations earlier" | Herbert Xu | 1 | -1/+1 |
| 2025-05-05 | crypto: sparc/sha256 - implement library instead of shash | Eric Biggers | 5 | -0/+155 |
| 2025-05-05 | crypto: sparc - move opcodes.h into asm directory | Eric Biggers | 1 | -2/+1 |
| 2025-04-28 | sparc/crc: drop "glue" from filenames | Eric Biggers | 2 | -2/+2 |
| 2025-04-28 | lib/crc: make the CPU feature static keys __ro_after_init | Eric Biggers | 1 | -1/+1 |
| 2025-02-08 | lib/crc32: remove "_le" from crc32c base and arch functions | Eric Biggers | 1 | -5/+5 |
| 2024-12-01 | sparc/crc32: expose CRC32 functions through lib | Eric Biggers | 3 | -0/+116 |
| 2024-04-09 | sparc32: add __cmpxchg_u{8,16}() and teach __cmpxchg() to handle those sizes | Al Viro | 1 | -0/+4 |
| 2024-04-09 | sparc32: unify __cmpxchg_u{32,64} | Al Viro | 1 | -24/+15 |
| 2024-04-09 | sparc32: make the first argument of __cmpxchg_u64() volatile u64 * | Al Viro | 1 | -1/+1 |
| 2024-04-09 | sparc32: make __cmpxchg_u32() return u32 | Al Viro | 1 | -2/+2 |
| 2024-03-08 | sparc32: Use generic cmpdi2/ucmpdi2 variants | Sam Ravnborg | 3 | -50/+2 |
| 2023-12-10 | arch: turn off -Werror for architectures with known warnings | Arnd Bergmann | 1 | -1/+0 |
| 2023-10-27 | sparc32: fix a braino in fault handling in csum_and_copy_..._user() | Al Viro | 1 | -1/+1 |
| 2023-08-22 | sparc: replace #include <asm/export.h> with #include <linux/export.h> | Masahiro Yamada | 36 | -36/+37 |
| 2022-06-30 | bitops: wrap non-atomic bitops with a transparent macro | Alexander Lobakin | 1 | -6/+6 |
| 2022-02-25 | sparc64: remove CONFIG_SET_FS support | Arnd Bergmann | 1 | -2/+1 |
| 2021-09-20 | sparc64: fix pci_iounmap() when CONFIG_PCI is not set | Linus Torvalds | 1 | -0/+2 |
| 2021-05-26 | locking/atomic: sparc: move to ARCH_ATOMIC | Mark Rutland | 2 | -33/+33 |
| 2021-01-03 | sparc32: switch copy_user.S away from range exception table entries | Al Viro | 1 | -201/+110 |
| 2021-01-03 | sparc32: get rid of range exception table entries in checksum_32.S | Al Viro | 1 | -37/+27 |
| 2021-01-03 | sparc32: switch __bzero() away from range exception table entries | Al Viro | 1 | -40/+32 |
| 2021-01-03 | sparc32: kill lookup_fault() | Al Viro | 1 | -3/+0 |
| 2021-01-03 | sparc32: don't bother with lookup_fault() in __bzero() | Al Viro | 1 | -12/+3 |
| 2020-12-08 | [regression fix] really dumb fuckup in sparc64 __csum_partial_copy() changes | Al Viro | 1 | -1/+1 |
| 2020-08-20 | sparc64: propagate the calling convention changes down to __csum_partial_copy... | Al Viro | 3 | -6/+7 |
| 2020-08-20 | sparc32: propagate the calling conventions change down to __csum_partial_copy... | Al Viro | 1 | -164/+38 |
| 2020-08-20 | csum_partial_copy_nocheck(): drop the last argument | Al Viro | 1 | -1/+1 |
| 2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
| 2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2 | -2/+2 |
| 2019-07-09 | sparc64: Add missing newline at end of file | Geert Uytterhoeven | 1 | -1/+1 |
| 2019-06-13 | sparc: Remove redundant copy of the LGPL-2.0 | Thomas Huth | 1 | -481/+0 |
| 2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 14 | Thomas Gleixner | 3 | -42/+6 |
| 2018-06-21 | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 1 | -2/+2 |
| 2017-12-27 | sparc64: repair calling incorrect hweight function from stubs | Jan Engelhardt | 1 | -2/+2 |
| 2017-11-29 | sparc64: Fix boot on T4 and later. | David S. Miller | 1 | -1/+1 |
| 2017-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 6 | -0/+184 |
| 2017-11-15 | sparc64: Use sparc optimized fls and __fls for T4 and above | Vijay Kumar | 1 | -0/+9 |
| 2017-11-15 | sparc64: SPARC optimized __fls function | Vijay Kumar | 1 | -0/+10 |
| 2017-11-15 | sparc64: SPARC optimized fls function | Vijay Kumar | 2 | -0/+21 |
| 2017-11-15 | sparc64: Define SPARC default __fls function | Vijay Kumar | 2 | -0/+62 |
| 2017-11-15 | sparc64: Define SPARC default fls function | Vijay Kumar | 2 | -0/+68 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 71 | -0/+71 |
| 2017-09-27 | sparc32: Add cmpxchg64(). | David S. Miller | 1 | -0/+14 |
| 2017-09-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 9 | -224/+1852 |
| 2017-08-16 | sparc64: Don't clibber fixed registers in __multi4. | David S. Miller | 1 | -12/+12 |
| 2017-08-10 | arch/sparc: Add accurate exception reporting in M7memcpy | Babu Moger | 4 | -209/+390 |
| 2017-08-10 | arch/sparc: Optimized memcpy, memset, copy_to_user, copy_from_user for M7/M8 | Babu Moger | 6 | -0/+1421 |
| 2017-08-10 | arch/sparc: Rename exception handlers | Babu Moger | 2 | -124/+124 |
| 2017-08-10 | arch/sparc: Separate the exception handlers from NG4memcpy | Babu Moger | 3 | -149/+165 |
| 2017-08-10 | sparc64: update comments in U3memcpy | Sam Ravnborg | 1 | -11/+21 |
| 2017-08-04 | sparc64: Fix exception handling in UltraSPARC-III memcpy. | David S. Miller | 1 | -2/+2 |
| 2017-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 5 | -18/+31 |
| 2017-07-07 | Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -8/+8 |
| 2017-06-30 | sparc64: Use indirect calls in hamming weight stubs | David S. Miller | 1 | -8/+8 |
| 2017-06-19 | Adding the type of exported symbols | Nagarathnam Muthusamy | 4 | -0/+5 |
| 2017-06-19 | sed regex in Makefile.build requires line break between exported symbols | Nagarathnam Muthusamy | 1 | -18/+26 |
| 2017-06-05 | sparc64: Add __multi3 for gcc 7.x and later. | David S. Miller | 2 | -0/+36 |
| 2017-05-09 | sparc64: fix fault handling in NGbzero.S and GENbzero.S | Dave Aldridge | 2 | -2/+2 |
| 2017-05-01 | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 18 | -41/+27 |
| 2017-04-02 | sparc: switch to RAW_COPY_USER | Al Viro | 18 | -41/+27 |
| 2017-03-27 | arch/sparc: Avoid DCTI Couples | Babu Moger | 4 | -0/+7 |
| 2016-10-24 | sparc64: Delete now unused user copy fixup functions. | David S. Miller | 2 | -72/+1 |
| 2016-10-24 | sparc64: Convert U3copy_{from,to}_user to accurate exception reporting. | David S. Miller | 3 | -81/+162 |
| 2016-10-24 | sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting. | David S. Miller | 3 | -91/+153 |
| 2016-10-24 | sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting. | David S. Miller | 3 | -79/+162 |
| 2016-10-24 | sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting. | David S. Miller | 3 | -79/+231 |
| 2016-10-24 | sparc64: Convert U1copy_{from,to}_user to accurate exception reporting. | David S. Miller | 3 | -122/+235 |
| 2016-10-24 | sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting. | David S. Miller | 3 | -18/+38 |
| 2016-10-24 | sparc64: Convert copy_in_user to accurate exception reporting. | David S. Miller | 1 | -10/+25 |
| 2016-10-24 | sparc64: Prepare to move to more saner user copy exception handling. | David S. Miller | 13 | -21/+21 |
| 2016-08-07 | sparc32: debride memcpy.S a bit | Al Viro | 1 | -79/+0 |
| 2016-08-07 | [sparc] unify 32bit and 64bit string.h | Al Viro | 1 | -5/+0 |
| 2016-08-07 | sparc: move exports to definitions | Al Viro | 35 | -179/+108 |
| 2016-06-16 | locking/atomic, arch/sparc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 3 | -27/+80 |
| 2015-12-24 | sparc64: fix FP corruption in user copy functions | Rob Gardner | 12 | -134/+222 |
| 2015-11-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 1 | -5/+5 |
| 2015-09-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -3/+28 |
| 2015-08-07 | sparc64: use ENTRY/ENDPROC in VISsave | Sam Ravnborg | 1 | -5/+5 |
| 2015-08-06 | sparc64: Fix userspace FPU register corruptions. | David S. Miller | 3 | -70/+6 |
| 2015-07-27 | sparc: Provide atomic_{or,xor,and} | Peter Zijlstra | 3 | -3/+28 |
| 2015-03-23 | sparc64: Fix several bugs in memmove(). | David S. Miller | 1 | -3/+32 |
| 2014-11-07 | sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locks | Andreas Larsson | 1 | -0/+27 |
| 2014-10-14 | sparc64: Fix FPU register corruption with AES crypto offload. | David S. Miller | 1 | -1/+13 |
| 2014-10-13 | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -114/+99 |
| 2014-09-10 | locking, sparc64: Fix atomics | Peter Zijlstra | 1 | -2/+2 |
| 2014-09-09 | sparc: Let memset return the address argument | Andreas Larsson | 1 | -4/+14 |
| 2014-08-14 | locking,arch,sparc: Fold atomic_ops | Peter Zijlstra | 3 | -114/+99 |
| 2014-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 1 | -18/+18 |
| 2014-07-21 | sparc64: update IO access functions in PeeCeeI | Sam Ravnborg | 1 | -18/+18 |
| 2014-07-18 | sparc64,ftrace: Remove check of obsolete variable function_trace_stop | Steven Rostedt (Red Hat) | 1 | -8/+2 |
| 2014-06-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 1 | -1/+1 |
| 2014-05-17 | sparc64: Add membar to Niagara2 memcpy code. | David S. Miller | 1 | -0/+1 |
| 2014-05-02 | sparc32: introduce asm-generic/io.h | Sam Ravnborg | 1 | -1/+1 |
| 2013-11-12 | sparc64: Make PAGE_OFFSET variable. | David S. Miller | 2 | -4/+4 |
| 2013-09-05 | sparc64: Remove RWSEM export leftovers | Kirill Tkhai | 1 | -9/+0 |
| 2013-04-30 | Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS | Stephen Boyd | 2 | -10/+0 |
| 2013-03-31 | sparc/srmmu: clear trailing edge of bitmap properly | Akinobu Mita | 1 | -5/+1 |
| 2012-11-09 | sparc: Support atomic64_dec_if_positive properly. | David S. Miller | 2 | -1/+16 |
| 2012-10-05 | sparc64: Niagara-4 bzero/memset, plus use MRU stores in page copy. | David S. Miller | 5 | -11/+156 |
| 2012-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 8 | -0/+538 |
| 2012-09-28 | sparc64: Fix trailing whitespace in NG4 memcpy. | David S. Miller | 1 | -3/+3 |
| 2012-09-27 | sparc64: Fix comment type in NG4 copy from user. | David S. Miller | 1 | -1/+1 |
| 2012-09-27 | sparc64: Fix return value of Niagara-2 memcpy. | David S. Miller | 1 | -23/+23 |
| 2012-09-27 | sparc64: Add SPARC-T4 optimized memcpy. | David S. Miller | 7 | -0/+534 |
| 2012-08-20 | sparc64: Add SHA1 driver making use of the 'sha1' instruction. | David S. Miller | 1 | -0/+4 |
| 2012-06-27 | sparc64: Consistently use fsrc2 rather than fmovd in optimized asm. | David S. Miller | 3 | -66/+66 |
| 2012-05-26 | sparc: use the new generic strnlen_user() function | David Miller | 4 | -209/+0 |
| 2012-05-24 | lib: Sparc's strncpy_from_user is generic enough, move under lib/ | David S. Miller | 1 | -144/+0 |
| 2012-05-24 | kernel: Move REPEAT_BYTE definition into linux/kernel.h | David S. Miller | 1 | -2/+1 |
| 2012-05-24 | sparc: Increase portability of strncpy_from_user() implementation. | David S. Miller | 1 | -5/+27 |
| 2012-05-23 | sparc: Optimize strncpy_from_user() zero byte search. | David S. Miller | 1 | -29/+21 |
| 2012-05-22 | sparc: Add full proper error handling to strncpy_from_user(). | David S. Miller | 5 | -184/+133 |
| 2012-05-19 | sparc32: Add ucmpdi2.o to obj-y instead of lib-y. | David S. Miller | 1 | -2/+2 |
| 2012-05-19 | sparc32: add ucmpdi2 | Sam Ravnborg | 2 | -1/+20 |
| 2012-05-15 | sparc32: Kill off software 32-bit multiply/divide routines. | David S. Miller | 11 | -1810/+7 |
| 2012-05-13 | sparc32: Kill btfixup for xchg()'s 'swap' instruction. | David S. Miller | 2 | -25/+1 |
| 2012-05-11 | sparc: Convert some assembler over to linakge.h's ENTRY/ENDPROC | David S. Miller | 15 | -143/+97 |
| 2012-05-11 | sparc32: Remove inline strncmp "optimization" for constant counts. | David S. Miller | 2 | -7/+1 |
| 2012-05-11 | sparc32: drop sun4c specific ___xchg32 implementation | Sam Ravnborg | 1 | -20/+0 |
| 2012-02-02 | lib: Fix multiple definitions of clz_tab | David Miller | 1 | -15/+1 |
| 2012-01-10 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -23/+0 |
| 2011-12-27 | sparc32: drop unused atomic24 support | Sam Ravnborg | 2 | -61/+0 |
| 2011-12-04 | sparc: switch to GENERIC_PCI_IOMAP | Michael S. Tsirkin | 1 | -23/+0 |
| 2011-10-20 | sparc32: Correct the return value of memcpy. | David S. Miller | 1 | -15/+7 |
| 2011-10-20 | sparc32: Remove uses of %g7 in memcpy implementation. | David S. Miller | 1 | -86/+91 |
| 2011-10-20 | sparc32: Remove non-kernel code from memcpy implementation. | David S. Miller | 1 | -605/+2 |
| 2011-08-04 | sparc: Fix __atomic_add_unless() return value. | Josip Rodin | 1 | -1/+1 |
| 2011-08-02 | sparc: Use popc when possible for ffs/__ffs/ffz. | David S. Miller | 2 | -1/+85 |
| 2011-08-02 | sparc: Use popc if possible for hweight routines. | David S. Miller | 2 | -1/+52 |
| 2011-08-02 | sparc: Minor tweaks to Niagara page copy/clear. | David S. Miller | 3 | -101/+76 |
| 2011-07-27 | sparc: rename atomic_add_unless | Stephen Rothwell | 1 | -2/+2 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
| 2011-05-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | David S. Miller | 1 | -3/+9 |
| 2011-05-11 | sparc32: Fixed unaligned memory copying in function __csum_partial_copy_sparc... | Tkhai Kirill | 1 | -3/+9 |
| 2011-04-21 | sparc32: removed unused code, implemented by generic code | Daniel Hellstrom | 2 | -205/+0 |
| 2011-03-15 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
| 2011-02-08 | sparc: use bitmap_set() | Akinobu Mita | 1 | -3/+2 |
| 2011-01-27 | sparc: Replace deprecated spinlock initialization | Thomas Gleixner | 1 | -1/+1 |
| 2010-08-18 | sparc64: Make lock backoff really a NOP on UP builds. | David S. Miller | 2 | -14/+14 |
| 2010-08-18 | sparc64: simple microoptimizations for atomic functions | Mikulas Patocka | 1 | -12/+8 |
| 2010-08-17 | sparc64: Make rwsems 64-bit. | David S. Miller | 2 | -164/+1 |
| 2010-04-13 | sparc64: Allocate sufficient stack space in ftrace stubs. | David S. Miller | 1 | -4/+4 |
| 2010-04-12 | sparc64: Add function graph tracer support. | David S. Miller | 1 | -6/+56 |
| 2010-04-12 | sparc64: Give a stack frame to the ftrace call sites. | David S. Miller | 1 | -15/+16 |
| 2010-04-12 | sparc64: Kill CONFIG_STACK_DEBUG code. | David S. Miller | 1 | -74/+0 |
| 2010-04-12 | sparc64: Add HAVE_FUNCTION_TRACE_MCOUNT_TEST and tidy up. | David S. Miller | 1 | -7/+15 |
| 2009-12-10 | sparc: Stop trying to be so fancy and use __builtin_{memcpy,memset}() | David S. Miller | 5 | -13/+2 |
| 2009-12-10 | sparc: Use __builtin_object_size() to validate the buffer size for copy_from_... | David S. Miller | 2 | -0/+9 |
| 2009-12-09 | sparc64: Fix stack debugging IRQ stack regression. | David S. Miller | 1 | -2/+3 |
| 2009-05-29 | sparc64: Fix section attribute warnings. | David S. Miller | 2 | -2/+2 |
| 2009-02-08 | sparc64: Fix probe_kernel_{read,write}(). | David S. Miller | 10 | -48/+25 |
| 2009-02-08 | sparc64: Kill .fixup section bloat. | David S. Miller | 14 | -74/+14 |
| 2009-01-17 | sparc64: fix modpost failure | Sam Ravnborg | 1 | -1/+2 |
| 2009-01-08 | sparc64: move EXPORT_SYMBOL to the symbols definition | Sam Ravnborg | 2 | -0/+13 |
| 2009-01-08 | sparc: Create a new file lib/ksyms.c and add export of all symbols defined in... | Sam Ravnborg | 2 | -0/+197 |
| 2008-12-09 | sparc: Commonize memcmp assembler. | David S. Miller | 4 | -59/+28 |
| 2008-12-09 | sparc: Unify strlen assembler. | David S. Miller | 3 | -102/+21 |
| 2008-12-08 | sparc: Kill memcmp_32.S code which has been ifdef'd out for centuries. | David S. Miller | 1 | -282/+0 |
| 2008-12-04 | sparc,sparc64: unify lib/ | Sam Ravnborg | 49 | -0/+6493 |
| 2008-12-04 | sparc: prepare lib/ for unification | Sam Ravnborg | 10 | -8/+17 |
| 2008-05-20 | sparc: remove CVS keywords | Adrian Bunk | 15 | -15/+13 |
| 2008-04-29 | iomap: fix 64 bits resources on 32 bits | Benjamin Herrenschmidt | 1 | -2/+2 |
| 2008-01-31 | [SPARC/SPARC64]: Fix usage of .section .sched.text in assembler code. | Sam Ravnborg | 1 | -1/+1 |
| 2007-08-26 | [SPARC32]: Add __cmpdi2() libcall implementation ala. MIPS. | David S. Miller | 3 | -1/+47 |
| 2007-07-24 | [SPARC32]: Fix bug in sparc optimized memset. | Alexander Shmelev | 1 | -1/+1 |
| 2007-05-31 | [SPARC32]: Build fix. | Andrew Morton | 1 | -2/+2 |
| 2007-05-29 | [SPARC]: Emulate cmpxchg like parisc | Kyle McMartin | 1 | -0/+15 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
| 2007-03-26 | [SPARC32]: Fix SMP build regression | Robert Reif | 1 | -0/+2 |
| 2006-12-17 | [SPARC]: Make bitops use same spinlocks as atomics. | David S. Miller | 3 | -111/+41 |
| 2006-10-08 | [PATCH] sparc32 rwlock fix | Al Viro | 1 | -0/+20 |
| 2006-09-29 | [SPARC]: Don't zero out tail during copy_from_user_inatomic(). | David S. Miller | 1 | -0/+4 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 3 | -3/+0 |
| 2006-06-25 | [SPARC]: Add iomap interfaces. | David S. Miller | 2 | -0/+50 |
| 2005-12-12 | [SPARC]: atomic_clear_mask build fix | Paul Jackson | 1 | -1/+0 |
| 2005-11-13 | [PATCH] atomic: inc_not_zero | Nick Piggin | 1 | -0/+15 |
| 2005-11-13 | [PATCH] atomic: cmpxchg | Nick Piggin | 1 | -5/+16 |
| 2005-11-13 | [PATCH] m68k: thread_info header cleanup | Al Viro | 1 | -0/+1 |
| 2005-09-11 | [SPARC]: Fix dot-symbol exporting for good. | Al Viro | 6 | -0/+12 |
| 2005-09-10 | [PATCH] spinlock consolidation | Ingo Molnar | 2 | -204/+0 |
| 2005-09-09 | [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions | Ingo Molnar | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 32 | -0/+7186 |