1. 24 1月, 2017 1 次提交
  2. 20 1月, 2017 1 次提交
  3. 11 1月, 2017 5 次提交
  4. 26 12月, 2016 1 次提交
    • T
      ktime: Cleanup ktime_set() usage · 8b0e1953
      Thomas Gleixner 提交于
      ktime_set(S,N) was required for the timespec storage type and is still
      useful for situations where a Seconds and Nanoseconds part of a time value
      needs to be converted. For anything where the Seconds argument is 0, this
      is pointless and can be replaced with a simple assignment.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Cc: Peter Zijlstra <peterz@infradead.org>
      8b0e1953
  5. 25 12月, 2016 1 次提交
  6. 13 12月, 2016 1 次提交
  7. 09 12月, 2016 2 次提交
  8. 08 12月, 2016 1 次提交
  9. 04 12月, 2016 1 次提交
    • J
      nbd: fix 64-bit division · e88f72cb
      Jens Axboe 提交于
      We have this:
      
      ERROR: "__aeabi_ldivmod" [drivers/block/nbd.ko] undefined!
      ERROR: "__divdi3" [drivers/block/nbd.ko] undefined!
      nbd.c:(.text+0x247c72): undefined reference to `__divdi3'
      
      due to a recent commit, that did 64-bit division. Use the proper
      divider function so that 32-bit compiles don't break.
      
      Fixes: ef77b515 ("nbd: use loff_t for blocksize and nbd_set_size args")
      Signed-off-by: NJens Axboe <axboe@fb.com>
      e88f72cb
  10. 03 12月, 2016 1 次提交
  11. 02 12月, 2016 1 次提交
  12. 01 12月, 2016 2 次提交
  13. 23 11月, 2016 2 次提交
  14. 22 11月, 2016 4 次提交
  15. 18 11月, 2016 2 次提交
  16. 16 11月, 2016 1 次提交
  17. 15 11月, 2016 1 次提交
  18. 12 11月, 2016 2 次提交
  19. 10 11月, 2016 3 次提交
  20. 09 11月, 2016 1 次提交
  21. 08 11月, 2016 2 次提交
  22. 07 11月, 2016 4 次提交