| Commit message (Expand) | Author | Age | Files | Lines |
* | parisc: Use constants to encode the space registers like SR_KERNEL | Helge Deller | 2022-03-11 | 1 | -8/+8 |
* | parisc: Add ioread64_lo_hi() and iowrite64_lo_hi() | Andy Shevchenko | 2022-02-07 | 1 | -0/+18 |
* | parisc: mark xchg functions notrace | Sven Schnelle | 2021-11-01 | 1 | -6/+6 |
* | parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabled | Helge Deller | 2021-09-19 | 1 | -1/+3 |
* | parisc: Implement __get/put_kernel_nofault() | Helge Deller | 2021-09-09 | 1 | -17/+1 |
* | parisc: Drop strnlen_user() in favour of generic version | Helge Deller | 2021-09-09 | 1 | -34/+0 |
* | arch: remove compat_alloc_user_space | Arnd Bergmann | 2021-09-08 | 1 | -9/+0 |
* | Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn... | Helge Deller | 2021-08-29 | 3 | -138/+74 |
* | parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64() | John David Anglin | 2020-10-15 | 1 | -3/+3 |
* | parisc: Add ioread64_hi_lo() and iowrite64_hi_lo() | Helge Deller | 2020-10-15 | 1 | -0/+18 |
* | unify generic instances of csum_partial_copy_nocheck() | Al Viro | 2020-08-20 | 1 | -17/+0 |
* | iomap: constify ioreadX() iomem argument (as in generic implementation) | Krzysztof Kozlowski | 2020-08-14 | 1 | -36/+36 |
* | parisc: add support for cmpxchg on u8 pointers | Liam Beguin | 2020-07-21 | 1 | -0/+12 |
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig | 2020-06-17 | 1 | -1/+1 |
* | maccess: always use strict semantics for probe_kernel_read | Christoph Hellwig | 2020-06-09 | 1 | -1/+1 |
* | maccess: unify the probe kernel arch hooks | Christoph Hellwig | 2020-06-09 | 1 | -8/+4 |
* | take the dummy csum_and_copy_from_user() into net/checksum.h | Al Viro | 2020-05-29 | 1 | -14/+0 |
* | parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user() | Al Viro | 2020-05-29 | 1 | -9/+3 |
* | parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ... | Helge Deller | 2019-08-03 | 3 | -93/+138 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 | Thomas Gleixner | 2019-05-30 | 1 | -15/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 | Thomas Gleixner | 2019-05-30 | 1 | -15/+1 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | parisc: iomap: introduce io{read|write}64 | Logan Gunthorpe | 2019-01-22 | 1 | -0/+64 |
* | parisc: Fix and improve kernel stack unwinding | Helge Deller | 2018-08-13 | 1 | -21/+0 |
* | parisc: remove duplicate includes | Pravin Shedge | 2017-12-17 | 1 | -2/+0 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 5 | -0/+5 |
* | parisc: Drop exception_data struct | Helge Deller | 2017-08-22 | 1 | -2/+0 |
* | parisc: Inline trivial exception code in lusercopy.S | Helge Deller | 2017-05-10 | 1 | -16/+9 |
* | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-05-01 | 1 | -8/+8 |
|\ |
|
| * | parisc: switch to RAW_COPY_USER | Al Viro | 2017-04-02 | 1 | -7/+7 |
| * | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 2017-04-02 | 4 | -557/+322 |
| |\ |
|
| * | | new helper: uaccess_kernel() | Al Viro | 2017-03-28 | 1 | -1/+1 |
* | | | parisc: fix bugs in pa_memcpy | Mikulas Patocka | 2017-04-15 | 1 | -13/+14 |
| |/
|/| |
|
* | | parisc: Clean up fixup routines for get_user()/put_user() | Helge Deller | 2017-03-29 | 2 | -99/+1 |
* | | parisc: Fix access fault handling in pa_memcpy() | Helge Deller | 2017-03-29 | 2 | -458/+321 |
|/ |
|
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | parisc: Add hardened usercopy feature | Helge Deller | 2016-10-06 | 1 | -5/+6 |
* | parisc: Add cfi_startproc and cfi_endproc to assembly code | Helge Deller | 2016-10-05 | 2 | -12/+12 |
* | parisc: Change structure intialisation to C99 style in iomap.c | Amitoj Kaur Chawla | 2016-08-02 | 1 | -32/+32 |
* | parisc: Add native high-resolution sched_clock() implementation | Helge Deller | 2016-05-22 | 1 | -4/+2 |
* | parisc: Unbreak handling exceptions from kernel modules | Helge Deller | 2016-04-08 | 1 | -0/+6 |
* | parisc: percpu: update comments referring to __get_cpu_var | Christoph Lameter | 2014-12-13 | 1 | -2/+2 |
* | parisc: Replace __get_cpu_var uses for address calculation | Christoph Lameter | 2014-04-03 | 1 | -1/+1 |
* | parisc: size_t is unsigned, so comparison size < 0 doesn't make sense. | Helge Deller | 2013-11-20 | 1 | -1/+1 |
* | parisc: do not inline pa_memcpy() internal functions | Helge Deller | 2013-11-19 | 1 | -2/+2 |
* | parisc: make udelay() SMP-safe | Helge Deller | 2013-11-07 | 2 | -1/+74 |
* | parisc: provide macro to create exception table entries | Helge Deller | 2013-11-07 | 1 | -7/+3 |
* | parisc: let probe_kernel_read() capture access to page zero | Helge Deller | 2013-10-13 | 1 | -1/+14 |
* | parisc: Fix gcc miscompilation in pa_memcpy() | Helge Deller | 2013-07-09 | 1 | -29/+50 |