summaryrefslogtreecommitdiff
path: root/arch/parisc/lib
AgeCommit message (Expand)Author
2021-11-01parisc: mark xchg functions notraceSven Schnelle
2021-09-19parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabledHelge Deller
2021-09-09parisc: Implement __get/put_kernel_nofault()Helge Deller
2021-09-09parisc: Drop strnlen_user() in favour of generic versionHelge Deller
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann
2021-08-29Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn...Helge Deller
2020-10-15parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64()John David Anglin
2020-10-15parisc: Add ioread64_hi_lo() and iowrite64_hi_lo()Helge Deller
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-07-21parisc: add support for cmpxchg on u8 pointersLiam Beguin
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro
2020-05-29parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro
2019-08-03parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ...Helge Deller
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-01-22parisc: iomap: introduce io{read|write}64Logan Gunthorpe
2018-08-13parisc: Fix and improve kernel stack unwindingHelge Deller
2017-12-17parisc: remove duplicate includesPravin Shedge
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-22parisc: Drop exception_data structHelge Deller
2017-05-10parisc: Inline trivial exception code in lusercopy.SHelge Deller
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-04-15parisc: fix bugs in pa_memcpyMikulas Patocka
2017-04-02parisc: switch to RAW_COPY_USERAl Viro
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro
2017-03-29parisc: Clean up fixup routines for get_user()/put_user()Helge Deller
2017-03-29parisc: Fix access fault handling in pa_memcpy()Helge Deller
2017-03-28new helper: uaccess_kernel()Al Viro
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-06parisc: Add hardened usercopy featureHelge Deller
2016-10-05parisc: Add cfi_startproc and cfi_endproc to assembly codeHelge Deller
2016-08-02parisc: Change structure intialisation to C99 style in iomap.cAmitoj Kaur Chawla
2016-05-22parisc: Add native high-resolution sched_clock() implementationHelge Deller
2016-04-08parisc: Unbreak handling exceptions from kernel modulesHelge Deller
2014-12-13parisc: percpu: update comments referring to __get_cpu_varChristoph Lameter
2014-04-03parisc: Replace __get_cpu_var uses for address calculationChristoph Lameter
2013-11-20parisc: size_t is unsigned, so comparison size < 0 doesn't make sense.Helge Deller
2013-11-19parisc: do not inline pa_memcpy() internal functionsHelge Deller
2013-11-07parisc: make udelay() SMP-safeHelge Deller
2013-11-07parisc: provide macro to create exception table entriesHelge Deller
2013-10-13parisc: let probe_kernel_read() capture access to page zeroHelge Deller
2013-07-09parisc: Fix gcc miscompilation in pa_memcpy()Helge Deller
2013-04-25parisc: Provide __ucmpdi2 to resolve undefined references in 32 bit builds.John David Anglin
2013-03-02parisc: avoid unitialized variable warning in pa_memcpy()Helge Deller