1. 21 5月, 2005 3 次提交
    • J
      [PATCH] uml: small fixes left over from rc4 · ba9950c8
      Jeff Dike 提交于
      Some changes that I sent in didn't make 2.6.12-rc4 for some reason.  This
      adds them back.  We have
      	an x86_64 definition of TOP_ADDR
      	a reimplementation of the x86_64 csum_partial_copy_from_user
      	some syntax fixes in arch/um/kernel/ptrace.c
      	removal of a CFLAGS definition in the x86_64 Makefile
      	some include changes in the x86_64 ptrace.c and user-offsets.h
      	a syntax fix in elf-x86_64.h
      Also moved an include in the i386 and x86_64 Makefiles to make the symlinks
      work, and some small fixes from Al Viro.
      Signed-off-by: NJeff Dike <jdike@addtoit.com>
      Cc: <viro@parcelfarce.linux.theplanet.co.uk>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      ba9950c8
    • L
      Remove some left-over empty files · 1c7878f0
      Linus Torvalds 提交于
      Hopefully the addition of -E to my applypatch script
      will mean that I won't have these kinds of leftovers
      in the future.
      1c7878f0
    • D
      [SPARC64]: Fix bad performance side effect of strbuf timeout changes. · a228dfd5
      David S. Miller 提交于
      The recent change to add a timeout to strbuf flushing had
      a negative performance impact.  The udelay()'s are too long,
      and they were done in the wrong order wrt. the register read
      checks.  Fix both, and things are happy again.
      
      There are more possible improvements in this area.  In fact,
      PCI streaming buffer flushing seems to be part of the bottleneck
      in network receive performance on my SunBlade1000 box.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a228dfd5
  2. 20 5月, 2005 4 次提交
  3. 18 5月, 2005 2 次提交
  4. 17 5月, 2005 22 次提交
  5. 13 5月, 2005 3 次提交
  6. 12 5月, 2005 1 次提交
  7. 11 5月, 2005 3 次提交
  8. 10 5月, 2005 2 次提交