]> git.neil.brown.name Git - history.git/commit
pl15a fixes the buffer cache growing problem, adds emulation for a 0.99.15a
authorLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:09:21 +0000 (15:09 -0500)
committerLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:09:21 +0000 (15:09 -0500)
commit17d2d71ccb14211d2f2ac66b27e76f8f013146a8
tree7cc1b556a9f96fc67bd365bea240df3bfdbea97b
parenta4c5b0f743678a8d3b703abf6ebb1fc022b9eb5a
pl15a fixes the buffer cache growing problem, adds emulation for a
few unimportant floating point instructions (i287 instructions that
are No-Ops on the i387, so "emulating" them is easy :^) and fixes a
silly bug when mmap'ing stuff write-only.  It also fixes a buggy lock
in the networking.
16 files changed:
Makefile
drivers/FPU-emu/fpu_aux.c
drivers/char/console.c
drivers/char/tty_ioctl.c
drivers/scsi/scsi.c
fs/buffer.c
fs/ext2/inode.c
include/asm/io.h
init/main.c
mm/memory.c
mm/mmap.c
net/inet/dev.c
net/inet/ip.c
net/inet/ip.h
net/inet/raw.c
net/inet/tcp.h