1. f8bbe51 Merge 4.9.81 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. 065eae4 x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec by Dan Williams · 6 years ago
  3. e06d7bf x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec by Dan Williams · 6 years ago
  4. a6d71ba Merge 4.9.62 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  5. 2715f68 x86/uaccess, sched/preempt: Verify access_ok() context by Peter Zijlstra · 8 years ago
  6. d5ea93e BACKPORT: x86/asm: Fix inline asm call constraints for Clang by Josh Poimboeuf · 7 years ago
  7. ae382ca x86: fix 32-bit case of __get_user_asm_u64() by Linus Torvalds · 7 years ago
  8. 45caf47 x86: separate extable.h, switch sections.h to it by Al Viro · 8 years ago
  9. 1c109fa fix minor infoleak in get_user_ex() by Al Viro · 8 years ago
  10. e697100 x86/uaccess: force copy_*_user() to be inlined by Kees Cook · 8 years ago
  11. 0d025d2 mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS by Josh Poimboeuf · 8 years ago
  12. 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  13. 1bd4403 unsafe_[get|put]_user: change interface to use a error target label by Linus Torvalds · 8 years ago
  14. 5b710f3 x86/uaccess: Enable hardened usercopy by Kees Cook · 8 years ago
  15. 13d4ea0 x86/uaccess: Move thread_info::addr_limit to thread_struct by Andy Lutomirski · 8 years ago
  16. dfa9a94 x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_struct by Andy Lutomirski · 8 years ago
  17. 946e0f6 Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changes by Ingo Molnar · 8 years ago
  18. 1771c6e x86/kasan: instrument user memory access API by Andrey Ryabinin · 8 years ago
  19. 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  20. 50c7389 x86/extable: ensure entries are swapped completely when sorting by Mathias Krause · 8 years ago
  21. 67d7a98 x86/extable: Ensure entries are swapped completely when sorting by Mathias Krause · 8 years ago
  22. b2f6803 x86/mm/32: Add support for 64-bit __get_user() on 32-bit kernels by Benjamin LaHaise · 8 years ago
  23. 0e861fb x86/head: Move early exception panic code into early_fixup_exception() by Andy Lutomirski · 8 years ago
  24. 7bbcdb1 x86/head: Pass a real pt_regs and trapnr to early_fixup_exception() by Andy Lutomirski · 8 years ago
  25. 29934b0 x86/extable: use generic search and sort routines by Ard Biesheuvel · 8 years ago
  26. 319e305 Merge branch 'ras/core' into core/objtool, to pick up the new exception table format by Ingo Molnar · 8 years ago
  27. f05058c x86/uaccess: Add stack frame output operand in get_user() inline asm by Chris J Arges · 8 years ago
  28. 548acf1 x86/mm: Expand the exception table logic to allow new handling options by Tony Luck · 8 years ago
  29. 404a474 Merge branch 'uaccess' (batched user access infrastructure) by Linus Torvalds · 8 years ago
  30. 5b24a7a Add 'unsafe' user access functions for batched accesses by Linus Torvalds · 8 years ago
  31. 11f1a4b x86: reorganize SMAP handling in user space accesses by Linus Torvalds · 8 years ago
  32. 10013eb x86: Add an inlined __copy_from_user_nmi() variant by Andi Kleen · 9 years ago
  33. 7e0f51c x86/uaccess: Add unlikely() to __chk_range_not_ok() failure paths by Andy Lutomirski · 9 years ago
  34. a76cf66 x86/uaccess: Tell the compiler that uaccess is unlikely to fault by Andy Lutomirski · 9 years ago
  35. b3c395e mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabled by David Hildenbrand · 9 years ago
  36. e182c57 x86/uaccess: fix sparse errors by Michael S. Tsirkin · 10 years ago
  37. c9cdd9a Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  38. a740576 x86: Slightly tweak the access_ok() C variant for better code by H. Peter Anvin · 10 years ago
  39. c5fe5d8 x86: Replace assembly access_ok() with a C variant by Linus Torvalds · 10 years ago
  40. f09174c x86: add user_atomic_cmpxchg_inatomic at uaccess.h by Qiaowei Ren · 11 years ago
  41. 7a3d9b0 x86: Unify copy_to_user() and add size checking to it by Jan Beulich · 11 years ago
  42. 3df7b41 x86: Unify copy_from_user() size checking by Jan Beulich · 11 years ago
  43. f69fa9a x86, doc: Update uaccess.h comment to reflect clang changes by H. Peter Anvin · 11 years ago
  44. bdfc017 x86, asm: Fix a compilation issue with clang by Jan-Simon Möller · 11 years ago
  45. ff52c3b x86, doc: Clarify the use of asm("%edx") in uaccess.h by H. Peter Anvin · 11 years ago
  46. 3578baa x86, mm: Redesign get_user with a __builtin_choose_expr hack by H. Peter Anvin · 11 years ago
  47. b390784 x86, mm: Use a bitfield to mask nuisance get_user() warnings by H. Peter Anvin · 11 years ago
  48. 96477b4 x86-32: Add support for 64bit get_user() by Ville Syrjälä · 12 years ago
  49. a5c2a89 x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OK by H. Peter Anvin · 12 years ago
  50. a1ce392 UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers by David Howells · 12 years ago
  51. 5e88353 x86, smap: Reduce the SMAP overhead for signal handling by H. Peter Anvin · 12 years ago
  52. 63bcff2 x86, smap: Add STAC and CLAC instructions to control user space access by H. Peter Anvin · 12 years ago
  53. a052858 x86, uaccess: Merge prototypes for clear_user/__clear_user by H. Peter Anvin · 12 years ago
  54. bc6ca7b perf/x86: Check if user fp is valid by Arun Sharma · 12 years ago
  55. 5723aa9 x86: use the new generic strnlen_user() function by Linus Torvalds · 12 years ago
  56. 4ae73f2 x86: use generic strncpy_from_user routine by Linus Torvalds · 12 years ago
  57. 7062765 x86, extable: Switch to relative exception table entries by H. Peter Anvin · 12 years ago
  58. 535c0c3 x86, extable: Add _ASM_EXTABLE_EX() macro by H. Peter Anvin · 12 years ago
  59. 92ae03f x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it up by Linus Torvalds · 12 years ago
  60. 4fc3490 x86-64: Set siginfo and context on vsyscall emulation faults by Andy Lutomirski · 13 years ago
  61. 1ac2e6c x86, perf: Make copy_from_user_nmi() a library function by Robert Richter · 13 years ago
  62. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  63. 26afb7c x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit by Jiri Olsa · 13 years ago
  64. ae24ffe x86, 64-bit: Move K8 B step iret fixup to fault entry asm by Brian Gerst · 15 years ago
  65. ebe119c x86: Fix movq immediate operand constraints in uaccess.h by H. Peter Anvin · 15 years ago
  66. 9063c61 x86, 64-bit: Clean up user address masking by Linus Torvalds · 15 years ago
  67. 0c87197 perf_counter, x86: Improve interactions with fast-gup by Ingo Molnar · 15 years ago
  68. 18114f6 x86: uaccess: use errret as error value in __put_user_size() by Hiroshi Shimamoto · 15 years ago
  69. 019a136 x86: uaccess: fix compilation error on CONFIG_M386 by Hiroshi Shimamoto · 15 years ago
  70. fe40c0a x86: uaccess: introduce try and catch framework by Hiroshi Shimamoto · 15 years ago
  71. cc86c9e x86: uaccess: rename __put_user_u64() to __put_user_asm_u64() by Hiroshi Shimamoto · 15 years ago
  72. 4d5d783 x86: uaccess: fix style problems by Hiroshi Shimamoto · 15 years ago
  73. 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  74. 16855f8 x86: uaccess: return value of __{get|put}_user() can be int by Hiroshi Shimamoto · 16 years ago
  75. d1a7618 Merge commit 'v2.6.28-rc2' into core/locking by Ingo Molnar · 16 years ago
  76. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  77. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/uaccess.h]
  78. c7e78cf lockstat: contend with points by Peter Zijlstra · 16 years ago
  79. b8cd9d0 Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  80. 8174c43 x86: lockless get_user_pages_fast() by Nick Piggin · 16 years ago
  81. 77ef50a x86: consolidate header guards by Vegard Nossum · 16 years ago
  82. 22cac16 x86: define architectural characteristics in uaccess.h. by Glauber Costa · 16 years ago
  83. 8bc7de0c x86: put movsl_mask into uaccess.h. by Glauber Costa · 16 years ago
  84. 8cb834e x86: move __get_user and __put_user into uaccess.h. by Glauber Costa · 16 years ago
  85. e30a44f x86: merge put_user. by Glauber Costa · 16 years ago
  86. 3f16822 x86: merge __get_user_asm and its users. by Glauber Costa · 16 years ago
  87. dc70ddf x86: merge __put_user_asm and its user. by Glauber Costa · 16 years ago
  88. 002ca16 x86: move __addr_ok to uaccess.h. by Glauber Costa · 16 years ago
  89. 865e5b7 x86: merge getuser. by Glauber Costa · 16 years ago
  90. ca23386 x86: merge common parts of uaccess. by Glauber Costa · 16 years ago
  91. 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago