- 12700c1 uaccess: generalize access_ok() by Arnd Bergmann · 2 years, 10 months ago
- 34737e2 uaccess: add generic __{get,put}_kernel_nofault by Arnd Bergmann · 2 years, 10 months ago
- 1542026 ARM: 9179/1: uaccess: avoid alignment faults in copy_[from|to]_kernel_nofault by Ard Biesheuvel · 2 years, 11 months ago
- df909df ARM: 9132/1: Fix __get_user_check failure with ARM KASAN images by Lexi Shao · 3 years, 3 months ago
- 8ac6f5d ARM: 9113/1: uaccess: remove set_fs() implementation by Arnd Bergmann · 3 years, 4 months ago
- 2df4c9a ARM: 9112/1: uaccess: add __{get,put}_kernel_nofault by Arnd Bergmann · 3 years, 4 months ago
- 428e297 uaccess: remove segment_eq by Christoph Hellwig · 4 years, 4 months ago
- 2350ebe ARM: uaccess: add further explanation of __range_ok() by Russell King · 4 years, 5 months ago
- 851140a ARM: 8908/1: add __always_inline to functions called from __get_user_check() by Masahiro Yamada · 5 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- fe09d9c ARM: 8852/1: uaccess: use unified assembler language syntax by Stefan Agner · 6 years ago
- 0be2886 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
- 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
- 32fdb04 ARM: 8828/1: uaccess: use unified assembler language syntax by Stefan Agner · 6 years ago
- 1205b62 Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
- 344eb553 ARM: 8813/1: Make aligned 2-byte getuser()/putuser() atomic on ARMv6+ by Vincent Whitchurch · 6 years ago
- 3e98d24 Merge branches 'fixes', 'misc' and 'spectre' into for-next by Russell King · 6 years ago
- afaf683 ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitization by Julien Thierry · 6 years ago
- e3aa624 ARM: 8795/1: spectre-v1.1: use put_user() for __put_user() by Julien Thierry · 6 years ago
- 621afc6 ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limit by Julien Thierry · 6 years ago
- c61b466 Merge branches 'fixes', 'misc' and 'spectre' into for-linus by Russell King · 6 years ago
- b1cd0a1 ARM: spectre-v1: use get_user() for __get_user() by Russell King · 6 years ago
- d09fbb3 ARM: use __inttype() in get_user() by Russell King · 6 years ago
- db4667a ARM: 8768/1: uaccess: remove const to avoid duplicate specifier by Stefan Agner · 7 years ago
- 2404269 Revert "arm/syscalls: Check address limit on user-mode return" by Thomas Garnier · 7 years ago
- 6c51e67 Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 89cbec7 Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 73ac5d6 arm/syscalls: Check address limit on user-mode return by Thomas Garnier · 8 years ago
- 3170d8d kill {__,}{get,put}_user_unaligned() by Al Viro · 8 years ago
- 8298525 kill strlen_user() by Al Viro · 8 years ago
- 4de5b63 arm: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 0f9b38c arm: switch to generic extable.h by Al Viro · 8 years ago
- db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
- af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
- 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
- 32b1436 ARM: 8657/1: uaccess: consistently check object sizes by Kees Cook · 8 years ago
- 9134449 arm: don't zero in __copy_from_user_inatomic()/__copy_from_user() by Al Viro · 8 years ago
- 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
- dfd45b6 ARM: uaccess: Enable hardened usercopy by Kees Cook · 8 years ago
- 9f73bd8 ARM: uaccess: remove put_user() code duplication by Russell King · 9 years ago
- 9f85eae ARM: 8580/1: Remove orphaned __addr_ok() definition by Robin Murphy · 9 years ago
- c014953d ARM: fix uaccess_with_memcpy() with SW_DOMAIN_PAN by Russell King · 9 years ago
- 40d3f028 Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linus by Russell King · 9 years ago
- a5e090a ARM: software-based priviledged-no-access support by Russell King · 9 years ago
- 3fba7e2 ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore() by Russell King · 9 years ago
- b64d1f6 ARM: uaccess: simplify user access assembly by Russell King · 9 years ago
- c4a84ae ARM: 8322/1: keep .text and .fixup regions closer together by Ard Biesheuvel · 10 years ago
- 295bb01 arm: macro whitespace fixes by Michael S. Tsirkin · 10 years ago
- e8b94de arm: fix put_user sparse errors by Michael S. Tsirkin · 10 years ago
- d998138 ARM: 8137/1: fix get_user BE behavior for target variable with size of 8 bytes by Victor Kamensky · 10 years ago
- f15bdfe Merge branch 'devel-stable' into for-next by Russell King · 10 years ago
- e38361d ARM: 8091/2: add get_user() support for 8 byte types by Daniel Thompson · 10 years ago
- 83de911 ARM: make user_addr_max more robust by Uwe Kleine-König · 11 years ago
- 537094b6 ARM: 8051/1: put_user: fix possible data corruption in put_user by Andrey Ryabinin · 11 years ago
- afdd3bb ARM: 7951/1: uaccess: use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS by Nicolas Pitre · 11 years ago
- c89efa7 ARM: 7836/1: add __get_user_unaligned/__put_user_unaligned by Nicolas Pitre · 11 years ago
- 8e7fc18 ARM: warnings in arch/arm/include/asm/uaccess.h by Arnd Bergmann · 13 years ago
- ad72907 ARM: 7528/1: uaccess: annotate [__]{get,put}_user functions with might_fault() by Will Deacon · 12 years ago
- 8404663 ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINS by Russell King · 12 years ago
- 8c56cc8 ARM: 7449/1: use generic strnlen_user and strncpy_from_user functions by Will Deacon · 12 years ago
- 9f97da7 Disintegrate asm/system.h for ARM by David Howells · 13 years ago
- 4e7682d ARM: 7301/1: Rename the T() macro to TUSER() to avoid namespace conflicts by Catalin Marinas · 13 years ago
- 247055a ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUs by Catalin Marinas · 14 years ago
- 4260415 ARM: fix build error in arch/arm/kernel/process.c by Russell King · 15 years ago
- 8b59278 Thumb-2: Implement the unified arch/arm/lib functions by Catalin Marinas · 15 years ago
- a1f9884 [ARM] allow for alternative __copy_to_user/__clear_user implementations by Nicolas Pitre · 16 years ago
- 87c5257 [ARM] Remove linux/sched.h from asm/cacheflush.h and asm/uaccess.h by Russell King · 16 years ago
- 59f0cb0 [ARM] remove memzero() by Russell King · 16 years ago
- 4e6a0c3 [ARM] 5230/1: Replace post-indexed LDRT/STRT in uaccess.h by Catalin Marinas · 16 years ago
- 4baa992 [ARM] move include/asm-arm to arch/arm/include/asm by Russell King · 16 years ago[Renamed (99%) from include/asm-arm/uaccess.h]
- c5a69d5 Storage class should be before const qualifier by Tobias Klauser · 18 years ago
- 16cf5b3 [PATCH] fix sparse warnings from {asm,net}/checksum.h by Tilman Schmidt · 18 years ago
- 9957329 [ARM] Add __must_check to uaccess functions by Russell King · 18 years ago
- fc048b5 [PATCH] arm: use unsigned long instead of unsigned int in get_user() by Al Viro · 18 years ago
- 9641c7c [ARM] nommu: uaccess tweaks by Russell King · 18 years ago
- 02fcb97 [ARM] Remove the __arch_* layer from uaccess.h by Russell King · 18 years ago
- d2c5b69 [ARM] Fix get_user when passed a const pointer by Russell King · 19 years ago
- 97de50c [PATCH] remove verify_area(): remove verify_area() from various uaccess.h headers by Jesper Juhl · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2