1. 13 9月, 2006 2 次提交
  2. 28 6月, 2006 1 次提交
  3. 19 5月, 2006 1 次提交
    • M
      [PATCH] powerpc: Make early debugging options behave with oldconfig · 485a2d54
      Michael Ellerman 提交于
      If you undefine all the early debugging options and then run make oldconfig,
      you don't get prompted to see if you want to enable any of them. This is
      annoying.
      
      AFAICT we can't do this just with a choice, because the choice is either
      optional, in which case we don't get prompted, or not in which case we _must_
      select early debugging.
      
      So add a bool which controls whether we have early debugging at all, and then
      if that's enabled provide the choice. The extra bool will actually be useful
      in another patch I have lying around, so this is a win-win.
      Signed-off-by: NMichael Ellerman <michael@ellerman.id.au>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      485a2d54
  4. 28 3月, 2006 1 次提交
  5. 11 1月, 2006 1 次提交
  6. 07 11月, 2005 1 次提交
  7. 10 10月, 2005 1 次提交
  8. 01 10月, 2005 1 次提交
  9. 26 9月, 2005 1 次提交
    • P
      powerpc: Merge enough to start building in arch/powerpc. · 14cf11af
      Paul Mackerras 提交于
      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: NPaul Mackerras <paulus@samba.org>
      14cf11af
  10. 05 9月, 2005 1 次提交
  11. 26 6月, 2005 1 次提交
  12. 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