1. 07 12月, 2006 1 次提交
  2. 04 12月, 2006 1 次提交
  3. 25 10月, 2006 1 次提交
  4. 26 9月, 2006 1 次提交
    • A
      [POWERPC] Always call cede in pseries dedicated idle loop · 0ddd3e7d
      Anton Blanchard 提交于
      The smt_snooze_delay logic changed a bit when the idle loops were
      consolidated. A value of 0 used to mean we always polled, now it means
      we always sleep. Instead of restoring the old behaviour, lets put a
      reasonable default in smt_snooze_delay. This means we spin for a bit
      (in case an external interrupt comes in) and then sleep.
      
      Also the pseries dedicated idle loop currently does not cede both
      threads in an SMT pair. The hypervisor wants us to call in so it can
      power manage, so lets do that.
      Signed-off-by: NAnton Blanchard <anton@samba.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      0ddd3e7d
  5. 07 8月, 2006 1 次提交
  6. 01 8月, 2006 1 次提交
  7. 31 7月, 2006 1 次提交
  8. 01 7月, 2006 1 次提交
  9. 28 6月, 2006 4 次提交
  10. 02 5月, 2006 1 次提交
  11. 26 4月, 2006 2 次提交
  12. 29 3月, 2006 1 次提交
  13. 28 3月, 2006 1 次提交
  14. 11 11月, 2005 1 次提交
    • B
      [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel · a7f290da
      Benjamin Herrenschmidt 提交于
      This patch moves the vdso's to arch/powerpc, adds support for the 32
      bits vdso to the 32 bits kernel, rename systemcfg (finally !), and adds
      some new (still untested) routines to both vdso's: clock_gettime() with
      support for CLOCK_REALTIME and CLOCK_MONOTONIC, clock_getres() (same
      clocks) and get_tbfreq() for glibc to retreive the timebase frequency.
      
      Tom,Steve: The implementation of get_tbfreq() I've done for 32 bits
      returns a long long (r3, r4) not a long. This is such that if we ever
      add support for >4Ghz timebases on ppc32, the userland interface won't
      have to change.
      
      I have tested gettimeofday() using some glibc patches in both ppc32 and
      ppc64 kernels using 32 bits userland (I haven't had a chance to test a
      64 bits userland yet, but the implementation didn't change and was
      tested earlier). I haven't tested yet the new functions.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      a7f290da
  15. 10 11月, 2005 1 次提交
    • D
      [PATCH] powerpc: Move more ppc64 files with no ppc32 equivalent to powerpc · d3d2176a
      David Gibson 提交于
      This patch moves a bunch more files from arch/ppc64 and
      include/asm-ppc64 which have no equivalents in ppc32 code into
      arch/powerpc and include/asm-powerpc.  The file affected are:
      	hvcall.h
      	proc_ppc64.c
      	sysfs.c
      	lparcfg.c
      	rtas_pci.c
      
      The only changes apart from the move and corresponding Makefile
      changes are:
      	- #ifndef/#define in includes updated to _ASM_POWERPC_ form
      	- trailing whitespace removed
      	- comments giving full paths removed
      
      Built and booted on POWER5 LPAR (ARCH=powerpc and ARCH=ppc64), built
      for 32-bit powermac (ARCH=powerpc).
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      d3d2176a
  16. 07 11月, 2005 2 次提交
  17. 06 9月, 2005 1 次提交
  18. 29 8月, 2005 4 次提交
  19. 08 7月, 2005 1 次提交
  20. 28 6月, 2005 1 次提交
  21. 03 6月, 2005 1 次提交
  22. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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