- 09 May, 2002 15 commits
-
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Stephen Rothwell authored
This patch fixes directory notification so that notifications get cancelled when a process exits. This make dnotify MUCH more stable and usable :-)
-
Paul Mackerras authored
On 32-bit PPC we don't need setup-bus.o but we do need setup-irq.o. This patch changes drivers/pci/Makefile to reflect that.
-
Paul Mackerras authored
This patch fixes the compile errors in sd_find_target, which is only used on 32-bit PPC systems, and changes the ifdef around from CONFIG_PPC to CONFIG_PPC32 since ppc64 doesn't need this routine.
-
bk://linuxusb.bkbits.net/linux-2.5-pciLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Dave Jones authored
From 2.4
-
Dave Jones authored
We weren't incrementing the address when walking a processes address space. From 2.4
-
Dave Jones authored
Found by Andries Brouwer a while back iirc.
-
Dave Jones authored
Use listwalking macro..
-
Greg Kroah-Hartman authored
into arch/i386/kernel as they are needed even if CONFIG_PCI is not enabled.
-
Anton Blanchard authored
Fix acenic driver
-
Dave Kleikamp authored
JFS: Flush dirty metadata to disk when remounting from read-write to read-only. Also fix umount ordering to make sure metadata is written before journal closed. With Andrew Morton's recent changes, JFS is no longer writing much of its dirty metadata when remounting from read-write to read-only. This causes severe file system corruption. A JFS root file system will be corrupted on shutdown. This patch fixes the problem by explicitly writing the dirty metadata before the journal is closed. It also fixes the ordering so that the dirty metadata is completely written before the journal is closed for the normal unmount case as well.
-
David S. Miller authored
-
- 08 May, 2002 24 commits
-
-
David S. Miller authored
-
http://kernel-acme.bkbits.net:8080/net-cleanups-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Robert Olsson authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
kernel pointers.
-
David S. Miller authored
-
David S. Miller authored
- Fix handling of implicit 1 bit of fraction part when converting from int to float. We cannot handle it properly unless we defer implicit 1 bit handling till after rounding as rounding may move where the implicit 1 bit is in the final converted integer.
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Kai Germaschewski authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Kai Germaschewski authored
-
Kai Germaschewski authored
Adding some more flexibility to Config.in (Allow for core built-in but socket driver modular) cleans up the Makefile as well ;-)
-
Kai Germaschewski authored
Use the usual list-based approach. Still not too nice.
-
Kai Germaschewski authored
Old pcmcia-cs versions expect the pcmcia modules in /lib/modules/`uname -r`/pcmcia, so we symlinked them for compatibility. According to the comment, the generation of these links should have been removed in 2.4, so it's definitely time for it to go now.
-
Kai Germaschewski authored
Don't shortcut from drivers/Makefile to drivers/message/{fusion,i2o}/Makefile, but use intermediate drivers/message/Makefile. Cleanup drivers/message/fusion/Config.in and get rid of unnecessary CONFIG_FUSION_BOOT.
-
Kai Germaschewski authored
-
Kai Germaschewski authored
Link the subdirs of drivers/char from drivers/char/Makefile instead the top-level Makefile. Link order changes slightly, shouldn't case any problems, though. Fix drivers/char/pcmcia/Config.in. Cleanup drivers/char/pcmcia/Makefile. Fix rio build rules in drivers/char/Makefile.
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 07 May, 2002 1 commit
-
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make
-