summaryrefslogtreecommitdiff
path: root/arch/tile/include/asm/uaccess.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-16arch: remove tile portArnd Bergmann1-411/+0
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2017-07-04kill {__,}{get,put}_user_unaligned()Al Viro1-1/+0
2017-05-16kill strlen_user()Al Viro1-1/+0
2017-03-29tile: get rid of zeroing, switch to RAW_COPY_USERAl Viro1-136/+7
2017-03-29tile: switch to generic extable.hAl Viro1-18/+1
2017-03-06uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-1/+0
2017-03-06uaccess: 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-07-01Merge 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 e...David Hildenbrand1-6/+12
2015-04-30tile: add <asm/word-at-a-time.h> and enable support functionsChris Metcalf1-56/+10
2015-01-14tile: enable sparse checks for get/put_userChris Metcalf1-8/+11
2015-01-14tile: 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-05-01Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd1-1/+6
2012-06-17tile: 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-05arch/tile: core support for Tilera 32-bit chips.Chris Metcalf1-0/+578