- 09 Apr, 2004 10 commits
-
-
Jean Tourrilhes authored
-
Chas Williams authored
-
Chas Williams authored
-
Harald Welte authored
From Vineet Mehta <extreme@zayanionline.com>
-
Randy Dunlap authored
From Tony Breeds <tony@bakeyournoodle.com>
-
Shirley Ma authored
-
Karsten Keil authored
-
David S. Miller authored
-
Andreas Gruenbacher authored
-
David S. Miller authored
Based upon patches and commentary from Thomas Spatzier, Stephen Hemminger, and Andi Kleen.
-
- 08 Apr, 2004 1 commit
-
-
Stephen Hemminger authored
-
- 06 Apr, 2004 3 commits
-
-
http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller authored
into nuts.davemloft.net:/disk1/BK/net-2.6
-
Sridhar Samudrala authored
validate ids of associations. This patch avoids the use of virt_addr_valid() to validate the address of associations passed by the user. Currently the address of an association is used as its id. virt_addr_valid doesn't work as expected when PAGEALLOC debugging is enabled.
-
Sridhar Samudrala authored
only the receive specific fields of sctp_sndrcvinfo.
-
- 05 Apr, 2004 4 commits
-
-
Sridhar Samudrala authored
-
Randy Dunlap authored
Networking support/options and Networking drivers have been, uhm, messy to navigate for some time now. BenH mentioned this and I was already looking into options to clean it up. This is a cleanup of Networking support/options and Networking Drivers. It presents a more consistent interface and lists similar driver groups and protocol groups closer together. It also moves the IBMVETH driver so that it no longer breaks the dependency tree, allowing other drivers (nearby in Kconfig file) to be presented in a more linear manner.
-
Manfred Spraul authored
-
Shirley Ma authored
-
- 03 Apr, 2004 10 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
We default to "long" (which is what POSIX says), but since a number of architectures have used "int" for historical reasons, we need to allow overrides. At least sparc64 needs this. Possibly others, but so far architecture maintainers haven't spoken up. ppc64 and x86-64 are known to be ok with the default "long".
-
Shirley Ma authored
-
Richard Henderson authored
From Ivan Kokshaysky <ink@jurassic.park.msu.ru>.
-
ssh://are/BK/axp-2.6Richard Henderson authored
into heffalump.twiddle.home:/home/rth/work/linux/axp-2.6
-
Richard Henderson authored
-
Richard Henderson authored
-
Richard Henderson authored
-
Richard Henderson authored
-
Richard Henderson authored
-
- 02 Apr, 2004 11 commits
-
-
Andrew Morton authored
From: Matt Porter <mporter@kernel.crashing.org> Patch fixes a latent bug in the PPC44x tlb management code.
-
Andrew Morton authored
From: Matt Porter <mporter@kernel.crashing.org> Make a couple 4xx defconfigs functional again.
-
Andrew Morton authored
From: Matt Porter <mporter@kernel.crashing.org> IDs new PPC44x silicon.
-
Andrew Morton authored
From: Matt Porter <mporter@kernel.crashing.org> Patch fixes the build for PPC40x platforms.
-
Andrew Morton authored
From: Tom Rini <trini@kernel.crashing.org> When I was updating ppc/boot/simple/relocate.S to work on PPC_PREP systems, I in advertantly broke 4xx systems. On classic PPC, the first three instructions are nops, of which the first two can be overwritten. This is not true of 4xx (or 8xx, but that's not working right now anyhow). The following is needed to fix this.
-
Andrew Morton authored
The commoncap module calls this.
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Russell King authored
- Use -march=armv6 where available. - CFLAGS_BOOT isn't needed - the decompressor uses CFLAGS, remove it. - PROCESSOR is never used, remove it. - LDFLAGS_BLOB is never used, remove it. - Remove MACHINE macro. - Correct comments for include/asm-arm/.arch target. - Copy format of include/asm symlink rule. - Arrange for configuration to be split before making include/asm-arm/arch symlink. - This means that asm-offsets.s no longer depends on include/config/MARKER.
-
Armin Schindler authored
diva_os_cancel_soft_isr() may not call tasklet_kill(), because it is interrupt context. This will be done correctly in the cleanup function anyway.
-
James Bottomley authored
The patch to check "maxcpus=N" early broke by putting maxcpus (a variable which is only exported by mpparse.c) into parse_cmdline_early(). The fix is to make it depend on the correct CONFIG_ option. In the subarchitectures: CONFIG_X86_SMP is the one that means "I want standard x86 smp code" and that's what this should depend on.
-
Benjamin Herrenschmidt authored
This patch from Christoph Hellwig does much welcomes cleanup of the old mac53c94 and mesh SCSI drivers, removing sillycaps etc...
-
- 01 Apr, 2004 1 commit
-
-
Russell King authored
-