- pre12.4.0-test8pre1
commit1361b73a31456cb7ff33caaea878b61cbd65d86c
authorLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:38:22 +0000 (23 15:38 -0500)
committerLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:38:22 +0000 (23 15:38 -0500)
treec7fdf4b19577217e5a590c8e62ac9e2025ec6938
parent493455ccb13d300caf0bdc0d6f2d3b53de6c02e1
 - pre1
    - Oops. Moved back stallion.c to drivers/char. It's not a TV driver.
      Never has been, and I don't see it ever really becoming one ;)
    - mca.c: outp_b() should be outb_p().  Obviously nobody actually
      _uses_ the MCA bus any more ;)
    - umsdos should be ok again after the page_address() type-changes.
    - re-enable asynchronous read-ahead code.
    - Sun ESP driver update
    - netfilter debug fixes
    - IPv6 needs to register before proto_init()
    - socket() error code fix (EAFNOSUPPORT instead of EINVAL)
    - potential TCP socket leak fix
    - don't self-deadlock on the kbd_controller_lock when probing for the mouse
    - CONFIG_SMB_NLS_REMOTE didn't work. Silly typo.
    - scheduler wakeup race condition could cause delayed scheduling on SMP..
    - net/packet/af_packet.c: use the standard macros for marking page resevredness
    - ncpfs buffer-overflow fix
    - thread groups, take 1.
    - USB storage driver update
52 files changed:
Documentation/Configure.help
Documentation/cachetlb.txt [new file with mode: 0644]
Makefile
arch/i386/kernel/apic.c
arch/i386/kernel/mca.c
arch/sparc64/defconfig
drivers/char/nvram.c
drivers/char/pc_keyb.c
drivers/char/stallion.c [moved from drivers/media/video/stallion.c with 100% similarity]
drivers/scsi/esp.c
drivers/scsi/qlogicpti.c
drivers/sound/sound_core.c
drivers/usb/Makefile
drivers/usb/storage/Makefile
drivers/usb/storage/debug.c
drivers/usb/storage/debug.h
drivers/usb/storage/dpcm.c
drivers/usb/storage/dpcm.h
drivers/usb/storage/freecom.c [new file with mode: 0644]
drivers/usb/storage/freecom.h [copied from drivers/usb/storage/dpcm.h with 64% similarity]
drivers/usb/storage/protocol.c
drivers/usb/storage/protocol.h
drivers/usb/storage/scsiglue.c
drivers/usb/storage/scsiglue.h
drivers/usb/storage/sddr09.c
drivers/usb/storage/sddr09.h
drivers/usb/storage/shuttle_usbat.c
drivers/usb/storage/shuttle_usbat.h
drivers/usb/storage/transport.c
drivers/usb/storage/transport.h
drivers/usb/storage/usb.c
drivers/usb/storage/usb.h
fs/exec.c
fs/ncpfs/ioctl.c
fs/smbfs/inode.c
fs/umsdos/emd.c
include/linux/pagemap.h
include/linux/sched.h
include/linux/wait.h
kernel/exit.c
kernel/fork.c
kernel/sched.c
kernel/signal.c
kernel/timer.c
mm/bootmem.c
mm/filemap.c
net/ipv4/ip_gre.c
net/ipv4/ip_output.c
net/ipv4/ipip.c
net/ipv6/sit.c
net/packet/af_packet.c
net/socket.c