1. 01 10月, 2006 1 次提交
  2. 11 7月, 2006 1 次提交
  3. 04 7月, 2006 1 次提交
  4. 03 7月, 2006 1 次提交
  5. 01 7月, 2006 1 次提交
  6. 27 6月, 2006 5 次提交
  7. 26 6月, 2006 1 次提交
    • R
      [PATCH] char/ip2: more section fixes (replacement) · 673e321c
      Randy Dunlap 提交于
      Priority: tossup.
      In theory some of these (previously) __init functions could be called
      after init, but that problem has not been observed AFAIK.
      
      There were 2 cases of cleanup_module() (module_exit) calling __init
      functions (clear_requested_irq() & have_requested_irq()).
      These are more serious, but still not observed AFAIK.
      
      Fix sections mismatch:
      WARNING: drivers/char/ip2/ip2main.o - Section mismatch: reference to .init.text: from .text between 'cleanup_module' (at offset 0x228b) and 'ip2_loadmain'
      WARNING: drivers/char/ip2/ip2main.o - Section mismatch: reference to .init.text: from .text between 'cleanup_module' (at offset 0x22ae) and 'ip2_loadmain'
      WARNING: drivers/char/ip2/ip2main.o - Section mismatch: reference to .init.text: from .text between 'ip2_loadmain' (at offset 0x2501) and 'set_irq'
      WARNING: drivers/char/ip2/ip2main.o - Section mismatch: reference to .init.text: from .text between 'ip2_loadmain' (at offset 0x25de) and 'set_irq'
      WARNING: drivers/char/ip2/ip2main.o - Section mismatch: reference to .init.text: from .text between 'ip2_loadmain' (at offset 0x2698) and 'set_irq'
      WARNING: drivers/char/ip2/ip2main.o - Section mismatch: reference to .init.text: from .text between 'ip2_loadmain' (at offset 0x2922) and 'set_irq'
      WARNING: drivers/char/ip2/ip2main.o - Section mismatch: reference to .init.text: from .text between 'ip2_loadmain' (at offset 0x299e) and 'set_irq'
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      673e321c
  8. 20 1月, 2006 1 次提交
  9. 11 1月, 2006 1 次提交
  10. 29 10月, 2005 1 次提交
  11. 10 9月, 2005 2 次提交
  12. 26 6月, 2005 1 次提交
  13. 21 6月, 2005 1 次提交
  14. 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