1. 23 6月, 2005 2 次提交
  2. 22 6月, 2005 19 次提交
  3. 21 6月, 2005 1 次提交
  4. 20 6月, 2005 3 次提交
  5. 09 6月, 2005 4 次提交
  6. 04 6月, 2005 1 次提交
  7. 03 6月, 2005 2 次提交
  8. 02 6月, 2005 1 次提交
  9. 01 6月, 2005 3 次提交
  10. 31 5月, 2005 1 次提交
  11. 26 5月, 2005 2 次提交
    • S
      [PATCH] ppc64 iSeries: fix boot time setting · d0e8e291
      Stephen Rothwell 提交于
      For quite a while, there has existed a hypervisor bug on legacy iSeries
      which means that we do not get the boot time set in the kernel.  This
      patch works around that bug.  This was most noticable when the root
      partition needed to be checked at every boot as the kernel thought it
      was some time in 1905 until user mode reset the time correctly.
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      d0e8e291
    • S
      [PATCH] ppc64: fix initialisation of gettimeofday calculations · 8f80e5c9
      Stephen Rothwell 提交于
      On PPC64, we keep track of when we need to update jiffies (and the
      variables used to calculate the time of day) based on the time base.
      
      If the time base frequence is sufficiently high compared to the
      processor clock frequency, then it is possible for the time of day
      variables to be corrupted at the time of the first decrementer interrupt
      we take.  This became obvious on a legacy iSeries where the time base
      frequency is the same as the processor clock.
      
      This one line patch fixes the initialisation so that the time of day
      variables and the indicator we use to tell when updates are due are
      better synchronised.
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      8f80e5c9
  12. 24 5月, 2005 1 次提交