summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/lib
Commit message (Expand)AuthorAgeFilesLines
* Blackfin: comment spelling s/divsor/divisor/Geert Uytterhoeven2016-04-181-1/+1
* blackfin: license: Change ADI BSD licenseSonic Zhang2012-05-2116-16/+16
* blackfin: clean up string bfin_dma_5xx after rename.Sonic Zhang2012-03-211-1/+1
* Blackfin: strncpy: fix handling of zero lengthsSteven Miao2011-06-031-1/+1
* Fix common misspellingsLucas De Marchi2011-03-312-2/+2
* Blackfin: outs[lwb]: make sure count is greater than 0Mike Frysinger2011-03-041-4/+12
* Blackfin: optimize strncpy a bitRobin Getz2010-05-222-13/+47
* Blackfin: move string functions to normal lib/ assemblyRobin Getz2010-05-228-75/+182
* Blackfin: convert to generic checksum codeMike Frysinger2009-12-152-126/+1
* Blackfin: mass clean up of copyright/licensing infoRobin Getz2009-10-0718-382/+66
* Blackfin: fix misnomer of some I-pipe helpersPhilippe Gerum2009-09-161-2/+2
* Blackfin: fix miscompilation in lshrdi3Jie Zhang2009-07-161-15/+1
* Blackfin: export ip_compute_csum/csum_partial_copy_from_user symbolsMike Frysinger2009-06-131-0/+2
* Blackfin: fix strncmp.o build errorMike Frysinger2009-05-271-2/+1
* Blackfin arch: cleanup and unify the ins functionsMike Frysinger2009-01-071-345/+84
* Blackfin arch: merge adeos blackfin part to arch/blackfin/Yi Li2009-01-071-3/+160
* Blackfin arch: Replace C version of 64 bit multiply with hand optimized assemblyBernd Schmidt2009-01-072-99/+68
* Blackfin arch: move EXPORT_SYMBOL to the place where it is actually definedMike Frysinger2008-10-281-0/+4
* Blackfin arch: Allow ins functions to have a low latency versionRobin Getz2008-08-141-0/+109
* Blackfin arch: Fix typo. it should be _outsw_8Bryan Wu2008-05-201-1/+1
* Blackfin arch: IO Port functions to read/write unalligned memoryMichael Hennerich2008-05-172-4/+33
* [Blackfin] arch: Blackfin checksum annotationsAl Viro2008-05-121-11/+10
* [Blackfin] arch: fix bug - make memcpy return the dest addr.Yi Li2007-12-211-6/+2
* Blackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually d...Mike Frysinger2007-11-214-4/+40
* Blackfin arch: Add assembly function insl_16Michael Hennerich2007-11-171-0/+19
* Blackfin arch: use do_div() for the 64bit division as pointed out by BerndMike Frysinger2007-11-232-376/+1
* Blackfin arch: add assembly function for doing 64bit unsigned divisionMike Frysinger2007-10-212-1/+376
* Blackfin arch: revise anomaly handling by basing things on the compiler not t...Mike Frysinger2007-07-253-4/+4
* Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger2007-07-124-8/+4
* Blackfin arch: update ANOMALY handlingRobin Getz2007-06-213-5/+30
* Blackfin arch: add proper ENDPROC()Mike Frysinger2007-06-1113-5/+27
* Blackfin arch: Add Workaround for ANOMALY 05000257Michael Hennerich2007-05-211-6/+14
* blackfin architectureBryan Wu2007-05-0724-0/+1907