summaryrefslogtreecommitdiff
path: root/arch/parisc/lib/memcpy.c
AgeCommit message (Expand)AuthorLines
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-1/+1
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig-1/+1
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig-8/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner-15/+1
2017-08-22parisc: Drop exception_data structHelge Deller-2/+0
2017-04-02parisc: switch to RAW_COPY_USERAl Viro-7/+7
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro-458/+3
2017-03-29parisc: Fix access fault handling in pa_memcpy()Helge Deller-458/+3
2017-03-28new helper: uaccess_kernel()Al Viro-1/+1
2016-10-06parisc: Add hardened usercopy featureHelge Deller-5/+6
2014-04-03parisc: Replace __get_cpu_var uses for address calculationChristoph Lameter-1/+1
2013-11-20parisc: size_t is unsigned, so comparison size < 0 doesn't make sense.Helge Deller-1/+1
2013-11-19parisc: do not inline pa_memcpy() internal functionsHelge Deller-2/+2
2013-10-13parisc: let probe_kernel_read() capture access to page zeroHelge Deller-1/+14
2013-07-09parisc: Fix gcc miscompilation in pa_memcpy()Helge Deller-29/+50
2013-03-02parisc: avoid unitialized variable warning in pa_memcpy()Helge Deller-1/+1
2010-03-06parisc: add strict copy size checks (v2)Helge Deller-1/+2
2009-07-03parisc: fix mismatched parenthesis in memcpy.cRandolph Chung-1/+1
2009-01-05parisc: lib/: make code staticAdrian Bunk-1/+1
2008-05-15parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2007-10-18[PARISC] parisc: "extern inline" -> "static inline"Adrian Bunk-2/+2
2007-02-17[PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macroHelge Deller-28/+10
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2005-10-21[PARISC] Disable use of fpregs in pa_memcpyRandolph Chung-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+522