1. 28 2月, 2011 1 次提交
  2. 22 2月, 2011 1 次提交
  3. 18 2月, 2011 1 次提交
  4. 25 1月, 2011 1 次提交
  5. 24 1月, 2011 1 次提交
  6. 04 1月, 2011 1 次提交
  7. 03 1月, 2011 1 次提交
  8. 20 10月, 2010 1 次提交
  9. 30 6月, 2010 1 次提交
  10. 19 3月, 2010 1 次提交
  11. 18 1月, 2010 1 次提交
    • T
      ARM: 5882/1: ARM: Fix uncompress code compile for different defines of flush(void) · b53e9b5e
      Tony Lindgren 提交于
      Because of the include of the decompress_inflate.c file from
      boot/compress/misc.c, there are different flush() defines:
      
      In file included from arch/arm/boot/compressed/misc.c:249:
      arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:138:29: error: macro "flush" passed 2 arguments, but takes just 0
      
      Fix this by removing the define of flush() in misc.c for
      CONFIG_DEBUG_ICEDCC as it's already defined in mach/uncompress.h,
      and that is being included unconditionally.
      
      Also use a static inline function instead of define
      for mach-mxc and mach-gemini to avoid similar bug
      for those platforms.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      b53e9b5e
  12. 08 1月, 2010 1 次提交
    • U
      imx: remove unneeded include of mach/hardware.h · 46311661
      Uwe Kleine-König 提交于
      This include isn't needed and hurts when defining static inline
      functions in mach/hardware.h (or files included by mach/hardware.h).
      
      The reason is that the consumers of mach/uncompress.h are compiled using
      -Dstatic= so the code for all inline function is included in e.g.
      arch/arm/boot/compressed/misc.o.
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Jörg Knobloch <knobloch@incostartec.com>
      Cc: Alan Carvalho de Assis <acassis@gmail.com>
      Cc: Daniel Mack <daniel@caiaq.de>
      Cc: Dmitriy Taychenachev <dimichxp@gmail.com>
      46311661
  13. 27 11月, 2009 1 次提交
  14. 14 11月, 2009 2 次提交
  15. 14 8月, 2009 3 次提交
  16. 07 8月, 2009 1 次提交
  17. 07 8月, 2008 2 次提交
  18. 29 7月, 2007 1 次提交
  19. 22 7月, 2007 1 次提交
  20. 28 3月, 2006 1 次提交
  21. 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