- 29 Sep, 2003 40 commits
-
-
Patrick Mochel authored
If kobject_set_name() is called when the kobject already has a name that was dynamically allocated (too long for the static array), then we must free that memory. Noticed by Jon Corbet.
-
Patrick Mochel authored
For those times when you need to wait for a device to unregister, before you continue on, this is device_unregister_wait(). It will block until all the references to the device go away, including references held by open sysfs files. This is probably most useful for modules that add and remove devices when they are loaded and unloaded. They must be sure that the devices that they have declared or allocated are completely torn down before the module is removed, lest unfreed memory get referenced or called.
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/linux-2.5-core
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
This looks a little simpler, and has the same effect.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Don't poke bank 0 on Athlon, some of them don't like it and raise spurious MCEs.
-
Dave Jones authored
-
Matthias Urlichs authored
Editor wraparound and comments don't always like each other.
-
Adrian Bunk authored
This switches fs/Kconfig to use select where appropriate (affects nfs{,d} and afs).
-
Jens Axboe authored
The CDROM_SEND_PACKET ioctl is both slow and ugly, this patch keeps the functionality but utilizes the much better sg_io() framework.
-
Nick Piggin authored
This removes a bogus error message in the bogomips reporting code when running an SMP kernel on UP. It makes the output consistent with what you see on an SMP box. I noticed this while testing, but it recently annoyed me again when booting a knoppix CD - its the first line you'll see.
-
Linus Torvalds authored
Other architectures have other low-level serial chips. Make "PC" configuration shorthand (same as "X86 && !EMBEDDED" right now, but other PC-like architectures may start using it)
-
Geert Uytterhoeven authored
Generic serial: jiffies are unsigned long
-
Geert Uytterhoeven authored
M68k: Add sched_clock() (introduced in 2.6.0-test6)
-
Geert Uytterhoeven authored
A2232 Serial: Fix typo
-
Geert Uytterhoeven authored
Zorro: Make closing include guards consistent with opening include guards
-
Geert Uytterhoeven authored
GVP-II SCSI: Fix compilation by getting rid of the obsolete SCSI host instance loop and using per-card interrupt handlers instead.
-
Geert Uytterhoeven authored
A2091 SCSI: Fix compilation by getting rid of the obsolete SCSI host instance loop and using per-card interrupt handlers instead.
-
Geert Uytterhoeven authored
Amiga Zorro bus: Update the docs to match the current situation.
-
Geert Uytterhoeven authored
Dmasound: Use select to get CONFIG_DMASOUND defined for all subdrivers (from Christoph Hellwig).
-
Geert Uytterhoeven authored
Macintosh SMC 9194 Ethernet is broken (needs NuBus I/O abstractions)
-
Geert Uytterhoeven authored
Atari NCR5380 SCSI is broken (needs old update_timeout() from scsi_obsolete)
-
Geert Uytterhoeven authored
Sun-3/3x frame buffer device is broken (needs update to new fbdev and sbuslib frameworks)
-
Geert Uytterhoeven authored
Amiga Cybervision 64/3D frame buffer device is broken (needs update to new fbdev framework)
-
Geert Uytterhoeven authored
Amiga Retina Z3 frame buffer device is broken (needs update to new fbdev framework)
-
Geert Uytterhoeven authored
Amiga CyberVision 64 frame buffer device is broken (needs update to new fbdev framework)
-
Geert Uytterhoeven authored
Atari frame buffer device is broken (needs update to new fbdev framework and new iplan2p* drawing operations)
-
Geert Uytterhoeven authored
Macintosh CS89x0 Ethernet is broken (needs netif updates)
-
Geert Uytterhoeven authored
MVME166/7 CD2401 serial is broken (needs taskqueue updates)
-
Geert Uytterhoeven authored
Atari Pamsnet Ethernet is broken (needs netif updates and broken ACSI)
-
Geert Uytterhoeven authored
Atari Bionet Ethernet is broken (needs netif updates and broken ACSI)
-
Geert Uytterhoeven authored
Amiga GVP-II SCSI is broken (needs SCSI device list updates and gvp11_bus_reset())
-
Geert Uytterhoeven authored
Amiga A2091 SCSI is broken (needs SCSI device list updates and a2091_bus_reset())
-
Geert Uytterhoeven authored
53c7xx SCSI core is broken (needs SCSI updates (has_cmdblocks and device lists)), breaking the following drivers: - Amiga A4000T SCSI - Amiga A4091 SCSI - Amiga WarpEngine SCSI - Amiga Blizzard PowerUP 603e+ SCSI - MVME16x NCR53C710 SCSI - BVME6000 NCR53C710 SCSI
-
Geert Uytterhoeven authored
Atari ACSI is broken (needs bio updates)
-