1. 18 6月, 2008 1 次提交
  2. 17 4月, 2008 2 次提交
    • P
      x86: coding style fixes to x86/kernel/early_printk.c · c9cf39ae
      Paolo Ciarrocchi 提交于
      Depends on:
      [PATCH 2/3] x86: coding style fixes to arch/x86/kernel/early_printk.c
      
      Remove two:
      ERROR: do not initialise statics to 0 or NULL
      
      paolo@paolo-desktop:/tmp/c$ size *
         text    data     bss     dec     hex filename
         1172     280      12    1464     5b8 early_printk.o.after
         1172     280      12    1464     5b8 early_printk.o.before
      
      This patch is changing the binary output:
      
      paolo@paolo-desktop:/tmp/c$ md5sum *
      dad9a9a881e0eeda62cc5645bd3d7cad  early_printk.o.after
      da32f5cd8f248970e4809e1005393e95  early_printk.o.before
      
      because the two variables moved to another section. No
      change in functionality.
      Signed-off-by: NPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      c9cf39ae
    • P
      x86: coding style fixes to arch/x86/kernel/early_printk.c · e941f27a
      Paolo Ciarrocchi 提交于
      Before:
      total: 17 errors, 3 warnings, 254 lines checked
      
      After:
      total: 2 errors, 3 warnings, 254 lines checked
      
      paolo@paolo-desktop:/tmp/b$ md5sum *
      da32f5cd8f248970e4809e1005393e95  early_printk.o.after
      da32f5cd8f248970e4809e1005393e95  early_printk.o.before
      
      paolo@paolo-desktop:/tmp/b$ size *
         text    data     bss     dec     hex filename
         1172     280      12    1464     5b8 early_printk.o.after
         1172     280      12    1464     5b8 early_printk.o.befor
      Signed-off-by: NPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      e941f27a
  3. 02 2月, 2008 1 次提交
  4. 17 10月, 2007 1 次提交
  5. 11 10月, 2007 2 次提交
  6. 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