1. 29 3月, 2012 1 次提交
  2. 17 1月, 2011 1 次提交
  3. 29 12月, 2008 1 次提交
  4. 16 8月, 2008 1 次提交
  5. 21 6月, 2008 1 次提交
    • I
      alpha: fix compile failures with gcc-4.3 (bug #10438) · d559d4a2
      Ivan Kokshaysky 提交于
      Vast majority of these build failures are gcc-4.3 warnings
      about static functions and objects being referenced from
      non-static (read: "extern inline") functions, in conjunction
      with our -Werror.
      
      We cannot just convert "extern inline" to "static inline",
      as people keep suggesting all the time, because "extern inline"
      logic is crucial for generic kernel build.
      So
      - just make sure that all callees of critical "extern inline"
        functions are also "extern inline";
      - use "static inline", wherever it's possible.
      
      traps.c: work around gcc-4.3 being too smart about array
      bounds-checking.
      
      TODO: add "gnu_inline" attribute to all our "extern inline"
      functions to ensure desired behaviour with future compilers.
      Signed-off-by: NIvan Kokshaysky <ink@jurassic.park.msu.ru>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      d559d4a2
  6. 17 10月, 2007 1 次提交
  7. 17 7月, 2007 1 次提交
  8. 18 4月, 2007 1 次提交
    • I
      alpha: fixes for specific machine types · 1b75b05b
      Ivan Kokshaysky 提交于
      Files:
      
      arch/alpha/kernel/core_mcpcia.c
      arch/alpha/kernel/sys_rawhide.c
      include/asm-alpha/core_mcpcia.h
      
      	Determine correct hose configuration; RAWHIDE family can have
              2 or 4 hoses, so make sure non-existent hoses are ignored.
      
      arch/alpha/kernel/err_titan.c
      
      	Supply a needed #include <asm/irq_regs.h>
      
      arch/alpha/kernel/module.c
      
      	Add some useful output to the relocation overflow messages.
      
      arch/alpha/kernel/sys_noritake.c
      
      	Supply necessary noritake_end_irq() to correct interrupt handling.
      	This fixes a problem first noted by hangs during boot probing with
      	a DE500-BA TULIP NIC present.
      
      arch/alpha/kernel/sys_sio.c
      
      	Correct saving of original PIRQ register (PCI IRQ routing);
      	change default PIRQ setting to leave PCI IRQs 9 and 14 free to
      	be used for sound (Multia) and IDE (any), respectively.
      
      include/asm-alpha/io.h
      
      	Supply the "isa_virt_to_bus" routine.
      Signed-off-by: NJay Estabrook <jay.estabrook@hp.com>
      Signed-off-by: NIvan Kokshaysky <ink@jurassic.park.msu.ru>
      Cc: Richard Henderson <rth@twiddle.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      1b75b05b
  9. 10 2月, 2007 1 次提交
  10. 12 10月, 2006 1 次提交
  11. 26 4月, 2006 1 次提交
  12. 24 3月, 2006 1 次提交
  13. 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