summaryrefslogtreecommitdiffstats
path: root/arch/parisc/lib
Commit message (Expand)AuthorAgeFilesLines
* arch: remove compat_alloc_user_spaceArnd Bergmann2021-09-081-9/+0
* Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn...Helge Deller2021-08-293-138/+74
* parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64()John David Anglin2020-10-151-3/+3
* parisc: Add ioread64_hi_lo() and iowrite64_hi_lo()Helge Deller2020-10-151-0/+18
* unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-17/+0
* iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-141-36/+36
* parisc: add support for cmpxchg on u8 pointersLiam Beguin2020-07-211-0/+12
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+1
* maccess: always use strict semantics for probe_kernel_readChristoph Hellwig2020-06-091-1/+1
* maccess: unify the probe kernel arch hooksChristoph Hellwig2020-06-091-8/+4
* take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-291-14/+0
* parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro2020-05-291-9/+3
* parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ...Helge Deller2019-08-033-93/+138
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-15/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150Thomas Gleixner2019-05-301-15/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* parisc: iomap: introduce io{read|write}64Logan Gunthorpe2019-01-221-0/+64
* parisc: Fix and improve kernel stack unwindingHelge Deller2018-08-131-21/+0
* parisc: remove duplicate includesPravin Shedge2017-12-171-2/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* parisc: Drop exception_data structHelge Deller2017-08-221-2/+0
* parisc: Inline trivial exception code in lusercopy.SHelge Deller2017-05-101-16/+9
* Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-011-8/+8
|\
| * parisc: switch to RAW_COPY_USERAl Viro2017-04-021-7/+7
| * Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-024-557/+322
| |\
| * | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
* | | parisc: fix bugs in pa_memcpyMikulas Patocka2017-04-151-13/+14
| |/ |/|
* | parisc: Clean up fixup routines for get_user()/put_user()Helge Deller2017-03-292-99/+1
* | parisc: Fix access fault handling in pa_memcpy()Helge Deller2017-03-292-458/+321
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* parisc: Add hardened usercopy featureHelge Deller2016-10-061-5/+6
* parisc: Add cfi_startproc and cfi_endproc to assembly codeHelge Deller2016-10-052-12/+12
* parisc: Change structure intialisation to C99 style in iomap.cAmitoj Kaur Chawla2016-08-021-32/+32
* parisc: Add native high-resolution sched_clock() implementationHelge Deller2016-05-221-4/+2
* parisc: Unbreak handling exceptions from kernel modulesHelge Deller2016-04-081-0/+6
* parisc: percpu: update comments referring to __get_cpu_varChristoph Lameter2014-12-131-2/+2
* parisc: Replace __get_cpu_var uses for address calculationChristoph Lameter2014-04-031-1/+1
* 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: make udelay() SMP-safeHelge Deller2013-11-072-1/+74
* parisc: provide macro to create exception table entriesHelge Deller2013-11-071-7/+3
* 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: Provide __ucmpdi2 to resolve undefined references in 32 bit builds.John David Anglin2013-04-252-1/+27
* parisc: avoid unitialized variable warning in pa_memcpy()Helge Deller2013-03-021-1/+1
* [PARISC] update parisc to use generic strncpy_from_user()James Bottomley2012-05-311-41/+0
* Disintegrate asm/system.h for PA-RISCDavid Howells2012-03-281-1/+0
* parisc: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-281-23/+0
* parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1