An error occurred fetching the project authors.
- 28 Apr, 2002 1 commit
-
-
Dave Jones authored
Uses the error codes, but doesn't include err.h
-
- 26 Mar, 2002 1 commit
-
-
Patrick Mochel authored
Create global list in which all devices are inserted. Done by Kai Germaschewski.
-
- 16 Mar, 2002 1 commit
-
-
Linus Torvalds authored
make driverfs initialize early, so that ACPI can come alive in a world where you can register devices.
-
- 15 Mar, 2002 2 commits
-
-
Linus Torvalds authored
For some reason the ACPI people continue to make the mistake of thinking that they are the root of the system. Disabuse them of that notion.
-
Andy Grover authored
If you could only review one of the 9 patches, this would be the one. - removes acpitable.c vestiges - adds ACPI IRQ routing support to PCI (disableable via pci=noacpi option) - adds code to get a <1MB page for sleep, and ACPI boot to setup.c - allocates another page in the fixmap for ACPI - changes driverfs a little to work better with ACPI.
-
- 09 Feb, 2002 1 commit
-
-
Dave Jones authored
Big bits first, I'll redo the smaller bits tomorrow after some sleep. Same as last time, rediffed against pre5
-
- 08 Feb, 2002 1 commit
-
-
Patrick Mochel authored
-
- 05 Feb, 2002 5 commits
-
-
Patrick Mochel authored
Remove struct iobus. There is a lot of duplication between struct device and struct iobus, both in their members and the code in their interfaces. Waxing struct iobus removes this duplication and makes things a bit simpler.
-
Patrick Mochel authored
Patch 1: Make device_driver_init() an initcall. It declares it as subsys_initcall and removes the explicit call from init/main.c::do_basic_setup().
-
David S. Miller authored
linux/malloc.h --> linux/slab.h
-
Linus Torvalds authored
- Doug Ledford: i810 audio driver update - Evgeniy Polyakov: update various SCSI drivers to new locking - David Howells: syscall latency improvement, try 2 - Francois Romieu: dscc4 driver update - Patrick Mochel: driver model fixes - Andrew Morton: clean up a few details in ext3 inode initialization - Pete Wyckoff: make x86 machine check print out right address.. - Hans Reiser: reiserfs update - Richard Gooch: devfs update - Greg KH: USB updates - Dave Jones: PNPBIOS - Nathan Scott: extended attributes - Corey Minyard: clean up zlib duplication (triplication..)
-
Linus Torvalds authored
- Asit Mallick: mtrr update - Patrick Mochel: split up kernel/device.c into drivers/base - Mikael Pettersson/Al Viro: fix missing in-core inode initialization in ext2 introduced by Al's inode trimming - David Miller: sparc and network updates - Frank Davis: firewire video mmap page remapping fix - me: fix configure help scripts to fix breakage noticed by Dave Jones - Greg KH: USB updates - Kai Germaschewski: ISDN fixes, Config.help entries - Douglas Gilbert: SCSI doc update - Ingo Molnar: x86 taskswitch optimizations, scheduler updates - Mikael Pettersson: make APIC work on old external setups - Al Viro: more inode trimming
-