- 12 May, 2002 1 commit
-
-
Kai Germaschewski authored
Add some comments to explain the magic, use $(if), which will be needed for other places anyway. That means we up the make requirements to 3.78, which is a couple of years old, so basically anybody should have it already.
-
- 11 May, 2002 8 commits
-
-
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.
-
- 10 May, 2002 12 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
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
David S. Miller authored
-
Linus Torvalds authored
Noted by Keith Owens.
-
Neil Brown authored
This removes the old alternates to export_operations for exporting a filesystem. It removes fh_to_dentry, dentry_to_fh, and s_nfsd_free_path_sem. It also removes a lot of code. The fs/ntfs change is because it was setting fh_to_dentry and dentry_to_fh (which no longer exist) to NULL.
-
Neil Brown authored
ISOFS to use export_operations to declare exportability Exporting ISO's has never been very reliable as lookup("..") doesn't work (even though there is some code that tries to pretend that it does). This means that if an inode falls out of cache, any filehandle on it will become stale. This makes that level of support explicit with an empty export_operations structure. get_parent could be written.... but not today.
-
Christoph Hellwig authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
- 09 May, 2002 9 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
Linus Torvalds authored
-
bk://linuxusb.bkbits.net/pci_hp-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Martin Dalecki authored
Basically PCI driver handling reorganization. This is one step further ahead toward the goal of fully modularized host chip drivers. - Adjust ide-scsi to the new error handling. Just don't try any device resets there. - Add unmasking of IRQ per default to the PMac PCI code. - Split up the crap table from ide-pci. Let the corresponding drivers do registration of the functions they provide. This small change makes this patch rather big. - Hard-code the number of ports requested for DMA engines. They are always precisely 8 on PCs. If you hove something different to deal with, well then please just provide your own init_dma method. - Remove the HDIO_GETGEO_BIG ioctl. Patch by Andries Brouwer. Applies unmodified. - Make ON_BOARD be equal 0, so we can spare ourself some typing in structure initialization. - Normalize the terminology in the host chip drivers. It will make spotting the tons of common code found there later easier.
-
Greg Kroah-Hartman authored
removed pcihpfs_statfs(), as it's not used anymore.
-
Greg Kroah-Hartman authored
update the ibm pci hotplug driver to the latest version. Contains lots of small bugfixes and added features for new hardware.
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
- 10 May, 2002 9 commits
-
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
This adds support for recent powermac models and fixes a few bugs.
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
and also streamlines the exception entry/exit code by not saving all the GPRs on the common exceptions (system call, external interrupt and decrementer).
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
- 09 May, 2002 1 commit
-
-
Paul Mackerras authored
-