1. 18 Nov, 2005 1 commit
  2. 17 Nov, 2005 1 commit
  3. 15 Nov, 2005 1 commit
  4. 14 Nov, 2005 1 commit
  5. 03 Nov, 2005 1 commit
    • Michael Ellerman's avatar
      powerpc: Set entry point and text address in linker script · e19e4ab4
      Michael Ellerman authored
      
      Currently we set the kernel entry point and the address of the text
      section in the Makefile, using CONFIG_KERNEL_START.
      
      But we've already got <asm/page.h> in the linker script, so we can just
      use KERNELBASE directly. That means if we ever change KERNELBASE there's
      one less place to change it.
      
      And we can set the entry point with ENTRY().
      
      There are zero differences from "readelf -a vmlinux" with or without this
      patch.
      Signed-off-by: default avatarMichael Ellerman <michael@ellerman.id.au>
      e19e4ab4
  6. 29 Oct, 2005 1 commit
  7. 28 Oct, 2005 1 commit
    • Paul Mackerras's avatar
      powerpc: Merge xmon · f78541dc
      Paul Mackerras authored
      
      The merged version follows the ppc64 version pretty closely mostly,
      and in fact ARCH=ppc64 now uses the arch/powerpc/xmon version.
      The main difference for ppc64 is that the 'p' command to call
      show_state (which was always pretty dodgy) has been replaced by
      the ppc32 'p' command, which calls a given procedure (so in fact
      the old 'p' command behaviour can be achieved with 'p $show_state').
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      f78541dc
  8. 19 Oct, 2005 1 commit
  9. 18 Oct, 2005 1 commit
  10. 13 Oct, 2005 1 commit
  11. 10 Oct, 2005 4 commits
  12. 01 Oct, 2005 2 commits
  13. 28 Sep, 2005 1 commit
  14. 26 Sep, 2005 2 commits
    • Stephen Rothwell's avatar
      powerpc: clean up after powermac build merge · bbeb3f4c
      Stephen Rothwell authored
      
      Complete moving arch/ppc64/kernel/mpic.h,
              include/asm-ppc/reg.h, include/asm-ppc64/kdebug.h
      	        and include/asm-ppc64/kprobes.h
      Add arch/powerpc/platforms/Makefile and use it from
      	arch/powerpc/Makefile
      Introduce OLDARCH temporarily so we can point back to
      	the originating architecture
      Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      bbeb3f4c
    • Paul Mackerras's avatar
      powerpc: Merge enough to start building in arch/powerpc. · 14cf11af
      Paul Mackerras authored
      
      This creates the directory structure under arch/powerpc and a bunch
      of Kconfig files.  It does a first-cut merge of arch/powerpc/mm,
      arch/powerpc/lib and arch/powerpc/platforms/powermac.  This is enough
      to build a 32-bit powermac kernel with ARCH=powerpc.
      
      For now we are getting some unmerged files from arch/ppc/kernel and
      arch/ppc/syslib, or arch/ppc64/kernel.  This makes some minor changes
      to files in those directories and files outside arch/powerpc.
      
      The boot directory is still not merged.  That's going to be interesting.
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      14cf11af
  15. 21 Sep, 2005 1 commit
  16. 11 Sep, 2005 1 commit
    • Sam Ravnborg's avatar
      kbuild: rename prepare to archprepare to fix dependency chain · 5bb78269
      Sam Ravnborg authored
      
      When introducing the generic asm-offsets.h support the dependency
      chain for the prepare targets was changed. All build scripts expecting
      include/asm/asm-offsets.h to be made when using the prepare target would broke.
      With the limited number of prepare targets left in arch Makefiles
      the trivial solution was to introduce a new arch specific target: archprepare
      
      The dependency chain looks like this now:
      
      prepare
        |
        +--> prepare0
               |
               +--> archprepare
                      |
      		+--> scripts_basic
                      +--> prepare1
                             |
                             +---> prepare2
                                     |
                                     +--> prepare3
      
      So prepare 3 is processed before prepare2 etc.
      This guaantees that the asm symlink, version.h, scripts_basic
      are all updated before archprepare is processed.
      
      prepare0 which build the asm-offsets.h file will need the
      actions performed by archprepare.
      
      The head target is now named prepare, because users scripts will most
      likely use that target, but prepare-all has been kept for compatibility.
      Updated Documentation/kbuild/makefiles.txt.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      5bb78269
  17. 10 Sep, 2005 1 commit
  18. 09 Sep, 2005 1 commit
  19. 29 Aug, 2005 1 commit
  20. 25 Jun, 2005 1 commit
  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