aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/uaccess_with_memcpy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-17arm/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+1
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-10/+0
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-8/+8
2020-06-04arm: add support for folded p4d page tablesMike Rapoport1-1/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-10-05ARM: 8797/1: spectre-v1.1: harden __copy_to_userJulien Thierry1-1/+2
2017-03-28new helper: uaccess_kernel()Al Viro1-2/+2
2016-11-23Revert "arm: move exports to definitions"Russell King1-3/+0
2016-08-07arm: move exports to definitionsAl Viro1-0/+3
2016-01-15arm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-3/+2
2015-12-15ARM: fix uaccess_with_memcpy() with SW_DOMAIN_PANRussell King1-6/+23
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linusRussell King1-3/+3
2015-08-25ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore()Russell King1-2/+2
2015-08-18ARM: 8414/1: __copy_to_user_memcpy: fix mmap semaphore usageNicolas Pitre1-1/+1
2013-10-29ARM: 7858/1: mm: make UACCESS_WITH_MEMCPY huge page awareSteven Capper1-3/+38
2011-10-02ARM: include linux/highmem.h in uaccess functionsArnd Bergmann1-0/+1
2011-02-21ARM: pgtable: add pud-level codeRussell King1-1/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-05-30[ARM] alternative copy_to_user: more precise fallback thresholdNicolas Pitre1-2/+73
2009-05-29[ARM] lower overhead with alternative copy_to_user for small copiesNicolas Pitre1-9/+27
2009-05-29[ARM] alternative copy_to_user/clear_user implementationLennert Buytenhek1-0/+139