aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17[SPARC64]: Implement atomic backoff.David S. Miller2-20/+48
2007-10-13[SPARC64]: Fix register usage in xor_raid_4().David S. Miller1-6/+6
2007-10-02[SPARC64]: Don't use in/local regs for ldx/stx data in N1 memcpy.David S. Miller1-4/+4
2007-10-02[SPARC64]: Fix missing load-twin usage in Niagara-1 memcpy.David S. Miller3-166/+221
2007-08-16[SPARC64]: Niagara-2 optimized copies.David S. Miller7-0/+706
2007-08-08[SPARC64]: Do not assume sun4v chips have load-twin/store-init support.David S. Miller7-1/+466
2007-07-16[SPARC64]: More sensible udelay implementation.David S. Miller2-47/+1
2007-03-19[SPARC64]: store-init needs trailing membar.David S. Miller3-0/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel3-3/+0
2006-06-04[SPARC64]: Fix missing fold at end of checksums.David S. Miller2-4/+6
2006-03-26[PATCH] bitops: sparc64: use generic bitopsAkinobu Mita2-128/+1
2006-03-20[SPARC64]: Optimized TSB table initialization.David S. Miller1-0/+1
2006-03-20[SPARC64]: Niagara optimized XOR functions for RAID.David S. Miller1-1/+299
2006-03-20[SPARC64]: Niagara optimized memset/bzero/clear_user.David S. Miller2-1/+163
2006-03-20[SPARC64]: Define ARCH_HAS_READ_CURRENT_TIMER.David S. Miller1-11/+8
2006-03-20[SPARC64]: __bzero_noasi --> __clear_userDavid S. Miller1-9/+9
2006-03-20[SPARC64]: Fix branch signedness bug in all code patching.David S. Miller3-3/+6
2006-03-20[SPARC64]: Deal with PTE layout differences in SUN4V.David S. Miller2-11/+4
2006-03-20[SPARC64]: Fix some Niagara memcpy() bugs.David S. Miller2-4/+8
2006-03-20[SPARC64]: Niagara copy/clear page.David S. Miller2-0/+96
2006-03-20[SPARC64]: Niagara optimized memcpy() and copy_{to,from}_user().David S. Miller5-0/+474
2006-03-20[SPARC64]: Fix bogus flush instruction usage.David S. Miller1-1/+3
2006-03-04[SPARC64]: Mark __ex_table section correctly.David S. Miller10-10/+10
2005-10-07[SPARC64]: Fix userland FPU state corruption.David S. Miller1-3/+5
2005-09-28[SPARC64]: Simplify user fault fixup handling.David S. Miller1-34/+29
2005-09-28[SPARC64]: Fix fault handling in unaligned trap handler.David S. Miller1-10/+6
2005-09-14[LIB]: Consolidate _atomic_dec_and_lock()David S. Miller2-82/+0
2005-09-10[PATCH] spinlock consolidationIngo Molnar2-367/+0
2005-09-08[SPARC64]: Inline membar()'s again.David S. Miller2-74/+1
2005-08-31[SPARC64]: Use 'unsigned long' for port argument to I/O string ops.David S. Miller1-33/+44
2005-08-30[SPARC64]: Kill BRANCH_IF_ANY_CHEETAH() from copy page.David S. Miller1-1/+12
2005-08-29[SPARC64]: More fully work around Spitfire Errata 51.David S. Miller3-9/+82
2005-08-29[SPARC64]: Make debugging spinlocks usable again.David S. Miller1-26/+14
2005-06-27[SPARC64]: Avoid membar instructions in delay slots.David S. Miller7-88/+130
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds37-0/+4850