aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/uaccess.h
AgeCommit message (Expand)Author
2020-05-20powerpc/uaccess: Evaluate macro arguments once, before user access is allowedNicholas Piggin
2020-01-28powerpc: Implement user_access_save() and user_access_restore()Christophe Leroy
2020-01-28powerpc: Implement user_access_begin and friendsChristophe Leroy
2020-01-28powerpc/kuap: Fix set direction in allow/prevent_user_access()Christophe Leroy
2019-12-16powerpc: Fix __clear_user() with KUAP enabledAndrew Donnellan
2019-08-21powerpc: add machine check safe copy_to_userSantosh Sivaraj
2019-07-03powerpc: Add barrier_nospec to raw_copy_in_user()Suraj Jitindar Singh
2019-04-21powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-01-04Fix access_ok() fallout for sparc32 and powerpcLinus Torvalds
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-19powerpc/uaccess: fix warning/error with access_ok()Christophe Leroy
2018-09-19powerpc: Fix duplicate const clang warning in user access codeAnton Blanchard
2018-08-10powerpc/uaccess: Enable get_user(u64, *p) on 32-bitMichael Ellerman
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy
2018-06-03powerpc: Use barrier_nospec in copy_from_user()Michael Ellerman
2018-06-03powerpc: Check address limit on user-mode return (TIF_FSCHECK)Michael Ellerman
2018-06-03powerpc: Rename thread_struct.fs to addr_limitMichael Ellerman
2018-03-13powerpc: Avoid comparison of unsigned long >= 0 in __access_ok()Mathieu Malaterre
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-11-13powerpc/lib: Implement UACCESS_FLUSHCACHE APIOliver O'Halloran
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-27powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-03kill {__,}{get,put}_user_unaligned()Al Viro
2017-06-26powerpc/32: Avoid miscompilation w/GCC 4.6.3 - don't inline copy_to/from_user()Michael Ellerman
2017-05-15kill strlen_user()Al Viro
2017-04-06powerpc: get rid of zeroing, switch to RAW_COPY_USERAl Viro
2017-03-28powerpc: switch to extable.hAl Viro
2017-03-05uaccess: drop pointless ifdefsAl Viro
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro
2017-02-02powerpc/sparse: Constify the address pointer in __get_user_nosleep()Daniel Axtens
2017-02-02powerpc/sparse: Constify the address pointer in __get_user_nocheck()Daniel Axtens
2017-02-02powerpc/sparse: Constify the address pointer in __get_user_check()Daniel Axtens
2016-11-14powerpc: Add support for relative exception tablesNicholas Piggin
2016-11-14powerpc: EX_TABLE macro for exception tablesNicholas Piggin
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-13ppc32: fix copy_from_user()Al Viro
2016-09-06usercopy: fold builtin_const check into inline functionKees Cook
2016-07-26powerpc/uaccess: Enable hardened usercopyKees Cook
2016-01-04ppc: get rid of the remnants of __get_user64()Al Viro
2015-06-11powerpc: Fix duplicate const clang warning in user access codeAnton Blanchard
2014-12-18powerpc/uaccess: Allow get_user() with bitwise typesMichael S. Tsirkin
2013-05-28powerpc: uaccess s/might_sleep/might_fault/Michael S. Tsirkin
2012-09-18powerpc: Remove unused __get_user64() and __put_user64()Bharat Bhushan
2012-05-27powerpc: Use the new generic strncpy_from_user() and strnlen_user()Paul Mackerras
2008-08-04powerpc: Move include files to arch/powerpc/include/asmStephen Rothwell