summaryrefslogtreecommitdiffstats
path: root/arch/parisc/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* parisc: add strict copy size checks (v2)Helge Deller2010-03-061-1/+2
* Merge branch 'master' into percpuTejun Heo2010-01-051-2/+2
|\
| * locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-1/+1
| * locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-141-1/+1
* | percpu: remove per_cpu__ prefix.Rusty Russell2009-10-291-4/+4
|/
* parisc: fix mismatched parenthesis in memcpy.cRandolph Chung2009-07-031-1/+1
* parisc: remove CVS keywordsAlexander Beregalov2009-07-031-2/+0
* parisc: lib/: make code staticAdrian Bunk2009-01-052-2/+2
* Revert "parisc: fix trivial section name warnings"Kyle McMartin2008-06-132-5/+3
* parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-151-1/+1
* parisc: fix trivial section name warningsHelge Deller2008-05-152-3/+5
* iomap: fix 64 bits resources on 32 bitsBenjamin Herrenschmidt2008-04-291-2/+2
* Revert "[PARISC] import necessary bits of libgcc.a"Kyle McMartin2007-12-0629-4627/+1
* [PARISC] import necessary bits of libgcc.aKyle McMartin2007-10-1829-1/+4627
* [PARISC] parisc: "extern inline" -> "static inline"Adrian Bunk2007-10-181-2/+2
* [PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller2007-02-171-2/+2