1. 10 10月, 2007 1 次提交
  2. 03 8月, 2007 1 次提交
  3. 10 10月, 2007 1 次提交
  4. 25 7月, 2007 1 次提交
  5. 03 8月, 2007 1 次提交
  6. 11 10月, 2007 1 次提交
  7. 25 7月, 2007 1 次提交
  8. 27 8月, 2007 1 次提交
  9. 05 8月, 2007 1 次提交
  10. 25 7月, 2007 1 次提交
  11. 10 10月, 2007 1 次提交
  12. 24 7月, 2007 1 次提交
  13. 05 8月, 2007 1 次提交
  14. 03 8月, 2007 2 次提交
  15. 25 7月, 2007 4 次提交
  16. 24 7月, 2007 1 次提交
  17. 04 10月, 2007 2 次提交
  18. 23 9月, 2007 1 次提交
    • B
      Blackfin arch: add some missing syscall · 0b95f22b
      Bryan Wu 提交于
      When compiling the Blackfin kernel, checksyscalls.pl will report lots of missing syscalls warnings.
      This patch will add some missing syscalls which make sense on Blackfin arch
      
      After appling this patch, toolchain should be rebuilt. Then recompiling the kernel with the new
      toolchain.
      Signed-off-by: NBryan Wu <bryan.wu@analog.com>
      0b95f22b
  19. 12 9月, 2007 1 次提交
  20. 05 8月, 2007 1 次提交
  21. 01 8月, 2007 1 次提交
  22. 25 7月, 2007 1 次提交
  23. 18 7月, 2007 2 次提交
  24. 25 7月, 2007 2 次提交
  25. 24 7月, 2007 1 次提交
  26. 12 7月, 2007 7 次提交
  27. 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