aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm/uaccess.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-07-03kill {__,}{get,put}_user_unaligned()Al Viro1-1/+0
2017-05-15kill strlen_user()Al Viro1-1/+0
2017-03-28tile: get rid of zeroing, switch to RAW_COPY_USERAl Viro1-136/+7
2017-03-28tile: switch to generic extable.hAl Viro1-18/+1
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-1/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf1-12/+10
2015-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-56/+10
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabledDavid Hildenbrand1-6/+12
2015-04-30tile: add <asm/word-at-a-time.h> and enable support functionsChris Metcalf1-56/+10
2015-01-13tile: enable sparse checks for get/put_userChris Metcalf1-8/+11
2015-01-13tile: fix put_user sparse errorsChris Metcalf1-9/+9
2013-08-30tile: use proper .align directives on __ex_table sectionsChris Metcalf1-0/+6
2013-07-31tile: convert uses of "inv" to "finv"Chris Metcalf1-31/+0
2013-05-28tile: uaccess s/might_sleep/might_fault/Michael S. Tsirkin1-1/+1
2013-04-30Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd1-1/+6
2012-06-16tile: fix bug in get_user() for 4-byte valuesChris Metcalf1-1/+1
2012-05-25arch/tile: optimize get_user/put_user and friendsChris Metcalf1-90/+132
2010-08-13arch/tile: Various cleanups.Chris Metcalf1-2/+2
2010-07-06arch/tile: Miscellaneous cleanup changes.Chris Metcalf1-10/+12
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf1-0/+578