1. 03 5月, 2007 2 次提交
  2. 13 2月, 2007 2 次提交
  3. 07 12月, 2006 1 次提交
  4. 26 9月, 2006 4 次提交
    • A
      [PATCH] Remove need for early lockdep init · 43c85c9c
      Andi Kleen 提交于
      I think it was only needed for the printks and we can do them later.
      
      I put in a single early_printk so that we know the kernel is alive
      (early_printk doesn't need any locks)
      
      This makes some things easier for initialization of unwind for
      lockdep, which is needed by later patches.
      
      cc: mingo@elte.hu
      Signed-off-by: NAndi Kleen <ak@suse.de>
      43c85c9c
    • A
      [PATCH] Convert x86-64 to early param · 2c8c0e6b
      Andi Kleen 提交于
      Instead of hackish manual parsing
      
      Requires earlier i386 patchkit, but also fixes i386 early_printk again.
      
      I removed some obsolete really early parameters which didn't do anything useful.
      Also made a few parameters that needed it early (mostly oops printing setup)
      
      Also removed one panic check that wasn't visible without
      early console anyways (the early console is now initialized after that
      panic)
      
      This cleans up a lot of code.
      Signed-off-by: NAndi Kleen <ak@suse.de>
      2c8c0e6b
    • A
      [PATCH] Use early CPU identify before early command line parsing · 9ca33eb6
      Andi Kleen 提交于
      This makes it possible to modify CPU flags in command line
      options without hacks.
      
      And remove another copy in head64.c
      Signed-off-by: NAndi Kleen <ak@suse.de>
      9ca33eb6
    • A
      [PATCH] Remove all ifdefs for local/io apic · 7f11d8a5
      Andi Kleen 提交于
      IO-APIC or local APIC can only be disabled at runtime anyways and
      Kconfig has forced these options on for a long time now.
      
      The Kconfigs are kept only now for the benefit of the shared acpi
      boot.c code.
      Signed-off-by: NAndi Kleen <ak@suse.de>
      7f11d8a5
  5. 04 7月, 2006 1 次提交
  6. 27 6月, 2006 1 次提交
  7. 12 1月, 2006 2 次提交
  8. 15 11月, 2005 2 次提交
  9. 24 6月, 2005 1 次提交
  10. 01 5月, 2005 2 次提交
  11. 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