1. 04 10月, 2007 1 次提交
  2. 10 5月, 2007 2 次提交
    • K
      [POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warning · 32a56ebb
      Kumar Gala 提交于
      cpm_uart_init_portdesc is referenced from non-init code and thus we were
      getting the following warning:
      
      WARNING: drivers/built-in.o - Section mismatch: reference to .init.text:cpm_uart_init_portdesc from .text between 'cpm_uart_init' (at offset 0x18020) and 'cpm_uart_drv_remove'
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      32a56ebb
    • T
      [POWERPC] Change rheap functions to use ulongs instead of pointers · 4c35630c
      Timur Tabi 提交于
      The rheap allocation functions return a pointer, but the actual value is based
      on how the heap was initialized, and so it can be anything, e.g. an offset
      into a buffer.  A ulong is a better representation of the value returned by
      the allocation functions.
      
      This patch changes all of the relevant rheap functions to use a unsigned long
      integers instead of a pointer.  In case of an error, the value returned is
      a negative error code that has been cast to an unsigned long.  The caller can
      use the IS_ERR_VALUE() macro to check for this.
      
      All code which calls the rheap functions is updated accordingly.  Macros
      IS_MURAM_ERR() and IS_DPERR(), have been deleted in favor of IS_ERR_VALUE().
      
      Also added error checking to rh_attach_region().
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      4c35630c
  3. 07 2月, 2007 1 次提交
  4. 10 11月, 2006 1 次提交
  5. 01 7月, 2006 1 次提交
  6. 03 5月, 2006 1 次提交
  7. 28 4月, 2006 2 次提交
  8. 14 11月, 2005 1 次提交
  9. 10 8月, 2005 1 次提交
  10. 28 7月, 2005 1 次提交
  11. 06 7月, 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