- 29 May, 2002 10 commits
-
-
Andy Grover authored
We now can boot without MPS and PIRQ! ACPI finds IO APICs, Local apics (CPUS), interrupt source overrides, the works. (Paul Diefenbaugh) Mucho thanks to Dominik Brodowski and the whole acpi-devel gang. (Note, I think this conflicts slightly with Pavel's code in i386/kernel/acpi.c but I'd like to get this applied, and then I'm working with Pavel to hopefully get the ACPI and swsusp stuff working properly.)
-
Andy Grover authored
Improved error checking on hw accesses Moved arch specific macros to arch/asm/acpi.h
-
Andy Grover authored
-
Andy Grover authored
I don't know but it was dumb, so put them back.
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Martin Dalecki authored
- Comment out config_chipset_for_pio from hpt366 driver. It seems to hang on it and many people consistently reported that this may be necessary. Well apparently this host chip is forced to be in DMA read mode anyway and we where undoing this there. - Apply small cosmetics to pdc202xx.c driver by Thierry Vignaud. His change log entries follow: - factorize constants with PDC_CLOCK and UDMA_SPEED_FLAG macros and the init_high_16() static inline functions, thus removing floating constants in code - remove unused variables and pci space read - kill useless code in pdc202xx_udma_irq_status() resulting in removing unused variable: the code does lots of tests to check what value to return but just always return the same exact value in all code paths! this also saves a few cpu & pci bus cyles by removing a useless read in pci space - simplify #if/#else resulting in code duplication - make init_pdc202xx clearer - remove duplicated initializations in config_drive_xfer_rate() and simplify code paths - Kill unused init_speed member from ata_device struct. Spotted by M.H.VanLeeuwen.
-
Pavel Machek authored
- use list_for_each in head_of_free_region - cleanups from 2.4 - fix for usb - kill broken queueing
-
Linus Torvalds authored
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 30 May, 2002 2 commits
-
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
- 29 May, 2002 17 commits
-
-
Linus Torvalds authored
-
Jan Kara authored
Remove the old backward-compatible quota interface. The patch also contains a renaming of functions vfs_{get|set}_info() to vfs_{get|set}_dqinfo() and minor compilation fix needed for 2.5.18 (include <linux/namei.h>).
-
Jan Kara authored
This changes the sysctl interface to use reasonable names in /proc/sys/fs/quota/
-
Jan Kara authored
I ported the quota changes to 2.5.18. The first one is just a minor change to Makefile and Config.in to not build quota.c when not needed.
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Martin Dalecki authored
- Simplify the ide-pci code further.
-
Martin Dalecki authored
- Merge ide-probe.c and ide-features.c in to one single file. They are mutually doing basically the same and in esp. in case of the device ID retrieval there *is* quite a lot of code duplication between them. ide-geometry.c fits there as well. - Remove ide_xfer_verbose - it wasn't really used. - Don't allow check_partition to be more clever then the writer of a driver. It was interfering with drivers which check partitions as they go and finally if we want to spew something about it - we can do it ourself. - Eliminate ide_geninit(). We scan for partitions now inside the recently introduced attach method. register_disk() is broken by the way and 90% of places where it's used it is doing literally nothing. Either some one didn't finish some code or the code is basically just junk from the past. Anyway we grok the partitions now one by one as we detect the channels. - ide_driveid_update is gone. We don't report the drive id through /proc/ide and we don't have to update it any longer on the fly. Still someone out there complaining that it went away!? - Use the global driver spin-lock to protect data structure access in the ide_register_subdriver() function instead of blatantly disabling all interrupts.
-
http://linux-isdn.bkbits.net/linux-2.5.make-driversLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make-drivers
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make-ios
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-sync
-
Hirofumi Ogawa authored
This patch fixes the bug which happens when utf8 option was used, by using iocharset for upper/lower conversion. It's a bit strange that utf8 use iocharset, but this is still needed.
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jens Axboe authored
This implements what we discussed, basically just maintaing a plug list from the block layer as a direct parallel to the tq_disk task queue we had before. blk_run_queues() now splices the blk_plug_list to avoid holding the blk_plug_lock across all the request_fn calls.
-
- 28 May, 2002 11 commits
-
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make-drivers
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make-ok
-
Linus Torvalds authored
-
Greg Kroah-Hartman authored
into kroah.com:/home/linux/linux/BK/gregkh-2.5
-
Greg Kroah-Hartman authored
Added the driver to the 2.5 tree. The original code for 2.4 was written by Pei Liu <pbl@cypress.com> but cleaned up a bit and ported to 2.5 by me. Any problems in the driver is probably due to my messing with it. This driver is for the SL811HS USB host controller chip from Cypress and is typically contained on a ARM based embedded system.
-
Kai Germaschewski authored
Don't include Rules.make in the top-level Makefile, we don't actually build anything from there, so we don't need the rules. If asked to build some file in a subdirectory, descend into the subdir and build it from there - only there we can know what extra flags etc we have to add. This also works for building preprocessed [.i] and assembler output [.s].
-
Brian Gerst authored
The asm stub for thermal_interrupt was not being created.
-
Kai Germaschewski authored
Targets should always be built from the Makefile local to the subdir they are in. So build scripts/* from scripts/Makefile. Clean up scripts/Makefile as we go.
-
Kai Germaschewski authored
Basically only cosmetics, and move the 'update-modverfile:' rule from Rules.make to the top-level Makefile, since that's the only place where it's used.
-
Rusty Russell authored
My name is *not* GPL: you may not derive works without approval. Rusty. PS. I've also applied for a patent...
-