1. 26 7月, 2007 1 次提交
    • J
      Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time(). · 2c6b47de
      john stultz 提交于
      This avoids use of the kernel-internal "xtime" variable directly outside
      of the actual time-related functions.  Instead, use the helper functions
      that we already have available to us.
      
      This doesn't actually change any behaviour, but this will allow us to
      fix the fact that "xtime" isn't updated very often with CONFIG_NO_HZ
      (because much of the realtime information is maintained as separate
      offsets to 'xtime'), which has caused interfaces that use xtime directly
      to get a time that is out of sync with the real-time clock by up to a
      third of a second or so.
      Signed-off-by: NJohn Stultz <johnstul@us.ibm.com>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      2c6b47de
  2. 25 7月, 2007 9 次提交
  3. 23 7月, 2007 1 次提交
    • E
      9p: Don't use binary sysctl numbers. · b053c204
      Eric W. Biederman 提交于
      The recent 9p commit: bd238fb4 that
      supposedly only moved files also introduced a new 9p sysctl interface
      that did not properly register it's sysctl binary numbers.
      
      And since it was only for debugging clearly did not need a binary fast
      path in any case.  So this patch just remove the binary numbers.
      
      See Documentation/sysctl/ctl_unnumbered.txt for more details.
      
      While I was at it I cleaned up the sysctl initializers a little as
      well so there is less to read.
      
      Cc: Latchesar Ionkov <lucho@ionkov.net>
      Cc: Eric Van Hensbergen <ericvh@gmail.com>
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      b053c204
  4. 22 7月, 2007 3 次提交
  5. 21 7月, 2007 2 次提交
  6. 20 7月, 2007 8 次提交
  7. 19 7月, 2007 16 次提交