- 03 Mar, 2004 15 commits
-
-
Olof Johansson authored
* Tidy up some of the arguments to iommu_*() * Comment cleanup * Don't bump the hint to the next block for large allocs, to avoid fragmentation. * Simplify vmerge logic during SG allocations * Move the memory barriers from the bus-specific parts into the common code. Some changes are mine, some are from Ben Herrenschmidt.
-
Bartlomiej Zolnierkiewicz authored
- fix bug introduced by my recent fixes (do not try to disable 66MHz clock on PDC20246) - cleanup cable verification code a bit - remove unused macros (leftovers from driver split-up) and duplicated define from pdc202xx_old.h
-
bk://gkernel.bkbits.net/libata-2.5Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Alexander Viro authored
parport driver list turned into list.h one; parport/share.c code that works with that list got cleaned up.
-
Alexander Viro authored
parport_enumerate() is gone. The last caller was under ifdef that never had been true. Function itself is removed, port list handling cleaned up (now we can do that, since drivers don't mess with the list directly), tons of racy crap removed from parport/share.c
-
Alexander Viro authored
parport_sunbpp switched to keeping track of the ports it had created; in module_exit it uses the private list instead of messing with parport_enumerate(). Added check for sbus_ioremap() failure in port initialization.
-
Alexander Viro authored
parport_pc switched to keeping track of the ports it had created; in module_exit it uses the private list instead of messing with parport_enumerate(). Added compile fix for configs that have CONFIG_PARPORT_PC_FIFO turned off (from -mm).
-
Alexander Viro authored
parport_announce_port() was always called right after parport_proc_register(). Call shifted into parport_announce_port(). Similar for parport_remove_port() and parport_proc_unregister().
-
Alexander Viro authored
parport_unregister_port() is split; parport_remove_port() does what parport_unregister_port() used to do sans the final parport_put_port() call. Callers updated; many of them needed only parport_put_port() (failure exit paths where we never had the port announced to drivers). Fixed multiple races on port removal by shifting parport_remove_port() in front of the code that releases irq/io ports/etc.
-
Alexander Viro authored
references to slave ports of mux added to struct parport. parport_daisy_init() doesn't go through parport_announce_port() for mux slaves anymore; parport_annouce_port() deals with found ones itself. Error handling sanitized, races on unregistration fixed.
-
Alexander Viro authored
parport_pc_probe_port() sanitized; leaks fixed.
-
Alexander Viro authored
parport_pc options parsing moved to parport_pc.c; parport/init.c is gone. Warning fixes from -mm added.
-
Alexander Viro authored
Registration of sysctls turned into module_init().
-
Alexander Viro authored
Init of low-level drivers (except parport_pc) turned into module_init().
-
Alexander Viro authored
Exports moved from parport/init.c to files where functions are actually defined.
-
- 02 Mar, 2004 2 commits
-
-
Jeff Garzik authored
-
http://xfs.org:8090/xfs-linux-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
- 04 Mar, 2004 1 commit
-
-
Nathan Scott authored
-
- 03 Mar, 2004 9 commits
-
-
Nathan Scott authored
into sgi.com:/source2/xfs-linux-2.6
-
Timothy Shimmin authored
SGI Modid: xfs-linux:xfs-kern:167581a
-
Timothy Shimmin authored
padding to ic_roundoff to cater for pad in reservation cursor updates. SGI Modid: xfs-linux:xfs-kern:167580a
-
Dean Roehrich authored
SGI Modid: xfs-linux:xfs-kern:167547a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:167442a
-
Dean Roehrich authored
SGI Modid: xfs-linux:xfs-kern:166619a
-
Eric Sandeen authored
SGI Modid: xfs-linux:xfs-kern:167279a
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:167273a
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:167222a
-
- 02 Mar, 2004 13 commits
-
-
bk://gkernel.bkbits.net/libata-2.5Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Go Taniguchi authored
-
Ivan Kokshaysky authored
Which is a lot simpler than the two-way counter implementation.
-
bk://kernel.bkbits.net/gregkh/linux/driver-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Greg Kroah-Hartman authored
into kroah.com:/home/linux/BK/pci-2.6
-
Greg Kroah-Hartman authored
-
Dely Sy authored
This patch contains the following: 1. Fix up the pcie and shpc options to make it easier for distros to use as what we have discussed; 2. Fix bug encountered when installing the drivers on non-hotplug systems; 3. Put PCI_CAP_ID_SHPC in include/linux/pci.h
-
Greg Kroah-Hartman authored
into kroah.com:/home/linux/BK/driver-2.6
-
Greg Kroah-Hartman authored
-
David Brownell authored
Fix two OHCI unlink issues. * All EDs now get a 1 msec delay before re-linking, even those which were seemingly "clean" unlink cases. This gets rid of some list corruption issues ("bad entry") by getting rid of a fast-path carried over from 2.4 usb-ohci. * In case of unlink-during-submit, we must giveback() right away. This is a reasonably rare case. There have been recent reports of problems here. The "bad entry" showed up with usbtest tests #11 and #12, or "stir4200", and maybe in other cases. The unlink-during-submit shows up in usbtest.
-
Benjamin Herrenschmidt authored
The DACA sound driver (early iBook models) doesn't clear the i2c_client structure. That cause the embedded struct device (and thus kobject) to contain garbage in the "k_name" field, which kobject_set_name will later try to kfree... Also remove references to unused struct data_data.
-
Greg Kroah-Hartman authored
Thanks to Linda Xie for pointing this out.
-
Greg Kroah-Hartman authored
-