An error occurred fetching the project authors.
  1. 10 Nov, 2005 2 commits
  2. 07 Nov, 2005 2 commits
  3. 02 Nov, 2005 2 commits
  4. 31 Oct, 2005 1 commit
  5. 30 Oct, 2005 1 commit
    • Paul Mackerras's avatar
      powerpc: Fix time setting bug on 32-bit · 5f6b5b97
      Paul Mackerras authored
      This fixes a bug where settimeofday would set the wrong parameters
      in do_gtod, resulting in gettimeofday returning a value about 4
      hours after the correct time.  The bug was that we divided a
      negative 64-bit value with do_div, which treated it as unsigned
      and gave us a result that was approximately 1.8e10 too large
      (since the divisor was 1e9).
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      5f6b5b97
  6. 26 Oct, 2005 2 commits
  7. 23 Oct, 2005 1 commit
    • Paul Mackerras's avatar
      powerpc: Fix time code for 601 processors · 96c44507
      Paul Mackerras authored
      The 601 doesn't have the timebase register; instead it has an RTCL
      register that counts nanoseconds and wraps at 1000000000, and an
      RTCU register that counts seconds.  This makes the necessary changes
      for the merged time code to use the RTCL/U registers when the kernel
      is running on a 601.
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      96c44507
  8. 22 Oct, 2005 1 commit
  9. 20 Oct, 2005 2 commits
  10. 19 Oct, 2005 1 commit
    • Paul Mackerras's avatar
      powerpc: Merge time.c and asm/time.h. · f2783c15
      Paul Mackerras authored
      We now use the merged time.c for both 32-bit and 64-bit compilation
      with ARCH=powerpc, and for ARCH=ppc64, but not for ARCH=ppc32.
      This removes setup_default_decr (folds its function into time_init)
      and moves wakeup_decrementer into time.c.  This also makes an
      asm-powerpc/rtc.h.
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      f2783c15
  11. 23 Sep, 2005 1 commit
  12. 21 Sep, 2005 1 commit
  13. 07 Sep, 2005 1 commit
  14. 06 Sep, 2005 1 commit
  15. 29 Aug, 2005 3 commits
  16. 30 Jun, 2005 4 commits
  17. 27 Jun, 2005 1 commit
  18. 22 Jun, 2005 1 commit
    • Arnd Bergmann's avatar
      [PATCH] ppc64: consolidate calibrate_decr implementations · 10f7e7c1
      Arnd Bergmann authored
      pSeries and maple have almost the same code for calibrate_decr,
      and BPA would need yet another copy. Instead, I'm moving the
      code to arch/ppc64/kernel/time.c.
      
      Some of the related declarations were missing from header
      files, so I'm moving those as well.
      
      It makes sense to merge this with the pmac function of the
      same name, so we end up having just one implemetation for
      iSeries and one for Open Firmware based machines.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      10f7e7c1
  19. 31 May, 2005 1 commit
  20. 25 May, 2005 1 commit
    • Stephen Rothwell's avatar
      [PATCH] ppc64: fix initialisation of gettimeofday calculations · 8f80e5c9
      Stephen Rothwell authored
      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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      8f80e5c9
  21. 01 May, 2005 1 commit
  22. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4