summaryrefslogtreecommitdiffstats
path: root/arch/parisc/lib/memcpy.c
Commit message (Expand)AuthorAgeFilesLines
* parisc: size_t is unsigned, so comparison size < 0 doesn't make sense.Helge Deller2013-11-201-1/+1
* parisc: do not inline pa_memcpy() internal functionsHelge Deller2013-11-191-2/+2
* parisc: let probe_kernel_read() capture access to page zeroHelge Deller2013-10-131-1/+14
* parisc: Fix gcc miscompilation in pa_memcpy()Helge Deller2013-07-091-29/+50
* parisc: avoid unitialized variable warning in pa_memcpy()Helge Deller2013-03-021-1/+1
* parisc: add strict copy size checks (v2)Helge Deller2010-03-061-1/+2
* parisc: fix mismatched parenthesis in memcpy.cRandolph Chung2009-07-031-1/+1
* parisc: lib/: make code staticAdrian Bunk2009-01-051-1/+1
* parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-151-1/+1
* [PARISC] parisc: "extern inline" -> "static inline"Adrian Bunk2007-10-181-2/+2
* [PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macroHelge Deller2007-02-171-28/+10Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PARISC] Disable use of fpregs in pa_memcpyRandolph Chung2005-10-221-0/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+522