aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-15parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64()John David Anglin1-3/+3
2020-10-15parisc: Add ioread64_hi_lo() and iowrite64_hi_lo()Helge Deller1-0/+18
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-17/+0
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-36/+36
2020-07-21parisc: add support for cmpxchg on u8 pointersLiam Beguin1-0/+12
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig1-1/+1
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig1-8/+4
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro1-14/+0
2020-05-29parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro1-9/+3
2019-08-03parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and strcatHelge Deller3-93/+138
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-15/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150Thomas Gleixner1-15/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-22parisc: iomap: introduce io{read|write}64Logan Gunthorpe1-0/+64
2018-08-13parisc: Fix and improve kernel stack unwindingHelge Deller1-21/+0
2017-12-17parisc: remove duplicate includesPravin Shedge1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-08-22parisc: Drop exception_data structHelge Deller1-2/+0
2017-05-10parisc: Inline trivial exception code in lusercopy.SHelge Deller1-16/+9
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+8
2017-04-15parisc: fix bugs in pa_memcpyMikulas Patocka1-13/+14
2017-04-02parisc: switch to RAW_COPY_USERAl Viro1-7/+7
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.pariscAl Viro4-557/+322
2017-03-29parisc: Clean up fixup routines for get_user()/put_user()Helge Deller2-99/+1
2017-03-29parisc: Fix access fault handling in pa_memcpy()Helge Deller2-458/+321
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-06parisc: Add hardened usercopy featureHelge Deller1-5/+6
2016-10-05parisc: Add cfi_startproc and cfi_endproc to assembly codeHelge Deller2-12/+12
2016-08-02parisc: Change structure intialisation to C99 style in iomap.cAmitoj Kaur Chawla1-32/+32
2016-05-22parisc: Add native high-resolution sched_clock() implementationHelge Deller1-4/+2
2016-04-08parisc: Unbreak handling exceptions from kernel modulesHelge Deller1-0/+6
2014-12-13parisc: percpu: update comments referring to __get_cpu_varChristoph Lameter1-2/+2
2014-04-03parisc: Replace __get_cpu_var uses for address calculationChristoph Lameter1-1/+1
2013-11-20parisc: size_t is unsigned, so comparison size < 0 doesn't make sense.Helge Deller1-1/+1
2013-11-19parisc: do not inline pa_memcpy() internal functionsHelge Deller1-2/+2
2013-11-07parisc: make udelay() SMP-safeHelge Deller2-1/+74
2013-11-07parisc: provide macro to create exception table entriesHelge Deller1-7/+3
2013-10-13parisc: let probe_kernel_read() capture access to page zeroHelge Deller1-1/+14
2013-07-09parisc: Fix gcc miscompilation in pa_memcpy()Helge Deller1-29/+50
2013-04-25parisc: Provide __ucmpdi2 to resolve undefined references in 32 bit builds.John David Anglin2-1/+27
2013-03-02parisc: avoid unitialized variable warning in pa_memcpy()Helge Deller1-1/+1
2012-05-31[PARISC] update parisc to use generic strncpy_from_user()James Bottomley1-41/+0
2012-03-28Disintegrate asm/system.h for PA-RISCDavid Howells1-1/+0
2011-11-28parisc: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin1-23/+0
2011-10-31parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-03-06parisc: add strict copy size checks (v2)Helge Deller1-1/+2