1. b3c395e mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabled by David Hildenbrand · 9 years ago
  2. e182c57 x86/uaccess: fix sparse errors by Michael S. Tsirkin · 10 years ago
  3. c9cdd9a Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  4. a740576 x86: Slightly tweak the access_ok() C variant for better code by H. Peter Anvin · 11 years ago
  5. c5fe5d8 x86: Replace assembly access_ok() with a C variant by Linus Torvalds · 11 years ago
  6. f09174c x86: add user_atomic_cmpxchg_inatomic at uaccess.h by Qiaowei Ren · 11 years ago
  7. 7a3d9b0 x86: Unify copy_to_user() and add size checking to it by Jan Beulich · 11 years ago
  8. 3df7b41 x86: Unify copy_from_user() size checking by Jan Beulich · 11 years ago
  9. f69fa9a x86, doc: Update uaccess.h comment to reflect clang changes by H. Peter Anvin · 11 years ago
  10. bdfc017 x86, asm: Fix a compilation issue with clang by Jan-Simon Möller · 11 years ago
  11. ff52c3b x86, doc: Clarify the use of asm("%edx") in uaccess.h by H. Peter Anvin · 12 years ago
  12. 3578baa x86, mm: Redesign get_user with a __builtin_choose_expr hack by H. Peter Anvin · 12 years ago
  13. b390784 x86, mm: Use a bitfield to mask nuisance get_user() warnings by H. Peter Anvin · 12 years ago
  14. 96477b4 x86-32: Add support for 64bit get_user() by Ville Syrjälä · 12 years ago
  15. a5c2a89 x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OK by H. Peter Anvin · 12 years ago
  16. a1ce392 UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers by David Howells · 12 years ago
  17. 5e88353 x86, smap: Reduce the SMAP overhead for signal handling by H. Peter Anvin · 12 years ago
  18. 63bcff2 x86, smap: Add STAC and CLAC instructions to control user space access by H. Peter Anvin · 12 years ago
  19. a052858 x86, uaccess: Merge prototypes for clear_user/__clear_user by H. Peter Anvin · 12 years ago
  20. bc6ca7b perf/x86: Check if user fp is valid by Arun Sharma · 12 years ago
  21. 5723aa9 x86: use the new generic strnlen_user() function by Linus Torvalds · 12 years ago
  22. 4ae73f2 x86: use generic strncpy_from_user routine by Linus Torvalds · 12 years ago
  23. 7062765 x86, extable: Switch to relative exception table entries by H. Peter Anvin · 12 years ago
  24. 535c0c3 x86, extable: Add _ASM_EXTABLE_EX() macro by H. Peter Anvin · 12 years ago
  25. 92ae03f x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it up by Linus Torvalds · 12 years ago
  26. 4fc3490 x86-64: Set siginfo and context on vsyscall emulation faults by Andy Lutomirski · 13 years ago
  27. 1ac2e6c x86, perf: Make copy_from_user_nmi() a library function by Robert Richter · 13 years ago
  28. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  29. 26afb7c x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit by Jiri Olsa · 13 years ago
  30. ae24ffe x86, 64-bit: Move K8 B step iret fixup to fault entry asm by Brian Gerst · 15 years ago
  31. ebe119c x86: Fix movq immediate operand constraints in uaccess.h by H. Peter Anvin · 15 years ago
  32. 9063c61 x86, 64-bit: Clean up user address masking by Linus Torvalds · 15 years ago
  33. 0c87197 perf_counter, x86: Improve interactions with fast-gup by Ingo Molnar · 15 years ago
  34. 18114f6 x86: uaccess: use errret as error value in __put_user_size() by Hiroshi Shimamoto · 16 years ago
  35. 019a136 x86: uaccess: fix compilation error on CONFIG_M386 by Hiroshi Shimamoto · 16 years ago
  36. fe40c0a x86: uaccess: introduce try and catch framework by Hiroshi Shimamoto · 16 years ago
  37. cc86c9e x86: uaccess: rename __put_user_u64() to __put_user_asm_u64() by Hiroshi Shimamoto · 16 years ago
  38. 4d5d783 x86: uaccess: fix style problems by Hiroshi Shimamoto · 16 years ago
  39. 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  40. 16855f8 x86: uaccess: return value of __{get|put}_user() can be int by Hiroshi Shimamoto · 16 years ago
  41. d1a7618 Merge commit 'v2.6.28-rc2' into core/locking by Ingo Molnar · 16 years ago
  42. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  43. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/uaccess.h]
  44. c7e78cf lockstat: contend with points by Peter Zijlstra · 16 years ago
  45. b8cd9d0 Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  46. 8174c43 x86: lockless get_user_pages_fast() by Nick Piggin · 16 years ago
  47. 77ef50a x86: consolidate header guards by Vegard Nossum · 16 years ago
  48. 22cac16 x86: define architectural characteristics in uaccess.h. by Glauber Costa · 16 years ago
  49. 8bc7de0c x86: put movsl_mask into uaccess.h. by Glauber Costa · 16 years ago
  50. 8cb834e x86: move __get_user and __put_user into uaccess.h. by Glauber Costa · 16 years ago
  51. e30a44f x86: merge put_user. by Glauber Costa · 16 years ago
  52. 3f16822 x86: merge __get_user_asm and its users. by Glauber Costa · 16 years ago
  53. dc70ddf x86: merge __put_user_asm and its user. by Glauber Costa · 16 years ago
  54. 002ca16 x86: move __addr_ok to uaccess.h. by Glauber Costa · 16 years ago
  55. 865e5b7 x86: merge getuser. by Glauber Costa · 16 years ago
  56. ca23386 x86: merge common parts of uaccess. by Glauber Costa · 16 years ago
  57. 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago