1. 10 8月, 2016 1 次提交
  2. 05 8月, 2016 11 次提交
  3. 04 8月, 2016 4 次提交
  4. 03 8月, 2016 8 次提交
  5. 27 7月, 2016 2 次提交
  6. 21 7月, 2016 1 次提交
  7. 20 7月, 2016 3 次提交
  8. 19 7月, 2016 2 次提交
  9. 05 7月, 2016 1 次提交
  10. 04 7月, 2016 2 次提交
  11. 22 6月, 2016 1 次提交
  12. 24 5月, 2016 2 次提交
  13. 23 5月, 2016 1 次提交
    • L
      x86: remove pointless uaccess_32.h complexity · 5b09c3ed
      Linus Torvalds 提交于
      I'm looking at trying to possibly merge the 32-bit and 64-bit versions
      of the x86 uaccess.h implementation, but first this needs to be cleaned
      up.
      
      For example, the 32-bit version of "__copy_to_user_inatomic()" is mostly
      the special cases for the constant size, and it's actually never
      relevant.  Every user except for one aren't actually using a constant
      size anyway, and the one user that uses it is better off just using
      __put_user() instead.
      
      So get rid of the unnecessary complexity.
      
      [ The same cleanup should likely happen to __copy_from_user_inatomic()
        as well, but that one has a lot more users that I need to take a look
        at first ]
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      5b09c3ed
  14. 09 5月, 2016 1 次提交