1. 30 1月, 2017 6 次提交
  2. 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
  3. 25 12月, 2016 3 次提交
  4. 20 12月, 2016 2 次提交
    • H
      s390/kbuild: enable modversions for symbols exported from asm · cabab3f9
      Heiko Carstens 提交于
      s390 version of commit 334bb773 ("x86/kbuild: enable modversions
      for symbols exported from asm") so we get also rid of all these
      warnings:
      
      WARNING: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned.
      WARNING: EXPORT symbol "memcpy" [vmlinux] version generation failed, symbol will not be versioned.
      WARNING: EXPORT symbol "memmove" [vmlinux] version generation failed, symbol will not be versioned.
      WARNING: EXPORT symbol "memset" [vmlinux] version generation failed, symbol will not be versioned.
      WARNING: EXPORT symbol "save_fpu_regs" [vmlinux] version generation failed, symbol will not be versioned.
      WARNING: EXPORT symbol "sie64a" [vmlinux] version generation failed, symbol will not be versioned.
      WARNING: EXPORT symbol "sie_exit" [vmlinux] version generation failed, symbol will not be versioned.
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      cabab3f9
    • M
      s390/vtime: correct system time accounting · 8f2b468a
      Martin Schwidefsky 提交于
      There is a slight misaccounting of system time in vtime_account_user.
      This function is called once per HZ tick in interrupt context.
      The irq_enter function already accounted the system time up to the
      point of the irq_enter call. The system time from irq_enter until
      vtime_account_user/do_account_vtime is reached is irq time but it
      is accounted to the previous context.
      
      Just drop the hardirq offset from arch/s390/kernel/vtime.c.
      Reported-by: NFrederic Weisbecker <fweisbec@gmail.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      8f2b468a
  5. 14 12月, 2016 10 次提交
  6. 13 12月, 2016 4 次提交
  7. 12 12月, 2016 8 次提交
  8. 09 12月, 2016 1 次提交
  9. 07 12月, 2016 5 次提交