Age | Commit message (Expand) | Author |
2024-04-09 | parisc: add u16 support to cmpxchg() | Al Viro |
2024-04-09 | parisc: unify implementations of __cmpxchg_u{8,32,64} | Al Viro |
2024-04-09 | parisc: __cmpxchg_u32(): lift conversion into the callers | Al Viro |
2023-08-10 | parisc: ucmpdi2: Fix no previous prototype for '__ucmpdi2' warning | Helge Deller |
2022-09-23 | parisc: Drop homebrewn io[read|write]64_[lo_hi|hi_lo] | Linus Walleij |
2022-09-10 | parisc: Remove 64bit access on 32bit machines | Linus Walleij |
2022-03-11 | parisc: Use constants to encode the space registers like SR_KERNEL | Helge Deller |
2022-02-07 | parisc: Add ioread64_lo_hi() and iowrite64_lo_hi() | Andy Shevchenko |
2021-11-01 | parisc: mark xchg functions notrace | Sven Schnelle |
2021-09-19 | parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabled | Helge Deller |
2021-09-09 | parisc: Implement __get/put_kernel_nofault() | Helge Deller |
2021-09-09 | parisc: Drop strnlen_user() in favour of generic version | Helge Deller |
2021-09-08 | arch: remove compat_alloc_user_space | Arnd Bergmann |
2021-08-29 | Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn... | Helge Deller |
2020-10-15 | parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64() | John David Anglin |
2020-10-15 | parisc: Add ioread64_hi_lo() and iowrite64_hi_lo() | Helge Deller |
2020-08-20 | unify generic instances of csum_partial_copy_nocheck() | Al Viro |
2020-08-14 | iomap: constify ioreadX() iomem argument (as in generic implementation) | Krzysztof Kozlowski |
2020-07-21 | parisc: add support for cmpxchg on u8 pointers | Liam Beguin |
2020-06-17 | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig |
2020-06-09 | maccess: always use strict semantics for probe_kernel_read | Christoph Hellwig |
2020-06-09 | maccess: unify the probe kernel arch hooks | Christoph Hellwig |
2020-05-29 | take the dummy csum_and_copy_from_user() into net/checksum.h | Al Viro |
2020-05-29 | parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user() | Al Viro |
2019-08-03 | parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ... | Helge Deller |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 | Thomas Gleixner |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-01-22 | parisc: iomap: introduce io{read|write}64 | Logan Gunthorpe |
2018-08-13 | parisc: Fix and improve kernel stack unwinding | Helge Deller |
2017-12-17 | parisc: remove duplicate includes | Pravin Shedge |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-08-22 | parisc: Drop exception_data struct | Helge Deller |
2017-05-10 | parisc: Inline trivial exception code in lusercopy.S | Helge Deller |
2017-05-01 | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2017-04-15 | parisc: fix bugs in pa_memcpy | Mikulas Patocka |
2017-04-02 | parisc: switch to RAW_COPY_USER | Al Viro |
2017-04-02 | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro |
2017-03-29 | parisc: Clean up fixup routines for get_user()/put_user() | Helge Deller |
2017-03-29 | parisc: Fix access fault handling in pa_memcpy() | Helge Deller |
2017-03-28 | new helper: uaccess_kernel() | Al Viro |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-10-06 | parisc: Add hardened usercopy feature | Helge Deller |
2016-10-05 | parisc: Add cfi_startproc and cfi_endproc to assembly code | Helge Deller |
2016-08-02 | parisc: Change structure intialisation to C99 style in iomap.c | Amitoj Kaur Chawla |
2016-05-22 | parisc: Add native high-resolution sched_clock() implementation | Helge Deller |
2016-04-08 | parisc: Unbreak handling exceptions from kernel modules | Helge Deller |
2014-12-13 | parisc: percpu: update comments referring to __get_cpu_var | Christoph Lameter |
2014-04-03 | parisc: Replace __get_cpu_var uses for address calculation | Christoph Lameter |