- 18 Feb, 2003 40 commits
-
-
Andrew Morton authored
Patch from Hugh Dickins <hugh@veritas.com> 2.5.62's removal of scsi_set_pci_device broke the MPT Fusion build.
-
Andrew Morton authored
-
Steven Cole authored
This provides the following spelling fixes. posible -> possible messsage -> message reqeuest -> request exeption -> exception seqeunce -> sequence loggger -> logger resposible -> responsible qeueu -> queue microsecnds -> microseconds positiion -> position feilds -> fields
-
Steven Cole authored
This patch provides the following spelling fix. propogate -> propagate
-
Steven Cole authored
This patch provides the following spelling fixes. compatable -> compatible compatability -> compatibility
-
Steven Cole authored
This patch provides the following spelling fix. interupt -> interrupt
-
Steven Cole authored
This patch provides the following spelling fixes. adress -> address addres -> address except for cases in two files which appear to be in French and German. These were left as is.
-
Steven Cole authored
This provides the following spelling fix. accessable -> accessible
-
bk://are.twiddle.net/op-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://are.twiddle.net/pci-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Richard Henderson authored
into dorothy.sfbay.redhat.com:/dorothy/rth/linux/op-2.5
-
Richard Henderson authored
-
Richard Henderson authored
into dorothy.sfbay.redhat.com:/dorothy/rth/linux/axp-2.5
-
Richard Henderson authored
-
Richard Henderson authored
-
Richard Henderson authored
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
into redhat.com:/garz/repo/net-drivers-2.5
-
Jeff Garzik authored
arlan, ray_cs, and strip. Contributed by Randy Dunlap.
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Alan Cox authored
The implementation is not ideal. Thats something to tidy up.
-
Greg Kroah-Hartman authored
Thanks to David Brownell for this.
-
Greg Kroah-Hartman authored
Thanks to Matt Wilcox for the info.
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
This gets rid of the port semaphore, and the serialization caused by that, and replaces it with the proper reference counting logic for the usb serial object.
-
Richard Henderson authored
-
ssh://are.twiddle.net/BK/op-2.5Richard Henderson authored
into dorothy.sfbay.redhat.com:/dorothy/rth/linux/op-2.5
-
Andy Grover authored
into groveronline.com:/root/bk/linux-acpi
-
Andy Grover authored
-
Greg Kroah-Hartman authored
This solves lots of races when drivers hold a reference to the usb_device after the device is physically removed from the system (like when a user has a open handle.) This now prevents any new urbs being submitted or canceled for the device.
-
Ivan Kokshaysky authored
As Jeff pointed out, reserve_bootmem() in core_irongate.c breaks build of generic discontiguous memory kernels because this function doesn't exist in such kernels. Ditto free_bootmem(). Also, here's fixes for NUMA+initrd and memory info printk. Ivan.
-
Andy Grover authored
-
Andy Grover authored
-
Andy Grover authored
-
Andy Grover authored
-
Andy Grover authored
and print a msg if used
-
Linus Torvalds authored
doesn't define ndelay(), fall back on udelay().
-
George Anzinger authored
This is version 23 or so of the POSIX timer code. Internal changelog: - Changed the signals code to match the new order of things. Also the new xtime_lock code needed to be picked up. It made some things a lot simpler. - Fixed a spin lock hand off problem in locking timers (thanks to Randy). - Fixed nanosleep to test for out of bound nanoseconds (thanks to Julie). - Fixed a couple of id deallocation bugs that left old ids laying around (hey I get this one). - This version has a new timer id manager. Andrew Morton suggested elimination of recursion (done) and I added code to allow it to release unused nodes. The prior version only released the leaf nodes. (The id manager uses radix tree type nodes.) Also added is a reuse count so ids will not repeat for at least 256 alloc/ free cycles. - The changes for the new sys_call restart now allow one restart function to handle both nanosleep and clock_nanosleep. Saves a bit of code, nice. - All the requested changes and Lindent too :). - I also broke clock_nanosleep() apart much the same way nanosleep() was with the 2.5.50-bk5 changes. TIMER STORMS The POSIX clocks and timers code prevents "timer storms" by not putting repeating timers back in the timer list until the signal is delivered for the prior expiry. Timer events missed by this delay are accounted for in the timer overrun count. The net result is MUCH lower system overhead while presenting the same info to the user as would be the case if an interrupt and timer processing were required for each increment in the overrun count.
-
Andy Grover authored
-