- 17 May, 2002 1 commit
-
-
Kai Germaschewski authored
-
- 13 May, 2002 1 commit
-
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make
-
- 12 May, 2002 7 commits
-
-
http://linux-isdn.bkbits.net/linux-2.5.make-asLinus 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-as
-
Kai Germaschewski authored
-
David Gibson authored
This patch updates the orinoco wireless driver to 0.11b. This fixes several kfree()-of-bad-address bugs.
-
http://linux-isdn.bkbits.net/linux-2.5.isdnLinus 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.isdn
-
-
- 13 May, 2002 3 commits
-
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-rmk
-
Russell King authored
Fixes lockup on SMP boxes, and fixes buggy map scanning code.
-
Russell King authored
we fix ARM720T support - this CPU has unified writethrough caches only, so we can't use the Harvard cache operations when copying pages. Also, we don't have to evict cache entries during copypage.
-
- 11 May, 2002 20 commits
-
-
Kai Germaschewski authored
Use the standard new-style pci_driver::remove to unregister drivers at module unload time. PCMCIA obviously has its own way of handling removing, the ISA drivers unregister at module unload time as well.
-
Kai Germaschewski authored
Don't use a special CAPI solution to tell the drivers about ISA cards but use module parameters, just as other drivers do. Internally use struct pci_dev to save that data - hopefully one day the device tree will provide a nicer way to achieve this.
-
Kai Germaschewski authored
Use common function for setting the revision strings.
-
Kai Germaschewski authored
We now control rely on ->owner and the upper level to control the module use count.
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.isdn
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make-clean
-
Kai Germaschewski authored
init/version.o includes include/linux/compile.h. As compile.h was regenerated each time make was run, init/version.o was recompiled each time. To avoid this, use the following solution: Generate a temporary new compile.h, and only replace the old one if the new one is different. We consider the files different if more than just date/time changed, since otherwise we would have to rebuild every time anyway. Still, the two files turned out to be different all the time, as we put a generation number into them which is incremented at each invocation of "make". The generation number update is now only done when the kernel config changes, which makes more sense, anyway. So, the UTS_VERSION and generation number now relate to the time the kernel was configured, not the time the actual "make vmlinux" was run, which should be fine.
-
Kai Germaschewski authored
Also, put the #define UTS_MACHINE ... from the command line into the header as well.
-
Kai Germaschewski authored
-
Kai Germaschewski authored
Group related things together, like building vmlinux, building modules, generating dependency, configuration, etc.
-
Kai Germaschewski authored
Nobody is building files from the top-level Makefile anyway, and if they were, they should use the standard assembler rules provided by Rules.make
-
Kai Germaschewski authored
The targets {sgml,ps,pdf,html} docs work as before, but the handling is now completely in Documentation/DocBook/Makefile.
-
Kai Germaschewski authored
The ROOT_DEV, SVGA_MODE and RAMDISK variables are i386/x86_64 specific, so move them to arch/$(ARCH)/boot/Makefile, this is where they are used. They still can be overridden on the command line like before, though I doubt anybody is still using them.
-
Martin Dalecki authored
- Rewrite ioctl handling. - Apply fix for hpt366 "hang on boot" by Andre. - Remove stale XXX_tune_req. It was no longer used. - Propagate rq through ide_error(), ide_end_drive_cmd(), ide_dump_status(), ide_wait_stat(). - Push the current drive down to ata_channel from hwgroup. - Push the timer down to the ata_channel structure. Most probably it will end at the drive.
-
Linus Torvalds authored
Any potential BE arm port can fix this up later.
-
http://linux-ntfs.bkbits.net/ntfs-tng-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Anton Altaparmakov authored
-
Anton Altaparmakov authored
-
Anton Altaparmakov authored
-
bk://ppc.bkbits.net/for-linus-ppcdriversLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 12 May, 2002 1 commit
-
-
Paul Mackerras authored
drivers. Most of this is from 2.4. Almost all of this work was done by Ben Herrenschmidt.
-
- 10 May, 2002 7 commits
-
-
George Anzinger authored
Ok, here it is. The following arch are not covered: Mips, Mips64 in 32-bit mode, parisc in __LP64__ mode. In addition, x86_64 mentions jiffies in the existing script. This may be a problem.
-
Dave Kleikamp authored
This prevents a deadlock in JFS.
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.isdn.capi
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
David S. Miller authored
-
Linus Torvalds authored
Noted by Keith Owens.
-