aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/lib
AgeCommit message (Expand)AuthorFilesLines
2019-08-03parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ...Gravatar Helge Deller 3-93/+138
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Gravatar Thomas Gleixner 1-15/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150Gravatar Thomas Gleixner 1-15/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-01-22parisc: iomap: introduce io{read|write}64Gravatar Logan Gunthorpe 1-0/+64
2018-08-13parisc: Fix and improve kernel stack unwindingGravatar Helge Deller 1-21/+0
2017-12-17parisc: remove duplicate includesGravatar Pravin Shedge 1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 5-0/+5
2017-08-22parisc: Drop exception_data structGravatar Helge Deller 1-2/+0
2017-05-10parisc: Inline trivial exception code in lusercopy.SGravatar Helge Deller 1-16/+9
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-8/+8
2017-04-15parisc: fix bugs in pa_memcpyGravatar Mikulas Patocka 1-13/+14
2017-04-02parisc: switch to RAW_COPY_USERGravatar Al Viro 1-7/+7
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Al Viro 4-557/+322
2017-03-29parisc: Clean up fixup routines for get_user()/put_user()Gravatar Helge Deller 2-99/+1
2017-03-29parisc: Fix access fault handling in pa_memcpy()Gravatar Helge Deller 2-458/+321
2017-03-28new helper: uaccess_kernel()Gravatar Al Viro 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-10-06parisc: Add hardened usercopy featureGravatar Helge Deller 1-5/+6
2016-10-05parisc: Add cfi_startproc and cfi_endproc to assembly codeGravatar Helge Deller 2-12/+12
2016-08-02parisc: Change structure intialisation to C99 style in iomap.cGravatar Amitoj Kaur Chawla 1-32/+32
2016-05-22parisc: Add native high-resolution sched_clock() implementationGravatar Helge Deller 1-4/+2
2016-04-08parisc: Unbreak handling exceptions from kernel modulesGravatar Helge Deller 1-0/+6
2014-12-13parisc: percpu: update comments referring to __get_cpu_varGravatar Christoph Lameter 1-2/+2
2014-04-03parisc: Replace __get_cpu_var uses for address calculationGravatar Christoph Lameter 1-1/+1
2013-11-20parisc: size_t is unsigned, so comparison size < 0 doesn't make sense.Gravatar Helge Deller 1-1/+1
2013-11-19parisc: do not inline pa_memcpy() internal functionsGravatar Helge Deller 1-2/+2
2013-11-07parisc: make udelay() SMP-safeGravatar Helge Deller 2-1/+74
2013-11-07parisc: provide macro to create exception table entriesGravatar Helge Deller 1-7/+3
2013-10-13parisc: let probe_kernel_read() capture access to page zeroGravatar Helge Deller 1-1/+14
2013-07-09parisc: Fix gcc miscompilation in pa_memcpy()Gravatar Helge Deller 1-29/+50
2013-04-25parisc: Provide __ucmpdi2 to resolve undefined references in 32 bit builds.Gravatar John David Anglin 2-1/+27
2013-03-02parisc: avoid unitialized variable warning in pa_memcpy()Gravatar Helge Deller 1-1/+1
2012-05-31[PARISC] update parisc to use generic strncpy_from_user()Gravatar James Bottomley 1-41/+0
2012-03-28Disintegrate asm/system.h for PA-RISCGravatar David Howells 1-1/+0
2011-11-28parisc: switch to GENERIC_PCI_IOMAPGravatar Michael S. Tsirkin 1-23/+0
2011-10-31parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEGravatar Paul Gortmaker 1-0/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2010-03-06parisc: add strict copy size checks (v2)Gravatar Helge Deller 1-1/+2
2010-01-05Merge branch 'master' into percpuGravatar Tejun Heo 1-2/+2
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDGravatar Thomas Gleixner 1-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockGravatar Thomas Gleixner 1-1/+1
2009-10-29percpu: remove per_cpu__ prefix.Gravatar Rusty Russell 1-4/+4
2009-07-03parisc: fix mismatched parenthesis in memcpy.cGravatar Randolph Chung 1-1/+1
2009-07-03parisc: remove CVS keywordsGravatar Alexander Beregalov 1-2/+0
2009-01-05parisc: lib/: make code staticGravatar Adrian Bunk 2-2/+2
2008-06-13Revert "parisc: fix trivial section name warnings"Gravatar Kyle McMartin 2-5/+3
2008-05-15parisc: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-05-15parisc: fix trivial section name warningsGravatar Helge Deller 2-3/+5