aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-26sparc: use the new generic strnlen_user() functionDavid Miller4-209/+0
2012-05-24lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller1-144/+0
2012-05-24kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller1-2/+1
2012-05-24sparc: Increase portability of strncpy_from_user() implementation.David S. Miller1-5/+27
2012-05-23sparc: Optimize strncpy_from_user() zero byte search.David S. Miller1-29/+21
2012-05-22sparc: Add full proper error handling to strncpy_from_user().David S. Miller5-184/+133
2012-05-19sparc32: Add ucmpdi2.o to obj-y instead of lib-y.David S. Miller1-2/+2
2012-05-19sparc32: add ucmpdi2Sam Ravnborg2-1/+20
2012-05-15sparc32: Kill off software 32-bit multiply/divide routines.David S. Miller11-1810/+7
2012-05-13sparc32: Kill btfixup for xchg()'s 'swap' instruction.David S. Miller2-25/+1
2012-05-11sparc: Convert some assembler over to linakge.h's ENTRY/ENDPROCDavid S. Miller15-143/+97
2012-05-11sparc32: Remove inline strncmp "optimization" for constant counts.David S. Miller2-7/+1
2012-05-11sparc32: drop sun4c specific ___xchg32 implementationSam Ravnborg1-20/+0
2012-02-02lib: Fix multiple definitions of clz_tabDavid Miller1-15/+1
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-23/+0
2011-12-27sparc32: drop unused atomic24 supportSam Ravnborg2-61/+0
2011-12-04sparc: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin1-23/+0
2011-10-20sparc32: Correct the return value of memcpy.David S. Miller1-15/+7
2011-10-20sparc32: Remove uses of %g7 in memcpy implementation.David S. Miller1-87/+92
2011-10-20sparc32: Remove non-kernel code from memcpy implementation.David S. Miller1-605/+2
2011-08-04sparc: Fix __atomic_add_unless() return value.Josip Rodin1-1/+1
2011-08-02sparc: Use popc when possible for ffs/__ffs/ffz.David S. Miller2-1/+85
2011-08-02sparc: Use popc if possible for hweight routines.David S. Miller2-1/+52
2011-08-02sparc: Minor tweaks to Niagara page copy/clear.David S. Miller3-101/+76
2011-07-27sparc: rename atomic_add_unlessStephen Rothwell1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6David S. Miller1-3/+9
2011-05-11sparc32: Fixed unaligned memory copying in function __csum_partial_copy_sparc_genericTkhai Kirill1-3/+9
2011-04-21sparc32: removed unused code, implemented by generic codeDaniel Hellstrom2-205/+0
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-02-08sparc: use bitmap_set()Akinobu Mita1-3/+2
2011-01-27sparc: Replace deprecated spinlock initializationThomas Gleixner1-1/+1
2010-08-18sparc64: Make lock backoff really a NOP on UP builds.David S. Miller2-14/+14
2010-08-18sparc64: simple microoptimizations for atomic functionsMikulas Patocka1-12/+8
2010-08-17sparc64: Make rwsems 64-bit.David S. Miller2-164/+1
2010-04-13sparc64: Allocate sufficient stack space in ftrace stubs.David S. Miller1-4/+4
2010-04-12sparc64: Add function graph tracer support.David S. Miller1-6/+56
2010-04-12sparc64: Give a stack frame to the ftrace call sites.David S. Miller1-15/+16
2010-04-12sparc64: Kill CONFIG_STACK_DEBUG code.David S. Miller1-74/+0
2010-04-12sparc64: Add HAVE_FUNCTION_TRACE_MCOUNT_TEST and tidy up.David S. Miller1-7/+15
2009-12-10sparc: Stop trying to be so fancy and use __builtin_{memcpy,memset}()David S. Miller5-13/+2
2009-12-10sparc: Use __builtin_object_size() to validate the buffer size for copy_from_user()David S. Miller2-0/+9
2009-12-09sparc64: Fix stack debugging IRQ stack regression.David S. Miller1-2/+3
2009-05-29sparc64: Fix section attribute warnings.David S. Miller2-2/+2
2009-02-08sparc64: Fix probe_kernel_{read,write}().David S. Miller10-48/+25
2009-02-08sparc64: Kill .fixup section bloat.David S. Miller14-74/+14
2009-01-17sparc64: fix modpost failureSam Ravnborg1-1/+2
2009-01-08sparc64: move EXPORT_SYMBOL to the symbols definitionSam Ravnborg2-0/+13
2009-01-08sparc: Create a new file lib/ksyms.c and add export of all symbols defined in assembler in lib/ to this file.Sam Ravnborg2-0/+197
2008-12-09sparc: Commonize memcmp assembler.David S. Miller4-59/+28