1. 28 8月, 2007 1 次提交
  2. 01 8月, 2007 1 次提交
  3. 25 7月, 2007 1 次提交
    • A
      include/asm-xtensa/io.h must #include <asm/page.h> · c51aea80
      Adrian Bunk 提交于
        CC      kernel/time/clocksource.o
      In file included from
      /home/bunk/linux/kernel-2.6/linux-2.6.22-rc6-mm1/include/linux/clocksource.h:18,
                       from
      /home/bunk/linux/kernel-2.6/linux-2.6.22-rc6-mm1/kernel/time/clocksource.c:27:
      include2/asm/io.h: In function 'virt_to_phys':
      include2/asm/io.h:46: error: implicit declaration of function '__pa'
      include2/asm/io.h: In function 'phys_to_virt':
      include2/asm/io.h:51: error: implicit declaration of function '__va'
      include2/asm/io.h:51: warning: return makes pointer from integer without a cast
      make[3]: *** [kernel/time/clocksource.o] Error 1
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Cc: Christian Zankel <chris@zankel.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c51aea80
  4. 20 7月, 2007 1 次提交
  5. 18 7月, 2007 3 次提交
  6. 17 7月, 2007 1 次提交
  7. 12 7月, 2007 2 次提交
  8. 11 7月, 2007 1 次提交
    • A
      lots-of-architectures: enable arbitary speed tty support · 4eb6bf6b
      Alan Cox 提交于
      Add the termios2 structure ready for enabling on most platforms.  One or
      two like Sparc are plain weird so have been left alone.  Most can use the
      same structure as ktermios for termios2 (ie the newer ioctl uses the
      structure matching the current kernel structure)
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Cc: Bryan Wu <bryan.wu@analog.com>
      Cc: Ian Molton <spyro@f2s.com>
      Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
      Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
      Cc: Mikael Starvik <starvik@axis.com>
      Cc: David Howells <dhowells@redhat.com>
      Cc: "Luck, Tony" <tony.luck@intel.com>
      Cc: Hirokazu Takata <takata@linux-m32r.org>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Kyle McMartin <kyle@mcmartin.ca>
      Cc: Matthew Wilcox <willy@debian.org>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
      Cc: Richard Curnow <rc@rc0.org.uk>
      Cc: Miles Bader <uclinux-v850@lsi.nec.co.jp>
      Cc: Chris Zankel <chris@zankel.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      4eb6bf6b
  9. 01 6月, 2007 5 次提交
  10. 11 5月, 2007 1 次提交
  11. 09 5月, 2007 4 次提交
  12. 03 5月, 2007 2 次提交
  13. 26 4月, 2007 3 次提交
  14. 12 2月, 2007 2 次提交
  15. 12 1月, 2007 1 次提交
    • A
      [PATCH] FD_ZERO build fix · aae7d14f
      Andrew Morton 提交于
      unionfs managed to hit this on s390.  Some architectures use __ptr_t in their
      FD_ZERO implementation.  We don't have a __ptr_t.  Switch them over to plain
      old void*.
      
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      Cc: Al Viro <viro@zeniv.linux.org.uk>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: "Luck, Tony" <tony.luck@intel.com>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      aae7d14f
  16. 14 12月, 2006 2 次提交
  17. 11 12月, 2006 3 次提交
  18. 08 12月, 2006 3 次提交
  19. 03 12月, 2006 1 次提交
  20. 02 12月, 2006 1 次提交
  21. 04 10月, 2006 1 次提交