- 05 Nov, 2002 33 commits
-
-
Jeff Garzik authored
into redhat.com:/home/jgarzik/repo/net-drivers-2.5
-
Scott Feldman authored
Other locks already cover the areas in question, and additionally this lock was held in areas where it should not have been, triggering error messages in 2.5.x.
-
Jeff Garzik authored
into redhat.com:/home/jgarzik/repo/net-drivers-2.5
-
Linus Torvalds authored
-
Yokota Hiroshi authored
NinjaSCSI-3R PCMCIA SCSI host adapter driver updated for the latest kernel tree.
-
Christoph Hellwig authored
Intermezzo has some strange, broken code trying to deal with extended attributes and and ACLs. Fortunately the xattr code is hidden under a config option that's never set, but the ACL code is enabled by CONFIG_POSIX_ACL that's se by ext2/ext3 and jfs now. Change it to #if 0 to get intermezzo compiling again.
-
bk://cloos.bkbits.net/sbp2fixLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
James H. Cloos Jr. authored
Update sbp2scsi_biosparam() declaration to match sbp2.c sbp2.c: C s/capacy/capacity/
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
Grrh, don't do last minute changes without retesting. Adapt arch/alpha as well, other archs need to o add LDFLAGS_BLOB to arch/$(ARCH)/Makefile o add .init.ramfs to arch/$(ARCH)/vmlinux.lds.S See arch/i386/{Makefile,vmlinux.lds.S} for guidance ;)
-
Dave Jones authored
- Split out from bluesmoke.c into per-vendor files (Me) (If we were that way inclined, we could even make the per-vendor bits CONFIG_ options, but thats probably overkill) - Fixes Kconfig markup. (Roman Zippel) - P4 can use non-fatal background checker too. (Venkatesh Pallipadi) - Don't clear MCA status info in case of non-recoverable if OS has failed in logging those, BIOS can still ahve a look at that info. (Venkatesh) - We can init bank 0 on P4 (Zwane Mwaikambo) - Compile away to nothing if CONFIG_X86_MCE=n - Various other cleaning (Me)
-
Dave Jones authored
From 2.4
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
This is used by the following Cyrix patch to handle buggy or spec tight PIT stuff
-
Alan Cox authored
-
Alan Cox authored
Since we don't have mandatory mmap lock files we can lose this chunk
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
and clean up dependency rules (first "default" rule takes precedence)
-
- 04 Nov, 2002 7 commits
-
-
Rusty Russell authored
The old form of designated initializers are obsolete: we need to replace them with the ISO C forms before 2.6. Gcc has always supported both forms anyway.
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
Use ld to link the cpio archive into the image, build was broken due to requiring a recent version of objcopy before, plus assorted cleanups: o Don't include arch/$(ARCH)/Makefile, export the needed arch-specific flags instead. o Name the generated section consistently .init.ramfs everywhere.
-
Jeff Garzik authored
add a #warning so it's not forgotten.
-
-
Russell King authored
Typo prevented ARM926 cpu enabled builds from succeeding.
-
Russell King authored
This cset makes ARM serial drivers build.
-