aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/include/asm/uaccess.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-23/+0
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-18/+1
2020-09-12openrisc: Fix issue with get_user for 64-bit valuesStafford Horne1-12/+21
2020-08-14Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-11/+12
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2020-08-09openrisc: uaccess: Add user address space check to access_okStafford Horne1-0/+1
2020-08-09openrisc: uaccess: Remove unused macro __addr_okStafford Horne1-3/+0
2020-08-09openrisc: uaccess: Use static inline function in access_okStafford Horne1-4/+7
2020-08-09openrisc: uaccess: Fix sparse address space warningsStafford Horne1-4/+4
2020-08-04openrisc: fix __user in raw_copy_to_user()'s prototypeLuc Van Oostenryck1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-01-08arch/openrisc: Fix issues with access_ok()Stafford Horne1-2/+6
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-4/+4
2017-05-15kill strlen_user()Al Viro1-1/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ...Al Viro1-46/+9
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.pariscAl Viro1-1/+1
2017-03-28openrisc: switch to RAW_COPY_USERAl Viro1-22/+6
2017-03-28openrisc: switch to generic extable.hAl Viro1-17/+1
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-03-16openrisc: fix issue handling 8 byte get_user callsStafford Horne1-1/+1
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2016-09-27exceptions: detritus removalAl Viro1-4/+0
2016-09-18openrisc: fix the fix of copy_from_user()Guenter Roeck1-1/+1
2016-09-13openrisc: fix copy_from_user()Al Viro1-24/+11
2015-01-13openrisc/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2012-05-27openrisc: use generic strnlen_user() functionJonas Bonn1-28/+2
2012-05-25openrisc: use generic strncpy_from_userJonas Bonn1-7/+3
2012-02-17openrisc: included linux/thread_info.h twiceDanny Kukawka1-1/+0
2011-07-22OpenRISC: Memory managementJonas Bonn1-0/+355